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 |
|---|---|---|---|---|
body{
background:#FFFFFF;
margin-top:0px;
}
p {
color: white;
font-family: "Roboto"
}
h1,h2,h3,h4,h5,h6,p{
color:black;
font-family: "Roboto"
}
blockquote {
padding: 6px 16px;
border: none;
quotes: "\201C" "\201D";
display: inline-block;
}
blockquote p:before {
content: open-quote;
font-weight: bold;
}
blockquote p:after {
content: close-quote;
font-weight: bold;
}
/*---------------------------------------------------------*/
/* single player card
/*---------------------------------------------------------*/
#playerName,h1,h2,h3,p {
color: #333!important;
font-family: "Roboto"
}
#teamGradient {
background-color: #641220;
/* IE9, iOS 3.2+ */
background-image: url(data:image/svg+xml;base64,<KEY>
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(0, 0, 0)),color-stop(1, rgb(200, 36, 63)));
/* Android 2.3 */
background-image: -webkit-repeating-linear-gradient(top left,rgb(0, 0, 0) 0%,rgb(200, 36, 63) 100%);
/* IE10+ */
background-image: repeating-linear-gradient(to bottom right,rgb(0, 0, 0) 0%,rgb(200, 36, 63) 100%);
background-image: -ms-repeating-linear-gradient(top left,rgb(0, 0, 0) 0%,rgb(200, 36, 63) 100%);
}
/* IE8- CSS hack */
@media \0screen\,screen\9 {
#teamGradient {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff000000",endColorstr="#ffc8243f",GradientType=0);
}
}
#playerImage {
height: 15em;
}
/*-----------------------------------------------------------------------------------*/
/* Nav
/*-----------------------------------------------------------------------------------*/
.navbar, .navbar.navbar-default {
background-color: #EFF6F9;
color: #313133;
width: 100%;
}
#navbarBottom{
max-height: .3em;
height: .3em;
background-color: #103558;
}
/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
#footerCopy{
text-align: center;
color: #333!important;
}
#footerTopbar{
background-color: #103558;
max-height: .3em;
height: .3em;
}
#footerBackground{
background-color: #EFF6F9;
max-height: 200px;
}
#footer {
padding: 10px 0 0 0px;
position: inline;
bottom: 0px;
max-width: 40%;
margin: 0px auto;
background-color: #EFF6F9;
}
#footer a {
font-size: 14px;
text-decoration: none;
color: #464448;
margin: 20px;
font-weight: bold;
max-height: 200px;
}
#footer a:hover {
color: #c7c7c7;
}
#footerIcon{
height="70px";
width: 100%;
margin-top: 10px;
-webkit-animation-delay:.6s;animation-delay:.6s;
}
#footerIconHolder{
-webkit-animation-delay:.6s;animation-delay:.6s;
}
#fnPlayerName{
padding-top: 25px;
margin-bottom: 10px;
margin-top: 10px;
}
#fnPlayerName , p {
color: #464448
}
.card{
display: inline-block;
position: relative;
width: inherit;
margin: 12px;
border-radius: 2px;
color: rgba(0,0,0, 0.87);
background: #fff;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.animateAbout{
-webkit-animation-delay:.6s;
animation-delay:.6s;
}
.hideMe
{
opacity:0;
}
#about-container {
padding: 10% 0 0;
}
#firstCont{
margin-top:3em;
}
/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.header-block{
padding: 3% 0 0;
text-align: center;
background-color: rgba(16,51,88,.9);
}
.header-container h1{
font-size:135px;
text-shadow:0 1px 2px #5A8DA9;
margin-bottom: 0;
}
.tag-line{
font-size:20px;
color: white!IMPORTANT;
}
.jetpack-container{
max-width:500px;
margin:30px auto 0;
}
.row-picture{
margin-top: 16px!IMPORTANT;
margin-bottom: 0px;
}
.btn, .input-group-btn .btn {
border: none;
border-radius: 2px;
position: relative;
padding: 8px 30px;
margin: 10px 1px;
font-size: 14px;
font-weight: 500;
text-transform: none !IMPORTANT;
letter-spacing: 0;
will-change: box-shadow, transform;
-webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
outline: 0;
cursor: pointer;
text-decoration: none;
background: transparent;
}
.centerIn{
text-align: center !IMPORTANT
}
.vCenter {
display: inline-block;
vertical-align: middle;
float: none;
}
/* MEME */
.meme {
position: relative;
width: 100%;
}
.top-caption,
.bottom-caption {
font-family: Impact, sans-serif;
color: #fff !IMPORTANT;
text-shadow: #000000 0px 0px 8px;
-webkit-text-stroke: 2px black;
text-transform: uppercase;
text-align: center;
font-size: 3.125em;
}
.top-caption {
top: 10px;
left: 0;
right: 0;
margin: 0 auto;
position: absolute;
-webkit-animation-delay:.5s;
animation-delay:.5s;
}
.bottom-caption {
bottom: 10px;
left: 0;
right: 0;
margin: 0 auto;
position: absolute;
-webkit-animation-delay:.6s;
animation-delay:.6s;
}
/* Port from gearinfin */
.altOne{
/*sbackground-color: #17181A;*/
}
.altOne>.altOne-inner {
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
h1.altOne{
padding-top: 80px;
padding-bottom: 35px;
color: black !important;
}
p.altOne{
color: black !important;
}
.altTwo{
/*background-color: #1C1E22;*/
padding-bottom: 150px;
}
p.blogText{
color: white !important;
}
.colorWorkAround{
color: white !important;
}
.whiteText{
color: #FFF !IMPORTANT;
font-family: "Roboto", serif;
}
.whiteBoldText{
color: #FFF !IMPORTANT;
font-family: "Roboto", serif;
}
/* Home page */
.header-block{
padding: 3% 0 0;
text-align: center;
background-color: rgba(16,51,88,.9);
width: 100%;
font-family: "Roboto", serif;
}
.header-container h1{
text-shadow:0 1px 2px #5A8DA9;
font-family: "Roboto", serif;
font-weight: 500;
color: white !important
}
.tag-line{
font-size:20px;
color: white!IMPORTANT;
font-family: "Roboto", serif;
}
.jetpack-container{
max-width:500px;
margin:30px auto 0;
}
.centerImage {
display: block;
margin: auto;
/*width: 80%;*/
}
.buttonRowSpacing {
margin-bottom: 5px;
margin-top: 5px;
}
/*Hover title on links
a[title]:hover:after {
content: attr(title);
padding: 4px 8px;
border-radius: 2px;
color: rgba(0,0,0, 0.87);
background: #fff;
position: absolute;
left: 2px;
z-index: 2px;
white-space: nowrap;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-animation-delay:1.4s;
animation-delay:1.4s;
}
*/
/*-----------------------------------------------------------------------------------*/
/* Responsive styling
/*-----------------------------------------------------------------------------------*/
@media (max-width: 780px){
.modal-video {
width: 740px;
padding:30px;
}
.video-frame{
width:640px;
height:360px
}
}
@media (max-width: 680px){
.video-frame{
width:220px;
height:124px
}
.modal-video{
width:320px;
height:304px;
}
.header-container h1{
font-size: 115px;
}
}
@media (max-width: 500px){
.jetpack-container{
margin-top:0;
}
.ps-version{
margin:-70px auto 80px;
}
.feat-block {
max-width: 100%;
margin: 50px auto 100px;
}
.feat-last{
margin: 50px auto 50px;
}
.col-md-12,.container,.col-sm-6, .about-container{
padding-left:5px;
padding-right:5px;
}
.col-xs-6{
width:100%;
}
.vert-split{
border-right:none;
border-bottom:2px dotted #c2c2c2;
margin-bottom:20px;
padding-bottom:20px;
}
.block,.buy-block{
padding:50px
}
.header-container h1 {
font-size: 18vw;
}
.tag-line{
font-size: 15px;
}
.demo-video{
width: 100%;
max-width: 80px;
height: 80px;
background: url("img/play-symbol.gif") no-repeat center center;
background-size: 80px 80px;
margin: -60px auto 40px;
}
.demo-video:hover{
background-size: 80px 80px;
}
#footer a{
font-size:12px;
margin:10px;
}
}
@media (max-width: 400px){
.logo-ring{
margin-top:-420px!important;
}
.header-block {
padding: 40px 0 0;
}
.ps-version{
font-size:12px;
width:220px;
margin-top:-65px;
}
.header-container h1 {
font-size: 70px;
}
.buy-block .btn{
font-size:16px;
padding:12px 40px 10px;
}
#footer a{
font-size:10px;
margin:6px;
}
.about-container {
padding: 40px 0 0;
}
}
/*.banner{
width: 100%;
height: 4em;
text-align: center;
background-color: #c7c7c7
}
*/
/* Ribbon */
.corner-ribbon {
pointer-events: none;
position: fixed
}
.corner-ribbon .corner-ribbon-content {
pointer-events: all;
width: 141.421356%; /* sqrt(2) */
box-sizing: border-box;
position: absolute;
text-decoration: none;
text-align: center;
height: 3em;
line-height: 1.1;
padding: 1em 0;
box-shadow: 0 0 3px rgba(0, 0, 0, .3);
letter-spacing: .03em;
overflow: hidden;
border: 0;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-transform-origin: 0 0;
transform-origin: 0 0
}
.corner-ribbon a.corner-ribbon-content {
text-decoration: none;
border: 0;
cursor: pointer;
}
.corner-ribbon a.corner-ribbon-content:hover {
opacity: .8
}
.corner-ribbon.corner-ribbon-font-size-small { font-size: 0.85em }
.corner-ribbon.corner-ribbon-font-size-normal { font-size: 1.00em }
.corner-ribbon.corner-ribbon-font-size-large { font-size: 1.25em }
.corner-ribbon.corner-ribbon-font-size-huge { font-size: 1.50em }
.corner-ribbon.corner-ribbon-position-top-left { top: 0; left: 0 }
.corner-ribbon.corner-ribbon-position-top-right { top: 0; right: 0 }
.corner-ribbon.corner-ribbon-position-bottom-left { bottom: 0; left: 0 }
.corner-ribbon.corner-ribbon-position-bottom-right { bottom: 0; right: 0 }
.corner-ribbon.corner-ribbon-position-top-left .corner-ribbon-content {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 100%;
left: -2.12132em;
margin-top: -2.12132em
}
.corner-ribbon.corner-ribbon-position-top-right .corner-ribbon-content {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 2.12132em;
top: -2.12132em
}
.corner-ribbon.corner-ribbon-position-bottom-left .corner-ribbon-content {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.corner-ribbon.corner-ribbon-position-bottom-right .corner-ribbon-content {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 100%
} | css/style.css | body{
background:#FFFFFF;
margin-top:0px;
}
p {
color: white;
font-family: "Roboto"
}
h1,h2,h3,h4,h5,h6,p{
color:black;
font-family: "Roboto"
}
blockquote {
padding: 6px 16px;
border: none;
quotes: "\201C" "\201D";
display: inline-block;
}
blockquote p:before {
content: open-quote;
font-weight: bold;
}
blockquote p:after {
content: close-quote;
font-weight: bold;
}
/*---------------------------------------------------------*/
/* single player card
/*---------------------------------------------------------*/
#playerName,h1,h2,h3,p {
color: #333!important;
font-family: "Roboto"
}
#teamGradient {
background-color: #641220;
/* IE9, iOS 3.2+ */
background-image: url(data:image/svg+xml;base64,<KEY>
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(0, 0, 0)),color-stop(1, rgb(200, 36, 63)));
/* Android 2.3 */
background-image: -webkit-repeating-linear-gradient(top left,rgb(0, 0, 0) 0%,rgb(200, 36, 63) 100%);
/* IE10+ */
background-image: repeating-linear-gradient(to bottom right,rgb(0, 0, 0) 0%,rgb(200, 36, 63) 100%);
background-image: -ms-repeating-linear-gradient(top left,rgb(0, 0, 0) 0%,rgb(200, 36, 63) 100%);
}
/* IE8- CSS hack */
@media \0screen\,screen\9 {
#teamGradient {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff000000",endColorstr="#ffc8243f",GradientType=0);
}
}
#playerImage {
height: 15em;
}
/*-----------------------------------------------------------------------------------*/
/* Nav
/*-----------------------------------------------------------------------------------*/
.navbar, .navbar.navbar-default {
background-color: #EFF6F9;
color: #313133;
width: 100%;
}
#navbarBottom{
max-height: .3em;
height: .3em;
background-color: #103558;
}
/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
#footerCopy{
text-align: center;
color: #333!important;
}
#footerTopbar{
background-color: #103558;
max-height: .3em;
height: .3em;
}
#footerBackground{
background-color: #EFF6F9;
max-height: 200px;
}
#footer {
padding: 10px 0 0 0px;
position: inline;
bottom: 0px;
max-width: 40%;
margin: 0px auto;
background-color: #EFF6F9;
}
#footer a {
font-size: 14px;
text-decoration: none;
color: #464448;
margin: 20px;
font-weight: bold;
max-height: 200px;
}
#footer a:hover {
color: #c7c7c7;
}
#footerIcon{
height="70px";
width: 100%;
margin-top: 10px;
-webkit-animation-delay:.6s;animation-delay:.6s;
}
#footerIconHolder{
-webkit-animation-delay:.6s;animation-delay:.6s;
}
#fnPlayerName{
padding-top: 25px;
margin-bottom: 10px;
margin-top: 10px;
}
#fnPlayerName , p {
color: #464448
}
.card{
display: inline-block;
position: relative;
width: inherit;
margin: 12px;
border-radius: 2px;
color: rgba(0,0,0, 0.87);
background: #fff;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.animateAbout{
-webkit-animation-delay:.6s;
animation-delay:.6s;
}
.hideMe
{
opacity:0;
}
#about-container {
padding: 10% 0 0;
}
#firstCont{
margin-top:3em;
}
/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.header-block{
padding: 3% 0 0;
text-align: center;
background-color: rgba(16,51,88,.9);
}
.header-container h1{
font-size:135px;
text-shadow:0 1px 2px #5A8DA9;
margin-bottom: 0;
}
.tag-line{
font-size:20px;
color: white!IMPORTANT;
}
.jetpack-container{
max-width:500px;
margin:30px auto 0;
}
.row-picture{
margin-top: 16px!IMPORTANT;
margin-bottom: 0px;
}
.btn, .input-group-btn .btn {
border: none;
border-radius: 2px;
position: relative;
padding: 8px 30px;
margin: 10px 1px;
font-size: 14px;
font-weight: 500;
text-transform: none !IMPORTANT;
letter-spacing: 0;
will-change: box-shadow, transform;
-webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
outline: 0;
cursor: pointer;
text-decoration: none;
background: transparent;
}
.centerIn{
text-align: center !IMPORTANT
}
.vCenter {
display: inline-block;
vertical-align: middle;
float: none;
}
/* MEME */
.meme {
position: relative;
width: 100%;
}
.top-caption,
.bottom-caption {
font-family: Impact, sans-serif;
color: #fff !IMPORTANT;
text-shadow: #000000 0px 0px 8px;
-webkit-text-stroke: 2px black;
text-transform: uppercase;
text-align: center;
font-size: 3.125em;
}
.top-caption {
top: 10px;
left: 0;
right: 0;
margin: 0 auto;
position: absolute;
-webkit-animation-delay:.5s;
animation-delay:.5s;
}
.bottom-caption {
bottom: 10px;
left: 0;
right: 0;
margin: 0 auto;
position: absolute;
-webkit-animation-delay:.6s;
animation-delay:.6s;
}
/* Port from gearinfin */
.altOne{
/*sbackground-color: #17181A;*/
}
.altOne>.altOne-inner {
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
h1.altOne{
padding-top: 80px;
padding-bottom: 35px;
color: black !important;
}
p.altOne{
color: black !important;
}
.altTwo{
/*background-color: #1C1E22;*/
padding-bottom: 150px;
}
p.blogText{
color: white !important;
}
.colorWorkAround{
color: white !important;
}
.whiteText{
color: #FFF !IMPORTANT;
font-family: "Roboto", serif;
}
.whiteBoldText{
color: #FFF !IMPORTANT;
font-family: "Roboto", serif;
}
/* Home page */
.header-block{
padding: 3% 0 0;
text-align: center;
background-color: rgba(16,51,88,.9);
width: 100%;
font-family: "Roboto", serif;
}
.header-container h1{
text-shadow:0 1px 2px #5A8DA9;
font-family: "Roboto", serif;
font-weight: 500;
color: white !important
}
.tag-line{
font-size:20px;
color: white!IMPORTANT;
font-family: "Roboto", serif;
}
.jetpack-container{
max-width:500px;
margin:30px auto 0;
}
.centerImage {
display: block;
margin: auto;
/*width: 80%;*/
}
.buttonRowSpacing {
margin-bottom: 5px;
margin-top: 5px;
}
/*Hover title on links
a[title]:hover:after {
content: attr(title);
padding: 4px 8px;
border-radius: 2px;
color: rgba(0,0,0, 0.87);
background: #fff;
position: absolute;
left: 2px;
z-index: 2px;
white-space: nowrap;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-animation-delay:1.4s;
animation-delay:1.4s;
}
*/
/*-----------------------------------------------------------------------------------*/
/* Responsive styling
/*-----------------------------------------------------------------------------------*/
@media (max-width: 780px){
.modal-video {
width: 740px;
padding:30px;
}
.video-frame{
width:640px;
height:360px
}
}
@media (max-width: 680px){
.video-frame{
width:220px;
height:124px
}
.modal-video{
width:320px;
height:304px;
}
.header-container h1{
font-size: 115px;
}
}
@media (max-width: 500px){
.jetpack-container{
margin-top:0;
}
.ps-version{
margin:-70px auto 80px;
}
.feat-block {
max-width: 100%;
margin: 50px auto 100px;
}
.feat-last{
margin: 50px auto 50px;
}
.col-md-12,.container,.col-sm-6, .about-container{
padding-left:5px;
padding-right:5px;
}
.col-xs-6{
width:100%;
}
.vert-split{
border-right:none;
border-bottom:2px dotted #c2c2c2;
margin-bottom:20px;
padding-bottom:20px;
}
.block,.buy-block{
padding:50px
}
.header-container h1 {
font-size: 18vw;
}
.tag-line{
font-size: 15px;
}
.demo-video{
width: 100%;
max-width: 80px;
height: 80px;
background: url("img/play-symbol.gif") no-repeat center center;
background-size: 80px 80px;
margin: -60px auto 40px;
}
.demo-video:hover{
background-size: 80px 80px;
}
#footer a{
font-size:12px;
margin:10px;
}
}
@media (max-width: 400px){
.logo-ring{
margin-top:-420px!important;
}
.header-block {
padding: 40px 0 0;
}
.ps-version{
font-size:12px;
width:220px;
margin-top:-65px;
}
.header-container h1 {
font-size: 70px;
}
.buy-block .btn{
font-size:16px;
padding:12px 40px 10px;
}
#footer a{
font-size:10px;
margin:6px;
}
.about-container {
padding: 40px 0 0;
}
}
/*.banner{
width: 100%;
height: 4em;
text-align: center;
background-color: #c7c7c7
}
*/
/* Ribbon */
.corner-ribbon {
pointer-events: none;
position: fixed
}
.corner-ribbon .corner-ribbon-content {
pointer-events: all;
width: 141.421356%; /* sqrt(2) */
box-sizing: border-box;
position: absolute;
text-decoration: none;
text-align: center;
height: 3em;
line-height: 1.1;
padding: 1em 0;
box-shadow: 0 0 3px rgba(0, 0, 0, .3);
letter-spacing: .03em;
overflow: hidden;
border: 0;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-transform-origin: 0 0;
transform-origin: 0 0
}
.corner-ribbon a.corner-ribbon-content {
text-decoration: none;
border: 0;
cursor: pointer;
}
.corner-ribbon a.corner-ribbon-content:hover {
opacity: .8
}
.corner-ribbon.corner-ribbon-font-size-small { font-size: 0.85em }
.corner-ribbon.corner-ribbon-font-size-normal { font-size: 1.00em }
.corner-ribbon.corner-ribbon-font-size-large { font-size: 1.25em }
.corner-ribbon.corner-ribbon-font-size-huge { font-size: 1.50em }
.corner-ribbon.corner-ribbon-position-top-left { top: 0; left: 0 }
.corner-ribbon.corner-ribbon-position-top-right { top: 0; right: 0 }
.corner-ribbon.corner-ribbon-position-bottom-left { bottom: 0; left: 0 }
.corner-ribbon.corner-ribbon-position-bottom-right { bottom: 0; right: 0 }
.corner-ribbon.corner-ribbon-position-top-left .corner-ribbon-content {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 100%;
left: -2.12132em;
margin-top: -2.12132em
}
.corner-ribbon.corner-ribbon-position-top-right .corner-ribbon-content {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 2.12132em;
top: -2.12132em
}
.corner-ribbon.corner-ribbon-position-bottom-left .corner-ribbon-content {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.corner-ribbon.corner-ribbon-position-bottom-right .corner-ribbon-content {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 100%
} | 0.291687 | 0.059483 |
body {
background: #dfdfdf;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.golang {
position: relative;
height: 330px;
width: 205px;
}
.orelhas {
position: absolute;
display: flex;
justify-content: space-between;
width: inherit;
}
.orelha {
position: absolute;
height: 40px;
width: 40px;
background: #45cedd;
border: 3px solid #000102;
border-radius: 50%;
z-index: -1;
}
.orelha-left {
right: 0;
}
.orelha-left:after,
.orelha-right:after {
content: "";
position: absolute;
top: 12px;
height: 15px;
width: 15px;
background: #000102;
border-radius: 50%;
left: 13px;
}
.orelha-left:after {
top: 12px;
}
.orelha-right:after {
top: 11px;
}
.body {
position: absolute;
height: 320px;
width: 200px;
background: #03cede;
border-radius: 75px;
border: 3px solid #000102;
z-index: 0;
}
.eyes {
width: 100%;
display: flex;
margin-top: 28px;
gap: 16px;
justify-content: center;
}
.eye {
height: 50px;
width: 50px;
background: #fff;
border-radius: 50%;
border: 3px solid #000102;
position: relative;
}
.eye-right:before,
.eye-right:after,
.eye-left:before,
.eye-left:after {
content: "";
position: absolute;
border-radius: 50%;
}
.eye-right:before,
.eye-left:before {
height: 20px;
width: 20px;
background: #000;
top: 15px;
left: 5px;
}
.eye-right:after,
.eye-left:after {
height: 4px;
width: 4px;
background: #fff;
top: 25px;
left: 20px;
}
.nariz {
display: flex;
justify-content: center;
position: relative;
z-index: 15;
}
.nariz:after {
content: "";
position: absolute;
bottom: -12px;
width: 43px;
height: 16px;
background: #fed5a0;
border-radius: 50%;
border: 3px solid #000;
}
.nariz-circle {
width: 25px;
height: 15px;
background: #000;
border-radius: 50%;
transform: rotate(350deg);
z-index: 10;
}
.dentinhos {
display: flex;
width: 100%;
justify-content: center;
}
.dente {
width: 10px;
height: 23px;
background: #fff;
border: 3px solid #000;
border-radius: 10px;
}
.dente:not(:first-child) {
margin-left: -3px;
}
.bracos {
width: inherit;
position: relative;
z-index: -1;
top: 125px;
}
.pe,
.braco {
content: "";
width: 30px;
height: 10px;
background: #fbd5a0;
position: absolute;
top: 30px;
border: 3px solid #000;
left: -18px;
z-index: -1;
transform: rotate(342deg);
border-radius: 15px;
}
.braco-right:after,
.braco-left:after {
content: "";
position: absolute;
background-color: #fed5a0;
border-radius: 50%;
}
.braco-left:after {
top: 38px;
width: 11px;
height: 11px;
left: -7px;
}
.braco-right:after {
top: 37px;
width: 13px;
height: 13px;
left: -5px;
}
.braco-right .braco:not(:first-child),
.braco-left .braco:not(:first-child) {
top: 40px;
background-color: #fbd5a0;
}
.braco-right {
right: -20px;
left: initial;
position: absolute;
transform: rotate(25deg);
}
.pes {
width: inherit;
position: relative;
z-index: -1;
bottom: -320px;
}
.pe {
top: -15px;
}
.pe-left {
left: 50px;
position: absolute;
transform: rotate(315deg);
}
.pe-right:after,
.pe-left:after {
content: "";
position: absolute;
background-color: #fed5a0;
border-radius: 50%;
width: 13px;
height: 13px;
}
.pe-left:after {
left: -10px;
top: -8px;
}
.pe-right:after {
left: inherit;
right: -9px;
top: -11px;
}
.pe-right {
position: absolute;
left: inherit;
right: 50px;
transform: rotate(65deg);
}
.pe-left .pe:not(:first-child),
.pe-right .pe:not(:first-child) {
top: -5px;
} | logo-golang/style.css | body {
background: #dfdfdf;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.golang {
position: relative;
height: 330px;
width: 205px;
}
.orelhas {
position: absolute;
display: flex;
justify-content: space-between;
width: inherit;
}
.orelha {
position: absolute;
height: 40px;
width: 40px;
background: #45cedd;
border: 3px solid #000102;
border-radius: 50%;
z-index: -1;
}
.orelha-left {
right: 0;
}
.orelha-left:after,
.orelha-right:after {
content: "";
position: absolute;
top: 12px;
height: 15px;
width: 15px;
background: #000102;
border-radius: 50%;
left: 13px;
}
.orelha-left:after {
top: 12px;
}
.orelha-right:after {
top: 11px;
}
.body {
position: absolute;
height: 320px;
width: 200px;
background: #03cede;
border-radius: 75px;
border: 3px solid #000102;
z-index: 0;
}
.eyes {
width: 100%;
display: flex;
margin-top: 28px;
gap: 16px;
justify-content: center;
}
.eye {
height: 50px;
width: 50px;
background: #fff;
border-radius: 50%;
border: 3px solid #000102;
position: relative;
}
.eye-right:before,
.eye-right:after,
.eye-left:before,
.eye-left:after {
content: "";
position: absolute;
border-radius: 50%;
}
.eye-right:before,
.eye-left:before {
height: 20px;
width: 20px;
background: #000;
top: 15px;
left: 5px;
}
.eye-right:after,
.eye-left:after {
height: 4px;
width: 4px;
background: #fff;
top: 25px;
left: 20px;
}
.nariz {
display: flex;
justify-content: center;
position: relative;
z-index: 15;
}
.nariz:after {
content: "";
position: absolute;
bottom: -12px;
width: 43px;
height: 16px;
background: #fed5a0;
border-radius: 50%;
border: 3px solid #000;
}
.nariz-circle {
width: 25px;
height: 15px;
background: #000;
border-radius: 50%;
transform: rotate(350deg);
z-index: 10;
}
.dentinhos {
display: flex;
width: 100%;
justify-content: center;
}
.dente {
width: 10px;
height: 23px;
background: #fff;
border: 3px solid #000;
border-radius: 10px;
}
.dente:not(:first-child) {
margin-left: -3px;
}
.bracos {
width: inherit;
position: relative;
z-index: -1;
top: 125px;
}
.pe,
.braco {
content: "";
width: 30px;
height: 10px;
background: #fbd5a0;
position: absolute;
top: 30px;
border: 3px solid #000;
left: -18px;
z-index: -1;
transform: rotate(342deg);
border-radius: 15px;
}
.braco-right:after,
.braco-left:after {
content: "";
position: absolute;
background-color: #fed5a0;
border-radius: 50%;
}
.braco-left:after {
top: 38px;
width: 11px;
height: 11px;
left: -7px;
}
.braco-right:after {
top: 37px;
width: 13px;
height: 13px;
left: -5px;
}
.braco-right .braco:not(:first-child),
.braco-left .braco:not(:first-child) {
top: 40px;
background-color: #fbd5a0;
}
.braco-right {
right: -20px;
left: initial;
position: absolute;
transform: rotate(25deg);
}
.pes {
width: inherit;
position: relative;
z-index: -1;
bottom: -320px;
}
.pe {
top: -15px;
}
.pe-left {
left: 50px;
position: absolute;
transform: rotate(315deg);
}
.pe-right:after,
.pe-left:after {
content: "";
position: absolute;
background-color: #fed5a0;
border-radius: 50%;
width: 13px;
height: 13px;
}
.pe-left:after {
left: -10px;
top: -8px;
}
.pe-right:after {
left: inherit;
right: -9px;
top: -11px;
}
.pe-right {
position: absolute;
left: inherit;
right: 50px;
transform: rotate(65deg);
}
.pe-left .pe:not(:first-child),
.pe-right .pe:not(:first-child) {
top: -5px;
} | 0.576542 | 0.085404 |
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@700&display=swap');
*{
box-sizing: border-box;
color: black;
font-size: 15px;
/* background: #CC95C0; /* fallback for old browsers */
/* background: -webkit-linear-gradient(to right, #7AA1D2, #DBD4B4, #CC95C0); /* Chrome 10-25, Safari 5.1-6 */
/* background: linear-gradient(to right, #7AA1D2, #DBD4B4, #CC95C0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#header-div
{
border: 2px solid white;
height: 130px;
background-color: beige;
}
#main-div{
border: 2px solid white;
margin-top: 50px;
}
ul li{
list-style: symbols(star);
text-transform: capitalize;
text-align: left;
margin-top: 50px;
font-family: 'Merienda', cursive;
margin-left: 10px;
font-size: 20px;
padding: 10px;
line-height: 10px;
}
#footer-div
{
margin-top: 15%;
height: 150px;
background-color: beige;
}
#png{
height: 500px;
width:1000px;
margin-left: 150px;
margin-top: 50px;
}
#headone{
font-family: 'Merienda', cursive;
margin-right: 10%;
margin-top: -90px;
font-size: 60px;
text-shadow: 10px 10px 5px lightgoldenrodyellow;
margin-left:15% ;}
#img-container{
border: 2px solid white;
display: inline;
float: right;
margin-top: 200px;
display: flex;
flex-wrap: wrap;
}
.img{
float: right;
padding: 10px;
margin-right: 120px;
margin-left: 10px;
height: 200px;
border: 2px solid white;
/* box-sizing: border-box; */
}
#logo{
height: 90px;
margin-top: 50px;
}
#hfoot{
margin-bottom: 40px;
text-align: center;
font-size: 50px;
font-family: 'Merienda', cursive;
}
#canvasDiv{
margin-left: 50px;
margin-right: 50px;
width:900px;
margin-top: 500px;
}
#img-hade{
text-transform: uppercase;
margin-top: 90px;
text-align: center;
margin-left: 250px;
margin-right: 500px;
letter-spacing: 30px;
font-size: 70px;
font-family: 'Merienda', cursive;
}
#mainImg{
margin-left: 350px;
margin-right: 50px;
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Merienda:wght@700&display=swap');
*{
box-sizing: border-box;
color: black;
font-size: 15px;
/* background: #CC95C0; /* fallback for old browsers */
/* background: -webkit-linear-gradient(to right, #7AA1D2, #DBD4B4, #CC95C0); /* Chrome 10-25, Safari 5.1-6 */
/* background: linear-gradient(to right, #7AA1D2, #DBD4B4, #CC95C0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#header-div
{
border: 2px solid white;
height: 130px;
background-color: beige;
}
#main-div{
border: 2px solid white;
margin-top: 50px;
}
ul li{
list-style: symbols(star);
text-transform: capitalize;
text-align: left;
margin-top: 50px;
font-family: 'Merienda', cursive;
margin-left: 10px;
font-size: 20px;
padding: 10px;
line-height: 10px;
}
#footer-div
{
margin-top: 15%;
height: 150px;
background-color: beige;
}
#png{
height: 500px;
width:1000px;
margin-left: 150px;
margin-top: 50px;
}
#headone{
font-family: 'Merienda', cursive;
margin-right: 10%;
margin-top: -90px;
font-size: 60px;
text-shadow: 10px 10px 5px lightgoldenrodyellow;
margin-left:15% ;}
#img-container{
border: 2px solid white;
display: inline;
float: right;
margin-top: 200px;
display: flex;
flex-wrap: wrap;
}
.img{
float: right;
padding: 10px;
margin-right: 120px;
margin-left: 10px;
height: 200px;
border: 2px solid white;
/* box-sizing: border-box; */
}
#logo{
height: 90px;
margin-top: 50px;
}
#hfoot{
margin-bottom: 40px;
text-align: center;
font-size: 50px;
font-family: 'Merienda', cursive;
}
#canvasDiv{
margin-left: 50px;
margin-right: 50px;
width:900px;
margin-top: 500px;
}
#img-hade{
text-transform: uppercase;
margin-top: 90px;
text-align: center;
margin-left: 250px;
margin-right: 500px;
letter-spacing: 30px;
font-size: 70px;
font-family: 'Merienda', cursive;
}
#mainImg{
margin-left: 350px;
margin-right: 50px;
} | 0.289071 | 0.082107 |
@media screen {
.section-hide {
visibility: hidden;
}
.section-show {
visibility: visible;
}
.section-hide, .section-show {
position: absolute;
left: 250px;
top: 180px;
}
body {
font-family: Arial, Helvetica, Verdana, sans-serif;
background-color: #CC9966;
}
#first {
position: absolute;
top: 5%;
left: 40%;
}
#second {
position: absolute;
top: 14%;
left: 45%;
}
} /* end - @media screen */
@media print {
/* float: none !important; */
.no-print, .menu, .footnote a, .footnote p, .closer, .big-spacer {
display: none;
}
.section-hide, .section-show {
visibility: visible;
display: block;
position: relative;
left: 12%;
top: auto;
page-break-after: always;
}
body {
font-family: Times, Garamond, Courier, Serif;
background-color: #FFFFFF;
}
a:link:after, a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
} /* end - @media print */
@media screen,print {
.section-hide, .section-show {
width: 66%;
font-size: 12pt;
}
/* Includes default background color. */
body {
background-image: none;
font-size: 12pt;
color: #000000;
position: absolute;
width: 80%;
}
#abstract {
visibility: hidden;
position: absolute;
top: 100%;
left: 100%;
}
#noscript {
font-size: 8pt;
font-weight: 500;
}
.hidden {
visibility: hidden;
}
.title {
font-size: 42pt;
font-weight: 900;
}
.menu {
font-size: 12pt;
font-weight: 700;
}
.jobTitle {
font-style: italic;
font-weight: bold;
position: relative;
top: auto;
left: 0.5cm;
}
.left-of-colon {
font-style: italic;
font-variant: small-caps;
}
.footnote {
font-size: 8pt;
}
.closer {
text-align: center;
font-size: 10pt;
font-weight: lighter;
}
.big-spacer {
font-size: 22pt;
}
/* No background color specified for anchor tags due to dynamic bgcolor-setting. */
a:link, a:visited {
color: #000000;
}
a:active {
color: #000000;
/* Not using any of the below since Firefox considers a link active only as long as the mousekey is down. */
/* text-transform: uppercase; */
/* letter-spacing: 0.1cm; */
/* text-decoration: overline; */
}
a:hover {
color: #cccccc;
background-color: #333333;
/* text-transform: uppercase; */
}
a.nav {
text-decoration: none;
}
a.increase:hover {
text-transform: uppercase;
}
h1 {
font-size: 14pt;
font-style: italic;
font-weight: bold;
}
h2 {
font-size: 12pt;
font-variant: small-caps;
font-weight: bold;
}
ul {
font-size: 12pt;
font-weight: normal;
}
li {
font-size: 12pt;
}
li.start {
font-size: 12pt;
font-style: italic;
list-style-type: none;
}
p.long-text {
text-indent: 1cm;
}
strong {
font-weight: 700;
}
img {
border: none;
}
} /* end - @media screen,print */ | css/resume.css | @media screen {
.section-hide {
visibility: hidden;
}
.section-show {
visibility: visible;
}
.section-hide, .section-show {
position: absolute;
left: 250px;
top: 180px;
}
body {
font-family: Arial, Helvetica, Verdana, sans-serif;
background-color: #CC9966;
}
#first {
position: absolute;
top: 5%;
left: 40%;
}
#second {
position: absolute;
top: 14%;
left: 45%;
}
} /* end - @media screen */
@media print {
/* float: none !important; */
.no-print, .menu, .footnote a, .footnote p, .closer, .big-spacer {
display: none;
}
.section-hide, .section-show {
visibility: visible;
display: block;
position: relative;
left: 12%;
top: auto;
page-break-after: always;
}
body {
font-family: Times, Garamond, Courier, Serif;
background-color: #FFFFFF;
}
a:link:after, a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
} /* end - @media print */
@media screen,print {
.section-hide, .section-show {
width: 66%;
font-size: 12pt;
}
/* Includes default background color. */
body {
background-image: none;
font-size: 12pt;
color: #000000;
position: absolute;
width: 80%;
}
#abstract {
visibility: hidden;
position: absolute;
top: 100%;
left: 100%;
}
#noscript {
font-size: 8pt;
font-weight: 500;
}
.hidden {
visibility: hidden;
}
.title {
font-size: 42pt;
font-weight: 900;
}
.menu {
font-size: 12pt;
font-weight: 700;
}
.jobTitle {
font-style: italic;
font-weight: bold;
position: relative;
top: auto;
left: 0.5cm;
}
.left-of-colon {
font-style: italic;
font-variant: small-caps;
}
.footnote {
font-size: 8pt;
}
.closer {
text-align: center;
font-size: 10pt;
font-weight: lighter;
}
.big-spacer {
font-size: 22pt;
}
/* No background color specified for anchor tags due to dynamic bgcolor-setting. */
a:link, a:visited {
color: #000000;
}
a:active {
color: #000000;
/* Not using any of the below since Firefox considers a link active only as long as the mousekey is down. */
/* text-transform: uppercase; */
/* letter-spacing: 0.1cm; */
/* text-decoration: overline; */
}
a:hover {
color: #cccccc;
background-color: #333333;
/* text-transform: uppercase; */
}
a.nav {
text-decoration: none;
}
a.increase:hover {
text-transform: uppercase;
}
h1 {
font-size: 14pt;
font-style: italic;
font-weight: bold;
}
h2 {
font-size: 12pt;
font-variant: small-caps;
font-weight: bold;
}
ul {
font-size: 12pt;
font-weight: normal;
}
li {
font-size: 12pt;
}
li.start {
font-size: 12pt;
font-style: italic;
list-style-type: none;
}
p.long-text {
text-indent: 1cm;
}
strong {
font-weight: 700;
}
img {
border: none;
}
} /* end - @media screen,print */ | 0.474144 | 0.064565 |
.vue-slider-disabled .vue-slider-process {
background-color: #a7a7a7;
}
.vue-slider-disabled .vue-slider-dot-handle {
border-color: #a7a7a7;
}
.vue-slider-disabled .vue-slider-mark-step-active {
box-shadow: 0 0 0 2px #a7a7a7;
}
/* rail style */
.vue-slider-rail {
background-color: whitesmoke;
border-radius: 15px;
transition: background-color 0.3s;
}
.vue-slider:hover .vue-slider-rail {
background-color: #e1e1e1;
}
/* process style */
.vue-slider-process {
background-color: #d6c2fc;
border-radius: 15px;
transition: background-color 0.3s;
}
.vue-slider:hover .vue-slider-process {
background-color: #CFB8FC;
}
/* mark style */
.vue-slider-mark-step {
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0 0 0 2px #e8e8e8;
background-color: #fff;
}
.vue-slider-mark-step-active {
box-shadow: 0 0 0 2px #d6c2fc;
}
.vue-slider:hover .vue-slider-mark-step-active {
box-shadow: 0 0 0 2px #CFB8FC;
}
.vue-slider-mark-label {
font-size: 12px;
white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
cursor: pointer;
width: 170%;
height: 170%;
border-radius: 100%;
background-color: #fff;
background-image: url("../../../../src/assets/views/Atendimentos/SliderHandleBg.svg");
background-position: center;
border: 2px solid #d6c2fc;
box-sizing: border-box;
transition: box-shadow 0.3s, border-color 0.3s;
position: relative;
bottom: 5px;
}
.vue-slider:hover .vue-slider-dot-handle {
border-color: #CFB8FC;
}
.vue-slider-dot-handle-focus {
border-color: #ae87fa;
box-shadow: 0 0 0 3.5px rgba(174, 135, 250, 0.2);
}
.vue-slider:hover .vue-slider-dot-handle-focus {
border-color: #ae87fa;
}
.vue-slider-dot-handle:hover {
border-color: #ae87fa;
}
.vue-slider:hover .vue-slider-dot-handle:hover {
border-color: #ae87fa;
}
.vue-slider-dot-handle-disabled {
cursor: not-allowed;
border-color: #ddd !important;
}
.vue-slider-dot-tooltip {
opacity: 0;
visibility: hidden;
transition: all 0.3s;
}
.vue-slider-dot-tooltip-inner {
font-size: 14px;
white-space: nowrap;
padding: 6px 8px;
color: #fff;
border-radius: 5px;
border-color: rgba(0, 0, 0, 0.75);
background-color: rgba(0, 0, 0, 0.75);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
transform: scale(0.9);
transition: transform 0.3s;
}
.vue-slider-dot-tooltip-inner::after {
content: "";
position: absolute;
}
.vue-slider-dot-tooltip-inner-top::after {
top: 100%;
left: 50%;
transform: translate(-50%, 0);
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 5px;
border-top-color: inherit;
}
.vue-slider-dot-tooltip-inner-bottom::after {
bottom: 100%;
left: 50%;
transform: translate(-50%, 0);
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 5px;
border-bottom-color: inherit;
}
.vue-slider-dot-tooltip-inner-left::after {
left: 100%;
top: 50%;
transform: translate(0, -50%);
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 5px;
border-left-color: inherit;
}
.vue-slider-dot-tooltip-inner-right::after {
right: 100%;
top: 50%;
transform: translate(0, -50%);
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 5px;
border-right-color: inherit;
}
.vue-slider-dot-tooltip-inner-top {
transform-origin: 50% 100%;
}
.vue-slider-dot-tooltip-inner-bottom {
transform-origin: 50% 0;
}
.vue-slider-dot-tooltip-inner-left {
transform-origin: 100% 50%;
}
.vue-slider-dot-tooltip-inner-right {
transform-origin: 0% 50%;
}
.vue-slider-dot:hover .vue-slider-dot-tooltip, .vue-slider-dot-tooltip-show {
opacity: 1;
visibility: visible;
}
.vue-slider-dot:hover .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner, .vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner {
transform: scale(1);
}
/*# sourceMappingURL=cormora.css.map */ | theme/cormora.css | .vue-slider-disabled .vue-slider-process {
background-color: #a7a7a7;
}
.vue-slider-disabled .vue-slider-dot-handle {
border-color: #a7a7a7;
}
.vue-slider-disabled .vue-slider-mark-step-active {
box-shadow: 0 0 0 2px #a7a7a7;
}
/* rail style */
.vue-slider-rail {
background-color: whitesmoke;
border-radius: 15px;
transition: background-color 0.3s;
}
.vue-slider:hover .vue-slider-rail {
background-color: #e1e1e1;
}
/* process style */
.vue-slider-process {
background-color: #d6c2fc;
border-radius: 15px;
transition: background-color 0.3s;
}
.vue-slider:hover .vue-slider-process {
background-color: #CFB8FC;
}
/* mark style */
.vue-slider-mark-step {
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0 0 0 2px #e8e8e8;
background-color: #fff;
}
.vue-slider-mark-step-active {
box-shadow: 0 0 0 2px #d6c2fc;
}
.vue-slider:hover .vue-slider-mark-step-active {
box-shadow: 0 0 0 2px #CFB8FC;
}
.vue-slider-mark-label {
font-size: 12px;
white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
cursor: pointer;
width: 170%;
height: 170%;
border-radius: 100%;
background-color: #fff;
background-image: url("../../../../src/assets/views/Atendimentos/SliderHandleBg.svg");
background-position: center;
border: 2px solid #d6c2fc;
box-sizing: border-box;
transition: box-shadow 0.3s, border-color 0.3s;
position: relative;
bottom: 5px;
}
.vue-slider:hover .vue-slider-dot-handle {
border-color: #CFB8FC;
}
.vue-slider-dot-handle-focus {
border-color: #ae87fa;
box-shadow: 0 0 0 3.5px rgba(174, 135, 250, 0.2);
}
.vue-slider:hover .vue-slider-dot-handle-focus {
border-color: #ae87fa;
}
.vue-slider-dot-handle:hover {
border-color: #ae87fa;
}
.vue-slider:hover .vue-slider-dot-handle:hover {
border-color: #ae87fa;
}
.vue-slider-dot-handle-disabled {
cursor: not-allowed;
border-color: #ddd !important;
}
.vue-slider-dot-tooltip {
opacity: 0;
visibility: hidden;
transition: all 0.3s;
}
.vue-slider-dot-tooltip-inner {
font-size: 14px;
white-space: nowrap;
padding: 6px 8px;
color: #fff;
border-radius: 5px;
border-color: rgba(0, 0, 0, 0.75);
background-color: rgba(0, 0, 0, 0.75);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
transform: scale(0.9);
transition: transform 0.3s;
}
.vue-slider-dot-tooltip-inner::after {
content: "";
position: absolute;
}
.vue-slider-dot-tooltip-inner-top::after {
top: 100%;
left: 50%;
transform: translate(-50%, 0);
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 5px;
border-top-color: inherit;
}
.vue-slider-dot-tooltip-inner-bottom::after {
bottom: 100%;
left: 50%;
transform: translate(-50%, 0);
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 5px;
border-bottom-color: inherit;
}
.vue-slider-dot-tooltip-inner-left::after {
left: 100%;
top: 50%;
transform: translate(0, -50%);
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 5px;
border-left-color: inherit;
}
.vue-slider-dot-tooltip-inner-right::after {
right: 100%;
top: 50%;
transform: translate(0, -50%);
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 5px;
border-right-color: inherit;
}
.vue-slider-dot-tooltip-inner-top {
transform-origin: 50% 100%;
}
.vue-slider-dot-tooltip-inner-bottom {
transform-origin: 50% 0;
}
.vue-slider-dot-tooltip-inner-left {
transform-origin: 100% 50%;
}
.vue-slider-dot-tooltip-inner-right {
transform-origin: 0% 50%;
}
.vue-slider-dot:hover .vue-slider-dot-tooltip, .vue-slider-dot-tooltip-show {
opacity: 1;
visibility: visible;
}
.vue-slider-dot:hover .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner, .vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner {
transform: scale(1);
}
/*# sourceMappingURL=cormora.css.map */ | 0.455683 | 0.068009 |
.home-page {
& .main-container {
@extend %sheet;
overflow: hidden;
}
& .button {
font-weight: 500;
}
& hr {
@extend %dash-divider;
margin-top: 1em;
margin-bottom: 2rem;
}
}
.intro-content {
max-width: 40rem;
}
.home-content {
& h2 {
@extend %heading;
margin: 4rem 0 2rem;
}
}
.project-list {
--gap: 1rem;
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
grid-gap: var(--gap);
}
.highlight-section {
@extend %highlight-p;
& .section-subheading {
font-size: 1rem;
font-style: italic;
font-weight: 600;
text-transform: uppercase;
}
& ul {
padding: 0;
}
& p {
& a {
@extend %inline-link-style;
}
}
}
.elsewhere {
--max-width: 56rem;
max-width: var(--max-width);
& a {
color: var(--theme-link-color);
}
& ol {
list-style: none;
}
& .column-heading {
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
&::after {
height: 2px;
}
}
& .container {
align-content: flex-start;
align-items: flex-start;
display: flex;
flex-wrap: wrap;
text-align: left;
}
& .column {
flex: 0 1 calc(var(--max-width) / 3);
margin-right: 2rem;
margin-bottom: 2rem;
}
& .article-list {
padding: 0;
}
& .article {
margin-bottom: 2rem;
}
& .article-link {
text-decoration: none;
}
& .article-title {
font-size: 1.1rem;
font-weight: 500;
line-height: 1.4;
margin: 0 0 0.4rem;
max-width: 14rem;
transition: color 0.2s;
&:hover {
color: var(--theme-foreground-color);
}
}
& .article-metadata {
color: var(--theme-foreground-color);
opacity: 0.7;
}
& .podcast-list {
padding: 0;
}
& .podcast-cell {
margin-bottom: 2rem;
}
& .podcast-thumbnail {
width: 4rem;
height: 4rem;
border-radius: 4px;
flex-shrink: 0;
}
& .podcast-name {
color: white;
font-size: 0.9rem;
font-weight: normal;
letter-spacing: 0.05em;
text-transform: uppercase;
margin: 0 0 0.5em;
& .role {
color: color-mod(white alpha(30%));
}
}
& .podcast-metadata {
flex-grow: 1;
text-align: left;
padding-left: 1rem;
}
& .podcast-link {
display: flex;
text-decoration: none;
}
& .episode-metadata {
line-height: 1.4;
size: 0.9rem;
color: color-mod(white alpha(60%));
}
} | src/css/pages/home.css | .home-page {
& .main-container {
@extend %sheet;
overflow: hidden;
}
& .button {
font-weight: 500;
}
& hr {
@extend %dash-divider;
margin-top: 1em;
margin-bottom: 2rem;
}
}
.intro-content {
max-width: 40rem;
}
.home-content {
& h2 {
@extend %heading;
margin: 4rem 0 2rem;
}
}
.project-list {
--gap: 1rem;
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
grid-gap: var(--gap);
}
.highlight-section {
@extend %highlight-p;
& .section-subheading {
font-size: 1rem;
font-style: italic;
font-weight: 600;
text-transform: uppercase;
}
& ul {
padding: 0;
}
& p {
& a {
@extend %inline-link-style;
}
}
}
.elsewhere {
--max-width: 56rem;
max-width: var(--max-width);
& a {
color: var(--theme-link-color);
}
& ol {
list-style: none;
}
& .column-heading {
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
&::after {
height: 2px;
}
}
& .container {
align-content: flex-start;
align-items: flex-start;
display: flex;
flex-wrap: wrap;
text-align: left;
}
& .column {
flex: 0 1 calc(var(--max-width) / 3);
margin-right: 2rem;
margin-bottom: 2rem;
}
& .article-list {
padding: 0;
}
& .article {
margin-bottom: 2rem;
}
& .article-link {
text-decoration: none;
}
& .article-title {
font-size: 1.1rem;
font-weight: 500;
line-height: 1.4;
margin: 0 0 0.4rem;
max-width: 14rem;
transition: color 0.2s;
&:hover {
color: var(--theme-foreground-color);
}
}
& .article-metadata {
color: var(--theme-foreground-color);
opacity: 0.7;
}
& .podcast-list {
padding: 0;
}
& .podcast-cell {
margin-bottom: 2rem;
}
& .podcast-thumbnail {
width: 4rem;
height: 4rem;
border-radius: 4px;
flex-shrink: 0;
}
& .podcast-name {
color: white;
font-size: 0.9rem;
font-weight: normal;
letter-spacing: 0.05em;
text-transform: uppercase;
margin: 0 0 0.5em;
& .role {
color: color-mod(white alpha(30%));
}
}
& .podcast-metadata {
flex-grow: 1;
text-align: left;
padding-left: 1rem;
}
& .podcast-link {
display: flex;
text-decoration: none;
}
& .episode-metadata {
line-height: 1.4;
size: 0.9rem;
color: color-mod(white alpha(60%));
}
} | 0.649245 | 0.117927 |
@-moz-document domain("wikimart.ru") {
/* Ссылки */
a {
color: #363b41 !important;
text-decoration: underline !important;
font-size: 14px !important;
line-height: 18px;
}
a:hover {
color: red !important;
}
/* Уебанская навигация */
.header-middle-placement,
.header-middle {
background: #3f3f3f;
}
.header-sale__name {
color: white;
text-decoration: underline !important;
}
.departments-gallery__navigation {
border-bottom: none;
}
/* Баннеры */
.homepage-banners,
.free-banners,
.footer-baners {
display: none !important;
}
/* Заголовки */
h1 {
font-size: 18px !important;
}
h2 {
font-size: 16px !important;
}
h3 {
font-size: 16px !important;
text-align: left !important;
}
.TitCat {
color: #363b41;
}
.page__content {
background: none;
}
/* Скрываем сео блок */
.catalog-other-categories {
display: none;
}
.vertical-margin-bottom-24 {
margin: 0;
}
.listing-category-description {
display: none;
}
/* Нахуй маркетинговые уловки */
.catalog-product-item__price-new {
color: #363b41;
}
.catalog-product-item__price-old {
display: none;
}
.catalog-product-item__discount {
display: none;
}
.departments-gallery__navigation {
height: auto;
}
.striked-outer {
display: none;
}
.currency {
font-weight: bold;
color: #363b41 !important;
}
.listing-list-promo-shields {
display: none;
}
.shield-type-discount {
display: none;
}
.articl {
font-weight: normal !important;
}
.old-price {
display: none;
}
.footer__header-type-social,
.footer__social-icons {
display: none;
}
.listing-pics__price-before-discount {
display: none;
}
.shield-type-hit {
display: none;
}
/* Мелкий шрифт */
.public-offer-disclaim {
color: red;
font-size: 14px !important;
}
/* Убираем уебанский стиль 90х */
table,
table td {
border: 0 !important;
}
.roundGrayBorder {
background-color: #FBFBFB;
box-shadow: none;
}
div.j-accessories .category-selector li span {
color: #363b41;
}
.cont,
.top {
border: none !important;
background: none !important;
}
.bot {
display: none;
}
.listing-pics__item,
.listing-pics__item:hover {
border: none;
box-shadow: none;
}
.listing-pics-carousel__nav-prev:before,
.listing-pics-carousel__nav-next:before {
border: none !important;
}
/* Что за пидар придумал всплывающие сообщения */
#notifyContent,
#sociaplus_comparePlus {
display: none !important;
}
/* Копирайт */
.footer__copyright:after {
content: '© <NAME> 2015';
}
/* Исправляем косяки верстки */
div.j-accessories .item .link {
height: 3rem;
}
.footer__link {
padding: 4px 0;
}
.footer__apps {
padding: 0;
}
.catalog-product-item__name {
height: 60px;
}
/* Убираем мешающийся sidebar */
.header-middle-fixed {
position: relative;
}
} | data/usercss/121697.user.css | @-moz-document domain("wikimart.ru") {
/* Ссылки */
a {
color: #363b41 !important;
text-decoration: underline !important;
font-size: 14px !important;
line-height: 18px;
}
a:hover {
color: red !important;
}
/* Уебанская навигация */
.header-middle-placement,
.header-middle {
background: #3f3f3f;
}
.header-sale__name {
color: white;
text-decoration: underline !important;
}
.departments-gallery__navigation {
border-bottom: none;
}
/* Баннеры */
.homepage-banners,
.free-banners,
.footer-baners {
display: none !important;
}
/* Заголовки */
h1 {
font-size: 18px !important;
}
h2 {
font-size: 16px !important;
}
h3 {
font-size: 16px !important;
text-align: left !important;
}
.TitCat {
color: #363b41;
}
.page__content {
background: none;
}
/* Скрываем сео блок */
.catalog-other-categories {
display: none;
}
.vertical-margin-bottom-24 {
margin: 0;
}
.listing-category-description {
display: none;
}
/* Нахуй маркетинговые уловки */
.catalog-product-item__price-new {
color: #363b41;
}
.catalog-product-item__price-old {
display: none;
}
.catalog-product-item__discount {
display: none;
}
.departments-gallery__navigation {
height: auto;
}
.striked-outer {
display: none;
}
.currency {
font-weight: bold;
color: #363b41 !important;
}
.listing-list-promo-shields {
display: none;
}
.shield-type-discount {
display: none;
}
.articl {
font-weight: normal !important;
}
.old-price {
display: none;
}
.footer__header-type-social,
.footer__social-icons {
display: none;
}
.listing-pics__price-before-discount {
display: none;
}
.shield-type-hit {
display: none;
}
/* Мелкий шрифт */
.public-offer-disclaim {
color: red;
font-size: 14px !important;
}
/* Убираем уебанский стиль 90х */
table,
table td {
border: 0 !important;
}
.roundGrayBorder {
background-color: #FBFBFB;
box-shadow: none;
}
div.j-accessories .category-selector li span {
color: #363b41;
}
.cont,
.top {
border: none !important;
background: none !important;
}
.bot {
display: none;
}
.listing-pics__item,
.listing-pics__item:hover {
border: none;
box-shadow: none;
}
.listing-pics-carousel__nav-prev:before,
.listing-pics-carousel__nav-next:before {
border: none !important;
}
/* Что за пидар придумал всплывающие сообщения */
#notifyContent,
#sociaplus_comparePlus {
display: none !important;
}
/* Копирайт */
.footer__copyright:after {
content: '© <NAME> 2015';
}
/* Исправляем косяки верстки */
div.j-accessories .item .link {
height: 3rem;
}
.footer__link {
padding: 4px 0;
}
.footer__apps {
padding: 0;
}
.catalog-product-item__name {
height: 60px;
}
/* Убираем мешающийся sidebar */
.header-middle-fixed {
position: relative;
}
} | 0.125012 | 0.047294 |
article.main {
width: 60vw;
margin: 30px auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
padding: 20px;
}
figcaption {
padding: 10px 20px 0;
text-align: center;
}
.header_image {
grid-column: 1/-1;
position: relative;
margin: 40px 0 0 0;
left: 0;
width: 100%;
display: flex;
flex-direction: column;
}
.header_image img {
flex: 1;
height: 50%;
width: 100%;
object-fit: contain;
}
.paragraph, .image, .title, .subtitle {
grid-column: 1/-1;
}
hr {
grid-column: 1/-1;
width: 90%;
margin-top: 20px;
margin-bottom: 20px;
}
.title {
text-align: center;
font-size: 36px;
}
.subtitle {
text-align: center;
font-size: 20px;
margin-bottom: 60px;
}
.paragraph {
display: flex;
flex-direction: column;
justify-content: center;
word-break: break-all;
}
.paragraph:first-of-type {
font-size: 1.2em;
text-align: center;
}
blockquote {
border-left: 5px solid #bec3c7;
padding: 20px 0 20px 20px;
word-break: break-all;
margin: 18px 60px;
}
blockquote footer {
padding: 10px 0 10px 30px;
}
blockquote > * {
word-break: break-all;
}
.image img {
width: 100%;
}
.image figcaption {
text-align: center;
}
.details {
display: flex;
flex-direction: row;
grid-column: 1/-1;
margin-bottom: 40px;
}
.details .details_wrapper {
border: 1px solid #bec3c7;
border-radius: 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding: 5px;
}
.details .details_wrapper .details_text {
flex: 1;
}
.details .details_wrapper .details_image {
position: relative;
margin-right: 20px;
}
.details .details_wrapper .details_image figure {
margin: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: white;
border-radius: 50%;
}
.details .details_wrapper .details_image figure img {
max-width: 100%;
max-height: 100px;
border-radius: 50%;
margin: 5px;
object-fit: cover;
}
.article_social {
grid-column: 1/-1;
display: flex;
flex-direction: column;
}
.article_social .links {
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-top: 20px;
}
.article_social .links .social {
border: 2px solid;
border-radius: 50%;
width: 65px;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
background: rgba(0, 0, 0, 0);
cursor: pointer;
transition: 0.1s linear;
}
.article_social .links .social i {
font-size: 30px;
}
.article_social .links .social.twitter {
border-color: #1DA1F2;
}
.article_social .links .social.twitter:hover {
border-color: #ecf0f1;
color: #1DA1F2;
box-shadow: 0 0 10px #1DA1F2;
}
.article_social .links .social.twitter:hover i {
color: #1DA1F2;
}
.article_social .links .social.facebook {
border-color: #4267B2;
}
.article_social .links .social.facebook:hover {
border-color: #ecf0f1;
color: #4267B2;
box-shadow: 0 0 10px #4267B2;
}
.article_social .links .social.facebook:hover i {
color: #4267B2;
}
.article_social .links .social.linkedin {
border-color: #0077B5;
}
.article_social .links .social.linkedin:hover {
border-color: #ecf0f1;
color: #0077B5;
box-shadow: 0 0 10px #0077B5;
}
.article_social .links .social.linkedin:hover i {
color: #0077B5;
}
.article_social .links .social.link:hover {
border-color: #ecf0f1;
box-shadow: 0px 3px 8px 0px #1bbc9b, 0px -3px 8px 0px #9a59b5, 3px 0px 8px 0px #1bbc9b, -3px 0px 8px 0px #9a59b5;
background: linear-gradient(45deg, #2dcc70, #1bbc9b, #9a59b5, #e84c3d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
}
.article_social .links .social.link:hover i {
color: #0077B5;
}
footer {
padding-bottom: 100px;
}
footer .tags {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
width: 80vw;
margin: 0 auto;
margin-bottom: 20px;
}
footer .tags .tag {
padding: 4px 8px;
margin: 5px;
border-radius: 6px;
background: #9a59b5;
border-bottom: 4px solid #8d44ad;
display: flex;
justify-content: center;
color: #ecf0f1;
}
footer .tags .tag:hover {
margin-bottom: 1px;
border-bottom: 4px solid #8d44ad;
}
footer .author_bio {
border: 1px solid #bec3c7;
border-radius: 10px;
display: flex;
flex-direction: row;
width: 80vw;
margin: 0 auto;
position: relative;
}
footer .author_bio .author_bio_main {
padding: 10px 20px;
}
footer .author_bio .author_bio_main .author_bio__names h3 {
margin-top: 0;
}
footer .author_bio .author_bio_main .author_bio__outward p {
padding: 0;
}
footer .author_bio .author_bio__profile {
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
footer .author_bio .author_bio__profile img {
width: 150px;
height: 100%;
object-fit: cover;
border-radius: 10px 0px 0px 10px;
}
footer .author_bio .author_bio__social {
display: flex;
flex-direction: column;
justify-content: space-around;
padding: 0 15px;
}
footer .author_bio .author_bio__social .social {
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
footer .author_bio .author_bio__social .social.twitter:hover {
color: #1DA1F2;
}
footer .author_bio .author_bio__social .social.twitter:hover i {
color: #1DA1F2;
}
footer .author_bio .author_bio__social .social.facebook:hover {
color: #4267B2;
}
footer .author_bio .author_bio__social .social.facebook:hover i {
color: #4267B2;
}
footer .author_bio .author_bio__social .social.instagram:hover {
color: #e1306c;
}
footer .author_bio .author_bio__social .social.instagram:hover i {
color: #e1306c;
}
footer .author_bio .author_bio__social .social.linkedin:hover {
color: #0077B5;
}
footer .author_bio .author_bio__social .social.linkedin:hover i {
color: #0077B5;
}
.author_bio__container {
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
padding-bottom: 100px;
}
.read_more {
text-align: center;
font-size: 22px;
font-weight: bold;
}
.other_posts {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
.other_posts .label {
width: 100%;
cursor: pointer;
text-align: center;
}
.other_posts .label p, .other_posts .label a, .other_posts .label label {
text-align: center;
}
.other_posts > * {
flex: 1;
margin: 0 20px;
max-width: 48vw;
}
.modify {
padding: 0 20px;
border: 1px solid #bec3c7;
border-radius: 10px;
}
.post {
transition: 0.2s linear;
border: 1px solid #bec3c7;
border-radius: 20px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
background: white;
margin: 20px 0;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.post a {
border-radius: 20px 20px 0 0;
}
.post .image {
transition: 0.2s linear;
flex: 1;
background: white;
text-align: center;
max-height: 350px;
position: relative;
margin: 0;
}
.post .image img {
transition: 0.2s linear;
height: 350px;
width: 100%;
border-radius: 20px 0 0 20px;
object-fit: cover;
box-shadow: 6px 0 14px rgba(0, 0, 0, 0.4);
}
.post .post_details {
transition: 0.2s linear;
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;
grid-column: 1/-1;
}
.post .post_details .post_details_primary {
flex: 2;
}
.post .post_details .post_details_primary h3 {
margin-top: 0;
}
.post .post_details .post_details_primary .read_button {
margin-top: 10px;
display: flex;
justify-content: flex-end;
}
.post .post_details .post_details_primary .read_button a {
transition: 0.1s linear;
border: 1px solid #bec3c7;
border-radius: 10px;
padding: 10px 20px;
transition: 0.2s linear;
background: rgba(0, 0, 0, 0);
}
.post .post_details .post_details_primary .read_button a i {
transition: 0.1s linear;
transition: 0.2s linear;
background: rgba(0, 0, 0, 0);
}
.post .post_details .post_details_primary .read_button a:hover {
background: linear-gradient(45deg, #1bbc9b, #9a59b5);
color: #ecf0f1;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.post .post_details .post_details_primary .read_button a:hover i {
color: #ecf0f1;
}
.post .post_details .post_details_meta {
padding-left: 20px;
flex: 1;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.post .post_details .post_details_meta .post_details_author {
margin-top: 0;
}
.post .post_details .post_details_meta .post_details_read_time {
margin-top: 8px;
}
.post .post_details > * {
padding: 0;
}
.post .post_details p {
margin: 0;
padding: 0;
}
.post:hover {
border: 1px solid #ecf0f1;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), 5px 0 20px rgba(0, 0, 0, 0), -5px 0 20px rgba(0, 0, 0, 0);
}
.post.experimental {
margin: 30px 0;
}
.post.experimental .image {
background: none;
}
.post.experimental .image img {
border-radius: 4px;
width: 94%;
transform: translateY(-10px);
}
code {
background: #ecf0f1;
color: #D54334;
display: inline-block;
border-radius: 5px;
padding: 0 4px;
}
code.code_snippet {
color: #2d3e50;
padding: 10px 20px 10px 6px;
white-space: pre-wrap;
word-spacing: 0.3em;
line-height: 1.5em;
word-break: break-all;
display: grid;
grid-template-columns: 50px 1fr;
}
code.code_snippet > * {
font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", Courier, monospace;
}
code.code_snippet .code_ln--number {
width: 30px;
margin: 0 0 0 10px;
display: inline-block;
border-right: 1px solid #bec3c7;
}
code.code_snippet .code_ln--content {
border-bottom: 1px solid rgba(0, 0, 0, 0);
transition: 0.02s ease;
}
code.code_snippet .code_ln--content:hover {
border-bottom: 1px solid #d3dcde;
}
.large {
grid-column: 1/-1;
}
.medium_left {
grid-column: 1/-2;
}
.medium_right {
grid-column: 2/-1;
}
.small_left {
grid-column: 1;
}
.small_center {
grid-column: 2;
}
.small_right {
grid-column: 3;
}
@media only screen and (max-width: 700px) {
article.main {
width: 90vw;
padding: 0;
}
footer .author_bio {
flex-direction: column;
}
footer .author_bio .author_bio__social {
flex-direction: row;
padding-bottom: 20px;
}
}
@media only screen and (max-width: 950px) {
.details {
justify-content: center;
}
.main {
width: 75vw;
}
.other_posts {
flex-direction: column;
}
.other_posts .post {
flex-direction: column;
}
.other_posts .post .image img {
height: 150px;
border-radius: 20px 20px 0 0;
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}
.other_posts .post .post_details .post_details_meta {
padding: 0;
margin-top: 10px;
}
.other_posts .post .post_details .post_details_meta div {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}
.other_posts .post .post_details .post_details_meta div * {
margin: 0;
}
.other_posts > * {
max-width: 96vw;
}
}
/*# sourceMappingURL=css/posts/show.css.map */ | public/css/posts/show.css | article.main {
width: 60vw;
margin: 30px auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
padding: 20px;
}
figcaption {
padding: 10px 20px 0;
text-align: center;
}
.header_image {
grid-column: 1/-1;
position: relative;
margin: 40px 0 0 0;
left: 0;
width: 100%;
display: flex;
flex-direction: column;
}
.header_image img {
flex: 1;
height: 50%;
width: 100%;
object-fit: contain;
}
.paragraph, .image, .title, .subtitle {
grid-column: 1/-1;
}
hr {
grid-column: 1/-1;
width: 90%;
margin-top: 20px;
margin-bottom: 20px;
}
.title {
text-align: center;
font-size: 36px;
}
.subtitle {
text-align: center;
font-size: 20px;
margin-bottom: 60px;
}
.paragraph {
display: flex;
flex-direction: column;
justify-content: center;
word-break: break-all;
}
.paragraph:first-of-type {
font-size: 1.2em;
text-align: center;
}
blockquote {
border-left: 5px solid #bec3c7;
padding: 20px 0 20px 20px;
word-break: break-all;
margin: 18px 60px;
}
blockquote footer {
padding: 10px 0 10px 30px;
}
blockquote > * {
word-break: break-all;
}
.image img {
width: 100%;
}
.image figcaption {
text-align: center;
}
.details {
display: flex;
flex-direction: row;
grid-column: 1/-1;
margin-bottom: 40px;
}
.details .details_wrapper {
border: 1px solid #bec3c7;
border-radius: 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding: 5px;
}
.details .details_wrapper .details_text {
flex: 1;
}
.details .details_wrapper .details_image {
position: relative;
margin-right: 20px;
}
.details .details_wrapper .details_image figure {
margin: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: white;
border-radius: 50%;
}
.details .details_wrapper .details_image figure img {
max-width: 100%;
max-height: 100px;
border-radius: 50%;
margin: 5px;
object-fit: cover;
}
.article_social {
grid-column: 1/-1;
display: flex;
flex-direction: column;
}
.article_social .links {
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-top: 20px;
}
.article_social .links .social {
border: 2px solid;
border-radius: 50%;
width: 65px;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
background: rgba(0, 0, 0, 0);
cursor: pointer;
transition: 0.1s linear;
}
.article_social .links .social i {
font-size: 30px;
}
.article_social .links .social.twitter {
border-color: #1DA1F2;
}
.article_social .links .social.twitter:hover {
border-color: #ecf0f1;
color: #1DA1F2;
box-shadow: 0 0 10px #1DA1F2;
}
.article_social .links .social.twitter:hover i {
color: #1DA1F2;
}
.article_social .links .social.facebook {
border-color: #4267B2;
}
.article_social .links .social.facebook:hover {
border-color: #ecf0f1;
color: #4267B2;
box-shadow: 0 0 10px #4267B2;
}
.article_social .links .social.facebook:hover i {
color: #4267B2;
}
.article_social .links .social.linkedin {
border-color: #0077B5;
}
.article_social .links .social.linkedin:hover {
border-color: #ecf0f1;
color: #0077B5;
box-shadow: 0 0 10px #0077B5;
}
.article_social .links .social.linkedin:hover i {
color: #0077B5;
}
.article_social .links .social.link:hover {
border-color: #ecf0f1;
box-shadow: 0px 3px 8px 0px #1bbc9b, 0px -3px 8px 0px #9a59b5, 3px 0px 8px 0px #1bbc9b, -3px 0px 8px 0px #9a59b5;
background: linear-gradient(45deg, #2dcc70, #1bbc9b, #9a59b5, #e84c3d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
}
.article_social .links .social.link:hover i {
color: #0077B5;
}
footer {
padding-bottom: 100px;
}
footer .tags {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
width: 80vw;
margin: 0 auto;
margin-bottom: 20px;
}
footer .tags .tag {
padding: 4px 8px;
margin: 5px;
border-radius: 6px;
background: #9a59b5;
border-bottom: 4px solid #8d44ad;
display: flex;
justify-content: center;
color: #ecf0f1;
}
footer .tags .tag:hover {
margin-bottom: 1px;
border-bottom: 4px solid #8d44ad;
}
footer .author_bio {
border: 1px solid #bec3c7;
border-radius: 10px;
display: flex;
flex-direction: row;
width: 80vw;
margin: 0 auto;
position: relative;
}
footer .author_bio .author_bio_main {
padding: 10px 20px;
}
footer .author_bio .author_bio_main .author_bio__names h3 {
margin-top: 0;
}
footer .author_bio .author_bio_main .author_bio__outward p {
padding: 0;
}
footer .author_bio .author_bio__profile {
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
footer .author_bio .author_bio__profile img {
width: 150px;
height: 100%;
object-fit: cover;
border-radius: 10px 0px 0px 10px;
}
footer .author_bio .author_bio__social {
display: flex;
flex-direction: column;
justify-content: space-around;
padding: 0 15px;
}
footer .author_bio .author_bio__social .social {
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
footer .author_bio .author_bio__social .social.twitter:hover {
color: #1DA1F2;
}
footer .author_bio .author_bio__social .social.twitter:hover i {
color: #1DA1F2;
}
footer .author_bio .author_bio__social .social.facebook:hover {
color: #4267B2;
}
footer .author_bio .author_bio__social .social.facebook:hover i {
color: #4267B2;
}
footer .author_bio .author_bio__social .social.instagram:hover {
color: #e1306c;
}
footer .author_bio .author_bio__social .social.instagram:hover i {
color: #e1306c;
}
footer .author_bio .author_bio__social .social.linkedin:hover {
color: #0077B5;
}
footer .author_bio .author_bio__social .social.linkedin:hover i {
color: #0077B5;
}
.author_bio__container {
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
padding-bottom: 100px;
}
.read_more {
text-align: center;
font-size: 22px;
font-weight: bold;
}
.other_posts {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
.other_posts .label {
width: 100%;
cursor: pointer;
text-align: center;
}
.other_posts .label p, .other_posts .label a, .other_posts .label label {
text-align: center;
}
.other_posts > * {
flex: 1;
margin: 0 20px;
max-width: 48vw;
}
.modify {
padding: 0 20px;
border: 1px solid #bec3c7;
border-radius: 10px;
}
.post {
transition: 0.2s linear;
border: 1px solid #bec3c7;
border-radius: 20px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
background: white;
margin: 20px 0;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.post a {
border-radius: 20px 20px 0 0;
}
.post .image {
transition: 0.2s linear;
flex: 1;
background: white;
text-align: center;
max-height: 350px;
position: relative;
margin: 0;
}
.post .image img {
transition: 0.2s linear;
height: 350px;
width: 100%;
border-radius: 20px 0 0 20px;
object-fit: cover;
box-shadow: 6px 0 14px rgba(0, 0, 0, 0.4);
}
.post .post_details {
transition: 0.2s linear;
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;
grid-column: 1/-1;
}
.post .post_details .post_details_primary {
flex: 2;
}
.post .post_details .post_details_primary h3 {
margin-top: 0;
}
.post .post_details .post_details_primary .read_button {
margin-top: 10px;
display: flex;
justify-content: flex-end;
}
.post .post_details .post_details_primary .read_button a {
transition: 0.1s linear;
border: 1px solid #bec3c7;
border-radius: 10px;
padding: 10px 20px;
transition: 0.2s linear;
background: rgba(0, 0, 0, 0);
}
.post .post_details .post_details_primary .read_button a i {
transition: 0.1s linear;
transition: 0.2s linear;
background: rgba(0, 0, 0, 0);
}
.post .post_details .post_details_primary .read_button a:hover {
background: linear-gradient(45deg, #1bbc9b, #9a59b5);
color: #ecf0f1;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.post .post_details .post_details_primary .read_button a:hover i {
color: #ecf0f1;
}
.post .post_details .post_details_meta {
padding-left: 20px;
flex: 1;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.post .post_details .post_details_meta .post_details_author {
margin-top: 0;
}
.post .post_details .post_details_meta .post_details_read_time {
margin-top: 8px;
}
.post .post_details > * {
padding: 0;
}
.post .post_details p {
margin: 0;
padding: 0;
}
.post:hover {
border: 1px solid #ecf0f1;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), 5px 0 20px rgba(0, 0, 0, 0), -5px 0 20px rgba(0, 0, 0, 0);
}
.post.experimental {
margin: 30px 0;
}
.post.experimental .image {
background: none;
}
.post.experimental .image img {
border-radius: 4px;
width: 94%;
transform: translateY(-10px);
}
code {
background: #ecf0f1;
color: #D54334;
display: inline-block;
border-radius: 5px;
padding: 0 4px;
}
code.code_snippet {
color: #2d3e50;
padding: 10px 20px 10px 6px;
white-space: pre-wrap;
word-spacing: 0.3em;
line-height: 1.5em;
word-break: break-all;
display: grid;
grid-template-columns: 50px 1fr;
}
code.code_snippet > * {
font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", Courier, monospace;
}
code.code_snippet .code_ln--number {
width: 30px;
margin: 0 0 0 10px;
display: inline-block;
border-right: 1px solid #bec3c7;
}
code.code_snippet .code_ln--content {
border-bottom: 1px solid rgba(0, 0, 0, 0);
transition: 0.02s ease;
}
code.code_snippet .code_ln--content:hover {
border-bottom: 1px solid #d3dcde;
}
.large {
grid-column: 1/-1;
}
.medium_left {
grid-column: 1/-2;
}
.medium_right {
grid-column: 2/-1;
}
.small_left {
grid-column: 1;
}
.small_center {
grid-column: 2;
}
.small_right {
grid-column: 3;
}
@media only screen and (max-width: 700px) {
article.main {
width: 90vw;
padding: 0;
}
footer .author_bio {
flex-direction: column;
}
footer .author_bio .author_bio__social {
flex-direction: row;
padding-bottom: 20px;
}
}
@media only screen and (max-width: 950px) {
.details {
justify-content: center;
}
.main {
width: 75vw;
}
.other_posts {
flex-direction: column;
}
.other_posts .post {
flex-direction: column;
}
.other_posts .post .image img {
height: 150px;
border-radius: 20px 20px 0 0;
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}
.other_posts .post .post_details .post_details_meta {
padding: 0;
margin-top: 10px;
}
.other_posts .post .post_details .post_details_meta div {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}
.other_posts .post .post_details .post_details_meta div * {
margin: 0;
}
.other_posts > * {
max-width: 96vw;
}
}
/*# sourceMappingURL=css/posts/show.css.map */ | 0.303319 | 0.077588 |
----------------------------------------------- */
#invoice {
background: #fff url("/themes/modernist/border.png") no-repeat 0 60px;
color: #353535;
font: normal 13px/18px "Helvetica Neue",Arial,Helvetica,sans-serif; /* 13px */
padding: 4.615em 0; /* 60/13px */
position: relative;
width: 764px;
}
#invoice h1,
#invoice h2,
#invoice h3 {
color: #353B45;
font: bold 1em "Helvetica Neue",Arial,Helvetica,sans-serif;
margin: 0;
}
#invoice h3 {
font-weight: normal;
}
#invoice img {
-ms-interpolation-mode: bicubic;
}
/* Tables
----------------------------------------------- */
#invoice table {
border-collapse: collapse;
line-height: 18px;
}
#invoice table td,
#invoice table th {
border: 0;
font-size: 1em;
font-weight: normal;
padding: 0.75em 0; /* 20/896px */
vertical-align: top;
}
#invoice table #header_row {
background: url("/themes/modernist/dotted_border.png") repeat-x bottom left;
}
#invoice table td {
padding: 0.5em 0;
}
#invoice tr.odd td {
background: none;
}
#invoice #header_row th,
#invoice #invoice-uk-vat-summary th {
line-height: 1em;
padding-bottom: 0.95em;
}
#invoice .subtotal_th,
#invoice .subtotal_td {
width: 7.692em; /* 100px */
}
#invoice .salestax_th,
#invoice .taxrate_td {
width: 3.846em; /* 50px */
}
#invoice .unitprice_th,
#invoice .price_td,
#invoice .quantity_th,
#invoice .quantity_td {
width: 6.154em; /* 80px */
}
#invoice .quantity_th,
#invoice .quantity_td {
white-space: nowrap;
}
/* Invoice Header
----------------------------------------------- */
#invoice #client-details {
min-height: 1%;
position: absolute;
top: 4.615em; /* 60/13px */
}
#invoice #invoice-header {
float: right;
margin-right: 2.2321429%; /* 20/896px */
min-height: 12em;
width: 18.3035714%; /* 164/896px */
position: relative;
}
#invoice #client-details {
left: 0;
}
#invoice #invoice-header #company-address {
padding-right: 10.8695652%; /* 20/184px */
}
#invoice #invoice-header img {
margin-bottom: 1em;
height: auto !important;
width: 100% !important;
}
#invoice #company-postcode .postal-code {
display: block;
}
#invoice #invoice-header .email {
word-wrap: break-word;
}
#invoice #invoice-amount {
clear: both;
}
#invoice #invoice-amount,
#invoice #client-details {
margin: 0 4.4642857% !important; /* 40/896px */
width: 70.5357143%; /* 632/896px */
}
#invoice #invoice-uk-vat-summary {
clear: both;
float: left;
margin: 2em 25% 0 4.4642857%; /* 40/896px */
width: 70.5357143%; /* 632/896px */
}
#invoice #invoice-uk-vat-summary td,
#invoice #invoice-uk-vat-summary th {
text-align: left;
}
#invoice #invoice-uk-vat-header + tr {
background: url("/themes/modernist/dotted_border.png") repeat-x bottom left;
}
#invoice #invoice-uk-vat-header + tr th {
font-weight: bold;
}
#invoice #invoice-uk-vat-header th {
font-weight: bold;
padding-bottom: 1em;
}
#invoice #invoice-header,
#invoice #client-details,
#invoice #comments,
#invoice #invoice-other,
#invoice #payment-details {
padding-top: 1em;
}
#invoice #invoice-other,
#invoice #payment-details {
border-top: 1px solid #353B45;
}
#invoice #invoice-other + #payment-details {
border-top: 0;
padding-top: 0;
}
#invoice #client-details .fn {
font-weight: bold;
}
/* Invoice Info
----------------------------------------------- */
#invoice #invoice-info {
background: url("/themes/modernist/border_emphasised.png") no-repeat bottom left;
float: left;
margin: 5.5em 0 0 0;
padding-bottom: 1em;
padding-left: 4.4642857%; /* 40/896px */
padding-right: 25%; /* 224/896px */
width: 70.5357143%; /* 632/896px */
}
#invoice #invoice-info * {
display: inline;
font-size: 1em;
}
#invoice #invoice-info h2:after,
#invoice #invoice-info h3:after {
content: " ·";
}
#invoice #invoice-info #payment-terms,
#invoice #invoice-info #payment-total,
#invoice #invoice-info #invoice-total {
display: none;
}
/* Invoice Amount
----------------------------------------------- */
#invoice #invoice-amount .item_controls {
right: 108px;
}
#invoice #invoice-amount .quantity_th,
#invoice #invoice-amount .details_notax_th,
#invoice #invoice-amount .details_th,
#invoice #invoice-amount .unitprice_th,
#invoice #invoice-amount .subtotal_th {
white-space: nowrap;
}
#invoice #invoice-amount .quantity_th,
#invoice #invoice-amount .details_th,
#invoice #invoice-amount .item_l,
#invoice #invoice-amount .details_notax_th {
text-align: left;
}
#invoice #invoice-amount .unitprice_th,
#invoice #invoice-amount .salestax_th,
#invoice #invoice-amount .subtotal_th,
#invoice #invoice-amount .item_r,
#invoice #invoice-amount .total {
text-align: right;
}
#invoice table td.item_r,
#invoice #invoice-amount .subtotal_th,
#invoice #invoice-amount .unitprice_th,
#invoice #invoice-amount .salestax_th {
padding-left: 20px;
padding-right: 0;
}
#invoice table td.item_l,
#invoice table .quantity_th,
#invoice table .details_th,
#invoice table .details_notax_th {
padding-right: 20px;
}
#invoice #invoice-amount .item td:last-child,
#invoice #invoice-amount #discount_tr td:last-child,
#invoice #invoice-amount #net_total_tr td:last-child,
#invoice #invoice-amount #vat_tr td:last-child,
#invoice #invoice-amount #total_tr .total {
font-weight: bold;
}
#invoice #invoice_items .description_td,
#invoice #invoice-amount .details_notax_th,
#invoice table .details_th {
padding-right: 0;
}
#invoice #invoice-amount #total_tr #total_currency {
font-weight: normal;
white-space: nowrap;
}
#invoice #invoice-amount tbody .item:first-child td,
#invoice #invoice-uk-vat-summary tbody tr:nth-child(3) td {
padding-top: 1em;
}
#invoice #invoice-amount tfoot td {
border: 0;
}
#invoice #invoice-amount tfoot tr:first-child td {
padding-top: 2em;
}
#invoice #invoice-amount #total_tr td {
padding-top: 6.385em; /* 83/13px */
text-align: right;
}
#invoice #invoice-amount #total_tr .total {
background: url("/themes/modernist/4px_solid_border.png") repeat-x 0 6.384615385em; /* 83/13px */
}
#invoice #invoice-amount #total_tr #total_currency,
#invoice #invoice-amount #total_tr #total_amount,
#invoice #invoice-amount #total_tr .total {
padding-top: 97px;
}
/* Invoice Meta
----------------------------------------------- */
#invoice #payment-details,
#invoice #invoice-other {
clear: both;
float: right;
font-weight: bold;
padding-right: 2.2321429%; /* 20/896px */
width: 18.3035714%; /* 164/896px */
}
#invoice #invoice-other,
#invoice #payment-details {
margin-top: -2.923em; /* 38px */
}
#invoice #invoice-other + #payment-details {
margin-top: 0;
}
#invoice #invoice-other #company-reg-number,
#invoice #invoice-other #sales-tax-reg-number,
#invoice #invoice-other #your-tax-number,
#invoice #invoice-other #contract-number,
#invoice #payment-details #bank_name,
#invoice #payment-details #sort-code,
#invoice #payment-details #account-number,
#invoice #payment-details #iban,
#invoice #payment-details #bic,
#invoice #project-name {
margin-bottom: 0.75em;
}
#invoice #invoice-other strong,
#invoice #payment-details strong {
display: block;
font-weight: normal;
}
#invoice #payment-details h2,
#invoice #invoice-other h2 {
display: none;
}
#invoice #comments {
background: url("/themes/modernist/border_emphasised.png") no-repeat top left;
border: 0;
clear: both;
float: left;
margin: 6.153846154em 25% 0 0; /* 80/13px */
padding-left: 4.4642857%; /* 40/896px */
width: 70.5357143%; /* 632/896px */
}
/* Draft State Fixes
----------------------------------------------- */
.draft #invoice #invoice-amount #total_tr td {
padding-bottom: 0;
}
.draft #invoice #invoice-other,
.draft #invoice #payment-details {
margin-top: -2.385em; /* 31px */
}
.draft #invoice.pagestyle {
padding-right: 0 !important;
}
/* Invoice Groups
+----------------------------------------------- */
#invoice .item_group_title h2 {
background: url("/themes/modernist/dotted_border.png") repeat-x bottom left;
padding-bottom: 0.75em;
}
#invoice table .item_group_title td {
padding: 2.5em 0 0.25em 0;
} | public/landing/print/styles/modernist.css | ----------------------------------------------- */
#invoice {
background: #fff url("/themes/modernist/border.png") no-repeat 0 60px;
color: #353535;
font: normal 13px/18px "Helvetica Neue",Arial,Helvetica,sans-serif; /* 13px */
padding: 4.615em 0; /* 60/13px */
position: relative;
width: 764px;
}
#invoice h1,
#invoice h2,
#invoice h3 {
color: #353B45;
font: bold 1em "Helvetica Neue",Arial,Helvetica,sans-serif;
margin: 0;
}
#invoice h3 {
font-weight: normal;
}
#invoice img {
-ms-interpolation-mode: bicubic;
}
/* Tables
----------------------------------------------- */
#invoice table {
border-collapse: collapse;
line-height: 18px;
}
#invoice table td,
#invoice table th {
border: 0;
font-size: 1em;
font-weight: normal;
padding: 0.75em 0; /* 20/896px */
vertical-align: top;
}
#invoice table #header_row {
background: url("/themes/modernist/dotted_border.png") repeat-x bottom left;
}
#invoice table td {
padding: 0.5em 0;
}
#invoice tr.odd td {
background: none;
}
#invoice #header_row th,
#invoice #invoice-uk-vat-summary th {
line-height: 1em;
padding-bottom: 0.95em;
}
#invoice .subtotal_th,
#invoice .subtotal_td {
width: 7.692em; /* 100px */
}
#invoice .salestax_th,
#invoice .taxrate_td {
width: 3.846em; /* 50px */
}
#invoice .unitprice_th,
#invoice .price_td,
#invoice .quantity_th,
#invoice .quantity_td {
width: 6.154em; /* 80px */
}
#invoice .quantity_th,
#invoice .quantity_td {
white-space: nowrap;
}
/* Invoice Header
----------------------------------------------- */
#invoice #client-details {
min-height: 1%;
position: absolute;
top: 4.615em; /* 60/13px */
}
#invoice #invoice-header {
float: right;
margin-right: 2.2321429%; /* 20/896px */
min-height: 12em;
width: 18.3035714%; /* 164/896px */
position: relative;
}
#invoice #client-details {
left: 0;
}
#invoice #invoice-header #company-address {
padding-right: 10.8695652%; /* 20/184px */
}
#invoice #invoice-header img {
margin-bottom: 1em;
height: auto !important;
width: 100% !important;
}
#invoice #company-postcode .postal-code {
display: block;
}
#invoice #invoice-header .email {
word-wrap: break-word;
}
#invoice #invoice-amount {
clear: both;
}
#invoice #invoice-amount,
#invoice #client-details {
margin: 0 4.4642857% !important; /* 40/896px */
width: 70.5357143%; /* 632/896px */
}
#invoice #invoice-uk-vat-summary {
clear: both;
float: left;
margin: 2em 25% 0 4.4642857%; /* 40/896px */
width: 70.5357143%; /* 632/896px */
}
#invoice #invoice-uk-vat-summary td,
#invoice #invoice-uk-vat-summary th {
text-align: left;
}
#invoice #invoice-uk-vat-header + tr {
background: url("/themes/modernist/dotted_border.png") repeat-x bottom left;
}
#invoice #invoice-uk-vat-header + tr th {
font-weight: bold;
}
#invoice #invoice-uk-vat-header th {
font-weight: bold;
padding-bottom: 1em;
}
#invoice #invoice-header,
#invoice #client-details,
#invoice #comments,
#invoice #invoice-other,
#invoice #payment-details {
padding-top: 1em;
}
#invoice #invoice-other,
#invoice #payment-details {
border-top: 1px solid #353B45;
}
#invoice #invoice-other + #payment-details {
border-top: 0;
padding-top: 0;
}
#invoice #client-details .fn {
font-weight: bold;
}
/* Invoice Info
----------------------------------------------- */
#invoice #invoice-info {
background: url("/themes/modernist/border_emphasised.png") no-repeat bottom left;
float: left;
margin: 5.5em 0 0 0;
padding-bottom: 1em;
padding-left: 4.4642857%; /* 40/896px */
padding-right: 25%; /* 224/896px */
width: 70.5357143%; /* 632/896px */
}
#invoice #invoice-info * {
display: inline;
font-size: 1em;
}
#invoice #invoice-info h2:after,
#invoice #invoice-info h3:after {
content: " ·";
}
#invoice #invoice-info #payment-terms,
#invoice #invoice-info #payment-total,
#invoice #invoice-info #invoice-total {
display: none;
}
/* Invoice Amount
----------------------------------------------- */
#invoice #invoice-amount .item_controls {
right: 108px;
}
#invoice #invoice-amount .quantity_th,
#invoice #invoice-amount .details_notax_th,
#invoice #invoice-amount .details_th,
#invoice #invoice-amount .unitprice_th,
#invoice #invoice-amount .subtotal_th {
white-space: nowrap;
}
#invoice #invoice-amount .quantity_th,
#invoice #invoice-amount .details_th,
#invoice #invoice-amount .item_l,
#invoice #invoice-amount .details_notax_th {
text-align: left;
}
#invoice #invoice-amount .unitprice_th,
#invoice #invoice-amount .salestax_th,
#invoice #invoice-amount .subtotal_th,
#invoice #invoice-amount .item_r,
#invoice #invoice-amount .total {
text-align: right;
}
#invoice table td.item_r,
#invoice #invoice-amount .subtotal_th,
#invoice #invoice-amount .unitprice_th,
#invoice #invoice-amount .salestax_th {
padding-left: 20px;
padding-right: 0;
}
#invoice table td.item_l,
#invoice table .quantity_th,
#invoice table .details_th,
#invoice table .details_notax_th {
padding-right: 20px;
}
#invoice #invoice-amount .item td:last-child,
#invoice #invoice-amount #discount_tr td:last-child,
#invoice #invoice-amount #net_total_tr td:last-child,
#invoice #invoice-amount #vat_tr td:last-child,
#invoice #invoice-amount #total_tr .total {
font-weight: bold;
}
#invoice #invoice_items .description_td,
#invoice #invoice-amount .details_notax_th,
#invoice table .details_th {
padding-right: 0;
}
#invoice #invoice-amount #total_tr #total_currency {
font-weight: normal;
white-space: nowrap;
}
#invoice #invoice-amount tbody .item:first-child td,
#invoice #invoice-uk-vat-summary tbody tr:nth-child(3) td {
padding-top: 1em;
}
#invoice #invoice-amount tfoot td {
border: 0;
}
#invoice #invoice-amount tfoot tr:first-child td {
padding-top: 2em;
}
#invoice #invoice-amount #total_tr td {
padding-top: 6.385em; /* 83/13px */
text-align: right;
}
#invoice #invoice-amount #total_tr .total {
background: url("/themes/modernist/4px_solid_border.png") repeat-x 0 6.384615385em; /* 83/13px */
}
#invoice #invoice-amount #total_tr #total_currency,
#invoice #invoice-amount #total_tr #total_amount,
#invoice #invoice-amount #total_tr .total {
padding-top: 97px;
}
/* Invoice Meta
----------------------------------------------- */
#invoice #payment-details,
#invoice #invoice-other {
clear: both;
float: right;
font-weight: bold;
padding-right: 2.2321429%; /* 20/896px */
width: 18.3035714%; /* 164/896px */
}
#invoice #invoice-other,
#invoice #payment-details {
margin-top: -2.923em; /* 38px */
}
#invoice #invoice-other + #payment-details {
margin-top: 0;
}
#invoice #invoice-other #company-reg-number,
#invoice #invoice-other #sales-tax-reg-number,
#invoice #invoice-other #your-tax-number,
#invoice #invoice-other #contract-number,
#invoice #payment-details #bank_name,
#invoice #payment-details #sort-code,
#invoice #payment-details #account-number,
#invoice #payment-details #iban,
#invoice #payment-details #bic,
#invoice #project-name {
margin-bottom: 0.75em;
}
#invoice #invoice-other strong,
#invoice #payment-details strong {
display: block;
font-weight: normal;
}
#invoice #payment-details h2,
#invoice #invoice-other h2 {
display: none;
}
#invoice #comments {
background: url("/themes/modernist/border_emphasised.png") no-repeat top left;
border: 0;
clear: both;
float: left;
margin: 6.153846154em 25% 0 0; /* 80/13px */
padding-left: 4.4642857%; /* 40/896px */
width: 70.5357143%; /* 632/896px */
}
/* Draft State Fixes
----------------------------------------------- */
.draft #invoice #invoice-amount #total_tr td {
padding-bottom: 0;
}
.draft #invoice #invoice-other,
.draft #invoice #payment-details {
margin-top: -2.385em; /* 31px */
}
.draft #invoice.pagestyle {
padding-right: 0 !important;
}
/* Invoice Groups
+----------------------------------------------- */
#invoice .item_group_title h2 {
background: url("/themes/modernist/dotted_border.png") repeat-x bottom left;
padding-bottom: 0.75em;
}
#invoice table .item_group_title td {
padding: 2.5em 0 0.25em 0;
} | 0.254231 | 0.057493 |
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
background-color: #1E90FF;
}
.tabcontent {
animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
/** {*/
/* box-sizing: border-box;*/
/*}*/
/*.click-zoom input[type=checkbox] {*/
/* display: none*/
/*}*/
/*.click-zoom img {*/
/* margin: 5px;*/
/* transition: transform 0.25s ease;*/
/* float: left;*/
/* cursor: zoom-in*/
/*}*/
/*.click-zoom input[type=checkbox]:checked~img {*/
/* transform: scale(2);*/
/* cursor: zoom-out*/
/*}*/
html,
body {
width: 100%;
height: 100%;
margin: 0;
background-color: #6495ED;
font-family: 'Roboto', sans-serif;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
padding-top: 60px;
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 5px auto; /* 15% from the top and centered */
border: 1px solid #888;
width: 20%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
/* Position it in the top right corner outside of the modal */
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
/* Close button on hover */
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
} | src/main/resources/static/html/css/index.css | .tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
background-color: #1E90FF;
}
.tabcontent {
animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
/** {*/
/* box-sizing: border-box;*/
/*}*/
/*.click-zoom input[type=checkbox] {*/
/* display: none*/
/*}*/
/*.click-zoom img {*/
/* margin: 5px;*/
/* transition: transform 0.25s ease;*/
/* float: left;*/
/* cursor: zoom-in*/
/*}*/
/*.click-zoom input[type=checkbox]:checked~img {*/
/* transform: scale(2);*/
/* cursor: zoom-out*/
/*}*/
html,
body {
width: 100%;
height: 100%;
margin: 0;
background-color: #6495ED;
font-family: 'Roboto', sans-serif;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
padding-top: 60px;
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 5px auto; /* 15% from the top and centered */
border: 1px solid #888;
width: 20%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
/* Position it in the top right corner outside of the modal */
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
/* Close button on hover */
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
} | 0.542379 | 0.147801 |
body {
background: #fafafa;
color: #333333;
margin-top: 100px;
}
/*
/*
/* Fonts */
hh1w {
color: white;
font-size: 40px;
font-family: "Viner Hand ITC"
}
hh1 {
color: black;
font-size: 40px;
font-family: "arial"
}
hh {
color: white;
font-size: 20px;
font-family: "Bradley Hand ITC"
}
hh6 {
color: black;
font-size: 20px;
font-family: "arial"
}
hh6w {
font-size: 20px;
font-family: "arial"
}
.hej{
color: white
}
.bg-steel {
background-color: #5f788a;
}
.site-header .navbar-nav .nav-link {
color: #cbd5db; /* Färgen på knapparna, Home, about... */
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.header {
padding: 60px;
text-align: center;
background: #1abc9c;
color: white;
font-size: 30px;
}
/**/
/* The sidebar menu */
.sidenav {
width: 200px; /* Set the width of the sidebar */
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
z-index: 1; /* Stay on top */
top: 100px; /* Stay at the top */
right: 20px;
overflow-x: hidden; /* Disable horizontal scroll */
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
/*end of sidebar*/
/**/
/* The navigation menu links */ /*
.sidenav a {
padding: 6px 8px 6px 16px; Top, Right, Buttom, Left
text-decoration: none;
font-size: 20px;
color: #4d4d4d;
display: block;
}
*/
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: #f1f1f1;
}
/* Style page content */
.main {
margin-right: 80px; /* Same as the width of the sidebar */
padding: 0px 10px;
}
.main_wide {
/* Same as the width of the sidebar */
padding: 0px 10px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
/* */
.add_button {
width: 170px; /* Set the width of the sidebar */
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
z-index: 1; /* Stay on top */
top: 100px; /* Stay at the top */
/*y-index: 1;*/
right: 50px;
overflow-x: hidden; /* Disable horizontal scroll */
background: #ffffff;
padding: 20px 0px;
border: 3px dashed #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.header1 {
text-align: center;
color: black;
font-size: 20px;
}
.header2 {
text-align: center;
color: black;
font-size: 50px;
}
/* Slut på experiment */
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
width: auto;
}
.image-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
width: 400px;
}
.article-title {
color: #444444;
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
height: 65px;
width: 65px;
margin-right: 16px;
}
.article-img-1 {
max-width: 800px;
margin-right: 16px;
shrink-to-fit: yes;
}
.article-img-1 img {
max-width: 800px;
margin-right: 16px;
shrink-to-fit: yes;
}
.img-fluid {
max-width: 100% \9;
height: auto;
display:block;
}
/* Experiment */
/*.row {
display: flex;
flex-wrap: wrap;
padding: 0 4px;
}*/
/* */
/* Create four equal columns that sits next to each other */
.column {
/* flex: 25%;*/
/* max-width: 25%; */
padding: 0 4px;
}
/* how all the pictures are displayed */
.column img {
border-radius: 10px;
margin-bottom: 8px;
vertical-align: middle;
height: 250px; /* Höjd på bilderna */
}
/* Responsive layout - makes a two column-layout instead of four columns */
/* @media screen and (max-width: 800px) {
.column {
flex: 50%;
max-width: 50%;
}
}
Slut på experiment */
/* two folders in a row*/
.row_folder {
display: flex;
flex-wrap: wrap;
padding: 0 10px;
}
/* */
/* Create four equal columns that sits next to each other */
.column_folder {
/* flex: 25%;*/
/* max-width: 25%; */
padding: 0 10px;
}
.column_folder img {
border-radius: 25px;
margin-bottom: 8px;
vertical-align: middle;
height: 250px; /* Höjd på bilderna */
box-shadow: 0 0 10px 0 #777;
width:400px;
/*Scale down will take the necessary specified space that is 100px x 100px without stretching the image
object-fit:scale-up;*/
}
.column_folder img:hover {
border: 2px solid #777;
box-shadow: 0 0 0 0;
}
.column_folder1 {
/* flex: 25%;*/
/* max-width: 25%;*/
padding: 0 10px;
}
.column_folder1 img {
vertical-align: middle;
height: 250px; /* Höjd på bilderna */
}
.crop img {
height: auto;
width: 400px;
}
.crop {
border-radius: 25px;
margin-bottom: 18px;
/* vertical-align: middle; */
box-shadow: 0 0 10px 0 #777;
width:400px;
height: 250px;
width: 400px;
overflow: hidden;
position: relative;
max-width: 800px; /* Maximum width */
}
.crop:hover {
/* border: 2px solid #777; */
box-shadow: 0 0 0 0;
}
/* Responsive layout - makes a two column-layout instead of four columns */
/* @media screen and (max-width: 800px) {
.column {
flex: 50%;
max-width: 50%;
}
}
...
.rcorners3 {
border-radius: 25px;
background: url(paper.gif);
background-position: left top;
background-repeat: repeat;
padding: 20px;
width: 200px;
height: 150px;
}*/
.crop .container { /* Text över bild, i folders */
position: relative;
max-width: 800px; /* Maximum width */
/* margin: 0 auto; Center it */
}
.crop .content {
position: absolute; /* Position the background text */
bottom: 0; /* At the bottom. Use top:0 to append it to the top */
background: rgb(0, 0, 0); /* Fallback color */
background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
color: #f1f1f1; /* White text */
width: 100%; /* Full width */
padding-left: 20px; /* Some padding */
}
.crop .content:hover {
color: #a6a6a6;
}
/**/
/* Breadcrumb navbar */
/* Display list items side by side */
ul.breadcrumb {
padding: 10px 16px;
list-style: none;
/* background-color: #eee;*/
background-color: #fafafa;
}
ul.breadcrumb li {
display: inline;
font-size: 18px;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
padding: 8px;
color: black;
content: "/\00a0";
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
color: #0275d8;
text-decoration: none;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
color: #01447e;
text-decoration: underline;
}
/* slut på breadcrumb */
/**/
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: 2.5rem;
} | flaskblog/static/main.css | body {
background: #fafafa;
color: #333333;
margin-top: 100px;
}
/*
/*
/* Fonts */
hh1w {
color: white;
font-size: 40px;
font-family: "Viner Hand ITC"
}
hh1 {
color: black;
font-size: 40px;
font-family: "arial"
}
hh {
color: white;
font-size: 20px;
font-family: "Bradley Hand ITC"
}
hh6 {
color: black;
font-size: 20px;
font-family: "arial"
}
hh6w {
font-size: 20px;
font-family: "arial"
}
.hej{
color: white
}
.bg-steel {
background-color: #5f788a;
}
.site-header .navbar-nav .nav-link {
color: #cbd5db; /* Färgen på knapparna, Home, about... */
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.header {
padding: 60px;
text-align: center;
background: #1abc9c;
color: white;
font-size: 30px;
}
/**/
/* The sidebar menu */
.sidenav {
width: 200px; /* Set the width of the sidebar */
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
z-index: 1; /* Stay on top */
top: 100px; /* Stay at the top */
right: 20px;
overflow-x: hidden; /* Disable horizontal scroll */
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
/*end of sidebar*/
/**/
/* The navigation menu links */ /*
.sidenav a {
padding: 6px 8px 6px 16px; Top, Right, Buttom, Left
text-decoration: none;
font-size: 20px;
color: #4d4d4d;
display: block;
}
*/
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: #f1f1f1;
}
/* Style page content */
.main {
margin-right: 80px; /* Same as the width of the sidebar */
padding: 0px 10px;
}
.main_wide {
/* Same as the width of the sidebar */
padding: 0px 10px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
/* */
.add_button {
width: 170px; /* Set the width of the sidebar */
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
z-index: 1; /* Stay on top */
top: 100px; /* Stay at the top */
/*y-index: 1;*/
right: 50px;
overflow-x: hidden; /* Disable horizontal scroll */
background: #ffffff;
padding: 20px 0px;
border: 3px dashed #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.header1 {
text-align: center;
color: black;
font-size: 20px;
}
.header2 {
text-align: center;
color: black;
font-size: 50px;
}
/* Slut på experiment */
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
width: auto;
}
.image-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
width: 400px;
}
.article-title {
color: #444444;
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
height: 65px;
width: 65px;
margin-right: 16px;
}
.article-img-1 {
max-width: 800px;
margin-right: 16px;
shrink-to-fit: yes;
}
.article-img-1 img {
max-width: 800px;
margin-right: 16px;
shrink-to-fit: yes;
}
.img-fluid {
max-width: 100% \9;
height: auto;
display:block;
}
/* Experiment */
/*.row {
display: flex;
flex-wrap: wrap;
padding: 0 4px;
}*/
/* */
/* Create four equal columns that sits next to each other */
.column {
/* flex: 25%;*/
/* max-width: 25%; */
padding: 0 4px;
}
/* how all the pictures are displayed */
.column img {
border-radius: 10px;
margin-bottom: 8px;
vertical-align: middle;
height: 250px; /* Höjd på bilderna */
}
/* Responsive layout - makes a two column-layout instead of four columns */
/* @media screen and (max-width: 800px) {
.column {
flex: 50%;
max-width: 50%;
}
}
Slut på experiment */
/* two folders in a row*/
.row_folder {
display: flex;
flex-wrap: wrap;
padding: 0 10px;
}
/* */
/* Create four equal columns that sits next to each other */
.column_folder {
/* flex: 25%;*/
/* max-width: 25%; */
padding: 0 10px;
}
.column_folder img {
border-radius: 25px;
margin-bottom: 8px;
vertical-align: middle;
height: 250px; /* Höjd på bilderna */
box-shadow: 0 0 10px 0 #777;
width:400px;
/*Scale down will take the necessary specified space that is 100px x 100px without stretching the image
object-fit:scale-up;*/
}
.column_folder img:hover {
border: 2px solid #777;
box-shadow: 0 0 0 0;
}
.column_folder1 {
/* flex: 25%;*/
/* max-width: 25%;*/
padding: 0 10px;
}
.column_folder1 img {
vertical-align: middle;
height: 250px; /* Höjd på bilderna */
}
.crop img {
height: auto;
width: 400px;
}
.crop {
border-radius: 25px;
margin-bottom: 18px;
/* vertical-align: middle; */
box-shadow: 0 0 10px 0 #777;
width:400px;
height: 250px;
width: 400px;
overflow: hidden;
position: relative;
max-width: 800px; /* Maximum width */
}
.crop:hover {
/* border: 2px solid #777; */
box-shadow: 0 0 0 0;
}
/* Responsive layout - makes a two column-layout instead of four columns */
/* @media screen and (max-width: 800px) {
.column {
flex: 50%;
max-width: 50%;
}
}
...
.rcorners3 {
border-radius: 25px;
background: url(paper.gif);
background-position: left top;
background-repeat: repeat;
padding: 20px;
width: 200px;
height: 150px;
}*/
.crop .container { /* Text över bild, i folders */
position: relative;
max-width: 800px; /* Maximum width */
/* margin: 0 auto; Center it */
}
.crop .content {
position: absolute; /* Position the background text */
bottom: 0; /* At the bottom. Use top:0 to append it to the top */
background: rgb(0, 0, 0); /* Fallback color */
background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
color: #f1f1f1; /* White text */
width: 100%; /* Full width */
padding-left: 20px; /* Some padding */
}
.crop .content:hover {
color: #a6a6a6;
}
/**/
/* Breadcrumb navbar */
/* Display list items side by side */
ul.breadcrumb {
padding: 10px 16px;
list-style: none;
/* background-color: #eee;*/
background-color: #fafafa;
}
ul.breadcrumb li {
display: inline;
font-size: 18px;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
padding: 8px;
color: black;
content: "/\00a0";
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
color: #0275d8;
text-decoration: none;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
color: #01447e;
text-decoration: underline;
}
/* slut på breadcrumb */
/**/
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: 2.5rem;
} | 0.40204 | 0.083441 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'montserrat', sans-serif;
background-image: none;
background-size: cover;
background-position: top center;
}
.app-wrap {
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
background-color: #FFFFFF;
}
header{
display: flex;
justify-content: center;
align-items: center;
padding: 50px 15px 15px;
}
.text-field {
display: flex;
justify-content:center;
width: 100%;
max-width: 280px;
padding: 10px 15px;
border: none;
outline: none;
background-color: #DCDCDC;
border-radius: 16px 0 16px 0;
border-bottom: 3px solid #007054;
margin-bottom: 25px;
color: #000000;
font-size: 20px;
font-weight: 300;
transition: 0.2s ease-out;
}
.buttons {
height: 40px;
width: 150px;
max-width: 280px;
background-color: #007054;
line-height: 24px;
font-size: 24px;
text-align: center;
outline: none;
border-radius: 25px 25px 25px 25px;
font-family: 'montserrat', sans-serif;
font-weight: 400;
margin-bottom: 70px;
color: #DCDCDC;
}
.action_btn {
height: 40px;
width: 150px;
transition-duration: 0.4s;
max-width: 280px;
background-color:#007054;
line-height:24px;
font-size:24px;
text-align:center;
outline: none;
border-radius: 25px 25px 25px 25px;
font-family: 'montserrat', sans-serif;
font-weight:400;
margin-bottom: 10px;
color: #DCDCDC;
}
header input:focus {
background-color: #FFFFFF;
}
main {
flex: 1 1 100%;
padding: 25px 25px 50px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.accordion {
background-color: #eee;
color: #007054;
font-size: 16px;
font-weight: 300;
font-style: inherit;
cursor: pointer;
padding: 10px;
width: 100%;
text-align: center;
border: none;
outline: none;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #ccc;
}
.panel {
padding: 0 10px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
} | main.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'montserrat', sans-serif;
background-image: none;
background-size: cover;
background-position: top center;
}
.app-wrap {
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
background-color: #FFFFFF;
}
header{
display: flex;
justify-content: center;
align-items: center;
padding: 50px 15px 15px;
}
.text-field {
display: flex;
justify-content:center;
width: 100%;
max-width: 280px;
padding: 10px 15px;
border: none;
outline: none;
background-color: #DCDCDC;
border-radius: 16px 0 16px 0;
border-bottom: 3px solid #007054;
margin-bottom: 25px;
color: #000000;
font-size: 20px;
font-weight: 300;
transition: 0.2s ease-out;
}
.buttons {
height: 40px;
width: 150px;
max-width: 280px;
background-color: #007054;
line-height: 24px;
font-size: 24px;
text-align: center;
outline: none;
border-radius: 25px 25px 25px 25px;
font-family: 'montserrat', sans-serif;
font-weight: 400;
margin-bottom: 70px;
color: #DCDCDC;
}
.action_btn {
height: 40px;
width: 150px;
transition-duration: 0.4s;
max-width: 280px;
background-color:#007054;
line-height:24px;
font-size:24px;
text-align:center;
outline: none;
border-radius: 25px 25px 25px 25px;
font-family: 'montserrat', sans-serif;
font-weight:400;
margin-bottom: 10px;
color: #DCDCDC;
}
header input:focus {
background-color: #FFFFFF;
}
main {
flex: 1 1 100%;
padding: 25px 25px 50px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.accordion {
background-color: #eee;
color: #007054;
font-size: 16px;
font-weight: 300;
font-style: inherit;
cursor: pointer;
padding: 10px;
width: 100%;
text-align: center;
border: none;
outline: none;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #ccc;
}
.panel {
padding: 0 10px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
} | 0.50708 | 0.105303 |
#usermessages,
.usermessages{
position: relative;
color: black;
margin: 10px 0!important;
padding: 0 !important;
list-style: none;
font-size: 87%;
line-height: .9em;
}
#usermessages li,
.usermessages li{
margin: 0 !important;
padding: 5px 5px 5px 25px;
border: 1px dotted #ebb700;
}
#usermessages li.info,
.usermessages li.info{
background: #FFFFCC url('status/info.png') no-repeat .25em center;
}
#usermessages li.success,
.usermessages li.success{
background: #CCFFCC url('status/success.png') no-repeat .25em center;
}
#usermessages li.error,
.usermessages li.error{
background: #FFCCCC url('status/error.png') no-repeat .25em center;
}
/* -------------------------------------------------------------------------------------- */
/* ---------- "Discreet" text is smaller, greyer, and useful for "discreetly" mentioning things ---------- */
.discreet {
color: #76797c;
font-size: 87%;
font-weight: normal;
}
.discreet .withtext,
.discreet a {
color: #7679BF;
text-decoration: none;
display: inline-block;
}
.discreet .withtext:hover,
.discreet a:hover{
text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------------------- */
/* ---------- Breadcrumbs ---------- */
#breadcrumbs,
.breadcrumbs{
list-style: none !important;
margin: 5px 0 20px 0;
padding: 0;
font-size: .8em;
letter-spacing: -.04em;
}
#breadcrumbs li,
.breadcrumbs li,
#breadcrumbs li a,
.breadcrumbs li a{
color: #888;
text-decoration: none;
}
#breadcrumbs li a:hover,
.breadcrumbs li a:hover{
text-decoration: underline;
}
#breadcrumbs li,
.breadcrumbs li{
display: inline;
}
#breadcrumbs li:after,
.breadcrumbs li:after{
content: "\00A0\00A0\00BB\00A0\00A0";
}
#breadcrumbs li:last-child:after,
.breadcrumbs li:last-child:after{
content: "";
}
/* --------------------------------- */
/* ---------- Warning Box ---------- */
div.warning{
background: #f9f1f1;
border: 2px solid #CC0000;
width: 500px;
margin-bottom: 20px;
color: black;
padding: 10px;
}
div.warning h2{
background: url(status/error.png) no-repeat left center;
padding: 0 0 0 25px;
margin: 0;
font-size: 24px;
color: #CC0000;
border-bottom: 1px dotted #cc0000;
}
/* --------------------------------- */
/* ---------- Tables ---------- */
table.cssbis{
margin-top: 10px;
background: #ffffff;
border: 1px solid #fdfdfd;
}
table.cssbis th,
table.cssbis td{
padding: 5px 10px;
vertical-align: center;
}
table.cssbis th{
white-space: nowrap;
}
table.cssbis tfoot td,
table.cssbis tr th{
background-color: #666;
color: #f1f1f1;
}
table.cssbis tr th a{
color: #ffffff;
}
table.cssbis tbody tr td{
border-bottom: 1px solid #fdfdfd;
}
table.cssbis tbody tr:nth-child(odd) td,
table.cssbis tbody tr.odd td{
background-color: #f9f9f9;
}
table.cssbis tbody tr:nth-child(even) td,
table.cssbis tbody tr.even td{
background-color: #f1f1f1;
}
/* ---------------------------- */
/* ---------- Handy Floats ---------- */
.floatleft{
float: left;
margin: 5px 15px 15px 0;
}
.floatright{
float: right;
margin: 5px 0 15px 15px;
}
/* ---------------------------------- */
/* ---------- Blockquote ---------- */
blockquote{
float:right;
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: 300px;
margin: 1em 40px;
padding: 0.5em 10px;
line-height: 1.45;
position: relative;
color: #383838;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
blockquote .attribution{
font-size: 12px;
text-align: right;
display: block;
font-style: normal;
}
/* -------------------------------- */
/* ----- VCR Controls (useful for pagination) ----- */
div.vcr{
display: block;
position: relative;
padding: 5px;
width: 240px;
height: 16px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center;
font-weight: normal;
}
div.vcr.dark{
background: #222;
border: 1px solid #333;
}
div.vcr.light{
background: #ddd;
border: 1px solid #ccc;
}
.vcr .current{
font-size: 14px;
position: relative;
margin: 0 8px;
}
.vcr.dark .current{
color: #ddd;
}
.vcr.light .current{
color: #333;
}
.vcr .start,
.vcr .prev,
.vcr .next,
.vcr .end{
position: absolute;
display: inline-block;
width: 16px;
height: 16px;
text-indent: -9999px;
overflow: hidden;
}
.vcr .start{
left: 5px;
}
.vcr .prev{
left: 21px;
}
.vcr .next{
right: 21px;
}
.vcr .end{
right: 5px;
}
.vcr span.start{
background-image: url(vcr/start_off.png);
}
.vcr span.prev{
background-image: url(vcr/previous_off.png);
}
.vcr span.next{
background-image: url(vcr/next_off.png);
}
.vcr span.end{
background-image: url(vcr/end_off.png);
}
.vcr a.start{
background-image: url(vcr/start_on.png);
}
.vcr a.prev{
background-image: url(vcr/previous_on.png);
}
.vcr a.next{
background-image: url(vcr/next_on.png);
}
.vcr a.end{
background-image: url(vcr/end_on.png);
}
.action,
.browser,
.country,
.courier,
.filetype,
.os,
.programming_language,
.severity_level,
.status,
.socmed{
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-image: url(status/unknown.png);
display: inline-block;
margin: 0;
padding: 0;
border: 0;
width: 16px;
height: 16px;
vertical-align: center;
line-height: 22px;
overflow: hidden;
text-indent: -9999px;
position: relative;
}
a.action,
input.action,
a.withtext,
input.withtext,
button.withtext,
a.button,
span.button,
input.button,
button.button{
cursor: pointer;
}
a.withtext,
span.withtext,
input.withtext,
button.withtext{
background-position: left center;
padding-left: 24px;
width: auto;
height: 18px;
line-height: 18px;
overflow: visible;
text-indent: 0;
font-family: inherit;
font-size: inherit;
text-decoration: none !important;
}
a.withtext,
input.withtext,
button.withtext{
color: #3271BD;
}
input.withtext,
button.withtext{
text-indent: -3px;
}
input.withtext:hover,
a.withtext:hover,
button.withtext:hover{
text-decoration: underline !important;
}
a.button,
span.button,
input.button,
button.button{
background-position: 5px center;
background-color: #ccc;
color: black !important;
border: 1px solid #ccc !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: auto;
height: 26px !important;
display: inline-block;
box-sizing: border-box;
line-height: 26px !important;
overflow: visible;
text-indent: 0 !important;
font-family: inherit;
font-weight: bold;
font-size: 16px !important;
text-decoration: none !important;
text-decoration: none !important;
text-shadow: 2px 2px 3px #cccccc;
filter: dropshadow(color=#cccccc, offx=2, offy=2);
white-space: pre;
}
a.button,
span.button{
padding: 0px 7px 3px 28px !important;
}
input.button,
button.button{
padding: 0px 4px 3px 26px !important;
}
/* ----------- Some icons have a 24x24 size available ---------- */
.medium24{
width: 24px;
height: 24px;
line-height:38px;
}
.medium24.withtext{
padding-left: 32px;
height: 24px;
line-height: 24px;
}
.medium24.button{
height: 40px !important;
line-height: 40px !important;
font-size: 24px !important;
}
a.medium24.button,
span.medium24.button{
padding: 0 10px 0 40px !important;
}
input.medium24.button,
button.medium24.button{
padding: 0 6px 0 38px !important;
}
/* ----------- Some icons have a 32x32 size available ---------- */
.medium32{
width: 32px;
height: 32px;
line-height:38px;
}
.medium32.withtext{
padding-left: 40px;
height: 32px;
line-height: 32px;
}
.medium32.button{
height: 50px !important;
line-height: 50px !important;
font-size: 28px !important;
}
a.medium32.button,
span.medium32.button{
padding: 0 20px 0 48px !important;
}
input.medium32.button,
button.medium32.button{
padding: 0 20px 0 48px !important;
}
/* ---------- One class per action, to change the background-image property ---------- */
.action.add{
background-image: url(actions/add.png);
}
.action.bank{
background-image: url(actions/bank.png);
}
.action.block{
background-image: url(actions/block.png);
}
.action.building{
background-image: url(actions/building.png);
}
.action.building_add{
background-image: url(actions/building_add.png);
}
.action.building_delete{
background-image: url(actions/building_delete.png);
}
.action.building_edit{
background-image: url(actions/building_edit.png);
}
.action.camera_add{
background-image: url(actions/camera_add.png);
}
.action.camera_delete{
background-image: url(actions/camera_delete.png);
}
.action.camera_edit{
background-image: url(actions/camera_edit.png);
}
.action.chart_organization,
.action.chart_organisation{
background-image: url(actions/chart_organisation.png);
}
.action.chart_organization_add,
.action.chart_organisation_add{
background-image: url(actions/chart_organisation_add.png);
}
.action.chart_organization_delete,
.action.chart_organisation_delete{
background-image: url(actions/chart_organisation_delete.png);
}
.action.clone{
background-image: url(actions/clone.png);
}
.action.compare{
background-image: url(actions/compare.png);
}
.action.config{
background-image: url(actions/config.png);
}
.action.config-expert{
background-image: url(actions/config-expert.png);
}
.action.delete{
background-image: url(actions/delete.png);
}
.action.details{
background-image: url(actions/details.png);
}
.action.disable{
background-image: url(actions/disable.png);
}
.action.down{
background-image: url(actions/down.png);
}
.action.download{
background-image: url(actions/download.png);
}
.action.edit{
background-image: url(actions/edit.png);
}
.action.email{
background-image: url(actions/email.png);
}
.action.enable{
background-image: url(actions/enable.png);
}
.action.enable-disabled{
background-image: url(actions/enable-disabled.png);
cursor: default;
}
.action.key_add{
background-image: url(actions/key_add.png);
}
.action.key_go{
background-image: url(actions/key_go.png);
}
.action.link_financial_instruments{
background-image: url(actions/link_financial_instruments.png);
}
.action.login{
background-image: url(actions/login.png);
}
.action.logout{
background-image: url(actions/logout.png);
}
.action.map{
background-image: url(actions/map.png);
}
.action.map-disabled{
background-image: url(actions/map-disabled.png);
cursor: default;
}
.action.previous{
background-image: url(actions/arrow_left.png);
}
.action.medal_gold_blue{
background-image: url(actions/medal_gold_blue.png);
}
.action.medical_record{
background-image: url(actions/medical_record.png);
}
.action.money{
background-image: url(actions/money.png);
}
.action.money_add{
background-image: url(actions/money_add.png);
}
.action.money_delete{
background-image: url(actions/money_delete.png);
}
.action.more{
background-image: url(actions/more.png);
}
.action.phone{
background-image: url(actions/phone.png);
}
.action.print{
background-image: url(actions/print.png);
}
.action.refresh{
background-image: url(actions/refresh.png);
}
.action.report{
background-image: url(actions/report.png);
}
.action.restore{
background-image: url(actions/restore.png);
}
.action.database,
.action.roll{
background-image: url(actions/roll.png);
}
.action.save{
background-image: url(actions/save.png);
}
.action.save_and_continue{
background-image: url(actions/save_and_continue.png);
}
.action.scroll{
background-image: url(actions/scroll.png);
}
.action.search{
background-image: url(actions/search.png);
}
.action.shipping{
background-image: url(actions/shipping.png);
}
.action.start_timer{
background-image: url(actions/start_timer.png);
}
.action.stop_timer{
background-image: url(actions/stop_timer.png);
}
.action.up{
background-image: url(actions/up.png);
}
.action.upload{
background-image: url(actions/upload.png);
}
.action.user{
background-image: url(actions/user.png);
}
.action.user_add{
background-image: url(actions/user_add.png);
}
.action.user_delete{
background-image: url(actions/user_delete.png);
}
.action.user_edit{
background-image: url(actions/user_edit.png);
}
.action.user_suit{
background-image: url(actions/user_suit.png);
}
.action.view-code{
background-image: url(actions/view-code.png);
}
.action.warn{
background-image: url(actions/warn.png);
}
.action.whitelist{
background-image: url(actions/whitelist.png);
}
.action.whois{
background-image: url(actions/whois.png);
}
/* ---------- "Next" should be on the right, not the left ---------- */
.action.next{
background-image: url(actions/arrow_right.png);
}
.action.next.withtext,
.action.next.button{
background-position: right 5px center;
padding-right: 30px !important;
padding-left: 7px !important;
}
.browser.abachobot{
background-image: url(browsers/abachobot.png);
}
.browser.abrowse{
background-image: url(browsers/abrowse.png);
}
.browser.accoona-ai-agent{
background-image: url(browsers/accoona-ai-agent.png);
}
.browser.aol{
background-image: url(browsers/aol.png);
}
.browser.arora{
background-image: url(browsers/arora.png);
}
.browser.avant{
background-image: url(browsers/avant.png);
}
.browser.baiduspider{
background-image: url(browsers/baiduspider.png);
}
.browser.beonex{
background-image: url(browsers/beonex.png);
}
.browser.blackberry{
background-image: url(browsers/blackberry.png);
}
.browser.browzar{
background-image: url(browsers/browzar.png);
}
.browser.bunjalloo{
background-image: url(browsers/bunjalloo.png);
}
.browser.camino{
background-image: url(browsers/camino.png);
}
.browser.chimera{
background-image: url(browsers/chimera.png);
}
.browser.chrome{
background-image: url(browsers/chrome.png);
}
.browser.cometbird{
background-image: url(browsers/cometbird.png);
}
.browser.crazybrowser{
background-image: url(browsers/crazybrowser.png);
}
.browser.curl{
background-image: url(browsers/curl.png);
}
.browser.cyberdog{
background-image: url(browsers/cyberdog.png);
}
.browser.dataparksearch{
background-image: url(browsers/dataparksearch.png);
}
.browser.deskbrowse{
background-image: url(browsers/deskbrowse.png);
}
.browser.devontech{
background-image: url(browsers/devontech.png);
}
.browser.dillo{
background-image: url(browsers/dillo.png);
}
.browser.dooble{
background-image: url(browsers/dooble.png);
}
.browser.elinks{
background-image: url(browsers/elinks.png);
}
.browser.enigma{
background-image: url(browsers/enigma.png);
}
.browser.epiphany{
background-image: url(browsers/epiphany.png);
}
.browser.firebird{
background-image: url(browsers/firebird.png);
}
.browser.shiretoko,
.browser.namoroka,
.browser.fennec,
.browser.firefox{
background-image: url(browsers/firefox.png);
}
.browser.firewebnavigator{
background-image: url(browsers/firewebnavigator.png);
}
.browser.flock{
background-image: url(browsers/flock.png);
}
.browser.fluid{
background-image: url(browsers/fluid.png);
}
.browser.galeon{
background-image: url(browsers/galeon.png);
}
.browser.googlebot{
background-image: url(browsers/googlebot.png);
}
.browser.greenbrowser{
background-image: url(browsers/greenbrowser.png);
}
.browser.hotjava{
background-image: url(browsers/hotjava.png);
}
.browser.ibrowse{
background-image: url(browsers/ibrowse.png);
}
.browser.icab{
background-image: url(browsers/icab.png);
}
.browser.icecat{
background-image: url(browsers/icecat.png);
}
.browser.iceweasel{
background-image: url(browsers/iceweasel.png);
}
.browser.internet-explorer,
.browser.internet_explorer,
.browser.msie,
.browser.ie{
background-image: url(browsers/ie.png);
}
.browser.irider{
background-image: url(browsers/irider.png);
}
.browser.iron{
background-image: url(browsers/iron.png);
}
.browser.k-meleon{
background-image: url(browsers/k-meleon.png);
}
.browser.k-ninja{
background-image: url(browsers/k-ninja.png);
}
.browser.kapiko{
background-image: url(browsers/kapiko.png);
}
.browser.kazehakase{
background-image: url(browsers/kazehakase.png);
}
.browser.kkman{
background-image: url(browsers/kkman.png);
}
.browser.konqueror{
background-image: url(browsers/konqueror.png);
}
.browser.links{
background-image: url(browsers/links.png);
}
.browser.linspire{
background-image: url(browsers/linspire.png);
}
.browser.lobo{
background-image: url(browsers/lobo.png);
}
.browser.lunascape{
background-image: url(browsers/lunascape.png);
}
.browser.lynx{
background-image: url(browsers/lynx.png);
}
.browser.madfox{
background-image: url(browsers/madfox.png);
}
.browser.maxthon{
background-image: url(browsers/maxthon.png);
}
.browser.midori{
background-image: url(browsers/midori.png);
}
.browser.minefield{
background-image: url(browsers/minefield.png);
}
.browser.minimo{
background-image: url(browsers/minimo.png);
}
.browser.mj12bot{
background-image: url(browsers/mj12bot.png);
}
.browser.mozilla{
background-image: url(browsers/mozilla.png);
}
.browser.multizilla{
background-image: url(browsers/multizilla.png);
}
.browser.netcaptor{
background-image: url(browsers/netcaptor.png);
}
.browser.netnewswire{
background-image: url(browsers/netnewswire.png);
}
.browser.netpositive{
background-image: url(browsers/netpositive.png);
}
.browser.netscape{
background-image: url(browsers/netscape.png);
}
.browser.netsurf{
background-image: url(browsers/netsurf.png);
}
.browser.omniweb{
background-image: url(browsers/omniweb.png);
}
.browser.opera{
background-image: url(browsers/opera.png);
}
.browser.orca{
background-image: url(browsers/orca.png);
}
.browser.oregano{
background-image: url(browsers/oregano.png);
}
.browser.phoenix{
background-image: url(browsers/phoenix.png);
}
.browser.playstation{
background-image: url(browsers/playstation.png);
}
.browser.prism{
background-image: url(browsers/prism.png);
}
.browser.rekonq{
background-image: url(browsers/rekonq.png);
}
.browser.safari{
background-image: url(browsers/safari.png);
}
.browser.seamonkey{
background-image: url(browsers/seamonkey.png);
}
.browser.shiira{
background-image: url(browsers/shiira.png);
}
.browser.swift{
background-image: url(browsers/swift.png);
}
.browser.uzbl{
background-image: url(browsers/uzbl.png);
}
.browser.voyager{
background-image: url(browsers/voyager.png);
}
.browser.w3m{
background-image: url(browsers/w3m.png);
}
.browser.wap{
background-image: url(browsers/wap.png);
}
.browser.webwasher{
background-image: url(browsers/webwasher.png);
}
.browser.wget{
background-image: url(browsers/wget.png);
}
.browser.yahoo{
background-image: url(browsers/yahoo.png);
}.courier.small16.dhl{
background-image: url(couriers/16/dhl.png);
}
.courier.small16.fedex{
background-image: url(couriers/16/fedex.png);
}
.courier.small16.ups{
background-image: url(couriers/16/ups.png);
}
.courier.small16.usps{
background-image: url(couriers/16/usps.png);
}
.courier.medium32.dhl{
background-image: url(couriers/32/dhl.png);
}
.courier.medium32.fedex{
background-image: url(couriers/32/fedex.png);
}
.courier.medium32.ups{
background-image: url(couriers/32/ups.png);
}
.courier.medium32.usps{
background-image: url(couriers/32/usps.png);
}
.country.a1{
background-image: url(countries/a1.png);
}
.country.a2{
background-image: url(countries/a2.png);
}
.country.ad{
background-image: url(countries/ad.png);
}
.country.ae{
background-image: url(countries/ae.png);
}
.country.af{
background-image: url(countries/af.png);
}
.country.ag{
background-image: url(countries/ag.png);
}
.country.ai{
background-image: url(countries/ai.png);
}
.country.al{
background-image: url(countries/al.png);
}
.country.am{
background-image: url(countries/am.png);
}
.country.an{
background-image: url(countries/an.png);
}
.country.ao{
background-image: url(countries/ao.png);
}
.country.ap{
background-image: url(countries/ap.png);
}
.country.aq{
background-image: url(countries/aq.png);
}
.country.ar{
background-image: url(countries/ar.png);
}
.country.as{
background-image: url(countries/as.png);
}
.country.at{
background-image: url(countries/at.png);
}
.country.au{
background-image: url(countries/au.png);
}
.country.aw{
background-image: url(countries/aw.png);
}
.country.ax{
background-image: url(countries/ax.png);
}
.country.az{
background-image: url(countries/az.png);
}
.country.ba{
background-image: url(countries/ba.png);
}
.country.bb{
background-image: url(countries/bb.png);
}
.country.bd{
background-image: url(countries/bd.png);
}
.country.be{
background-image: url(countries/be.png);
}
.country.bf{
background-image: url(countries/bf.png);
}
.country.bg{
background-image: url(countries/bg.png);
}
.country.bh{
background-image: url(countries/bh.png);
}
.country.bi{
background-image: url(countries/bi.png);
}
.country.bj{
background-image: url(countries/bj.png);
}
.country.bl{
background-image: url(countries/bl.png);
}
.country.bm{
background-image: url(countries/bm.png);
}
.country.bn{
background-image: url(countries/bn.png);
}
.country.bo{
background-image: url(countries/bo.png);
}
.country.bq{
background-image: url(countries/bq.png);
}
.country.br{
background-image: url(countries/br.png);
}
.country.bs{
background-image: url(countries/bs.png);
}
.country.bt{
background-image: url(countries/bt.png);
}
.country.bv{
background-image: url(countries/bv.png);
}
.country.bw{
background-image: url(countries/bw.png);
}
.country.by{
background-image: url(countries/by.png);
}
.country.bz{
background-image: url(countries/bz.png);
}
.country.ca{
background-image: url(countries/ca.png);
}
.country.cc{
background-image: url(countries/cc.png);
}
.country.cd{
background-image: url(countries/cd.png);
}
.country.cf{
background-image: url(countries/cf.png);
}
.country.cg{
background-image: url(countries/cg.png);
}
.country.ch{
background-image: url(countries/ch.png);
}
.country.ci{
background-image: url(countries/ci.png);
}
.country.ck{
background-image: url(countries/ck.png);
}
.country.cl{
background-image: url(countries/cl.png);
}
.country.cm{
background-image: url(countries/cm.png);
}
.country.cn{
background-image: url(countries/cn.png);
}
.country.co{
background-image: url(countries/co.png);
}
.country.cr{
background-image: url(countries/cr.png);
}
.country.cs{
background-image: url(countries/cs.png);
}
.country.cu{
background-image: url(countries/cu.png);
}
.country.cv{
background-image: url(countries/cv.png);
}
.country.cw{
background-image: url(countries/cw.png);
}
.country.cx{
background-image: url(countries/cx.png);
}
.country.cy{
background-image: url(countries/cy.png);
}
.country.cz{
background-image: url(countries/cz.png);
}
.country.de{
background-image: url(countries/de.png);
}
.country.dj{
background-image: url(countries/dj.png);
}
.country.dk{
background-image: url(countries/dk.png);
}
.country.dm{
background-image: url(countries/dm.png);
}
.country.do{
background-image: url(countries/do.png);
}
.country.dz{
background-image: url(countries/dz.png);
}
.country.ec{
background-image: url(countries/ec.png);
}
.country.ee{
background-image: url(countries/ee.png);
}
.country.eg{
background-image: url(countries/eg.png);
}
.country.eh{
background-image: url(countries/eh.png);
}
.country.er{
background-image: url(countries/er.png);
}
.country.es{
background-image: url(countries/es.png);
}
.country.et{
background-image: url(countries/et.png);
}
.country.eu{
background-image: url(countries/eu.png);
}
.country.fi{
background-image: url(countries/fi.png);
}
.country.fj{
background-image: url(countries/fj.png);
}
.country.fk{
background-image: url(countries/fk.png);
}
.country.fm{
background-image: url(countries/fm.png);
}
.country.fo{
background-image: url(countries/fo.png);
}
.country.fr{
background-image: url(countries/fr.png);
}
.country.ga{
background-image: url(countries/ga.png);
}
.country.gb{
background-image: url(countries/gb.png);
}
.country.gd{
background-image: url(countries/gd.png);
}
.country.ge{
background-image: url(countries/ge.png);
}
.country.gf{
background-image: url(countries/gf.png);
}
.country.gg{
background-image: url(countries/gg.png);
}
.country.gh{
background-image: url(countries/gh.png);
}
.country.gi{
background-image: url(countries/gi.png);
}
.country.gl{
background-image: url(countries/gl.png);
}
.country.gm{
background-image: url(countries/gm.png);
}
.country.gn{
background-image: url(countries/gn.png);
}
.country.gp{
background-image: url(countries/gp.png);
}
.country.gq{
background-image: url(countries/gq.png);
}
.country.gr{
background-image: url(countries/gr.png);
}
.country.gs{
background-image: url(countries/gs.png);
}
.country.gt{
background-image: url(countries/gt.png);
}
.country.gu{
background-image: url(countries/gu.png);
}
.country.gw{
background-image: url(countries/gw.png);
}
.country.gy{
background-image: url(countries/gy.png);
}
.country.hk{
background-image: url(countries/hk.png);
}
.country.hm{
background-image: url(countries/hm.png);
}
.country.hn{
background-image: url(countries/hn.png);
}
.country.hr{
background-image: url(countries/hr.png);
}
.country.ht{
background-image: url(countries/ht.png);
}
.country.hu{
background-image: url(countries/hu.png);
}
.country.id{
background-image: url(countries/id.png);
}
.country.ie{
background-image: url(countries/ie.png);
}
.country.il{
background-image: url(countries/il.png);
}
.country.im{
background-image: url(countries/im.png);
}
.country.in{
background-image: url(countries/in.png);
}
.country.io{
background-image: url(countries/io.png);
}
.country.iq{
background-image: url(countries/iq.png);
}
.country.ir{
background-image: url(countries/ir.png);
}
.country.is{
background-image: url(countries/is.png);
}
.country.it{
background-image: url(countries/it.png);
}
.country.je{
background-image: url(countries/je.png);
}
.country.jm{
background-image: url(countries/jm.png);
}
.country.jo{
background-image: url(countries/jo.png);
}
.country.jp{
background-image: url(countries/jp.png);
}
.country.ke{
background-image: url(countries/ke.png);
}
.country.kg{
background-image: url(countries/kg.png);
}
.country.kh{
background-image: url(countries/kh.png);
}
.country.ki{
background-image: url(countries/ki.png);
}
.country.km{
background-image: url(countries/km.png);
}
.country.kn{
background-image: url(countries/kn.png);
}
.country.kp{
background-image: url(countries/kp.png);
}
.country.kr{
background-image: url(countries/kr.png);
}
.country.kw{
background-image: url(countries/kw.png);
}
.country.ky{
background-image: url(countries/ky.png);
}
.country.kz{
background-image: url(countries/kz.png);
}
.country.la{
background-image: url(countries/la.png);
}
.country.lb{
background-image: url(countries/lb.png);
}
.country.lc{
background-image: url(countries/lc.png);
}
.country.li{
background-image: url(countries/li.png);
}
.country.lk{
background-image: url(countries/lk.png);
}
.country.lr{
background-image: url(countries/lr.png);
}
.country.ls{
background-image: url(countries/ls.png);
}
.country.lt{
background-image: url(countries/lt.png);
}
.country.lu{
background-image: url(countries/lu.png);
}
.country.lv{
background-image: url(countries/lv.png);
}
.country.ly{
background-image: url(countries/ly.png);
}
.country.ma{
background-image: url(countries/ma.png);
}
.country.mc{
background-image: url(countries/mc.png);
}
.country.md{
background-image: url(countries/md.png);
}
.country.me{
background-image: url(countries/me.png);
}
.country.mf{
background-image: url(countries/mf.png);
}
.country.mg{
background-image: url(countries/mg.png);
}
.country.mh{
background-image: url(countries/mh.png);
}
.country.mk{
background-image: url(countries/mk.png);
}
.country.ml{
background-image: url(countries/ml.png);
}
.country.mm{
background-image: url(countries/mm.png);
}
.country.mn{
background-image: url(countries/mn.png);
}
.country.mo{
background-image: url(countries/mo.png);
}
.country.mp{
background-image: url(countries/mp.png);
}
.country.mq{
background-image: url(countries/mq.png);
}
.country.mr{
background-image: url(countries/mr.png);
}
.country.ms{
background-image: url(countries/ms.png);
}
.country.mt{
background-image: url(countries/mt.png);
}
.country.mu{
background-image: url(countries/mu.png);
}
.country.mv{
background-image: url(countries/mv.png);
}
.country.mw{
background-image: url(countries/mw.png);
}
.country.mx{
background-image: url(countries/mx.png);
}
.country.my{
background-image: url(countries/my.png);
}
.country.mz{
background-image: url(countries/mz.png);
}
.country.na{
background-image: url(countries/na.png);
}
.country.nc{
background-image: url(countries/nc.png);
}
.country.ne{
background-image: url(countries/ne.png);
}
.country.nf{
background-image: url(countries/nf.png);
}
.country.ng{
background-image: url(countries/ng.png);
}
.country.ni{
background-image: url(countries/ni.png);
}
.country.nl{
background-image: url(countries/nl.png);
}
.country.no{
background-image: url(countries/no.png);
}
.country.np{
background-image: url(countries/np.png);
}
.country.nr{
background-image: url(countries/nr.png);
}
.country.nu{
background-image: url(countries/nu.png);
}
.country.nz{
background-image: url(countries/nz.png);
}
.country.unknown,
.country.o1{
background-image: url(countries/o1.png);
}
.country.om{
background-image: url(countries/om.png);
}
.country.pa{
background-image: url(countries/pa.png);
}
.country.pe{
background-image: url(countries/pe.png);
}
.country.pf{
background-image: url(countries/pf.png);
}
.country.pg{
background-image: url(countries/pg.png);
}
.country.ph{
background-image: url(countries/ph.png);
}
.country.pk{
background-image: url(countries/pk.png);
}
.country.pl{
background-image: url(countries/pl.png);
}
.country.pm{
background-image: url(countries/pm.png);
}
.country.pn{
background-image: url(countries/pn.png);
}
.country.pr{
background-image: url(countries/pr.png);
}
.country.ps{
background-image: url(countries/ps.png);
}
.country.pt{
background-image: url(countries/pt.png);
}
.country.pw{
background-image: url(countries/pw.png);
}
.country.py{
background-image: url(countries/py.png);
}
.country.qa{
background-image: url(countries/qa.png);
}
.country.re{
background-image: url(countries/re.png);
}
.country.ro{
background-image: url(countries/ro.png);
}
.country.rs{
background-image: url(countries/rs.png);
}
.country.ru{
background-image: url(countries/ru.png);
}
.country.rw{
background-image: url(countries/rw.png);
}
.country.sa{
background-image: url(countries/sa.png);
}
.country.sb{
background-image: url(countries/sb.png);
}
.country.sc{
background-image: url(countries/sc.png);
}
.country.sd{
background-image: url(countries/sd.png);
}
.country.se{
background-image: url(countries/se.png);
}
.country.sg{
background-image: url(countries/sg.png);
}
.country.sh{
background-image: url(countries/sh.png);
}
.country.si{
background-image: url(countries/si.png);
}
.country.sj{
background-image: url(countries/sj.png);
}
.country.sk{
background-image: url(countries/sk.png);
}
.country.sl{
background-image: url(countries/sl.png);
}
.country.sm{
background-image: url(countries/sm.png);
}
.country.sn{
background-image: url(countries/sn.png);
}
.country.so{
background-image: url(countries/so.png);
}
.country.sr{
background-image: url(countries/sr.png);
}
.country.st{
background-image: url(countries/st.png);
}
.country.sv{
background-image: url(countries/sv.png);
}
.country.sx{
background-image: url(countries/sx.png);
}
.country.sy{
background-image: url(countries/sy.png);
}
.country.sz{
background-image: url(countries/sz.png);
}
.country.tc{
background-image: url(countries/tc.png);
}
.country.td{
background-image: url(countries/td.png);
}
.country.tf{
background-image: url(countries/tf.png);
}
.country.tg{
background-image: url(countries/tg.png);
}
.country.th{
background-image: url(countries/th.png);
}
.country.tj{
background-image: url(countries/tj.png);
}
.country.tk{
background-image: url(countries/tk.png);
}
.country.tl{
background-image: url(countries/tl.png);
}
.country.tm{
background-image: url(countries/tm.png);
}
.country.tn{
background-image: url(countries/tn.png);
}
.country.to{
background-image: url(countries/to.png);
}
.country.tr{
background-image: url(countries/tr.png);
}
.country.tt{
background-image: url(countries/tt.png);
}
.country.tv{
background-image: url(countries/tv.png);
}
.country.tw{
background-image: url(countries/tw.png);
}
.country.tz{
background-image: url(countries/tz.png);
}
.country.ua{
background-image: url(countries/ua.png);
}
.country.ug{
background-image: url(countries/ug.png);
}
.country.um{
background-image: url(countries/um.png);
}
.country.us{
background-image: url(countries/us.png);
}
.country.uy{
background-image: url(countries/uy.png);
}
.country.uz{
background-image: url(countries/uz.png);
}
.country.va{
background-image: url(countries/va.png);
}
.country.vc{
background-image: url(countries/vc.png);
}
.country.ve{
background-image: url(countries/ve.png);
}
.country.vg{
background-image: url(countries/vg.png);
}
.country.vi{
background-image: url(countries/vi.png);
}
.country.vn{
background-image: url(countries/vn.png);
}
.country.vu{
background-image: url(countries/vu.png);
}
.country.wf{
background-image: url(countries/wf.png);
}
.country.ws{
background-image: url(countries/ws.png);
}
.country.ye{
background-image: url(countries/ye.png);
}
.country.yt{
background-image: url(countries/yt.png);
}
.country.za{
background-image: url(countries/za.png);
}
.country.zm{
background-image: url(countries/zm.png);
}
.country.zw{
background-image: url(countries/zw.png);
}
.country.aa{
background-image: url(countries/aa.png);
}
.filetype{
background-image: url(filetypes/_file.png)
}
.filetype.ace{
background-image: url(filetypes/ace.png)
}
.filetype.ai{
background-image: url(filetypes/ai.png)
}
.filetype.aif{
background-image: url(filetypes/aif.png)
}
.filetype.aiff{
background-image: url(filetypes/aiff.png)
}
.filetype.amr{
background-image: url(filetypes/amr.png)
}
.filetype.asf{
background-image: url(filetypes/asf.png)
}
.filetype.asx{
background-image: url(filetypes/asx.png)
}
.filetype.bat{
background-image: url(filetypes/bat.png)
}
.filetype.bin{
background-image: url(filetypes/bin.png)
}
.filetype.bmp{
background-image: url(filetypes/bmp.png)
}
.filetype.bup{
background-image: url(filetypes/bup.png)
}
.filetype.cab{
background-image: url(filetypes/cab.png)
}
.filetype.cbr{
background-image: url(filetypes/cbr.png)
}
.filetype.cda{
background-image: url(filetypes/cda.png)
}
.filetype.cdl{
background-image: url(filetypes/cdl.png)
}
.filetype.cdr{
background-image: url(filetypes/cdr.png)
}
.filetype.chm{
background-image: url(filetypes/chm.png)
}
.filetype.csv{
background-image: url(filetypes/csv.png)
}
.filetype.dat{
background-image: url(filetypes/dat.png)
}
.filetype.divx{
background-image: url(filetypes/divx.png)
}
.filetype.dll{
background-image: url(filetypes/dll.png)
}
.filetype.dmg{
background-image: url(filetypes/dmg.png)
}
.filetype.docx,
.filetype.doc{
background-image: url(filetypes/doc.png)
}
.filetype.dss{
background-image: url(filetypes/dss.png)
}
.filetype.dvf{
background-image: url(filetypes/dvf.png)
}
.filetype.dwg{
background-image: url(filetypes/dwg.png)
}
.filetype.eml{
background-image: url(filetypes/eml.png)
}
.filetype.eps{
background-image: url(filetypes/eps.png)
}
.filetype.epub{
background-image: url(filetypes/epub.png)
}
.filetype.exe{
background-image: url(filetypes/exe.png)
}
.filetype.fla{
background-image: url(filetypes/fla.png)
}
.filetype.flv{
background-image: url(filetypes/flv.png)
}
.filetype.gif{
background-image: url(filetypes/gif.png)
}
.filetype.gz{
background-image: url(filetypes/gz.png)
}
.filetype.hqx{
background-image: url(filetypes/hqx.png)
}
.filetype.htm,
.filetype.html{
background-image: url(filetypes/html.png)
}
.filetype.ifo{
background-image: url(filetypes/ifo.png)
}
.filetype.indd{
background-image: url(filetypes/indd.png)
}
.filetype.iso{
background-image: url(filetypes/iso.png)
}
.filetype.jar{
background-image: url(filetypes/jar.png)
}
.filetype.jpeg{
background-image: url(filetypes/jpeg.png)
}
.filetype.jpg{
background-image: url(filetypes/jpg.png)
}
.filetype.json{
background-image: url(filetypes/json.png)
}
.filetype.lnk{
background-image: url(filetypes/lnk.png)
}
.filetype.log{
background-image: url(filetypes/log.png)
}
.filetype.m4a{
background-image: url(filetypes/m4a.png)
}
.filetype.m4b{
background-image: url(filetypes/m4b.png)
}
.filetype.m4p{
background-image: url(filetypes/m4p.png)
}
.filetype.m4v{
background-image: url(filetypes/m4v.png)
}
.filetype.mcd{
background-image: url(filetypes/mcd.png)
}
.filetype.mdb{
background-image: url(filetypes/mdb.png)
}
.filetype.mid{
background-image: url(filetypes/mid.png)
}
.filetype.mov{
background-image: url(filetypes/mov.png)
}
.filetype.mp3,
.filetype.mp2{
background-image: url(filetypes/mp2.png)
}
.filetype.mp4{
background-image: url(filetypes/mp4.png)
}
.filetype.mpeg{
background-image: url(filetypes/mpeg.png)
}
.filetype.mpg{
background-image: url(filetypes/mpg.png)
}
.filetype.msi{
background-image: url(filetypes/msi.png)
}
.filetype.mswmm{
background-image: url(filetypes/mswmm.png)
}
.filetype.mus{
background-image: url(filetypes/mus.png)
}
.filetype.ogg{
background-image: url(filetypes/ogg.png)
}
.filetype.pdf{
background-image: url(filetypes/pdf.png)
}
.filetype.png{
background-image: url(filetypes/png.png)
}
.filetype.pps{
background-image: url(filetypes/pps.png)
}
.filetype.pptx,
.filetype.ppt{
background-image: url(filetypes/ppt.png)
}
.filetype.ps{
background-image: url(filetypes/ps.png)
}
.filetype.psd{
background-image: url(filetypes/psd.png)
}
.filetype.pst{
background-image: url(filetypes/pst.png)
}
.filetype.ptb{
background-image: url(filetypes/ptb.png)
}
.filetype.pub{
background-image: url(filetypes/pub.png)
}
.filetype.qbb{
background-image: url(filetypes/qbb.png)
}
.filetype.qbw{
background-image: url(filetypes/qbw.png)
}
.filetype.qxd{
background-image: url(filetypes/qxd.png)
}
.filetype.ram{
background-image: url(filetypes/ram.png)
}
.filetype.rar{
background-image: url(filetypes/rar.png)
}
.filetype.rm{
background-image: url(filetypes/rm.png)
}
.filetype.rmvb{
background-image: url(filetypes/rmvb.png)
}
.filetype.rss{
background-image: url(filetypes/rss.png)
}
.filetype.rtf{
background-image: url(filetypes/rtf.png)
}
.filetype.sea{
background-image: url(filetypes/sea.png)
}
.filetype.ses{
background-image: url(filetypes/ses.png)
}
.filetype.sit{
background-image: url(filetypes/sit.png)
}
.filetype.sitx{
background-image: url(filetypes/sitx.png)
}
.filetype.ss{
background-image: url(filetypes/ss.png)
}
.filetype.swf{
background-image: url(filetypes/swf.png)
}
.filetype.tgz{
background-image: url(filetypes/tgz.png)
}
.filetype.thm{
background-image: url(filetypes/thm.png)
}
.filetype.tif{
background-image: url(filetypes/tif.png)
}
.filetype.tmp{
background-image: url(filetypes/tmp.png)
}
.filetype.torrent{
background-image: url(filetypes/torrent.png)
}
.filetype.ttf{
background-image: url(filetypes/ttf.png)
}
.filetype.txt{
background-image: url(filetypes/txt.png)
}
.filetype.vcd{
background-image: url(filetypes/vcd.png)
}
.filetype.vcf{
background-image: url(filetypes/vcf.png)
}
.filetype.vob{
background-image: url(filetypes/vob.png)
}
.filetype.wav{
background-image: url(filetypes/wav.png)
}
.filetype.wma{
background-image: url(filetypes/wma.png)
}
.filetype.wmv{
background-image: url(filetypes/wmv.png)
}
.filetype.wps{
background-image: url(filetypes/wps.png)
}
.filetype.xlsx,
.filetype.xls{
background-image: url(filetypes/xls.png)
}
.filetype.xml{
background-image: url(filetypes/xml.png)
}
.filetype.xpi{
background-image: url(filetypes/xpi.png)
}
.filetype.zip{
background-image: url(filetypes/zip.png)
}
.os.aix{
background-image: url(os/aix.png);
}
.os.android{
background-image: url(os/android.png);
}
.os.beos{
background-image: url(os/beos.png);
}
.os.dos{
background-image: url(os/dos.png);
}
.os.freebsd{
background-image: url(os/freebsd.png);
}
.os.hpux{
background-image: url(os/hpux.png);
}
.os.ios{
background-image: url(os/ios.png);
}
.os.irix{
background-image: url(os/irix.png);
}
.os.junos{
background-image: url(os/junos.png);
}
.os.linux{
background-image: url(os/linux.png);
}
.os.mac{
background-image: url(os/mac.png);
}
.os.os2{
background-image: url(os/os2.png);
}
.os.plan9{
background-image: url(os/plan9.png);
}
.os.reactos{
background-image: url(os/reactos.png);
}
.os.sunos{
background-image: url(os/sunos.png);
}
.os.windows{
background-image: url(os/windows.png);
}
.programming_language.c{
background-image: url(programming_languages/c.png);
}
.programming_language.clojure{
background-image: url(programming_languages/clojure.png);
}
.programming_language.coldfusion{
background-image: url(programming_languages/coldfusion.png);
}
.programming_language.csharp{
background-image: url(programming_languages/csharp.png);
}
.programming_language.java{
background-image: url(programming_languages/java.png);
}
.programming_language.javascript{
background-image: url(programming_languages/javascript.png);
}
.programming_language.lua{
background-image: url(programming_languages/lua.png);
}
.programming_language.perl{
background-image: url(programming_languages/perl.png);
}
.programming_language.php{
background-image: url(programming_languages/php.png);
}
.programming_language.python{
background-image: url(programming_languages/python.png);
}
.programming_language.ruby{
background-image: url(programming_languages/ruby.png);
}
.programming_language.vb{
background-image: url(programming_languages/vb.png);
}.severity_level{
padding-left: 25px !important;
background-repeat: no-repeat;
background-position: 5px center;
}
.severity_level.informational{
background-image: url('severity_levels/informational.png');
}
.severity_level.suspicious{
background-image: url('severity_levels/suspicious.png');
}
.severity_level.low{
background-image: url('severity_levels/low.png');
}
.severity_level.medium{
background-image: url('severity_levels/medium.png');
}
.severity_level.high{
background-image: url('severity_levels/high.png');
}
/* ---------- Small 16x16 Icons ---------- */
.socmed.small16.blogger{
background-image: url(socmed/small16/blogger.png);
}
.socmed.small16.deviantart{
background-image: url(socmed/small16/deviantart.png);
}
.socmed.small16.diaspora{
background-image: url(socmed/small16/diaspora.png);
}
.socmed.small16.ello{
background-image: url(socmed/small16/ello.png);
}
.socmed.small16.facebook{
background-image: url(socmed/small16/facebook.png);
}
.socmed.small16.fetlife{
background-image: url(socmed/small16/fetlife.png);
}
.socmed.small16.flickr{
background-image: url(socmed/small16/flickr.png);
}
.socmed.small16.foursquare{
background-image: url(socmed/small16/foursquare.png);
}
.socmed.small16.friendster{
background-image: url(socmed/small16/friendster.png);
}
.socmed.small16.gmail{
background-image: url(socmed/small16/gmail.png);
}
.socmed.small16.googleplus{
background-image: url(socmed/small16/googleplus.png);
}
.socmed.small16.houzz{
background-image: url(socmed/small16/houzz.png);
}
.socmed.small16.identica{
background-image: url(socmed/small16/identica.png);
}
.socmed.small16.instagram{
background-image: url(socmed/small16/instagram.png);
}
.socmed.small16.linkedin{
background-image: url(socmed/small16/linkedin.png);
}
.socmed.small16.meetup{
background-image: url(socmed/small16/meetup.png);
}
.socmed.small16.myspace{
background-image: url(socmed/small16/myspace.png);
}
.socmed.small16.ning{
background-image: url(socmed/small16/ning.png);
}
.socmed.small16.pinterest{
background-image: url(socmed/small16/pinterest.png);
}
.socmed.small16.skype{
background-image: url(socmed/small16/skype.png);
}
.socmed.small16.stumbleupon{
background-image: url(socmed/small16/stumbleupon.png);
}
.socmed.small16.tumblr{
background-image: url(socmed/small16/tumblr.png);
}
.socmed.small16.twitter{
background-image: url(socmed/small16/twitter.png);
}
.socmed.small16.yammer{
background-image: url(socmed/small16/yammer.png);
}
.socmed.small16.yelp{
background-image: url(socmed/small16/yelp.png);
}
.socmed.small16.youtube{
background-image: url(socmed/small16/youtube.png);
}
/* ---------- Medium 24x24 Icons ---------- */
.socmed.medium24.blogger{
background-image: url(socmed/medium24/blogger.png);
}
.socmed.medium24.deviantart{
background-image: url(socmed/medium24/deviantart.png);
}
.socmed.medium24.diaspora{
background-image: url(socmed/medium24/diaspora.png);
}
.socmed.medium24.ello{
background-image: url(socmed/medium24/ello.png);
}
.socmed.medium24.facebook{
background-image: url(socmed/medium24/facebook.png);
}
.socmed.medium24.fetlife{
background-image: url(socmed/medium24/fetlife.png);
}
.socmed.medium24.flickr{
background-image: url(socmed/medium24/flickr.png);
}
.socmed.medium24.foursquare{
background-image: url(socmed/medium24/foursquare.png);
}
.socmed.medium24.friendster{
background-image: url(socmed/medium24/friendster.png);
}
.socmed.medium24.gmail{
background-image: url(socmed/medium24/gmail.png);
}
.socmed.medium24.googleplus{
background-image: url(socmed/medium24/googleplus.png);
}
.socmed.medium24.houzz{
background-image: url(socmed/medium24/houzz.png);
}
.socmed.medium24.identica{
background-image: url(socmed/medium24/identica.png);
}
.socmed.medium24.instagram{
background-image: url(socmed/medium24/instagram.png);
}
.socmed.medium24.linkedin{
background-image: url(socmed/medium24/linkedin.png);
}
.socmed.medium24.meetup{
background-image: url(socmed/medium24/meetup.png);
}
.socmed.medium24.myspace{
background-image: url(socmed/medium24/myspace.png);
}
.socmed.medium24.ning{
background-image: url(socmed/medium24/ning.png);
}
.socmed.medium24.pinterest{
background-image: url(socmed/medium24/pinterest.png);
}
.socmed.medium24.skype{
background-image: url(socmed/medium24/skype.png);
}
.socmed.medium24.stumbleupon{
background-image: url(socmed/medium24/stumbleupon.png);
}
.socmed.medium24.tumblr{
background-image: url(socmed/medium24/tumblr.png);
}
.socmed.medium24.twitter{
background-image: url(socmed/medium24/twitter.png);
}
.socmed.medium24.yammer{
background-image: url(socmed/medium24/yammer.png);
}
.socmed.medium24.yelp{
background-image: url(socmed/medium24/yelp.png);
}
.socmed.medium24.youtube{
background-image: url(socmed/medium24/youtube.png);
}
.status.disabled{
background-image: url(status/disabled.png);
}
.status.enabled{
background-image: url(status/enabled.png);
}
.status.error{
background-image: url(status/error.png);
}
.status.info{
background-image: url(status/info.png);
}
.status.locked{
background-image: url(status/locked.png);
}
.status.safe{
background-image: url(status/safe.png);
}
.status.success{
background-image: url(status/success.png);
}
.status.unlocked{
background-image: url(status/unlocked.png);
} | cssbis.css | #usermessages,
.usermessages{
position: relative;
color: black;
margin: 10px 0!important;
padding: 0 !important;
list-style: none;
font-size: 87%;
line-height: .9em;
}
#usermessages li,
.usermessages li{
margin: 0 !important;
padding: 5px 5px 5px 25px;
border: 1px dotted #ebb700;
}
#usermessages li.info,
.usermessages li.info{
background: #FFFFCC url('status/info.png') no-repeat .25em center;
}
#usermessages li.success,
.usermessages li.success{
background: #CCFFCC url('status/success.png') no-repeat .25em center;
}
#usermessages li.error,
.usermessages li.error{
background: #FFCCCC url('status/error.png') no-repeat .25em center;
}
/* -------------------------------------------------------------------------------------- */
/* ---------- "Discreet" text is smaller, greyer, and useful for "discreetly" mentioning things ---------- */
.discreet {
color: #76797c;
font-size: 87%;
font-weight: normal;
}
.discreet .withtext,
.discreet a {
color: #7679BF;
text-decoration: none;
display: inline-block;
}
.discreet .withtext:hover,
.discreet a:hover{
text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------------------- */
/* ---------- Breadcrumbs ---------- */
#breadcrumbs,
.breadcrumbs{
list-style: none !important;
margin: 5px 0 20px 0;
padding: 0;
font-size: .8em;
letter-spacing: -.04em;
}
#breadcrumbs li,
.breadcrumbs li,
#breadcrumbs li a,
.breadcrumbs li a{
color: #888;
text-decoration: none;
}
#breadcrumbs li a:hover,
.breadcrumbs li a:hover{
text-decoration: underline;
}
#breadcrumbs li,
.breadcrumbs li{
display: inline;
}
#breadcrumbs li:after,
.breadcrumbs li:after{
content: "\00A0\00A0\00BB\00A0\00A0";
}
#breadcrumbs li:last-child:after,
.breadcrumbs li:last-child:after{
content: "";
}
/* --------------------------------- */
/* ---------- Warning Box ---------- */
div.warning{
background: #f9f1f1;
border: 2px solid #CC0000;
width: 500px;
margin-bottom: 20px;
color: black;
padding: 10px;
}
div.warning h2{
background: url(status/error.png) no-repeat left center;
padding: 0 0 0 25px;
margin: 0;
font-size: 24px;
color: #CC0000;
border-bottom: 1px dotted #cc0000;
}
/* --------------------------------- */
/* ---------- Tables ---------- */
table.cssbis{
margin-top: 10px;
background: #ffffff;
border: 1px solid #fdfdfd;
}
table.cssbis th,
table.cssbis td{
padding: 5px 10px;
vertical-align: center;
}
table.cssbis th{
white-space: nowrap;
}
table.cssbis tfoot td,
table.cssbis tr th{
background-color: #666;
color: #f1f1f1;
}
table.cssbis tr th a{
color: #ffffff;
}
table.cssbis tbody tr td{
border-bottom: 1px solid #fdfdfd;
}
table.cssbis tbody tr:nth-child(odd) td,
table.cssbis tbody tr.odd td{
background-color: #f9f9f9;
}
table.cssbis tbody tr:nth-child(even) td,
table.cssbis tbody tr.even td{
background-color: #f1f1f1;
}
/* ---------------------------- */
/* ---------- Handy Floats ---------- */
.floatleft{
float: left;
margin: 5px 15px 15px 0;
}
.floatright{
float: right;
margin: 5px 0 15px 15px;
}
/* ---------------------------------- */
/* ---------- Blockquote ---------- */
blockquote{
float:right;
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: 300px;
margin: 1em 40px;
padding: 0.5em 10px;
line-height: 1.45;
position: relative;
color: #383838;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
blockquote .attribution{
font-size: 12px;
text-align: right;
display: block;
font-style: normal;
}
/* -------------------------------- */
/* ----- VCR Controls (useful for pagination) ----- */
div.vcr{
display: block;
position: relative;
padding: 5px;
width: 240px;
height: 16px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center;
font-weight: normal;
}
div.vcr.dark{
background: #222;
border: 1px solid #333;
}
div.vcr.light{
background: #ddd;
border: 1px solid #ccc;
}
.vcr .current{
font-size: 14px;
position: relative;
margin: 0 8px;
}
.vcr.dark .current{
color: #ddd;
}
.vcr.light .current{
color: #333;
}
.vcr .start,
.vcr .prev,
.vcr .next,
.vcr .end{
position: absolute;
display: inline-block;
width: 16px;
height: 16px;
text-indent: -9999px;
overflow: hidden;
}
.vcr .start{
left: 5px;
}
.vcr .prev{
left: 21px;
}
.vcr .next{
right: 21px;
}
.vcr .end{
right: 5px;
}
.vcr span.start{
background-image: url(vcr/start_off.png);
}
.vcr span.prev{
background-image: url(vcr/previous_off.png);
}
.vcr span.next{
background-image: url(vcr/next_off.png);
}
.vcr span.end{
background-image: url(vcr/end_off.png);
}
.vcr a.start{
background-image: url(vcr/start_on.png);
}
.vcr a.prev{
background-image: url(vcr/previous_on.png);
}
.vcr a.next{
background-image: url(vcr/next_on.png);
}
.vcr a.end{
background-image: url(vcr/end_on.png);
}
.action,
.browser,
.country,
.courier,
.filetype,
.os,
.programming_language,
.severity_level,
.status,
.socmed{
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-image: url(status/unknown.png);
display: inline-block;
margin: 0;
padding: 0;
border: 0;
width: 16px;
height: 16px;
vertical-align: center;
line-height: 22px;
overflow: hidden;
text-indent: -9999px;
position: relative;
}
a.action,
input.action,
a.withtext,
input.withtext,
button.withtext,
a.button,
span.button,
input.button,
button.button{
cursor: pointer;
}
a.withtext,
span.withtext,
input.withtext,
button.withtext{
background-position: left center;
padding-left: 24px;
width: auto;
height: 18px;
line-height: 18px;
overflow: visible;
text-indent: 0;
font-family: inherit;
font-size: inherit;
text-decoration: none !important;
}
a.withtext,
input.withtext,
button.withtext{
color: #3271BD;
}
input.withtext,
button.withtext{
text-indent: -3px;
}
input.withtext:hover,
a.withtext:hover,
button.withtext:hover{
text-decoration: underline !important;
}
a.button,
span.button,
input.button,
button.button{
background-position: 5px center;
background-color: #ccc;
color: black !important;
border: 1px solid #ccc !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: auto;
height: 26px !important;
display: inline-block;
box-sizing: border-box;
line-height: 26px !important;
overflow: visible;
text-indent: 0 !important;
font-family: inherit;
font-weight: bold;
font-size: 16px !important;
text-decoration: none !important;
text-decoration: none !important;
text-shadow: 2px 2px 3px #cccccc;
filter: dropshadow(color=#cccccc, offx=2, offy=2);
white-space: pre;
}
a.button,
span.button{
padding: 0px 7px 3px 28px !important;
}
input.button,
button.button{
padding: 0px 4px 3px 26px !important;
}
/* ----------- Some icons have a 24x24 size available ---------- */
.medium24{
width: 24px;
height: 24px;
line-height:38px;
}
.medium24.withtext{
padding-left: 32px;
height: 24px;
line-height: 24px;
}
.medium24.button{
height: 40px !important;
line-height: 40px !important;
font-size: 24px !important;
}
a.medium24.button,
span.medium24.button{
padding: 0 10px 0 40px !important;
}
input.medium24.button,
button.medium24.button{
padding: 0 6px 0 38px !important;
}
/* ----------- Some icons have a 32x32 size available ---------- */
.medium32{
width: 32px;
height: 32px;
line-height:38px;
}
.medium32.withtext{
padding-left: 40px;
height: 32px;
line-height: 32px;
}
.medium32.button{
height: 50px !important;
line-height: 50px !important;
font-size: 28px !important;
}
a.medium32.button,
span.medium32.button{
padding: 0 20px 0 48px !important;
}
input.medium32.button,
button.medium32.button{
padding: 0 20px 0 48px !important;
}
/* ---------- One class per action, to change the background-image property ---------- */
.action.add{
background-image: url(actions/add.png);
}
.action.bank{
background-image: url(actions/bank.png);
}
.action.block{
background-image: url(actions/block.png);
}
.action.building{
background-image: url(actions/building.png);
}
.action.building_add{
background-image: url(actions/building_add.png);
}
.action.building_delete{
background-image: url(actions/building_delete.png);
}
.action.building_edit{
background-image: url(actions/building_edit.png);
}
.action.camera_add{
background-image: url(actions/camera_add.png);
}
.action.camera_delete{
background-image: url(actions/camera_delete.png);
}
.action.camera_edit{
background-image: url(actions/camera_edit.png);
}
.action.chart_organization,
.action.chart_organisation{
background-image: url(actions/chart_organisation.png);
}
.action.chart_organization_add,
.action.chart_organisation_add{
background-image: url(actions/chart_organisation_add.png);
}
.action.chart_organization_delete,
.action.chart_organisation_delete{
background-image: url(actions/chart_organisation_delete.png);
}
.action.clone{
background-image: url(actions/clone.png);
}
.action.compare{
background-image: url(actions/compare.png);
}
.action.config{
background-image: url(actions/config.png);
}
.action.config-expert{
background-image: url(actions/config-expert.png);
}
.action.delete{
background-image: url(actions/delete.png);
}
.action.details{
background-image: url(actions/details.png);
}
.action.disable{
background-image: url(actions/disable.png);
}
.action.down{
background-image: url(actions/down.png);
}
.action.download{
background-image: url(actions/download.png);
}
.action.edit{
background-image: url(actions/edit.png);
}
.action.email{
background-image: url(actions/email.png);
}
.action.enable{
background-image: url(actions/enable.png);
}
.action.enable-disabled{
background-image: url(actions/enable-disabled.png);
cursor: default;
}
.action.key_add{
background-image: url(actions/key_add.png);
}
.action.key_go{
background-image: url(actions/key_go.png);
}
.action.link_financial_instruments{
background-image: url(actions/link_financial_instruments.png);
}
.action.login{
background-image: url(actions/login.png);
}
.action.logout{
background-image: url(actions/logout.png);
}
.action.map{
background-image: url(actions/map.png);
}
.action.map-disabled{
background-image: url(actions/map-disabled.png);
cursor: default;
}
.action.previous{
background-image: url(actions/arrow_left.png);
}
.action.medal_gold_blue{
background-image: url(actions/medal_gold_blue.png);
}
.action.medical_record{
background-image: url(actions/medical_record.png);
}
.action.money{
background-image: url(actions/money.png);
}
.action.money_add{
background-image: url(actions/money_add.png);
}
.action.money_delete{
background-image: url(actions/money_delete.png);
}
.action.more{
background-image: url(actions/more.png);
}
.action.phone{
background-image: url(actions/phone.png);
}
.action.print{
background-image: url(actions/print.png);
}
.action.refresh{
background-image: url(actions/refresh.png);
}
.action.report{
background-image: url(actions/report.png);
}
.action.restore{
background-image: url(actions/restore.png);
}
.action.database,
.action.roll{
background-image: url(actions/roll.png);
}
.action.save{
background-image: url(actions/save.png);
}
.action.save_and_continue{
background-image: url(actions/save_and_continue.png);
}
.action.scroll{
background-image: url(actions/scroll.png);
}
.action.search{
background-image: url(actions/search.png);
}
.action.shipping{
background-image: url(actions/shipping.png);
}
.action.start_timer{
background-image: url(actions/start_timer.png);
}
.action.stop_timer{
background-image: url(actions/stop_timer.png);
}
.action.up{
background-image: url(actions/up.png);
}
.action.upload{
background-image: url(actions/upload.png);
}
.action.user{
background-image: url(actions/user.png);
}
.action.user_add{
background-image: url(actions/user_add.png);
}
.action.user_delete{
background-image: url(actions/user_delete.png);
}
.action.user_edit{
background-image: url(actions/user_edit.png);
}
.action.user_suit{
background-image: url(actions/user_suit.png);
}
.action.view-code{
background-image: url(actions/view-code.png);
}
.action.warn{
background-image: url(actions/warn.png);
}
.action.whitelist{
background-image: url(actions/whitelist.png);
}
.action.whois{
background-image: url(actions/whois.png);
}
/* ---------- "Next" should be on the right, not the left ---------- */
.action.next{
background-image: url(actions/arrow_right.png);
}
.action.next.withtext,
.action.next.button{
background-position: right 5px center;
padding-right: 30px !important;
padding-left: 7px !important;
}
.browser.abachobot{
background-image: url(browsers/abachobot.png);
}
.browser.abrowse{
background-image: url(browsers/abrowse.png);
}
.browser.accoona-ai-agent{
background-image: url(browsers/accoona-ai-agent.png);
}
.browser.aol{
background-image: url(browsers/aol.png);
}
.browser.arora{
background-image: url(browsers/arora.png);
}
.browser.avant{
background-image: url(browsers/avant.png);
}
.browser.baiduspider{
background-image: url(browsers/baiduspider.png);
}
.browser.beonex{
background-image: url(browsers/beonex.png);
}
.browser.blackberry{
background-image: url(browsers/blackberry.png);
}
.browser.browzar{
background-image: url(browsers/browzar.png);
}
.browser.bunjalloo{
background-image: url(browsers/bunjalloo.png);
}
.browser.camino{
background-image: url(browsers/camino.png);
}
.browser.chimera{
background-image: url(browsers/chimera.png);
}
.browser.chrome{
background-image: url(browsers/chrome.png);
}
.browser.cometbird{
background-image: url(browsers/cometbird.png);
}
.browser.crazybrowser{
background-image: url(browsers/crazybrowser.png);
}
.browser.curl{
background-image: url(browsers/curl.png);
}
.browser.cyberdog{
background-image: url(browsers/cyberdog.png);
}
.browser.dataparksearch{
background-image: url(browsers/dataparksearch.png);
}
.browser.deskbrowse{
background-image: url(browsers/deskbrowse.png);
}
.browser.devontech{
background-image: url(browsers/devontech.png);
}
.browser.dillo{
background-image: url(browsers/dillo.png);
}
.browser.dooble{
background-image: url(browsers/dooble.png);
}
.browser.elinks{
background-image: url(browsers/elinks.png);
}
.browser.enigma{
background-image: url(browsers/enigma.png);
}
.browser.epiphany{
background-image: url(browsers/epiphany.png);
}
.browser.firebird{
background-image: url(browsers/firebird.png);
}
.browser.shiretoko,
.browser.namoroka,
.browser.fennec,
.browser.firefox{
background-image: url(browsers/firefox.png);
}
.browser.firewebnavigator{
background-image: url(browsers/firewebnavigator.png);
}
.browser.flock{
background-image: url(browsers/flock.png);
}
.browser.fluid{
background-image: url(browsers/fluid.png);
}
.browser.galeon{
background-image: url(browsers/galeon.png);
}
.browser.googlebot{
background-image: url(browsers/googlebot.png);
}
.browser.greenbrowser{
background-image: url(browsers/greenbrowser.png);
}
.browser.hotjava{
background-image: url(browsers/hotjava.png);
}
.browser.ibrowse{
background-image: url(browsers/ibrowse.png);
}
.browser.icab{
background-image: url(browsers/icab.png);
}
.browser.icecat{
background-image: url(browsers/icecat.png);
}
.browser.iceweasel{
background-image: url(browsers/iceweasel.png);
}
.browser.internet-explorer,
.browser.internet_explorer,
.browser.msie,
.browser.ie{
background-image: url(browsers/ie.png);
}
.browser.irider{
background-image: url(browsers/irider.png);
}
.browser.iron{
background-image: url(browsers/iron.png);
}
.browser.k-meleon{
background-image: url(browsers/k-meleon.png);
}
.browser.k-ninja{
background-image: url(browsers/k-ninja.png);
}
.browser.kapiko{
background-image: url(browsers/kapiko.png);
}
.browser.kazehakase{
background-image: url(browsers/kazehakase.png);
}
.browser.kkman{
background-image: url(browsers/kkman.png);
}
.browser.konqueror{
background-image: url(browsers/konqueror.png);
}
.browser.links{
background-image: url(browsers/links.png);
}
.browser.linspire{
background-image: url(browsers/linspire.png);
}
.browser.lobo{
background-image: url(browsers/lobo.png);
}
.browser.lunascape{
background-image: url(browsers/lunascape.png);
}
.browser.lynx{
background-image: url(browsers/lynx.png);
}
.browser.madfox{
background-image: url(browsers/madfox.png);
}
.browser.maxthon{
background-image: url(browsers/maxthon.png);
}
.browser.midori{
background-image: url(browsers/midori.png);
}
.browser.minefield{
background-image: url(browsers/minefield.png);
}
.browser.minimo{
background-image: url(browsers/minimo.png);
}
.browser.mj12bot{
background-image: url(browsers/mj12bot.png);
}
.browser.mozilla{
background-image: url(browsers/mozilla.png);
}
.browser.multizilla{
background-image: url(browsers/multizilla.png);
}
.browser.netcaptor{
background-image: url(browsers/netcaptor.png);
}
.browser.netnewswire{
background-image: url(browsers/netnewswire.png);
}
.browser.netpositive{
background-image: url(browsers/netpositive.png);
}
.browser.netscape{
background-image: url(browsers/netscape.png);
}
.browser.netsurf{
background-image: url(browsers/netsurf.png);
}
.browser.omniweb{
background-image: url(browsers/omniweb.png);
}
.browser.opera{
background-image: url(browsers/opera.png);
}
.browser.orca{
background-image: url(browsers/orca.png);
}
.browser.oregano{
background-image: url(browsers/oregano.png);
}
.browser.phoenix{
background-image: url(browsers/phoenix.png);
}
.browser.playstation{
background-image: url(browsers/playstation.png);
}
.browser.prism{
background-image: url(browsers/prism.png);
}
.browser.rekonq{
background-image: url(browsers/rekonq.png);
}
.browser.safari{
background-image: url(browsers/safari.png);
}
.browser.seamonkey{
background-image: url(browsers/seamonkey.png);
}
.browser.shiira{
background-image: url(browsers/shiira.png);
}
.browser.swift{
background-image: url(browsers/swift.png);
}
.browser.uzbl{
background-image: url(browsers/uzbl.png);
}
.browser.voyager{
background-image: url(browsers/voyager.png);
}
.browser.w3m{
background-image: url(browsers/w3m.png);
}
.browser.wap{
background-image: url(browsers/wap.png);
}
.browser.webwasher{
background-image: url(browsers/webwasher.png);
}
.browser.wget{
background-image: url(browsers/wget.png);
}
.browser.yahoo{
background-image: url(browsers/yahoo.png);
}.courier.small16.dhl{
background-image: url(couriers/16/dhl.png);
}
.courier.small16.fedex{
background-image: url(couriers/16/fedex.png);
}
.courier.small16.ups{
background-image: url(couriers/16/ups.png);
}
.courier.small16.usps{
background-image: url(couriers/16/usps.png);
}
.courier.medium32.dhl{
background-image: url(couriers/32/dhl.png);
}
.courier.medium32.fedex{
background-image: url(couriers/32/fedex.png);
}
.courier.medium32.ups{
background-image: url(couriers/32/ups.png);
}
.courier.medium32.usps{
background-image: url(couriers/32/usps.png);
}
.country.a1{
background-image: url(countries/a1.png);
}
.country.a2{
background-image: url(countries/a2.png);
}
.country.ad{
background-image: url(countries/ad.png);
}
.country.ae{
background-image: url(countries/ae.png);
}
.country.af{
background-image: url(countries/af.png);
}
.country.ag{
background-image: url(countries/ag.png);
}
.country.ai{
background-image: url(countries/ai.png);
}
.country.al{
background-image: url(countries/al.png);
}
.country.am{
background-image: url(countries/am.png);
}
.country.an{
background-image: url(countries/an.png);
}
.country.ao{
background-image: url(countries/ao.png);
}
.country.ap{
background-image: url(countries/ap.png);
}
.country.aq{
background-image: url(countries/aq.png);
}
.country.ar{
background-image: url(countries/ar.png);
}
.country.as{
background-image: url(countries/as.png);
}
.country.at{
background-image: url(countries/at.png);
}
.country.au{
background-image: url(countries/au.png);
}
.country.aw{
background-image: url(countries/aw.png);
}
.country.ax{
background-image: url(countries/ax.png);
}
.country.az{
background-image: url(countries/az.png);
}
.country.ba{
background-image: url(countries/ba.png);
}
.country.bb{
background-image: url(countries/bb.png);
}
.country.bd{
background-image: url(countries/bd.png);
}
.country.be{
background-image: url(countries/be.png);
}
.country.bf{
background-image: url(countries/bf.png);
}
.country.bg{
background-image: url(countries/bg.png);
}
.country.bh{
background-image: url(countries/bh.png);
}
.country.bi{
background-image: url(countries/bi.png);
}
.country.bj{
background-image: url(countries/bj.png);
}
.country.bl{
background-image: url(countries/bl.png);
}
.country.bm{
background-image: url(countries/bm.png);
}
.country.bn{
background-image: url(countries/bn.png);
}
.country.bo{
background-image: url(countries/bo.png);
}
.country.bq{
background-image: url(countries/bq.png);
}
.country.br{
background-image: url(countries/br.png);
}
.country.bs{
background-image: url(countries/bs.png);
}
.country.bt{
background-image: url(countries/bt.png);
}
.country.bv{
background-image: url(countries/bv.png);
}
.country.bw{
background-image: url(countries/bw.png);
}
.country.by{
background-image: url(countries/by.png);
}
.country.bz{
background-image: url(countries/bz.png);
}
.country.ca{
background-image: url(countries/ca.png);
}
.country.cc{
background-image: url(countries/cc.png);
}
.country.cd{
background-image: url(countries/cd.png);
}
.country.cf{
background-image: url(countries/cf.png);
}
.country.cg{
background-image: url(countries/cg.png);
}
.country.ch{
background-image: url(countries/ch.png);
}
.country.ci{
background-image: url(countries/ci.png);
}
.country.ck{
background-image: url(countries/ck.png);
}
.country.cl{
background-image: url(countries/cl.png);
}
.country.cm{
background-image: url(countries/cm.png);
}
.country.cn{
background-image: url(countries/cn.png);
}
.country.co{
background-image: url(countries/co.png);
}
.country.cr{
background-image: url(countries/cr.png);
}
.country.cs{
background-image: url(countries/cs.png);
}
.country.cu{
background-image: url(countries/cu.png);
}
.country.cv{
background-image: url(countries/cv.png);
}
.country.cw{
background-image: url(countries/cw.png);
}
.country.cx{
background-image: url(countries/cx.png);
}
.country.cy{
background-image: url(countries/cy.png);
}
.country.cz{
background-image: url(countries/cz.png);
}
.country.de{
background-image: url(countries/de.png);
}
.country.dj{
background-image: url(countries/dj.png);
}
.country.dk{
background-image: url(countries/dk.png);
}
.country.dm{
background-image: url(countries/dm.png);
}
.country.do{
background-image: url(countries/do.png);
}
.country.dz{
background-image: url(countries/dz.png);
}
.country.ec{
background-image: url(countries/ec.png);
}
.country.ee{
background-image: url(countries/ee.png);
}
.country.eg{
background-image: url(countries/eg.png);
}
.country.eh{
background-image: url(countries/eh.png);
}
.country.er{
background-image: url(countries/er.png);
}
.country.es{
background-image: url(countries/es.png);
}
.country.et{
background-image: url(countries/et.png);
}
.country.eu{
background-image: url(countries/eu.png);
}
.country.fi{
background-image: url(countries/fi.png);
}
.country.fj{
background-image: url(countries/fj.png);
}
.country.fk{
background-image: url(countries/fk.png);
}
.country.fm{
background-image: url(countries/fm.png);
}
.country.fo{
background-image: url(countries/fo.png);
}
.country.fr{
background-image: url(countries/fr.png);
}
.country.ga{
background-image: url(countries/ga.png);
}
.country.gb{
background-image: url(countries/gb.png);
}
.country.gd{
background-image: url(countries/gd.png);
}
.country.ge{
background-image: url(countries/ge.png);
}
.country.gf{
background-image: url(countries/gf.png);
}
.country.gg{
background-image: url(countries/gg.png);
}
.country.gh{
background-image: url(countries/gh.png);
}
.country.gi{
background-image: url(countries/gi.png);
}
.country.gl{
background-image: url(countries/gl.png);
}
.country.gm{
background-image: url(countries/gm.png);
}
.country.gn{
background-image: url(countries/gn.png);
}
.country.gp{
background-image: url(countries/gp.png);
}
.country.gq{
background-image: url(countries/gq.png);
}
.country.gr{
background-image: url(countries/gr.png);
}
.country.gs{
background-image: url(countries/gs.png);
}
.country.gt{
background-image: url(countries/gt.png);
}
.country.gu{
background-image: url(countries/gu.png);
}
.country.gw{
background-image: url(countries/gw.png);
}
.country.gy{
background-image: url(countries/gy.png);
}
.country.hk{
background-image: url(countries/hk.png);
}
.country.hm{
background-image: url(countries/hm.png);
}
.country.hn{
background-image: url(countries/hn.png);
}
.country.hr{
background-image: url(countries/hr.png);
}
.country.ht{
background-image: url(countries/ht.png);
}
.country.hu{
background-image: url(countries/hu.png);
}
.country.id{
background-image: url(countries/id.png);
}
.country.ie{
background-image: url(countries/ie.png);
}
.country.il{
background-image: url(countries/il.png);
}
.country.im{
background-image: url(countries/im.png);
}
.country.in{
background-image: url(countries/in.png);
}
.country.io{
background-image: url(countries/io.png);
}
.country.iq{
background-image: url(countries/iq.png);
}
.country.ir{
background-image: url(countries/ir.png);
}
.country.is{
background-image: url(countries/is.png);
}
.country.it{
background-image: url(countries/it.png);
}
.country.je{
background-image: url(countries/je.png);
}
.country.jm{
background-image: url(countries/jm.png);
}
.country.jo{
background-image: url(countries/jo.png);
}
.country.jp{
background-image: url(countries/jp.png);
}
.country.ke{
background-image: url(countries/ke.png);
}
.country.kg{
background-image: url(countries/kg.png);
}
.country.kh{
background-image: url(countries/kh.png);
}
.country.ki{
background-image: url(countries/ki.png);
}
.country.km{
background-image: url(countries/km.png);
}
.country.kn{
background-image: url(countries/kn.png);
}
.country.kp{
background-image: url(countries/kp.png);
}
.country.kr{
background-image: url(countries/kr.png);
}
.country.kw{
background-image: url(countries/kw.png);
}
.country.ky{
background-image: url(countries/ky.png);
}
.country.kz{
background-image: url(countries/kz.png);
}
.country.la{
background-image: url(countries/la.png);
}
.country.lb{
background-image: url(countries/lb.png);
}
.country.lc{
background-image: url(countries/lc.png);
}
.country.li{
background-image: url(countries/li.png);
}
.country.lk{
background-image: url(countries/lk.png);
}
.country.lr{
background-image: url(countries/lr.png);
}
.country.ls{
background-image: url(countries/ls.png);
}
.country.lt{
background-image: url(countries/lt.png);
}
.country.lu{
background-image: url(countries/lu.png);
}
.country.lv{
background-image: url(countries/lv.png);
}
.country.ly{
background-image: url(countries/ly.png);
}
.country.ma{
background-image: url(countries/ma.png);
}
.country.mc{
background-image: url(countries/mc.png);
}
.country.md{
background-image: url(countries/md.png);
}
.country.me{
background-image: url(countries/me.png);
}
.country.mf{
background-image: url(countries/mf.png);
}
.country.mg{
background-image: url(countries/mg.png);
}
.country.mh{
background-image: url(countries/mh.png);
}
.country.mk{
background-image: url(countries/mk.png);
}
.country.ml{
background-image: url(countries/ml.png);
}
.country.mm{
background-image: url(countries/mm.png);
}
.country.mn{
background-image: url(countries/mn.png);
}
.country.mo{
background-image: url(countries/mo.png);
}
.country.mp{
background-image: url(countries/mp.png);
}
.country.mq{
background-image: url(countries/mq.png);
}
.country.mr{
background-image: url(countries/mr.png);
}
.country.ms{
background-image: url(countries/ms.png);
}
.country.mt{
background-image: url(countries/mt.png);
}
.country.mu{
background-image: url(countries/mu.png);
}
.country.mv{
background-image: url(countries/mv.png);
}
.country.mw{
background-image: url(countries/mw.png);
}
.country.mx{
background-image: url(countries/mx.png);
}
.country.my{
background-image: url(countries/my.png);
}
.country.mz{
background-image: url(countries/mz.png);
}
.country.na{
background-image: url(countries/na.png);
}
.country.nc{
background-image: url(countries/nc.png);
}
.country.ne{
background-image: url(countries/ne.png);
}
.country.nf{
background-image: url(countries/nf.png);
}
.country.ng{
background-image: url(countries/ng.png);
}
.country.ni{
background-image: url(countries/ni.png);
}
.country.nl{
background-image: url(countries/nl.png);
}
.country.no{
background-image: url(countries/no.png);
}
.country.np{
background-image: url(countries/np.png);
}
.country.nr{
background-image: url(countries/nr.png);
}
.country.nu{
background-image: url(countries/nu.png);
}
.country.nz{
background-image: url(countries/nz.png);
}
.country.unknown,
.country.o1{
background-image: url(countries/o1.png);
}
.country.om{
background-image: url(countries/om.png);
}
.country.pa{
background-image: url(countries/pa.png);
}
.country.pe{
background-image: url(countries/pe.png);
}
.country.pf{
background-image: url(countries/pf.png);
}
.country.pg{
background-image: url(countries/pg.png);
}
.country.ph{
background-image: url(countries/ph.png);
}
.country.pk{
background-image: url(countries/pk.png);
}
.country.pl{
background-image: url(countries/pl.png);
}
.country.pm{
background-image: url(countries/pm.png);
}
.country.pn{
background-image: url(countries/pn.png);
}
.country.pr{
background-image: url(countries/pr.png);
}
.country.ps{
background-image: url(countries/ps.png);
}
.country.pt{
background-image: url(countries/pt.png);
}
.country.pw{
background-image: url(countries/pw.png);
}
.country.py{
background-image: url(countries/py.png);
}
.country.qa{
background-image: url(countries/qa.png);
}
.country.re{
background-image: url(countries/re.png);
}
.country.ro{
background-image: url(countries/ro.png);
}
.country.rs{
background-image: url(countries/rs.png);
}
.country.ru{
background-image: url(countries/ru.png);
}
.country.rw{
background-image: url(countries/rw.png);
}
.country.sa{
background-image: url(countries/sa.png);
}
.country.sb{
background-image: url(countries/sb.png);
}
.country.sc{
background-image: url(countries/sc.png);
}
.country.sd{
background-image: url(countries/sd.png);
}
.country.se{
background-image: url(countries/se.png);
}
.country.sg{
background-image: url(countries/sg.png);
}
.country.sh{
background-image: url(countries/sh.png);
}
.country.si{
background-image: url(countries/si.png);
}
.country.sj{
background-image: url(countries/sj.png);
}
.country.sk{
background-image: url(countries/sk.png);
}
.country.sl{
background-image: url(countries/sl.png);
}
.country.sm{
background-image: url(countries/sm.png);
}
.country.sn{
background-image: url(countries/sn.png);
}
.country.so{
background-image: url(countries/so.png);
}
.country.sr{
background-image: url(countries/sr.png);
}
.country.st{
background-image: url(countries/st.png);
}
.country.sv{
background-image: url(countries/sv.png);
}
.country.sx{
background-image: url(countries/sx.png);
}
.country.sy{
background-image: url(countries/sy.png);
}
.country.sz{
background-image: url(countries/sz.png);
}
.country.tc{
background-image: url(countries/tc.png);
}
.country.td{
background-image: url(countries/td.png);
}
.country.tf{
background-image: url(countries/tf.png);
}
.country.tg{
background-image: url(countries/tg.png);
}
.country.th{
background-image: url(countries/th.png);
}
.country.tj{
background-image: url(countries/tj.png);
}
.country.tk{
background-image: url(countries/tk.png);
}
.country.tl{
background-image: url(countries/tl.png);
}
.country.tm{
background-image: url(countries/tm.png);
}
.country.tn{
background-image: url(countries/tn.png);
}
.country.to{
background-image: url(countries/to.png);
}
.country.tr{
background-image: url(countries/tr.png);
}
.country.tt{
background-image: url(countries/tt.png);
}
.country.tv{
background-image: url(countries/tv.png);
}
.country.tw{
background-image: url(countries/tw.png);
}
.country.tz{
background-image: url(countries/tz.png);
}
.country.ua{
background-image: url(countries/ua.png);
}
.country.ug{
background-image: url(countries/ug.png);
}
.country.um{
background-image: url(countries/um.png);
}
.country.us{
background-image: url(countries/us.png);
}
.country.uy{
background-image: url(countries/uy.png);
}
.country.uz{
background-image: url(countries/uz.png);
}
.country.va{
background-image: url(countries/va.png);
}
.country.vc{
background-image: url(countries/vc.png);
}
.country.ve{
background-image: url(countries/ve.png);
}
.country.vg{
background-image: url(countries/vg.png);
}
.country.vi{
background-image: url(countries/vi.png);
}
.country.vn{
background-image: url(countries/vn.png);
}
.country.vu{
background-image: url(countries/vu.png);
}
.country.wf{
background-image: url(countries/wf.png);
}
.country.ws{
background-image: url(countries/ws.png);
}
.country.ye{
background-image: url(countries/ye.png);
}
.country.yt{
background-image: url(countries/yt.png);
}
.country.za{
background-image: url(countries/za.png);
}
.country.zm{
background-image: url(countries/zm.png);
}
.country.zw{
background-image: url(countries/zw.png);
}
.country.aa{
background-image: url(countries/aa.png);
}
.filetype{
background-image: url(filetypes/_file.png)
}
.filetype.ace{
background-image: url(filetypes/ace.png)
}
.filetype.ai{
background-image: url(filetypes/ai.png)
}
.filetype.aif{
background-image: url(filetypes/aif.png)
}
.filetype.aiff{
background-image: url(filetypes/aiff.png)
}
.filetype.amr{
background-image: url(filetypes/amr.png)
}
.filetype.asf{
background-image: url(filetypes/asf.png)
}
.filetype.asx{
background-image: url(filetypes/asx.png)
}
.filetype.bat{
background-image: url(filetypes/bat.png)
}
.filetype.bin{
background-image: url(filetypes/bin.png)
}
.filetype.bmp{
background-image: url(filetypes/bmp.png)
}
.filetype.bup{
background-image: url(filetypes/bup.png)
}
.filetype.cab{
background-image: url(filetypes/cab.png)
}
.filetype.cbr{
background-image: url(filetypes/cbr.png)
}
.filetype.cda{
background-image: url(filetypes/cda.png)
}
.filetype.cdl{
background-image: url(filetypes/cdl.png)
}
.filetype.cdr{
background-image: url(filetypes/cdr.png)
}
.filetype.chm{
background-image: url(filetypes/chm.png)
}
.filetype.csv{
background-image: url(filetypes/csv.png)
}
.filetype.dat{
background-image: url(filetypes/dat.png)
}
.filetype.divx{
background-image: url(filetypes/divx.png)
}
.filetype.dll{
background-image: url(filetypes/dll.png)
}
.filetype.dmg{
background-image: url(filetypes/dmg.png)
}
.filetype.docx,
.filetype.doc{
background-image: url(filetypes/doc.png)
}
.filetype.dss{
background-image: url(filetypes/dss.png)
}
.filetype.dvf{
background-image: url(filetypes/dvf.png)
}
.filetype.dwg{
background-image: url(filetypes/dwg.png)
}
.filetype.eml{
background-image: url(filetypes/eml.png)
}
.filetype.eps{
background-image: url(filetypes/eps.png)
}
.filetype.epub{
background-image: url(filetypes/epub.png)
}
.filetype.exe{
background-image: url(filetypes/exe.png)
}
.filetype.fla{
background-image: url(filetypes/fla.png)
}
.filetype.flv{
background-image: url(filetypes/flv.png)
}
.filetype.gif{
background-image: url(filetypes/gif.png)
}
.filetype.gz{
background-image: url(filetypes/gz.png)
}
.filetype.hqx{
background-image: url(filetypes/hqx.png)
}
.filetype.htm,
.filetype.html{
background-image: url(filetypes/html.png)
}
.filetype.ifo{
background-image: url(filetypes/ifo.png)
}
.filetype.indd{
background-image: url(filetypes/indd.png)
}
.filetype.iso{
background-image: url(filetypes/iso.png)
}
.filetype.jar{
background-image: url(filetypes/jar.png)
}
.filetype.jpeg{
background-image: url(filetypes/jpeg.png)
}
.filetype.jpg{
background-image: url(filetypes/jpg.png)
}
.filetype.json{
background-image: url(filetypes/json.png)
}
.filetype.lnk{
background-image: url(filetypes/lnk.png)
}
.filetype.log{
background-image: url(filetypes/log.png)
}
.filetype.m4a{
background-image: url(filetypes/m4a.png)
}
.filetype.m4b{
background-image: url(filetypes/m4b.png)
}
.filetype.m4p{
background-image: url(filetypes/m4p.png)
}
.filetype.m4v{
background-image: url(filetypes/m4v.png)
}
.filetype.mcd{
background-image: url(filetypes/mcd.png)
}
.filetype.mdb{
background-image: url(filetypes/mdb.png)
}
.filetype.mid{
background-image: url(filetypes/mid.png)
}
.filetype.mov{
background-image: url(filetypes/mov.png)
}
.filetype.mp3,
.filetype.mp2{
background-image: url(filetypes/mp2.png)
}
.filetype.mp4{
background-image: url(filetypes/mp4.png)
}
.filetype.mpeg{
background-image: url(filetypes/mpeg.png)
}
.filetype.mpg{
background-image: url(filetypes/mpg.png)
}
.filetype.msi{
background-image: url(filetypes/msi.png)
}
.filetype.mswmm{
background-image: url(filetypes/mswmm.png)
}
.filetype.mus{
background-image: url(filetypes/mus.png)
}
.filetype.ogg{
background-image: url(filetypes/ogg.png)
}
.filetype.pdf{
background-image: url(filetypes/pdf.png)
}
.filetype.png{
background-image: url(filetypes/png.png)
}
.filetype.pps{
background-image: url(filetypes/pps.png)
}
.filetype.pptx,
.filetype.ppt{
background-image: url(filetypes/ppt.png)
}
.filetype.ps{
background-image: url(filetypes/ps.png)
}
.filetype.psd{
background-image: url(filetypes/psd.png)
}
.filetype.pst{
background-image: url(filetypes/pst.png)
}
.filetype.ptb{
background-image: url(filetypes/ptb.png)
}
.filetype.pub{
background-image: url(filetypes/pub.png)
}
.filetype.qbb{
background-image: url(filetypes/qbb.png)
}
.filetype.qbw{
background-image: url(filetypes/qbw.png)
}
.filetype.qxd{
background-image: url(filetypes/qxd.png)
}
.filetype.ram{
background-image: url(filetypes/ram.png)
}
.filetype.rar{
background-image: url(filetypes/rar.png)
}
.filetype.rm{
background-image: url(filetypes/rm.png)
}
.filetype.rmvb{
background-image: url(filetypes/rmvb.png)
}
.filetype.rss{
background-image: url(filetypes/rss.png)
}
.filetype.rtf{
background-image: url(filetypes/rtf.png)
}
.filetype.sea{
background-image: url(filetypes/sea.png)
}
.filetype.ses{
background-image: url(filetypes/ses.png)
}
.filetype.sit{
background-image: url(filetypes/sit.png)
}
.filetype.sitx{
background-image: url(filetypes/sitx.png)
}
.filetype.ss{
background-image: url(filetypes/ss.png)
}
.filetype.swf{
background-image: url(filetypes/swf.png)
}
.filetype.tgz{
background-image: url(filetypes/tgz.png)
}
.filetype.thm{
background-image: url(filetypes/thm.png)
}
.filetype.tif{
background-image: url(filetypes/tif.png)
}
.filetype.tmp{
background-image: url(filetypes/tmp.png)
}
.filetype.torrent{
background-image: url(filetypes/torrent.png)
}
.filetype.ttf{
background-image: url(filetypes/ttf.png)
}
.filetype.txt{
background-image: url(filetypes/txt.png)
}
.filetype.vcd{
background-image: url(filetypes/vcd.png)
}
.filetype.vcf{
background-image: url(filetypes/vcf.png)
}
.filetype.vob{
background-image: url(filetypes/vob.png)
}
.filetype.wav{
background-image: url(filetypes/wav.png)
}
.filetype.wma{
background-image: url(filetypes/wma.png)
}
.filetype.wmv{
background-image: url(filetypes/wmv.png)
}
.filetype.wps{
background-image: url(filetypes/wps.png)
}
.filetype.xlsx,
.filetype.xls{
background-image: url(filetypes/xls.png)
}
.filetype.xml{
background-image: url(filetypes/xml.png)
}
.filetype.xpi{
background-image: url(filetypes/xpi.png)
}
.filetype.zip{
background-image: url(filetypes/zip.png)
}
.os.aix{
background-image: url(os/aix.png);
}
.os.android{
background-image: url(os/android.png);
}
.os.beos{
background-image: url(os/beos.png);
}
.os.dos{
background-image: url(os/dos.png);
}
.os.freebsd{
background-image: url(os/freebsd.png);
}
.os.hpux{
background-image: url(os/hpux.png);
}
.os.ios{
background-image: url(os/ios.png);
}
.os.irix{
background-image: url(os/irix.png);
}
.os.junos{
background-image: url(os/junos.png);
}
.os.linux{
background-image: url(os/linux.png);
}
.os.mac{
background-image: url(os/mac.png);
}
.os.os2{
background-image: url(os/os2.png);
}
.os.plan9{
background-image: url(os/plan9.png);
}
.os.reactos{
background-image: url(os/reactos.png);
}
.os.sunos{
background-image: url(os/sunos.png);
}
.os.windows{
background-image: url(os/windows.png);
}
.programming_language.c{
background-image: url(programming_languages/c.png);
}
.programming_language.clojure{
background-image: url(programming_languages/clojure.png);
}
.programming_language.coldfusion{
background-image: url(programming_languages/coldfusion.png);
}
.programming_language.csharp{
background-image: url(programming_languages/csharp.png);
}
.programming_language.java{
background-image: url(programming_languages/java.png);
}
.programming_language.javascript{
background-image: url(programming_languages/javascript.png);
}
.programming_language.lua{
background-image: url(programming_languages/lua.png);
}
.programming_language.perl{
background-image: url(programming_languages/perl.png);
}
.programming_language.php{
background-image: url(programming_languages/php.png);
}
.programming_language.python{
background-image: url(programming_languages/python.png);
}
.programming_language.ruby{
background-image: url(programming_languages/ruby.png);
}
.programming_language.vb{
background-image: url(programming_languages/vb.png);
}.severity_level{
padding-left: 25px !important;
background-repeat: no-repeat;
background-position: 5px center;
}
.severity_level.informational{
background-image: url('severity_levels/informational.png');
}
.severity_level.suspicious{
background-image: url('severity_levels/suspicious.png');
}
.severity_level.low{
background-image: url('severity_levels/low.png');
}
.severity_level.medium{
background-image: url('severity_levels/medium.png');
}
.severity_level.high{
background-image: url('severity_levels/high.png');
}
/* ---------- Small 16x16 Icons ---------- */
.socmed.small16.blogger{
background-image: url(socmed/small16/blogger.png);
}
.socmed.small16.deviantart{
background-image: url(socmed/small16/deviantart.png);
}
.socmed.small16.diaspora{
background-image: url(socmed/small16/diaspora.png);
}
.socmed.small16.ello{
background-image: url(socmed/small16/ello.png);
}
.socmed.small16.facebook{
background-image: url(socmed/small16/facebook.png);
}
.socmed.small16.fetlife{
background-image: url(socmed/small16/fetlife.png);
}
.socmed.small16.flickr{
background-image: url(socmed/small16/flickr.png);
}
.socmed.small16.foursquare{
background-image: url(socmed/small16/foursquare.png);
}
.socmed.small16.friendster{
background-image: url(socmed/small16/friendster.png);
}
.socmed.small16.gmail{
background-image: url(socmed/small16/gmail.png);
}
.socmed.small16.googleplus{
background-image: url(socmed/small16/googleplus.png);
}
.socmed.small16.houzz{
background-image: url(socmed/small16/houzz.png);
}
.socmed.small16.identica{
background-image: url(socmed/small16/identica.png);
}
.socmed.small16.instagram{
background-image: url(socmed/small16/instagram.png);
}
.socmed.small16.linkedin{
background-image: url(socmed/small16/linkedin.png);
}
.socmed.small16.meetup{
background-image: url(socmed/small16/meetup.png);
}
.socmed.small16.myspace{
background-image: url(socmed/small16/myspace.png);
}
.socmed.small16.ning{
background-image: url(socmed/small16/ning.png);
}
.socmed.small16.pinterest{
background-image: url(socmed/small16/pinterest.png);
}
.socmed.small16.skype{
background-image: url(socmed/small16/skype.png);
}
.socmed.small16.stumbleupon{
background-image: url(socmed/small16/stumbleupon.png);
}
.socmed.small16.tumblr{
background-image: url(socmed/small16/tumblr.png);
}
.socmed.small16.twitter{
background-image: url(socmed/small16/twitter.png);
}
.socmed.small16.yammer{
background-image: url(socmed/small16/yammer.png);
}
.socmed.small16.yelp{
background-image: url(socmed/small16/yelp.png);
}
.socmed.small16.youtube{
background-image: url(socmed/small16/youtube.png);
}
/* ---------- Medium 24x24 Icons ---------- */
.socmed.medium24.blogger{
background-image: url(socmed/medium24/blogger.png);
}
.socmed.medium24.deviantart{
background-image: url(socmed/medium24/deviantart.png);
}
.socmed.medium24.diaspora{
background-image: url(socmed/medium24/diaspora.png);
}
.socmed.medium24.ello{
background-image: url(socmed/medium24/ello.png);
}
.socmed.medium24.facebook{
background-image: url(socmed/medium24/facebook.png);
}
.socmed.medium24.fetlife{
background-image: url(socmed/medium24/fetlife.png);
}
.socmed.medium24.flickr{
background-image: url(socmed/medium24/flickr.png);
}
.socmed.medium24.foursquare{
background-image: url(socmed/medium24/foursquare.png);
}
.socmed.medium24.friendster{
background-image: url(socmed/medium24/friendster.png);
}
.socmed.medium24.gmail{
background-image: url(socmed/medium24/gmail.png);
}
.socmed.medium24.googleplus{
background-image: url(socmed/medium24/googleplus.png);
}
.socmed.medium24.houzz{
background-image: url(socmed/medium24/houzz.png);
}
.socmed.medium24.identica{
background-image: url(socmed/medium24/identica.png);
}
.socmed.medium24.instagram{
background-image: url(socmed/medium24/instagram.png);
}
.socmed.medium24.linkedin{
background-image: url(socmed/medium24/linkedin.png);
}
.socmed.medium24.meetup{
background-image: url(socmed/medium24/meetup.png);
}
.socmed.medium24.myspace{
background-image: url(socmed/medium24/myspace.png);
}
.socmed.medium24.ning{
background-image: url(socmed/medium24/ning.png);
}
.socmed.medium24.pinterest{
background-image: url(socmed/medium24/pinterest.png);
}
.socmed.medium24.skype{
background-image: url(socmed/medium24/skype.png);
}
.socmed.medium24.stumbleupon{
background-image: url(socmed/medium24/stumbleupon.png);
}
.socmed.medium24.tumblr{
background-image: url(socmed/medium24/tumblr.png);
}
.socmed.medium24.twitter{
background-image: url(socmed/medium24/twitter.png);
}
.socmed.medium24.yammer{
background-image: url(socmed/medium24/yammer.png);
}
.socmed.medium24.yelp{
background-image: url(socmed/medium24/yelp.png);
}
.socmed.medium24.youtube{
background-image: url(socmed/medium24/youtube.png);
}
.status.disabled{
background-image: url(status/disabled.png);
}
.status.enabled{
background-image: url(status/enabled.png);
}
.status.error{
background-image: url(status/error.png);
}
.status.info{
background-image: url(status/info.png);
}
.status.locked{
background-image: url(status/locked.png);
}
.status.safe{
background-image: url(status/safe.png);
}
.status.success{
background-image: url(status/success.png);
}
.status.unlocked{
background-image: url(status/unlocked.png);
} | 0.260295 | 0.051083 |
background-image: url("https://img2.goodfon.com/wallpaper/nbig/e/47/chelovek-more-fon-5096.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: cyan;
}
body {
display: grid;
grid-template-rows: 100px 1fr 50px;
gap: 30px;
width: 100%;
margin: 0 auto;
}
img{
width:100%;
height: 100%;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #6cb2e0;
}
header a {
text-decoration: none;
text-transform: uppercase;
color: #222;
padding: 0 40px;
font-weight: bold;
font-family:sans-serif;
}
header img {
width: 150px;
height: 70px;
}
main section:nth-child(1){
margin-bottom: 30px;
align-items: center;
font-size: 40px;
text-align: center;
}
h1{
background: linear-gradient(to bottom, #9fa8cf 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#a6a1eb 40%,#1f0f3a 78%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #fff;
font-family: 'Lobster', cursive;
position: relative;
text-transform: uppercase;
margin: 0;
font-weight: 400;}
main section:nth-child(2){
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap:10px;
margin-bottom:10px;
}
main section:nth-child(3){
display: grid;
grid-template-columns: 1fr 1fr;
gap:30px;
align-items: center;
}
main section:nth-child(4){
display: grid;
grid-template-columns: 1fr 1fr;
gap:30px;
align-items: center;
justify-content: center;
text-align: center;
}
h4{
font-size: 40px;
font-family: 'Judson', serif;
color: rgb(2, 2, 116);
}
h3{
font-size: 30px;
font-weight: bold;
background-color: rgba(241, 241, 240, 0.473);
font-family: 'Halant', serif;
}
h2{
font-size: 25px;
font-family: 'Judson', serif;
font-weight: bold;
}
ul{
list-style:circle;
border: 1px;
font-size: 20px;
display:list-item;
text-align: left;
margin-left: 60px;
font-family:Tahoma;
line-height: 2;
}
ul li{
font-size: 20px;
}
footer {
display: flex;
align-items: center;
height:90px;
justify-content: center;
background: rgb(128, 127, 127);
color: rgb(196, 192, 192);
}
footer div{
position: relative;
left: 400px;
color:rgb(180, 180, 180);
}
/*
#indexMain{
background-image: url("https://cdn.shopify.com/s/files/1/0017/4024/2996/products/salmon-potato-cookies-dog-treats-natural-cornish-pet-340362_1409x1409.jpg?v=1599135799");
background-color: #f1eaea;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
filter: grayscale(60%);
text-align: center;
}
#indexMain a{
color: black;
font-size: 30px;
position: relative;
top: 300px;
font-weight: bold;
filter: opacity(300%);
background-color: blanchedalmond;
font-family: Georgia, Times, "Times New Roman", serif;
} */
/* #indexMain a:hover{
color: blue;
font-size: 40px;
position: relative;
top: 300px;
font-weight: bold;
background-color: rgb(255, 255, 255);
font-family: Georgia, Times, "Times New Roman", serif;
}
#indexMain h1 span{
position: relative;
top: 100px;
padding: 10px;
font-size: 50px;
color: rgb(192, 86, 10);
background-color: cornsilk;
font-family: 'Mate SC', serif;
}
#indexMain h3 span{
font-family: 'Courier New', monospace;
position: relative;
top: 200px;
font-size: 30px;
background-color: black;
color: white;
padding: 20px;
line-height: 10px;
} */
table, td, th {
border: 1px solid rgb(7, 0, 0);
text-align: left;
}
table {
border-collapse:initial;
width: 100%;
background-color: rgba(255, 255, 255, 0.733);
position: absolute;
top:700px;
font-family: 'Dancing Script', cursive;
}
table th {
padding: 15px;
height: 30px;
font-weight: bold;
font-size: 24px;
margin-top: 100px;
border: 1px solid rgb(17, 1, 1);
text-align: center;
}
table td{
text-align: center;
padding: 15px;
height: 30px;
font-weight: bold;
font-size: 20px;
margin-top: 100px;
border: 1px solid rgb(17, 1, 1);
}
#sales{
height: 1000px;
}
#sales h3{
color:chocolate;
font-family: 'Courier New', monospace;
margin-top: 50px;
font-size: 25px;
font-weight: bold;
margin-bottom: 3px;
background-color: rgba(0, 0, 0, 0.788);
padding: 30px;
margin-right: 900px;
}
#sales ul {
font-size: 18px;
font-weight: bold;
list-style: inside;
line-height: 2;
margin-left: 70px;
background-color: rgba(148, 177, 231, 0.507);
margin-right: 900px;
padding: 20px;
}
#sales ul li {
list-style: inside;
margin:15px auto 20px;}
fieldset{
border-width: 10px;
padding: 20px;
box-shadow: 10px 10pxx 2px 3px rgba(129, 170, 170, 0.74);
background-color: rgba(187, 207, 245, 0.425);
}
legend{
font-weight: bold;
color: rgba(5, 10, 87, 0.733);
font-size: 30px;}
label{
font-size: 20px;
width: 55%;
margin-bottom: 5px;
font-size: 20px;
}
input{
width:100%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid rgb(55, 0, 255);
border-radius: 4px;
font-size: 16px;
}
input.number{
width: 50px;
}
button{
display: block;
width:300px;
height: 50px;
margin:auto;
margin-top:10px;
font-size: 20px;
}
button:hover{
background-color: rgba(26, 4, 4, 0.671);
color: rgb(255, 246, 230);
} | css/style.css | background-image: url("https://img2.goodfon.com/wallpaper/nbig/e/47/chelovek-more-fon-5096.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: cyan;
}
body {
display: grid;
grid-template-rows: 100px 1fr 50px;
gap: 30px;
width: 100%;
margin: 0 auto;
}
img{
width:100%;
height: 100%;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #6cb2e0;
}
header a {
text-decoration: none;
text-transform: uppercase;
color: #222;
padding: 0 40px;
font-weight: bold;
font-family:sans-serif;
}
header img {
width: 150px;
height: 70px;
}
main section:nth-child(1){
margin-bottom: 30px;
align-items: center;
font-size: 40px;
text-align: center;
}
h1{
background: linear-gradient(to bottom, #9fa8cf 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#a6a1eb 40%,#1f0f3a 78%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #fff;
font-family: 'Lobster', cursive;
position: relative;
text-transform: uppercase;
margin: 0;
font-weight: 400;}
main section:nth-child(2){
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap:10px;
margin-bottom:10px;
}
main section:nth-child(3){
display: grid;
grid-template-columns: 1fr 1fr;
gap:30px;
align-items: center;
}
main section:nth-child(4){
display: grid;
grid-template-columns: 1fr 1fr;
gap:30px;
align-items: center;
justify-content: center;
text-align: center;
}
h4{
font-size: 40px;
font-family: 'Judson', serif;
color: rgb(2, 2, 116);
}
h3{
font-size: 30px;
font-weight: bold;
background-color: rgba(241, 241, 240, 0.473);
font-family: 'Halant', serif;
}
h2{
font-size: 25px;
font-family: 'Judson', serif;
font-weight: bold;
}
ul{
list-style:circle;
border: 1px;
font-size: 20px;
display:list-item;
text-align: left;
margin-left: 60px;
font-family:Tahoma;
line-height: 2;
}
ul li{
font-size: 20px;
}
footer {
display: flex;
align-items: center;
height:90px;
justify-content: center;
background: rgb(128, 127, 127);
color: rgb(196, 192, 192);
}
footer div{
position: relative;
left: 400px;
color:rgb(180, 180, 180);
}
/*
#indexMain{
background-image: url("https://cdn.shopify.com/s/files/1/0017/4024/2996/products/salmon-potato-cookies-dog-treats-natural-cornish-pet-340362_1409x1409.jpg?v=1599135799");
background-color: #f1eaea;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
filter: grayscale(60%);
text-align: center;
}
#indexMain a{
color: black;
font-size: 30px;
position: relative;
top: 300px;
font-weight: bold;
filter: opacity(300%);
background-color: blanchedalmond;
font-family: Georgia, Times, "Times New Roman", serif;
} */
/* #indexMain a:hover{
color: blue;
font-size: 40px;
position: relative;
top: 300px;
font-weight: bold;
background-color: rgb(255, 255, 255);
font-family: Georgia, Times, "Times New Roman", serif;
}
#indexMain h1 span{
position: relative;
top: 100px;
padding: 10px;
font-size: 50px;
color: rgb(192, 86, 10);
background-color: cornsilk;
font-family: 'Mate SC', serif;
}
#indexMain h3 span{
font-family: 'Courier New', monospace;
position: relative;
top: 200px;
font-size: 30px;
background-color: black;
color: white;
padding: 20px;
line-height: 10px;
} */
table, td, th {
border: 1px solid rgb(7, 0, 0);
text-align: left;
}
table {
border-collapse:initial;
width: 100%;
background-color: rgba(255, 255, 255, 0.733);
position: absolute;
top:700px;
font-family: 'Dancing Script', cursive;
}
table th {
padding: 15px;
height: 30px;
font-weight: bold;
font-size: 24px;
margin-top: 100px;
border: 1px solid rgb(17, 1, 1);
text-align: center;
}
table td{
text-align: center;
padding: 15px;
height: 30px;
font-weight: bold;
font-size: 20px;
margin-top: 100px;
border: 1px solid rgb(17, 1, 1);
}
#sales{
height: 1000px;
}
#sales h3{
color:chocolate;
font-family: 'Courier New', monospace;
margin-top: 50px;
font-size: 25px;
font-weight: bold;
margin-bottom: 3px;
background-color: rgba(0, 0, 0, 0.788);
padding: 30px;
margin-right: 900px;
}
#sales ul {
font-size: 18px;
font-weight: bold;
list-style: inside;
line-height: 2;
margin-left: 70px;
background-color: rgba(148, 177, 231, 0.507);
margin-right: 900px;
padding: 20px;
}
#sales ul li {
list-style: inside;
margin:15px auto 20px;}
fieldset{
border-width: 10px;
padding: 20px;
box-shadow: 10px 10pxx 2px 3px rgba(129, 170, 170, 0.74);
background-color: rgba(187, 207, 245, 0.425);
}
legend{
font-weight: bold;
color: rgba(5, 10, 87, 0.733);
font-size: 30px;}
label{
font-size: 20px;
width: 55%;
margin-bottom: 5px;
font-size: 20px;
}
input{
width:100%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid rgb(55, 0, 255);
border-radius: 4px;
font-size: 16px;
}
input.number{
width: 50px;
}
button{
display: block;
width:300px;
height: 50px;
margin:auto;
margin-top:10px;
font-size: 20px;
}
button:hover{
background-color: rgba(26, 4, 4, 0.671);
color: rgb(255, 246, 230);
} | 0.302185 | 0.113162 |
body, html {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
#map {
width: 100%;
height: 100%;
}
.support{
position: absolute;
width: 291px;
height: 55px;
left: 23px;
bottom: 10px;
background: rgba(255,255,255,0.9);
box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
border-radius: 5px;
display: flex;
align-items: center;
}
.support__title {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 14px;
flex: 2;
border-right: 1px solid rgba(0, 0, 0, 0.1);
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.support__logos {
flex: 2;
display: flex;
padding: 0 10px;
justify-content: space-around
}
.img {
width: 45px;
height: 45px;
}
.leaflet-div-icon{
background:deepskyblue!important;
border: 0!important;
padding: 2px;
text-align:center;
border-radius: 10px;
}
input[type=number],input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=button] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #45a049;
}
@media only screen and (max-width: 600px) {
.support{
width: 120px;
height: 45px;
}
.support .support__title{
display: none;
}
.img {
width: 35px;
height: 35px;
}
}
.leaflet-control-window-wrapper{
display: none;
opacity: 0;
-webkit-overflow-scrolling: touch;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nonmodal{
z-index: 6000;
}
.modal{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 7000;
background-color: rgba(0, 0, 0, 0.7);
}
.visible {
display: block;
opacity: 1;
}
.leaflet-control-window{
position: absolute;
z-index: 2000;
border-radius: 2px;
margin: 8px;
/** BOX SHADOW **/
-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
}
.control-window{
background-color: #ffffff;
color: #353535;
font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaflet-control-window .titlebar{
min-height: 38px;
cursor: grab;
cursor: -webkit-grab;
cursor: -moz-grab;
padding: 10px 45px 10px 10px;
}
.leaflet-control-window .close {
position: absolute;
top: 8px;
right: 8px;
width: 28px;
height: 28px;
border-radius: 100%;
font: 16px/14px Tahoma, Verdana, sans-serif;
cursor: pointer;
z-index:30;
background-color: rgba(0, 0, 0, 0.40);
transition-property: background;
transition-duration: 0.2s;
transition-timing-function: linear;
color: #e4e4e4;
font-size: 22pt;
text-align: center;
line-height: 0.9em;
}
.leaflet-control-window .close:hover {
background-color: rgba(0, 0, 0, 0.65);
}
.leaflet-control-window .content{
padding: 8px;
margin-top: -10px;
z-index:29;
overflow: auto;
}
.leaflet-control-window .promptButtons{
text-align: right;
padding: 16px;
}
.leaflet-control-window button{
position: relative;
display: inline-block;
background-color: transparent;
color: inherit;
opacity: 0.5;
transition-property: opacity;
transition-duration: 0.2s;
transition-timing-function: linear;
cursor:pointer;
font-size: medium;
font-weight: bold;
text-decoration:none;
text-align: center;
vertical-align: middle;
border: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 8px;
margin: 12px 8px 0 8px;
}
.leaflet-control-window button:focus {
outline:0;
}
.leaflet-control-window button:hover {
opacity: 1;
}
.disabled{
opacity: .5;
pointer-events:none;
} | public/css/app.css | body, html {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
#map {
width: 100%;
height: 100%;
}
.support{
position: absolute;
width: 291px;
height: 55px;
left: 23px;
bottom: 10px;
background: rgba(255,255,255,0.9);
box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
border-radius: 5px;
display: flex;
align-items: center;
}
.support__title {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 14px;
flex: 2;
border-right: 1px solid rgba(0, 0, 0, 0.1);
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.support__logos {
flex: 2;
display: flex;
padding: 0 10px;
justify-content: space-around
}
.img {
width: 45px;
height: 45px;
}
.leaflet-div-icon{
background:deepskyblue!important;
border: 0!important;
padding: 2px;
text-align:center;
border-radius: 10px;
}
input[type=number],input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=button] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #45a049;
}
@media only screen and (max-width: 600px) {
.support{
width: 120px;
height: 45px;
}
.support .support__title{
display: none;
}
.img {
width: 35px;
height: 35px;
}
}
.leaflet-control-window-wrapper{
display: none;
opacity: 0;
-webkit-overflow-scrolling: touch;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nonmodal{
z-index: 6000;
}
.modal{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 7000;
background-color: rgba(0, 0, 0, 0.7);
}
.visible {
display: block;
opacity: 1;
}
.leaflet-control-window{
position: absolute;
z-index: 2000;
border-radius: 2px;
margin: 8px;
/** BOX SHADOW **/
-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
}
.control-window{
background-color: #ffffff;
color: #353535;
font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaflet-control-window .titlebar{
min-height: 38px;
cursor: grab;
cursor: -webkit-grab;
cursor: -moz-grab;
padding: 10px 45px 10px 10px;
}
.leaflet-control-window .close {
position: absolute;
top: 8px;
right: 8px;
width: 28px;
height: 28px;
border-radius: 100%;
font: 16px/14px Tahoma, Verdana, sans-serif;
cursor: pointer;
z-index:30;
background-color: rgba(0, 0, 0, 0.40);
transition-property: background;
transition-duration: 0.2s;
transition-timing-function: linear;
color: #e4e4e4;
font-size: 22pt;
text-align: center;
line-height: 0.9em;
}
.leaflet-control-window .close:hover {
background-color: rgba(0, 0, 0, 0.65);
}
.leaflet-control-window .content{
padding: 8px;
margin-top: -10px;
z-index:29;
overflow: auto;
}
.leaflet-control-window .promptButtons{
text-align: right;
padding: 16px;
}
.leaflet-control-window button{
position: relative;
display: inline-block;
background-color: transparent;
color: inherit;
opacity: 0.5;
transition-property: opacity;
transition-duration: 0.2s;
transition-timing-function: linear;
cursor:pointer;
font-size: medium;
font-weight: bold;
text-decoration:none;
text-align: center;
vertical-align: middle;
border: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 8px;
margin: 12px 8px 0 8px;
}
.leaflet-control-window button:focus {
outline:0;
}
.leaflet-control-window button:hover {
opacity: 1;
}
.disabled{
opacity: .5;
pointer-events:none;
} | 0.458106 | 0.14919 |
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
/** global **/
body {
margin:0px auto;
padding:0;
background: #fff;
/*font-family: 'Source Sans Pro', 'sans-serif';*/
font-size: 1.2em;
color:#666;
font-weight: 300;
height:100%;
}
* {
margin:0;
padding:0;
}
/** element defaults **/
table {
width:100%;
text-align:left;
}
th, td {
padding:10px;
}
th {
color:#fff;
font-weight: bold;
border-top:1px solid #222;
background-color:#2F2F2F;
}
td {
/*border-bottom:1px solid #f4f4f4;*/
}
code, blockquote {
display:block;
/*font-family: "Courier New", Courier, monospace;*/
border-left:5px solid #ddd;
padding:10px;
margin-bottom:20px;
}
blockquote p {
font-style:italic;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
margin:0;
height: 1%;
}
img {
max-width: 100%;
height: auto;
}
p {
line-height:2.0em;
margin-bottom:20px;
}
a {
color:#D6593D;
font-weight:bold;
}
a:hover {
color:#4E7BDC;
}
a:focus {
outline:none;
}
a.button {
background-color: #DC6A50;
background-image:linear-gradient(#DC6A50, #D14829);
border-top: 1px solid #E17C66;
border-radius: 5px;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
padding: 13px 22px;
font-size: 0.9em;
text-decoration: none;
text-transform: uppercase;
}
.button {
background-color: #DC6A50;
background-image:linear-gradient(#DC6A50, #D14829);
border-top: 1px solid #E17C66;
border-radius: 5px;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
padding: 13px 22px;
font-size: 0.9em;
text-decoration: none;
text-transform: uppercase;
}
a.button:hover {
background: #D14829;
}
.button:hover {
background: #D14829;
}
a.button-reversed {
background-color: #507DDC;
background-image:linear-gradient(#668DE1, #3B6DD8);
border-top: 1px solid #7B9DE5;
}
a.button-reversed:hover {
background: #3B6DD8;
}
.button-reversed {
background-color: #507DDC;
background-image:linear-gradient(#668DE1, #3B6DD8);
border-top: 1px solid #7B9DE5;
}
.button-reversed:hover {
background: #3B6DD8;
}
a.button-slider {
font-size: 1.3em;
margin: 5px 0;
padding: 13px 22px;
}
fieldset {
display:block;
border:none;
/*border-top:1px solid #e0e0e0;*/
}
fieldset legend {
font-weight:bold;
font-size:13px;
padding-right:10px;
color:#222;
}
/*fieldset form {*/
fieldset {
padding-top:15px;
}
fieldset p label {
float:left;
width:150px;
/*font-family: 'Source Sans Pro', 'sans-serif';*/
}
/*fieldset form input, fieldset form select, fieldset form textarea {*/
/*fieldset input, fieldset select, fieldset textarea {
padding:5px;
color:#333333;
font-size:13px;
font-family: 'Source Sans Pro', 'sans-serif';
border:1px solid #ddd;
}*/
/*fieldset form input.formbutton {*/
fieldset input.formbutton {
border:none;
background-color: #D7593C;
border-radius: 5px;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
padding: 8px 22px;
/*margin-left: 150px;*/
font-size: 0.9em;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
}
fieldset input.formbuttonreversed {
border:none;
background-color: #507DDC;
border-radius: 5px;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
padding: 8px 22px;
/*margin-left: 150px;*/
font-size: 0.9em;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
margin-top:10px;
}
/*form.searchform input {*/
fieldset.searchform input.searchforminput,
fieldset.searchform textarea.searchforminput,
fieldset.searchform select.searchforminput {
font-size: 1.1em;
padding: 10px 2%;
width: 96%;
background-color: #fff;
display: block;
color: #999;
border: 1px solid #ccc;
/*font-family: 'Source Sans Pro', 'sans-serif';*/
}
/*form.searchform p {*/
fieldset.searchform p {
margin: 5px 0 0;
}
fieldset span.searchforminput {
font-size: 18pt;
font-weight: bold;
}
h1 {
font-size:3em;
padding-bottom: 10px;
}
h2 {
color:#444;
font-size:1.8em;
text-transform: uppercase;
font-weight:bold;
padding:0 0 10px;
margin:0;
letter-spacing: -1px;
}
.welcomeMessage {
color:#444;
font-size:1.8em;
text-transform: uppercase;
font-weight:bold;
padding:0 0 10px;
margin:0;
letter-spacing: -1px;
}
h3 {
color:#D85E43;
font-weight: bold;
font-size:1.6em;
padding-bottom:10px;
text-transform: uppercase;
}
h4 {
padding-bottom:10px;
font-size:1.4em;
font-weight: bold;
color:#527EDC;
}
h5 {
padding-bottom:20px;
font-size:1.2em;
color:#666666;
}
ul, ol {
padding: 0;
margin:0 0 35px 35px;
list-style: disc;
}
li {
padding:5px 0;
}
/** wrapper **/
div#wrapper {
margin:0px auto;
padding:0;
}
.width {
width: 79.75%;
margin: 0 auto;
}
/** header **/
header {
padding:30px 0 30px;
margin:0 auto;
background-color: #DC6A50;
}
header h1 {
padding-bottom: 0;
text-align: left;
}
header h1 a,
header h1 a:hover,
header h1 a:visited {
color: #fff !important;
font-weight: 300;
text-decoration: none;
text-shadow: 1px 1px 0 #BB4125;
letter-spacing: -2px;
text-transform: uppercase;
}
header h1 a strong { font-weight: bold; }
header h2 {
color:#E9A190;
text-align: left;
font-size: 0.8em;
font-weight: normal;
padding-bottom:0;
letter-spacing:0;
text-transform: uppercase;
}
nav#mainnav {
background-color: #222;
background-image:linear-gradient(#222, #111);
border-top: 1px solid #111;
border-bottom: 1px solid #000;
}
nav#mainnav ul {
padding: 0;
margin: 0;
list-style: none;
}
nav#mainnav ul li {
border-bottom:none;
padding: 10px 0;
display: block;
float: left;
}
nav#mainnav li.selected-item a,
nav#mainnav li.selected-item a:hover {
color:#fff;
font-weight:bold;
background-color: #DC6A50;
background-image:linear-gradient(#DC6A50, #D14829);
border-top: 1px solid #E17C66;
}
nav#mainnav li a:hover {
color: #fff;
text-decoration:none;
}
nav#mainnav li a {
color: #ccc;
float: left;
display: block;
padding: 15px 20px;
border-top: 1px solid transparent;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 0.8em;
text-decoration: none;
}
/** intro **/
.intro {
background-image: url('../img.jpg');
background-position: bottom;
padding: 100px 0;
}
.intro .width {
margin-bottom: 0;
color: #fff;
}
.intro h2 {
color: #fff;
}
/** body **/
section#body {
padding: 0;
background: #ddd;
}
/** content+sidebar styles **/
section#content {
width: 54%;
padding: 20px 10% 20px 1%;
background-color: #fff;
min-height:800px;
}
.column-left {
float:left;
}
.column-right {
float:right;
}
aside#sidebar {
width:22.75%;
padding:5px 0.25% 5px 10%;
font-size: 0.8em;
}
aside#sidebar .block {
padding: 25px 0px;
}
aside#sidebar p.text-block {
border-radius: 10px;
margin-bottom: 0;
padding: 10px;
line-height: 1.7em;
border: 1px solid #777;
background-color: #999;
color: #555;
}
aside#sidebar div.text-block {
border-radius: 10px;
margin-bottom: 0;
padding: 10px;
line-height: 1.7em;
border: 1px solid #777;
background-color: #999;
color: #555;
}
aside#sidebar div.text-block a {
color: #fff;
}
aside#sidebar p.text-block a {
color: #555;
}
aside#sidebar p.text-block a.readmore {
font-weight: bold;
}
aside#sidebar p.coloured-text-block {
background-color: #DC6A50;
border-color: #D8583B;
color: #fff;
}
aside#sidebar p.coloured-text-block a {
color: #fff;
}
aside#sidebar h4 {
color: #333333;
text-shadow: 1px 1px 0 #eee;
font-size: 1.6em;
text-transform:uppercase;
font-weight:bold;
margin:0;
}
aside#sidebar a {
color: #555;
}
aside#sidebar a:hover {
color: #111;
}
aside#sidebar ul {
list-style: none;
margin: 0;
}
aside#sidebar ul li {
padding: 7px 0px;
}
.responsive-buttons { display: none; }
article {
padding: 10px 10px 30px;
font-size: 0.95em;
border-bottom: 1px solid #eee;
}
article h2 {
padding-bottom: 0;
font-size: 2.0em;
}
article .article-info {
color: #CCC;
font-size: 0.8em;
padding: 0px 0px 10px;
}
article .article-info a {
color: #ccc;
}
/** footer **/
footer {
margin:0px auto;
background: #222;
font-size: 0.85em;
}
footer p {
text-align: left;
color: #ccc;
font-size: 0.9em;
margin: 0;
padding: 0;
}
footer p a {
color: #ccc;
font-weight: bold;
}
.footer-content {
padding: 20px 25px 30px;
}
footer .footer-content ul {
width: 25%;
list-style: none;
margin: 0;
padding: 0;
float: left;
}
footer .footer-content li {
padding: 5px 5px;
}
footer .footer-content li a, footer .footer-content h4 {
}
footer .footer-content li a {
color: #505050;
border-bottom-color:#505050;
}
footer .footer-content li {
color: #505050;
line-height: 1.5em;
font-size: 0.95em;
}
footer .footer-content li a:hover {
color: #909090;
border-bottom-color:#909090;
}
footer .footer-content h4 {
color: #ddd;
font-size: 1.6em;
font-weight: bold;
padding-bottom: 10px;
}
footer .footer-bottom {
padding: 10px;
text-align: center;
background-color: #000;
}
footer .footer-bottom p {
text-align: center;
}
footer .footer-bottom p, footer .footer-bottom p a {
color: #666;
border-bottom-color: #666;
}
/** clear fix **/
.clear:after {
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clear {
clear: both;
display: block;
}
.hide {
display: none;
}
.show {
display: block;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align: center;
}
.responsive-buttons a,
.responsive-buttons a:hover {
color: #ccc;
display: block;
padding: 15px 20px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 0.8em;
background-color: #ccc;
border: 1px solid #c0c0c0;
text-decoration: none;
}
@media screen and (max-width: 600px) {
body { font-size: 0.9em; }
.width { width:auto; padding-left: 10px; padding-right: 10px; }
.column-left, .column-right { margin:0 5px; }
section#content, aside#sidebar { position: relative; float: none; width: auto; padding: 2%; }
.responsive-sidebar-hide { display: none; }
.responsive-buttons { display: block; }
div.intro { padding: 10px 0; }
.intro p { margin-left: 0; }
footer .footer-content ul { margin-bottom: 15px; }
footer .footer-content ul.endfooter { margin-bottom: 0px; }
footer .footer-content ul { width: auto; float: none; }
}
@media screen and (max-width: 450px) {
body { font-size: 0.8em; }
header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0; font-size: 1.1em; }
header h1 { text-align: center; }
header h2 { display: none; }
nav#mainnav ul li a { display: block; margin-top: 0; padding: 8px 1em; }
aside#sidebar nav#mainnav ul li { padding: 2px 0; }
} | BookStoreCatalog/Resources/css/styles.css | @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
/** global **/
body {
margin:0px auto;
padding:0;
background: #fff;
/*font-family: 'Source Sans Pro', 'sans-serif';*/
font-size: 1.2em;
color:#666;
font-weight: 300;
height:100%;
}
* {
margin:0;
padding:0;
}
/** element defaults **/
table {
width:100%;
text-align:left;
}
th, td {
padding:10px;
}
th {
color:#fff;
font-weight: bold;
border-top:1px solid #222;
background-color:#2F2F2F;
}
td {
/*border-bottom:1px solid #f4f4f4;*/
}
code, blockquote {
display:block;
/*font-family: "Courier New", Courier, monospace;*/
border-left:5px solid #ddd;
padding:10px;
margin-bottom:20px;
}
blockquote p {
font-style:italic;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
margin:0;
height: 1%;
}
img {
max-width: 100%;
height: auto;
}
p {
line-height:2.0em;
margin-bottom:20px;
}
a {
color:#D6593D;
font-weight:bold;
}
a:hover {
color:#4E7BDC;
}
a:focus {
outline:none;
}
a.button {
background-color: #DC6A50;
background-image:linear-gradient(#DC6A50, #D14829);
border-top: 1px solid #E17C66;
border-radius: 5px;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
padding: 13px 22px;
font-size: 0.9em;
text-decoration: none;
text-transform: uppercase;
}
.button {
background-color: #DC6A50;
background-image:linear-gradient(#DC6A50, #D14829);
border-top: 1px solid #E17C66;
border-radius: 5px;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
padding: 13px 22px;
font-size: 0.9em;
text-decoration: none;
text-transform: uppercase;
}
a.button:hover {
background: #D14829;
}
.button:hover {
background: #D14829;
}
a.button-reversed {
background-color: #507DDC;
background-image:linear-gradient(#668DE1, #3B6DD8);
border-top: 1px solid #7B9DE5;
}
a.button-reversed:hover {
background: #3B6DD8;
}
.button-reversed {
background-color: #507DDC;
background-image:linear-gradient(#668DE1, #3B6DD8);
border-top: 1px solid #7B9DE5;
}
.button-reversed:hover {
background: #3B6DD8;
}
a.button-slider {
font-size: 1.3em;
margin: 5px 0;
padding: 13px 22px;
}
fieldset {
display:block;
border:none;
/*border-top:1px solid #e0e0e0;*/
}
fieldset legend {
font-weight:bold;
font-size:13px;
padding-right:10px;
color:#222;
}
/*fieldset form {*/
fieldset {
padding-top:15px;
}
fieldset p label {
float:left;
width:150px;
/*font-family: 'Source Sans Pro', 'sans-serif';*/
}
/*fieldset form input, fieldset form select, fieldset form textarea {*/
/*fieldset input, fieldset select, fieldset textarea {
padding:5px;
color:#333333;
font-size:13px;
font-family: 'Source Sans Pro', 'sans-serif';
border:1px solid #ddd;
}*/
/*fieldset form input.formbutton {*/
fieldset input.formbutton {
border:none;
background-color: #D7593C;
border-radius: 5px;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
padding: 8px 22px;
/*margin-left: 150px;*/
font-size: 0.9em;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
}
fieldset input.formbuttonreversed {
border:none;
background-color: #507DDC;
border-radius: 5px;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
padding: 8px 22px;
/*margin-left: 150px;*/
font-size: 0.9em;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
margin-top:10px;
}
/*form.searchform input {*/
fieldset.searchform input.searchforminput,
fieldset.searchform textarea.searchforminput,
fieldset.searchform select.searchforminput {
font-size: 1.1em;
padding: 10px 2%;
width: 96%;
background-color: #fff;
display: block;
color: #999;
border: 1px solid #ccc;
/*font-family: 'Source Sans Pro', 'sans-serif';*/
}
/*form.searchform p {*/
fieldset.searchform p {
margin: 5px 0 0;
}
fieldset span.searchforminput {
font-size: 18pt;
font-weight: bold;
}
h1 {
font-size:3em;
padding-bottom: 10px;
}
h2 {
color:#444;
font-size:1.8em;
text-transform: uppercase;
font-weight:bold;
padding:0 0 10px;
margin:0;
letter-spacing: -1px;
}
.welcomeMessage {
color:#444;
font-size:1.8em;
text-transform: uppercase;
font-weight:bold;
padding:0 0 10px;
margin:0;
letter-spacing: -1px;
}
h3 {
color:#D85E43;
font-weight: bold;
font-size:1.6em;
padding-bottom:10px;
text-transform: uppercase;
}
h4 {
padding-bottom:10px;
font-size:1.4em;
font-weight: bold;
color:#527EDC;
}
h5 {
padding-bottom:20px;
font-size:1.2em;
color:#666666;
}
ul, ol {
padding: 0;
margin:0 0 35px 35px;
list-style: disc;
}
li {
padding:5px 0;
}
/** wrapper **/
div#wrapper {
margin:0px auto;
padding:0;
}
.width {
width: 79.75%;
margin: 0 auto;
}
/** header **/
header {
padding:30px 0 30px;
margin:0 auto;
background-color: #DC6A50;
}
header h1 {
padding-bottom: 0;
text-align: left;
}
header h1 a,
header h1 a:hover,
header h1 a:visited {
color: #fff !important;
font-weight: 300;
text-decoration: none;
text-shadow: 1px 1px 0 #BB4125;
letter-spacing: -2px;
text-transform: uppercase;
}
header h1 a strong { font-weight: bold; }
header h2 {
color:#E9A190;
text-align: left;
font-size: 0.8em;
font-weight: normal;
padding-bottom:0;
letter-spacing:0;
text-transform: uppercase;
}
nav#mainnav {
background-color: #222;
background-image:linear-gradient(#222, #111);
border-top: 1px solid #111;
border-bottom: 1px solid #000;
}
nav#mainnav ul {
padding: 0;
margin: 0;
list-style: none;
}
nav#mainnav ul li {
border-bottom:none;
padding: 10px 0;
display: block;
float: left;
}
nav#mainnav li.selected-item a,
nav#mainnav li.selected-item a:hover {
color:#fff;
font-weight:bold;
background-color: #DC6A50;
background-image:linear-gradient(#DC6A50, #D14829);
border-top: 1px solid #E17C66;
}
nav#mainnav li a:hover {
color: #fff;
text-decoration:none;
}
nav#mainnav li a {
color: #ccc;
float: left;
display: block;
padding: 15px 20px;
border-top: 1px solid transparent;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 0.8em;
text-decoration: none;
}
/** intro **/
.intro {
background-image: url('../img.jpg');
background-position: bottom;
padding: 100px 0;
}
.intro .width {
margin-bottom: 0;
color: #fff;
}
.intro h2 {
color: #fff;
}
/** body **/
section#body {
padding: 0;
background: #ddd;
}
/** content+sidebar styles **/
section#content {
width: 54%;
padding: 20px 10% 20px 1%;
background-color: #fff;
min-height:800px;
}
.column-left {
float:left;
}
.column-right {
float:right;
}
aside#sidebar {
width:22.75%;
padding:5px 0.25% 5px 10%;
font-size: 0.8em;
}
aside#sidebar .block {
padding: 25px 0px;
}
aside#sidebar p.text-block {
border-radius: 10px;
margin-bottom: 0;
padding: 10px;
line-height: 1.7em;
border: 1px solid #777;
background-color: #999;
color: #555;
}
aside#sidebar div.text-block {
border-radius: 10px;
margin-bottom: 0;
padding: 10px;
line-height: 1.7em;
border: 1px solid #777;
background-color: #999;
color: #555;
}
aside#sidebar div.text-block a {
color: #fff;
}
aside#sidebar p.text-block a {
color: #555;
}
aside#sidebar p.text-block a.readmore {
font-weight: bold;
}
aside#sidebar p.coloured-text-block {
background-color: #DC6A50;
border-color: #D8583B;
color: #fff;
}
aside#sidebar p.coloured-text-block a {
color: #fff;
}
aside#sidebar h4 {
color: #333333;
text-shadow: 1px 1px 0 #eee;
font-size: 1.6em;
text-transform:uppercase;
font-weight:bold;
margin:0;
}
aside#sidebar a {
color: #555;
}
aside#sidebar a:hover {
color: #111;
}
aside#sidebar ul {
list-style: none;
margin: 0;
}
aside#sidebar ul li {
padding: 7px 0px;
}
.responsive-buttons { display: none; }
article {
padding: 10px 10px 30px;
font-size: 0.95em;
border-bottom: 1px solid #eee;
}
article h2 {
padding-bottom: 0;
font-size: 2.0em;
}
article .article-info {
color: #CCC;
font-size: 0.8em;
padding: 0px 0px 10px;
}
article .article-info a {
color: #ccc;
}
/** footer **/
footer {
margin:0px auto;
background: #222;
font-size: 0.85em;
}
footer p {
text-align: left;
color: #ccc;
font-size: 0.9em;
margin: 0;
padding: 0;
}
footer p a {
color: #ccc;
font-weight: bold;
}
.footer-content {
padding: 20px 25px 30px;
}
footer .footer-content ul {
width: 25%;
list-style: none;
margin: 0;
padding: 0;
float: left;
}
footer .footer-content li {
padding: 5px 5px;
}
footer .footer-content li a, footer .footer-content h4 {
}
footer .footer-content li a {
color: #505050;
border-bottom-color:#505050;
}
footer .footer-content li {
color: #505050;
line-height: 1.5em;
font-size: 0.95em;
}
footer .footer-content li a:hover {
color: #909090;
border-bottom-color:#909090;
}
footer .footer-content h4 {
color: #ddd;
font-size: 1.6em;
font-weight: bold;
padding-bottom: 10px;
}
footer .footer-bottom {
padding: 10px;
text-align: center;
background-color: #000;
}
footer .footer-bottom p {
text-align: center;
}
footer .footer-bottom p, footer .footer-bottom p a {
color: #666;
border-bottom-color: #666;
}
/** clear fix **/
.clear:after {
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clear {
clear: both;
display: block;
}
.hide {
display: none;
}
.show {
display: block;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align: center;
}
.responsive-buttons a,
.responsive-buttons a:hover {
color: #ccc;
display: block;
padding: 15px 20px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 0.8em;
background-color: #ccc;
border: 1px solid #c0c0c0;
text-decoration: none;
}
@media screen and (max-width: 600px) {
body { font-size: 0.9em; }
.width { width:auto; padding-left: 10px; padding-right: 10px; }
.column-left, .column-right { margin:0 5px; }
section#content, aside#sidebar { position: relative; float: none; width: auto; padding: 2%; }
.responsive-sidebar-hide { display: none; }
.responsive-buttons { display: block; }
div.intro { padding: 10px 0; }
.intro p { margin-left: 0; }
footer .footer-content ul { margin-bottom: 15px; }
footer .footer-content ul.endfooter { margin-bottom: 0px; }
footer .footer-content ul { width: auto; float: none; }
}
@media screen and (max-width: 450px) {
body { font-size: 0.8em; }
header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0; font-size: 1.1em; }
header h1 { text-align: center; }
header h2 { display: none; }
nav#mainnav ul li a { display: block; margin-top: 0; padding: 8px 1em; }
aside#sidebar nav#mainnav ul li { padding: 2px 0; }
} | 0.287968 | 0.056029 |
右侧好友界面*/
#friend_has_new {
position: absolute;
top: 8px;
right: 8px;
background: red;
border-radius: 15px;
text-align: center;
color: white;
width: 10px;
height: 10px;
display: none;
}
.btn-pull {
position: fixed;
border: 1px solid #939393;
background: #9C9C9C;
z-index: 9999;
padding: 13px 12px 5px 10px;
margin-right: 0;
bottom: 33px;
right: 50px;
width: 48px;
height: 49px;
}
.btn-pull:hover {
border: 1px solid #717070;
background: #838383;
}
.btn-pull i {
color: white;
font-size: 24px;
}
.friend_panel {
position: fixed;
top: 50%;
margin-top: -250px;
right: 0;
height: 500px;
z-index: 999;
background: #fff;
border: #ccc solid 1px;
}
.friend_panel #right_panel_main {
border-right: 0;
}
.friend_panel #right_panel_main #friend_panel_main {
width: 150px;
top: 0px;
bottom: 0px;
}
.friend_panel #right_panel_main #session_panel_main {
width: 150px;
}
.friend_panel #right_panel_main h2 {
border-top-left-radius: 3px;
font-size: 16px;
color: white;
text-align: center;
padding-top: 5px;
margin-bottom: 0;
display: block;
}
.friend_panel #right_panel_main .session_spliter {
height: 0px;
border-bottom: 1px solid #ccc;
}
.friend_panel .friend_list {
margin-left: 15px;
margin-right: 15px;
padding: 0;
}
.friend_panel .friend_list li {
list-style: none;
padding: 10px;
}
.friend_panel .friend_list li a {
color: #333 !important;
display: inline-block;
margin-bottom: 10px;
position: relative;
}
.friend_panel .friend_list li a .badge_new {
position: absolute;
top: 0;
right: -15px;
background: red;
border-radius: 15px;
text-align: center;
color: white;
width: 10px;
height: 10px;
display: inline-block;
}
.friend_panel .friend_list .active {
background: #666666;
}
.friend_panel .session_more {
height: 38px;
color: white !important;
}
.friend_panel .session_more .active {
border: 0 !important;
}
.friend_panel .session_more .tab_chat {
border-top: 0;
border-left: 0;
border-bottom-left-radius: 3px;
margin-top: 1px;
}
.friend_panel .session_more .tab_friend {
border-top: 0;
border-right: 0;
margin-top: 1px;
}
.friend_panel .session_more .btn_session_more {
color: white !important;
text-align: center;
padding: 8px 0;
margin-left: 0;
margin-right: 0;
display: block;
margin-top: 1px;
}
.friend_panel .session_more .active {
color: #029775 !important;
background: #ffffff;
}
#chat_box {
z-index: 1001;
}
.chat-board {
border-left: 1px solid #ccc;
border-bottom: 0;
}
.chat_panel {
position: fixed;
right: 210px;
bottom: 30px;
background: white;
border: 1px solid #ccc;
width: 520px;
height: 460px;
}
.chat_panel .chat-left {
background: #fff;
padding: 10px 10px;
border-bottom: solid 1px #ccc;
}
.chat_panel .chat-list {
padding: 0;
}
.chat_panel .chat-list li {
list-style: none;
}
.chat_panel .chat-list li .btn-close {
display: none;
position: absolute !important;
top: 0;
right: 16px;
}
.chat_panel .chat-list li a {
font-size: 14px;
color: #666;
position: relative;
display: block;
}
.chat_panel .chat-list li a .avatar-img {
margin: 5px;
}
.chat_panel .chat-list li a .talk-name {
line-height: 46px;
}
.chat_panel .chat-list li a:hover {
background: #f2f2f2;
}
.chat_panel .chat-list li a:hover .btn-close {
display: inline-block;
}
.chat_panel .chat-list .active {
background: #f2f2f2;
}
.chat_panel .panel_title {
position: relative;
background: #F4F4F4;
height: 35px;
border-bottom: 1px solid #ccc;
}
.chat_panel .panel_title .title {
padding-left: 74px;
line-height: 34px;
width: 270px;
}
.chat_panel .panel_title .control_btns a {
display: inline-block;
margin: 7px;
}
.chat_panel .chat_avatar {
position: absolute;
top: -32px;
left: 5px;
width: 64px;
border: 1px solid #ccc;
padding: 1px;
background: white;
}
.chat_panel .talk-body {
background: white;
padding: 0;
margin-top: 0;
border: 0;
border-radius: 0;
margin-bottom: 0;
height: 320px;
}
.chat_panel .talk-body .talk-avatar {
width: 48px;
max-width: 200%;
margin-right: 10px;
}
.chat_panel .talk-body .chat_bubble .bubble_sharp {
background: url(../images/bubble_left_chat.png);
}
.chat_panel .talk-body .chat_bubble .talk_bubble {
border-color: #48b87a;
background: #48b87a;
color: white;
}
.chat_panel .send_box {
padding: 0 10px;
}
.chat_panel #scrollArea_chat {
padding-bottom: 20px;
} | Public/css/friend.css | 右侧好友界面*/
#friend_has_new {
position: absolute;
top: 8px;
right: 8px;
background: red;
border-radius: 15px;
text-align: center;
color: white;
width: 10px;
height: 10px;
display: none;
}
.btn-pull {
position: fixed;
border: 1px solid #939393;
background: #9C9C9C;
z-index: 9999;
padding: 13px 12px 5px 10px;
margin-right: 0;
bottom: 33px;
right: 50px;
width: 48px;
height: 49px;
}
.btn-pull:hover {
border: 1px solid #717070;
background: #838383;
}
.btn-pull i {
color: white;
font-size: 24px;
}
.friend_panel {
position: fixed;
top: 50%;
margin-top: -250px;
right: 0;
height: 500px;
z-index: 999;
background: #fff;
border: #ccc solid 1px;
}
.friend_panel #right_panel_main {
border-right: 0;
}
.friend_panel #right_panel_main #friend_panel_main {
width: 150px;
top: 0px;
bottom: 0px;
}
.friend_panel #right_panel_main #session_panel_main {
width: 150px;
}
.friend_panel #right_panel_main h2 {
border-top-left-radius: 3px;
font-size: 16px;
color: white;
text-align: center;
padding-top: 5px;
margin-bottom: 0;
display: block;
}
.friend_panel #right_panel_main .session_spliter {
height: 0px;
border-bottom: 1px solid #ccc;
}
.friend_panel .friend_list {
margin-left: 15px;
margin-right: 15px;
padding: 0;
}
.friend_panel .friend_list li {
list-style: none;
padding: 10px;
}
.friend_panel .friend_list li a {
color: #333 !important;
display: inline-block;
margin-bottom: 10px;
position: relative;
}
.friend_panel .friend_list li a .badge_new {
position: absolute;
top: 0;
right: -15px;
background: red;
border-radius: 15px;
text-align: center;
color: white;
width: 10px;
height: 10px;
display: inline-block;
}
.friend_panel .friend_list .active {
background: #666666;
}
.friend_panel .session_more {
height: 38px;
color: white !important;
}
.friend_panel .session_more .active {
border: 0 !important;
}
.friend_panel .session_more .tab_chat {
border-top: 0;
border-left: 0;
border-bottom-left-radius: 3px;
margin-top: 1px;
}
.friend_panel .session_more .tab_friend {
border-top: 0;
border-right: 0;
margin-top: 1px;
}
.friend_panel .session_more .btn_session_more {
color: white !important;
text-align: center;
padding: 8px 0;
margin-left: 0;
margin-right: 0;
display: block;
margin-top: 1px;
}
.friend_panel .session_more .active {
color: #029775 !important;
background: #ffffff;
}
#chat_box {
z-index: 1001;
}
.chat-board {
border-left: 1px solid #ccc;
border-bottom: 0;
}
.chat_panel {
position: fixed;
right: 210px;
bottom: 30px;
background: white;
border: 1px solid #ccc;
width: 520px;
height: 460px;
}
.chat_panel .chat-left {
background: #fff;
padding: 10px 10px;
border-bottom: solid 1px #ccc;
}
.chat_panel .chat-list {
padding: 0;
}
.chat_panel .chat-list li {
list-style: none;
}
.chat_panel .chat-list li .btn-close {
display: none;
position: absolute !important;
top: 0;
right: 16px;
}
.chat_panel .chat-list li a {
font-size: 14px;
color: #666;
position: relative;
display: block;
}
.chat_panel .chat-list li a .avatar-img {
margin: 5px;
}
.chat_panel .chat-list li a .talk-name {
line-height: 46px;
}
.chat_panel .chat-list li a:hover {
background: #f2f2f2;
}
.chat_panel .chat-list li a:hover .btn-close {
display: inline-block;
}
.chat_panel .chat-list .active {
background: #f2f2f2;
}
.chat_panel .panel_title {
position: relative;
background: #F4F4F4;
height: 35px;
border-bottom: 1px solid #ccc;
}
.chat_panel .panel_title .title {
padding-left: 74px;
line-height: 34px;
width: 270px;
}
.chat_panel .panel_title .control_btns a {
display: inline-block;
margin: 7px;
}
.chat_panel .chat_avatar {
position: absolute;
top: -32px;
left: 5px;
width: 64px;
border: 1px solid #ccc;
padding: 1px;
background: white;
}
.chat_panel .talk-body {
background: white;
padding: 0;
margin-top: 0;
border: 0;
border-radius: 0;
margin-bottom: 0;
height: 320px;
}
.chat_panel .talk-body .talk-avatar {
width: 48px;
max-width: 200%;
margin-right: 10px;
}
.chat_panel .talk-body .chat_bubble .bubble_sharp {
background: url(../images/bubble_left_chat.png);
}
.chat_panel .talk-body .chat_bubble .talk_bubble {
border-color: #48b87a;
background: #48b87a;
color: white;
}
.chat_panel .send_box {
padding: 0 10px;
}
.chat_panel #scrollArea_chat {
padding-bottom: 20px;
} | 0.298389 | 0.069827 |
padding: 4rem 3rem 3rem;
display: grid;
grid-template-columns: calc(64px * 5 + 3px * 4) calc(64px * 4 + 3px * 3) auto;
grid-gap: 3rem;
}
#pursuits .module .sub-header ~ .sub-header {
margin-top: calc(3rem - 7px);
}
#pursuits .module:nth-child(2) .sub-header ~ div p {
max-width: 300px;
}
#pursuits .list.inventory-items {
grid-template-columns: repeat(auto-fill, 64px);
grid-gap: 3px;
}
#pursuits .list.inventory-items li .completed {
position: absolute;
bottom: 0;
right: 0;
width: 50%;
height: 50%;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAALVBMVEW2iUP///+2iUO2iUO6kE6/l1rDn2bIpnHWvJXaxKHk07jt4dD28Of6+PP///8sWHSjAAAAA3RSTlMAAIAXzkf+AAAAvElEQVR4AZXT0UoDUQxF0WnT6fVazf9/rgeEvjgLyX5fBALnuP12/NPt3X1M7jUkEVMSMSMRQxIxJBFDEjEkEUMSMSURIBYiFiIWIhYiFiIWIhYiFiQUJhQmFCYUJhQmFCYUJhTnTiC4sTqZXIgykSgTiTKRqGfEtwi+G/ICgaiv7k8QiHp1bxCI2t0LBKI+up8gEHXuXSQRCATisdLjkkDU6rSuSMSUSJBAvCd2/iEQ6LAwsTCxELEQsVA/Vj0SynWGGqUAAAAASUVORK5CYII=");
z-index: 4;
background-size: cover;
}
#pursuits .list.inventory-items li .expires-soon {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 50%;
background-image: url("data:image/png;base64,iVBORw0KG<KEY>FS<KEY>MJHzHSPcnb18++nFH5i7iqgSJNeL0k5YhR+YqKlM8gUfsLr4nKpeV0E3X8Qdz4EQiEQCoFQCIRCIBQCoRAIhUAoBEIhEAqBUAiEQiAUAqEQSdAVCIVAKARCoRAKhVAohEIhFAqhEMgXyuAuYrRQDnQAAAAASUVORK5CYII=");
z-index: 4;
background-size: cover;
}
#pursuits > .module:nth-child(4) {
grid-column: 4/5;
}
#pursuits.quest {
grid-template-columns: 1fr;
}
@media screen and (max-width: 1279px) {
#pursuits {
grid-template-columns: calc(48px * 5 + 3px * 4) calc(48px * 4 + 3px * 3) auto;
}
#pursuits .list.inventory-items {
grid-template-columns: repeat(auto-fill, 48px);
}
}
@media screen and (max-width: 1023px) {
#pursuits {
grid-template-columns: 1fr;
}
}
@media screen and (max-width: 600px) {
#pursuits {
padding: 3rem 2rem 2rem;
grid-template-columns: 1fr;
grid-gap: 2rem;
}
#pursuits .module .sub-header ~ .sub-header {
margin-top: calc(2rem - 7px);
}
#pursuits .list.inventory-items {
grid-template-columns: repeat(6, 1fr);
}
#pursuits .module:nth-child(2) .sub-header ~ div p {
max-width: unset;
}
} | src/views/Pursuits/styles.css | padding: 4rem 3rem 3rem;
display: grid;
grid-template-columns: calc(64px * 5 + 3px * 4) calc(64px * 4 + 3px * 3) auto;
grid-gap: 3rem;
}
#pursuits .module .sub-header ~ .sub-header {
margin-top: calc(3rem - 7px);
}
#pursuits .module:nth-child(2) .sub-header ~ div p {
max-width: 300px;
}
#pursuits .list.inventory-items {
grid-template-columns: repeat(auto-fill, 64px);
grid-gap: 3px;
}
#pursuits .list.inventory-items li .completed {
position: absolute;
bottom: 0;
right: 0;
width: 50%;
height: 50%;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAALVBMVEW2iUP///+2iUO2iUO6kE6/l1rDn2bIpnHWvJXaxKHk07jt4dD28Of6+PP///8sWHSjAAAAA3RSTlMAAIAXzkf+AAAAvElEQVR4AZXT0UoDUQxF0WnT6fVazf9/rgeEvjgLyX5fBALnuP12/NPt3X1M7jUkEVMSMSMRQxIxJBFDEjEkEUMSMSURIBYiFiIWIhYiFiIWIhYiFiQUJhQmFCYUJhQmFCYUJhTnTiC4sTqZXIgykSgTiTKRqGfEtwi+G/ICgaiv7k8QiHp1bxCI2t0LBKI+up8gEHXuXSQRCATisdLjkkDU6rSuSMSUSJBAvCd2/iEQ6LAwsTCxELEQsVA/Vj0SynWGGqUAAAAASUVORK5CYII=");
z-index: 4;
background-size: cover;
}
#pursuits .list.inventory-items li .expires-soon {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 50%;
background-image: url("data:image/png;base64,iVBORw0KG<KEY>FS<KEY>MJHzHSPcnb18++nFH5i7iqgSJNeL0k5YhR+YqKlM8gUfsLr4nKpeV0E3X8Qdz4EQiEQCoFQCIRCIBQCoRAIhUAoBEIhEAqBUAiEQiAUAqEQSdAVCIVAKARCoRAKhVAohEIhFAqhEMgXyuAuYrRQDnQAAAAASUVORK5CYII=");
z-index: 4;
background-size: cover;
}
#pursuits > .module:nth-child(4) {
grid-column: 4/5;
}
#pursuits.quest {
grid-template-columns: 1fr;
}
@media screen and (max-width: 1279px) {
#pursuits {
grid-template-columns: calc(48px * 5 + 3px * 4) calc(48px * 4 + 3px * 3) auto;
}
#pursuits .list.inventory-items {
grid-template-columns: repeat(auto-fill, 48px);
}
}
@media screen and (max-width: 1023px) {
#pursuits {
grid-template-columns: 1fr;
}
}
@media screen and (max-width: 600px) {
#pursuits {
padding: 3rem 2rem 2rem;
grid-template-columns: 1fr;
grid-gap: 2rem;
}
#pursuits .module .sub-header ~ .sub-header {
margin-top: calc(2rem - 7px);
}
#pursuits .list.inventory-items {
grid-template-columns: repeat(6, 1fr);
}
#pursuits .module:nth-child(2) .sub-header ~ div p {
max-width: unset;
}
} | 0.30549 | 0.126407 |
.ace--afterglow .ace_gutter {
background: rgba(46,46,46,1);
color: rgb(130,130,130)
}
.ace--afterglow .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--afterglow {
background-color: rgba(46,46,46,1);
color: rgba(214,214,214,1)
}
.ace--afterglow .ace_cursor,
.ace--afterglow .ace_entity.ace_name {
color: rgba(255,255,255,1)
}
.ace--afterglow .ace_marker-layer .ace_selection {
background: rgba(90,100,126,1)
}
.ace--afterglow.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(46,46,46,1);
border-radius: 2px
}
.ace--afterglow .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--afterglow .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(64,64,64,1)
}
.ace--afterglow .ace_marker-layer .ace_active-line {
background: rgba(51,52,53,1)
}
.ace--afterglow .ace_gutter-active-line {
background-color: rgba(51,52,53,1)
}
.ace--afterglow .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(90,100,126,1)
}
.ace--afterglow .ace_fold {
background-color: rgba(255,198,109,1);
border-color: rgba(214,214,214,1)
}
.ace--afterglow .ace_keyword {
color: rgba(204,120,51,1)
}
.ace--afterglow .ace_constant.ace_numeric,
.ace--afterglow .ace_keyword.ace_other.ace_unit,
.ace--afterglow .ace_string,
.ace--afterglow .ace_support.ace_constant {
color: rgba(180,201,115,1)
}
.ace--afterglow .ace_constant {
color: rgba(109,156,190,1)
}
.ace--afterglow .ace_constant.ace_language,
.ace--afterglow .ace_support.ace_type {
color: rgba(108,153,187,1)
}
.ace--afterglow .ace_constant.ace_character.ace_escape,
.ace--afterglow .ace_storage {
color: rgba(161,97,122,1)
}
.ace--afterglow .ace_support.ace_function {
color: rgba(196,88,55,1)
}
.ace--afterglow .ace_invalid {
color: rgba(255,255,255,1);
background-color: rgba(153,0,0,1)
}
.ace--afterglow .ace_comment {
color: rgba(121,121,121,1)
}
.ace--afterglow .ace_entity.ace_name.ace_function,
.ace--afterglow .ace_variable {
color: rgba(255,198,109,1)
}
.ace--afterglow .ace_variable.ace_language {
color: rgba(208,208,255,1)
}
.ace--afterglow .ace_entity.ace_name.ace_tag,
.ace--afterglow .ace_meta.ace_tag {
color: rgba(232,191,106,1)
}
.ace--afterglow .ace_entity.ace_other.ace_attribute-name {
color: rgba(204,120,50,1)
} | ace/lib/ace/theme/Afterglow.css | .ace--afterglow .ace_gutter {
background: rgba(46,46,46,1);
color: rgb(130,130,130)
}
.ace--afterglow .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--afterglow {
background-color: rgba(46,46,46,1);
color: rgba(214,214,214,1)
}
.ace--afterglow .ace_cursor,
.ace--afterglow .ace_entity.ace_name {
color: rgba(255,255,255,1)
}
.ace--afterglow .ace_marker-layer .ace_selection {
background: rgba(90,100,126,1)
}
.ace--afterglow.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(46,46,46,1);
border-radius: 2px
}
.ace--afterglow .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--afterglow .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(64,64,64,1)
}
.ace--afterglow .ace_marker-layer .ace_active-line {
background: rgba(51,52,53,1)
}
.ace--afterglow .ace_gutter-active-line {
background-color: rgba(51,52,53,1)
}
.ace--afterglow .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(90,100,126,1)
}
.ace--afterglow .ace_fold {
background-color: rgba(255,198,109,1);
border-color: rgba(214,214,214,1)
}
.ace--afterglow .ace_keyword {
color: rgba(204,120,51,1)
}
.ace--afterglow .ace_constant.ace_numeric,
.ace--afterglow .ace_keyword.ace_other.ace_unit,
.ace--afterglow .ace_string,
.ace--afterglow .ace_support.ace_constant {
color: rgba(180,201,115,1)
}
.ace--afterglow .ace_constant {
color: rgba(109,156,190,1)
}
.ace--afterglow .ace_constant.ace_language,
.ace--afterglow .ace_support.ace_type {
color: rgba(108,153,187,1)
}
.ace--afterglow .ace_constant.ace_character.ace_escape,
.ace--afterglow .ace_storage {
color: rgba(161,97,122,1)
}
.ace--afterglow .ace_support.ace_function {
color: rgba(196,88,55,1)
}
.ace--afterglow .ace_invalid {
color: rgba(255,255,255,1);
background-color: rgba(153,0,0,1)
}
.ace--afterglow .ace_comment {
color: rgba(121,121,121,1)
}
.ace--afterglow .ace_entity.ace_name.ace_function,
.ace--afterglow .ace_variable {
color: rgba(255,198,109,1)
}
.ace--afterglow .ace_variable.ace_language {
color: rgba(208,208,255,1)
}
.ace--afterglow .ace_entity.ace_name.ace_tag,
.ace--afterglow .ace_meta.ace_tag {
color: rgba(232,191,106,1)
}
.ace--afterglow .ace_entity.ace_other.ace_attribute-name {
color: rgba(204,120,50,1)
} | 0.62223 | 0.142859 |
body {
background-color: #eee;
padding-top: 60px;
}
.one-edge-shadow {
-webkit-box-shadow: 0 8px 6px -8px black;
-moz-box-shadow: 0 8px 6px -8px black;
box-shadow: 0 8px 6px -8px black;
}
#rule-editor-modal {
top: 5%;
height: 80%;
width: 80%;
max-height: 1024px;
max-width: 1600px;
margin-left: -40%;
}
#rule-editor-modal .modal-body {
max-height: 100%;
}
#footer {
margin-top: 40px;
width:100%;
height:25px;
text-align: center;
}
#widget .tab-content, #controller .tab-content, #tables .tab-content {
padding: 10px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: #fff;
-webkit-box-shadow: 3px 4px 6px -4px black;
-moz-box-shadow: 3px 4px 6px -4px black;
box-shadow: 3px 4px 6px -4px black;
}
.modal-backdrop {
background: gray;
}
.nav-tabs {
margin-bottom: 0;
}
.fullwidth {
width: 95%;
}
.cont {
overflow: hidden;
max-width: 100px;
text-overflow: ellipsis;
white-space: nowrap;
}
.box-header {
position: relative;
padding: 10px 20px;
margin: 0;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
background: linear-gradient(#888, #999) repeat-x;
border: 1px solid #6e8290;
border-bottom-color: #586873;
border-radius: 4px 4px 0 0;
}
#dropbox{
border: 1px solid #aaaaaa;
background-color: #eeeeee;
border-radius:10px;
position: relative;
margin: 20px auto 20px;
min-height: 100px;
overflow: hidden;
padding-bottom: 10px;
width: 80%;
text-align: center;
display: block;
font-size: large;
padding-top: 40px;
}
/* -------------------------- Playground --------------------------- */
.g_main {
cursor:pointer;
pointer-events: all;
}
/* -------------------------- D3 Widget CSS ------------------------ */
.line {
stroke: steelblue;
stroke-width: 1;
fill: none;
}
.axis {
shape-rendering: crispEdges;
}
.axis line {
stroke: black;
stroke: lightgray;
}
.axis .minor {
stroke-opacity: .5;
}
.axis path {
display: none;
}
.row_selected {
font-weight: bold;
}
.node {
stroke: #fff;
stroke-width: 1.5px;
}
.link {
stroke: #999;
stroke-opacity: .6;
} | web/src/public/css/style.css | body {
background-color: #eee;
padding-top: 60px;
}
.one-edge-shadow {
-webkit-box-shadow: 0 8px 6px -8px black;
-moz-box-shadow: 0 8px 6px -8px black;
box-shadow: 0 8px 6px -8px black;
}
#rule-editor-modal {
top: 5%;
height: 80%;
width: 80%;
max-height: 1024px;
max-width: 1600px;
margin-left: -40%;
}
#rule-editor-modal .modal-body {
max-height: 100%;
}
#footer {
margin-top: 40px;
width:100%;
height:25px;
text-align: center;
}
#widget .tab-content, #controller .tab-content, #tables .tab-content {
padding: 10px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: #fff;
-webkit-box-shadow: 3px 4px 6px -4px black;
-moz-box-shadow: 3px 4px 6px -4px black;
box-shadow: 3px 4px 6px -4px black;
}
.modal-backdrop {
background: gray;
}
.nav-tabs {
margin-bottom: 0;
}
.fullwidth {
width: 95%;
}
.cont {
overflow: hidden;
max-width: 100px;
text-overflow: ellipsis;
white-space: nowrap;
}
.box-header {
position: relative;
padding: 10px 20px;
margin: 0;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
background: linear-gradient(#888, #999) repeat-x;
border: 1px solid #6e8290;
border-bottom-color: #586873;
border-radius: 4px 4px 0 0;
}
#dropbox{
border: 1px solid #aaaaaa;
background-color: #eeeeee;
border-radius:10px;
position: relative;
margin: 20px auto 20px;
min-height: 100px;
overflow: hidden;
padding-bottom: 10px;
width: 80%;
text-align: center;
display: block;
font-size: large;
padding-top: 40px;
}
/* -------------------------- Playground --------------------------- */
.g_main {
cursor:pointer;
pointer-events: all;
}
/* -------------------------- D3 Widget CSS ------------------------ */
.line {
stroke: steelblue;
stroke-width: 1;
fill: none;
}
.axis {
shape-rendering: crispEdges;
}
.axis line {
stroke: black;
stroke: lightgray;
}
.axis .minor {
stroke-opacity: .5;
}
.axis path {
display: none;
}
.row_selected {
font-weight: bold;
}
.node {
stroke: #fff;
stroke-width: 1.5px;
}
.link {
stroke: #999;
stroke-opacity: .6;
} | 0.345657 | 0.060836 |
:root {
/* Changes the primary color to a shade of orange at 90% saturation */
/* #4caf50 */
/* --sl-color-primary-hue: 122.42;
--sl-color-primary-saturation: 40%; */
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
overflow-x: hidden;
overflow-y: hidden;
margin: 0px;
font-family: var(--sl-font-sans);
font-size: var(--sl-font-size-medium);
font-weight: var(--sl-font-weight-normal);
letter-spacing: var(--sl-letter-spacing-normal);
line-height: var(--sl-line-height-normal);
background: var(--sl-input-background-color);
color: var(--sl-color-gray-25);
}
a {
color: var(--sl-color-gray-25);
}
strong {
font-weight: var(--sl-font-weight-bold);
}
.theme-toggle {
position: fixed;
top: 15px;
right: 1rem;
z-index: 1000;
}
img {
/* we want no overflow. Will make it easier to include images in markdown */
max-width: 100%;
}
table {
width: 95%;
}
header a:-webkit-any-link {
color: var(--sl-color-white);
}
#page {
display: grid;
width: 100%;
height: 100vh;
grid-template: [header-left] "head head" 60px [header-right]
[main-left] "main main" 1fr [main-right] / 1fr;
}
header {
grid-area: head;
background: var(--sl-input-background-color);
box-shadow: 5px 5px 20px var(--sl-input-border-color);
z-index: 1000;
text-align: center;
font-size: 1rem;
}
header a:link {
color: var(--sl-color-gray-25);
text-decoration: none;
}
header a:visited {
color: var(--sl-color-gray-25);
}
header a:hover{
color: var(--sl-color-gray-25);
}
header i.fab, header i.fas {
font-size: 1rem;
padding-left: 0.3rem;
}
nav {
grid-area: nav;
background-color: rgb(248, 249, 250);
border-right-color: rgb(230, 230, 230);
border-right-width: 0.1px;
border-right-style: solid;
overflow-x: hidden;
overflow-y: auto;
}
main {
grid-area: main;
overflow-x: hidden;
overflow-y: scroll;
}
.bk.app-title a{
color: var(--sl-color-white);
background-color: black;
text-align: center;
font-size: 1rem;
}
.bk.app-title a:link {
text-decoration: none;
}
.bk.app-title a:hover{
color: white;
}
div.bk.navigation div.bk button {
text-align: left !important;
}
/* DARK MODE */
body.sl-theme-dark header{
box-shadow: none;
color: var(--sl-color-gray-80);
border-bottom: 1px solid var(--sl-input-border-color);
}
body.sl-theme-dark header a:link {
color: var(--sl-color-gray-80);
text-decoration: none;
}
body.sl-theme-dark header a:visited {
color: var(--sl-color-gray-80);
}
body.sl-theme-dark header a:hover{
color: var(--sl-color-gray-80);
} | application/pages/index/index.css | :root {
/* Changes the primary color to a shade of orange at 90% saturation */
/* #4caf50 */
/* --sl-color-primary-hue: 122.42;
--sl-color-primary-saturation: 40%; */
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
overflow-x: hidden;
overflow-y: hidden;
margin: 0px;
font-family: var(--sl-font-sans);
font-size: var(--sl-font-size-medium);
font-weight: var(--sl-font-weight-normal);
letter-spacing: var(--sl-letter-spacing-normal);
line-height: var(--sl-line-height-normal);
background: var(--sl-input-background-color);
color: var(--sl-color-gray-25);
}
a {
color: var(--sl-color-gray-25);
}
strong {
font-weight: var(--sl-font-weight-bold);
}
.theme-toggle {
position: fixed;
top: 15px;
right: 1rem;
z-index: 1000;
}
img {
/* we want no overflow. Will make it easier to include images in markdown */
max-width: 100%;
}
table {
width: 95%;
}
header a:-webkit-any-link {
color: var(--sl-color-white);
}
#page {
display: grid;
width: 100%;
height: 100vh;
grid-template: [header-left] "head head" 60px [header-right]
[main-left] "main main" 1fr [main-right] / 1fr;
}
header {
grid-area: head;
background: var(--sl-input-background-color);
box-shadow: 5px 5px 20px var(--sl-input-border-color);
z-index: 1000;
text-align: center;
font-size: 1rem;
}
header a:link {
color: var(--sl-color-gray-25);
text-decoration: none;
}
header a:visited {
color: var(--sl-color-gray-25);
}
header a:hover{
color: var(--sl-color-gray-25);
}
header i.fab, header i.fas {
font-size: 1rem;
padding-left: 0.3rem;
}
nav {
grid-area: nav;
background-color: rgb(248, 249, 250);
border-right-color: rgb(230, 230, 230);
border-right-width: 0.1px;
border-right-style: solid;
overflow-x: hidden;
overflow-y: auto;
}
main {
grid-area: main;
overflow-x: hidden;
overflow-y: scroll;
}
.bk.app-title a{
color: var(--sl-color-white);
background-color: black;
text-align: center;
font-size: 1rem;
}
.bk.app-title a:link {
text-decoration: none;
}
.bk.app-title a:hover{
color: white;
}
div.bk.navigation div.bk button {
text-align: left !important;
}
/* DARK MODE */
body.sl-theme-dark header{
box-shadow: none;
color: var(--sl-color-gray-80);
border-bottom: 1px solid var(--sl-input-border-color);
}
body.sl-theme-dark header a:link {
color: var(--sl-color-gray-80);
text-decoration: none;
}
body.sl-theme-dark header a:visited {
color: var(--sl-color-gray-80);
}
body.sl-theme-dark header a:hover{
color: var(--sl-color-gray-80);
} | 0.510496 | 0.149967 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
*,
*:focus {
outline: 0;
}
html {
-webkit-tap-highlight-color: transparent;
}
a,
button,
input[type=button],
input[type=submit],
input[type=reset] {
cursor: pointer;
}
button,
input {
border: none;
}
[hidden] {
display: none !important;
}
[contenteditable] {
-webkit-tap-highlight-color: transparent;
}
.float-wrapper:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
@font-face {
font-family: 'BankGothic';
src: url("../fonts/bankgothic.woff2") format("woff2"), url("../fonts/bankgothic.woff") format("woff");
}
@font-face {
font-family: 'DungGeunMo';
src: url("../fonts/neodgm.woff2") format("woff2"), url("../fonts/neodgm.woff") format("woff");
}
body {
font-family: BankGothic;
background-color: #000000;
color: #FFFFFF;
font-size: 30px;
min-width: 1280px;
}
a {
text-decoration: inherit;
}
@media only screen and (max-width: 959px) {
body {
zoom: 0.5;
}
}
@media only screen and (max-width: 719px) {
body {
min-width: auto;
}
}
#root {
position: relative;
}
#root > header {
position: absolute;
top: 0;
left: 0;
z-index: 3;
width: 100%;
display: flex;
justify-content: center;
padding: 30px 0;
}
#root > header > a {
padding: 0 50px;
color: #06BC00;
font-size: 25px;
}
#root > header > a.ready {
color: #6D6D6D;
}
@media only screen and (max-width: 719px) {
#root > header {
width: 280px;
padding: 10px;
top: 104px;
left: auto;
right: 40px;
margin-left: 0;
background-color: #000000;
border: 1px solid #A1A1A1;
display: block;
}
#root > header > a {
padding: 10px 0;
display: block;
text-align: center;
}
#root > header.showing {
display: block;
}
#root > header.hiding {
display: none;
}
}
#root > header > .language {
position: absolute;
top: 30px;
right: 60px;
z-index: 2;
color: #BFC500;
font-family: DungGeunMo;
font-size: 25px;
}
#root > header > .language > select {
color: #BFC500;
font-family: DungGeunMo;
background-color: #000000;
border: none;
font-size: 25px;
}
@media only screen and (max-width: 719px) {
#root > header > .language {
padding: 10px 0;
position: relative;
top: auto;
right: auto;
}
}
#root .menu-button {
display: none;
position: fixed;
right: 10px;
top: 12px;
z-index: 2;
padding: 10px;
zoom: 2;
}
#root .menu-button img {
display: block;
}
@media only screen and (max-width: 719px) {
#root .menu-button {
display: block;
}
}
#root .menu-bar {
position: absolute;
top: 120px;
left: 60px;
z-index: 2;
width: 300px;
}
#root .menu-bar > h4 {
font-size: 50px;
}
#root .menu-bar > .menus > .menu {
margin-top: 30px;
color: #FFFFFF;
font-size: 25px;
}
#root .menu-bar > .menus > .menu.on {
color: #FBFF72;
}
#root .menu-bar > .menus > .menu.ready {
color: #6E6E6E;
}
#root .menu-bar > .menus > .menu > a {
color: inherit;
}
@media only screen and (max-width: 719px) {
#root .menu-bar {
position: relative;
top: auto;
left: auto;
width: auto;
padding: 0 20px;
margin-bottom: 100px;
}
#root .menu-bar > .menus > .menu {
font-size: 35px;
}
}
#root > footer {
margin: auto;
margin-top: 100px;
padding: 53.5px 0;
width: 1280px;
border-top: 1px solid #ffffff;
text-align: right;
font-family: DungGeunMo;
}
#root > footer > a {
color: #BFC500;
}
@media only screen and (max-width: 719px) {
#root > footer {
width: 80%;
}
}
#home {
position: relative;
}
#home #logo {
position: fixed;
left: 50px;
top: 0;
z-index: 1;
}
@media only screen and (max-width: 719px) {
#home #logo {
left: 0px;
}
}
#home > header {
height: 1440px;
background-image: url(/images/main.png);
background-repeat: no-repeat;
background-position: center top;
position: relative;
margin-bottom: 100px;
}
@media only screen and (max-width: 719px) {
#home > header {
height: auto;
background-size: 100% auto;
padding: 0 60px;
}
}
#home > header > .welcome {
padding-top: 484px;
font-family: DungGeunMo;
color: #BFC500;
text-shadow: 5px 5px 5px #656565;
text-align: center;
font-size: 50px;
}
@media only screen and (max-width: 719px) {
#home > header > .welcome {
padding-top: 400px;
text-align: left;
line-height: 1.5em;
}
}
#home > header > .intro {
margin-top: 12px;
font-size: 30px;
font-family: DungGeunMo;
text-align: center;
}
@media only screen and (max-width: 719px) {
#home > header > .intro {
text-align: left;
line-height: 1.5em;
}
}
#home > header > .slogan {
margin: auto;
margin-top: 429px;
width: 1130px;
}
#home > header > .slogan > .winner {
position: relative;
width: 1130px;
height: 120px;
margin-bottom: 20px;
}
#home > header > .slogan > .winner > img {
position: absolute;
left: 0;
top: 0;
}
#home > header > .slogan > .winner > span {
position: absolute;
left: 0;
top: 44px;
width: 1130px;
text-align: center;
color: #000000;
font-family: DungGeunMo;
}
#home > header > .slogan > .winner > span > a {
color: #BFC500;
text-decoration: underline;
}
@media only screen and (max-width: 719px) {
#home > header > .slogan > .winner > span {
width: 500px;
font-size: 22px;
line-height: 50px;
}
}
#home > header > .slogan > .winner > .mobile {
display: none;
}
@media only screen and (max-width: 719px) {
#home > header > .slogan > .winner {
width: 500px;
height: 180px;
font-size: 20px;
margin: auto;
margin-bottom: 20px;
}
#home > header > .slogan > .winner > .pc {
display: none;
}
#home > header > .slogan > .winner > .mobile {
display: block;
}
}
#home > header > .slogan > img {
float: left;
}
#home > header > .slogan > .panel {
float: right;
width: 900px;
height: 200px;
text-align: left;
padding: 20px;
font-size: 30px;
line-height: 1.5em;
padding-right: 100px;
font-family: DungGeunMo;
border: 5px solid #4B6F67;
box-shadow: 15px 15px 10px 0px #4b6f67;
background-color: #000000;
}
#home > header > .slogan > .panel-intro {
clear: both;
width: 1000px;
margin: auto;
padding-top: 40px;
font-family: DungGeunMo;
color: #BFC500;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
#home > header > .slogan {
margin-top: 80px;
width: auto;
}
#home > header > .slogan > img {
float: none;
margin-left: 80px;
margin-bottom: -20px;
width: 150px;
}
#home > header > .slogan > .panel {
float: none;
width: auto;
}
#home > header > .slogan > .panel-intro {
width: auto;
}
}
#home > section {
width: 1000px;
margin: auto;
padding: 80px 0;
}
@media only screen and (max-width: 719px) {
#home > section {
width: auto;
padding: 80px 40px;
}
}
#home > section > .banner {
margin-bottom: 40px;
text-align: center;
line-height: 0;
}
#home > section > h2 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#home > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#home > section p {
font-size: 30px;
word-break: break-all;
}
}
#home > section p a {
color: #BFC500;
}
#home > section > .loadmap {
width: 900px;
margin: auto;
margin-top: 100px;
}
@media only screen and (max-width: 719px) {
#home > section > .loadmap {
width: auto;
}
}
#home > section > .loadmap > h3 {
color: #00DCFF;
text-shadow: 5px 5px 5px #656565;
font-size: 50px;
font-family: DungGeunMo;
}
#home > section > .loadmap > p {
background-color: #121013;
height: 120px;
padding: 20px;
}
@media only screen and (max-width: 719px) {
#home > section > .loadmap > p {
height: 280px;
}
}
#home > section > .loadmap:nth-child(odd) > h3 {
text-align: right;
}
#home > section > .loadmap:nth-child(2) > p {
border: 5px solid #4B6F67;
box-shadow: 15px 15px 10px 0px #4b6f67;
}
#home > section > .loadmap:nth-child(3) > p {
border: 5px solid #756946;
box-shadow: 15px 15px 10px 0px #756946;
}
#home > section > .loadmap:nth-child(4) > p {
border: 5px solid #4F5258;
box-shadow: 15px 15px 10px 0px #4f5258;
}
#home > section > .loadmap:nth-child(5) > p {
border: 5px solid #707070;
box-shadow: 15px 15px 10px 0px #00dcff;
}
#home > section > .video {
margin: auto;
margin-top: 100px;
width: 1000px;
display: block;
}
@media only screen and (max-width: 719px) {
#home > section > .video {
width: 100%;
}
}
#mate {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#mate {
width: auto;
padding: 180px 40px;
}
}
#mate > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#mate > section {
margin-top: 80px;
}
#mate > section > h2 {
font-size: 40px;
color: #BFC500;
margin-bottom: 40px;
}
#mate > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#mate > section p {
font-size: 30px;
word-break: break-all;
}
}
#mate > section p a {
color: #BFC500;
}
#mate > section.mates > h2 {
font-size: 29px;
}
#mate > section.mates > .all {
display: block;
text-align: center;
margin-bottom: 40px;
}
@media only screen and (max-width: 719px) {
#mate > section.mates > .all > img {
width: 100%;
}
}
#matedetail {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#matedetail {
width: auto;
padding: 180px 40px;
}
}
#matedetail > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#matedetail > img {
display: block;
margin: auto;
margin-bottom: 70px;
}
#matedetail > p {
font-family: DungGeunMo;
line-height: 45px;
}
#matedetail > a {
font-family: DungGeunMo;
line-height: 45px;
color: #BFC500;
}
#matedetail > h3 {
margin-top: 70px;
margin-bottom: 40px;
font-size: 40px;
color: #BFC500;
}
#gallery {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#gallery {
width: auto;
padding: 180px 40px;
}
}
#gallery .mate-list:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
#gallery .mate-list > p {
margin-top: 20px;
text-align: center;
}
@media only screen and (max-width: 719px) {
#gallery .mate-list > p {
font-size: 30px;
word-break: break-all;
}
}
#gallery .menu-bar .filter {
display: block;
width: 100%;
height: 50px;
color: #ffffff;
background-color: #000000;
border: none;
font-size: 25px;
font-family: BankGothic;
}
#gallery .menu-bar .reset-filter {
margin-top: 20px;
display: block;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-transform: uppercase;
font-weight: bold;
padding: 24px 0;
text-align: center;
}
#activities {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#activities {
width: auto;
padding: 180px 40px;
}
}
#activities > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#activities > section {
margin-top: 80px;
}
#activities > section > h2 {
font-size: 30px;
color: #BFC500;
margin-bottom: 10px;
}
#activities > section > h2.ready {
color: #6E6E6E;
}
#activities > section > h2 > a {
color: inherit;
}
#activities > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#activities > section p {
font-size: 30px;
word-break: break-all;
}
}
#activities > section p a {
color: #BFC500;
}
#dogesound {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#dogesound {
width: auto;
padding: 180px 40px;
}
}
#dogesound > .top-image {
display: block;
margin: auto;
}
#dogesound > section {
margin-top: 80px;
}
#dogesound > section > h2 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#dogesound > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#dogesound > section p {
font-size: 30px;
word-break: break-all;
}
}
#dogesound > section p a {
color: #BFC500;
}
#dogesound > section p .important {
margin-left: 5px;
color: #DF3737;
text-decoration: underline;
}
#matename {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#matename {
width: auto;
padding: 180px 40px;
}
}
#matename > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#matename p {
margin-top: 80px;
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#matename p {
font-size: 30px;
word-break: break-all;
}
}
#matename p a {
color: #BFC500;
}
#matemessage {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#matemessage {
width: auto;
padding: 180px 40px;
}
}
#matemessage > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#matemessage p {
margin-top: 80px;
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#matemessage p {
font-size: 30px;
word-break: break-all;
}
}
#matemessage p a {
color: #BFC500;
}
#fully-on-chain {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#fully-on-chain {
width: auto;
padding: 180px 40px;
}
}
#fully-on-chain > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#fully-on-chain > section {
margin-top: 80px;
}
#fully-on-chain > section > h2 {
font-size: 30px;
color: #BFC500;
margin-bottom: 10px;
}
#fully-on-chain > section > h2.ready {
color: #6E6E6E;
}
#fully-on-chain > section > h2 > a {
color: inherit;
}
#fully-on-chain > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#fully-on-chain > section p {
font-size: 30px;
word-break: break-all;
}
}
#fully-on-chain > section p a {
color: #BFC500;
}
#terms {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#terms {
width: auto;
padding: 180px 40px;
}
}
#terms > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#terms > section {
margin-top: 80px;
}
#terms > section > h2 {
font-size: 40px;
color: #BFC500;
margin-bottom: 40px;
}
#terms > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#terms > section p {
font-size: 30px;
word-break: break-all;
}
}
#terms > section p a {
color: #BFC500;
}
.mate {
float: left;
position: relative;
width: 120px;
height: 120px;
background-size: 100% 100%;
color: #ffffff;
}
.mate > .id {
position: absolute;
left: 5px;
bottom: 0;
font-family: DungGeunMo;
}
.mate > .name {
position: absolute;
top: 0;
width: 100%;
text-align: center;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
}
.rank-list {
max-height: 500px;
overflow-y: scroll;
}
@media only screen and (max-width: 719px) {
.rank-list {
overflow-x: scroll;
}
}
.rank-list table {
width: 100%;
}
@media only screen and (max-width: 719px) {
.rank-list table {
width: 1280px;
}
}
.rank-list table thead {
color: #BFC500;
}
.rank-list table thead th {
text-align: left;
padding-bottom: 40px;
}
.rank-list table tbody {
font-family: DungGeunMo;
}
.rank-list table tbody td {
padding: 5px 0;
}
.doge-sound-contest > .message {
width: 760px;
margin: auto;
margin-bottom: 60px;
}
@media only screen and (max-width: 719px) {
.doge-sound-contest > .message {
width: auto;
}
}
.doge-sound-contest > .message > h4 {
font-family: DungGeunMo;
color: #BFC500;
font-size: 40px;
line-height: 1.2em;
}
.doge-sound-contest > .message > p {
margin-top: 60px;
font-family: DungGeunMo;
}
@media only screen and (max-width: 719px) {
.doge-sound-contest > .message > p {
word-break: break-all;
}
}
.doge-sound-contest > .holiday-vote-button {
display: block;
text-align: center;
width: 180px;
padding: 15px 0;
margin: auto;
color: #000000;
font-family: DungGeunMo;
background-color: #AFAFAF;
font-weight: bold;
}
.period-triangle {
position: relative;
height: 670px;
}
.period-triangle > img {
position: absolute;
left: 50%;
margin-left: -150px;
top: 140px;
}
.period-triangle h5 {
position: absolute;
font-family: DungGeunMo;
font-size: 30px;
width: 400px;
text-align: center;
}
.period-triangle h5.holiday {
left: 50%;
margin-left: calc(-200px + 200px);
top: 420px;
transform: rotate(-60deg);
}
.period-triangle h5.register {
left: 50%;
margin-left: calc(-200px - 200px);
top: 420px;
transform: rotate(60deg);
}
.period-triangle h5.vote {
left: 50%;
margin-left: -200px;
top: 80px;
}
.period-triangle h5.on {
color: #BFC500;
}
.register-candidate-form > span {
display: block;
font-family: DungGeunMo;
font-size: 20px;
margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > span {
font-size: 30px;
}
}
.register-candidate-form > input.slogan {
display: block;
margin-bottom: 30px;
width: 100%;
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > input.slogan {
font-size: 30px;
}
}
.register-candidate-form > .count-form {
display: flex;
justify-content: center;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > .count-form {
display: block;
}
}
.register-candidate-form > .count-form > input {
display: block;
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
width: 180px;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > .count-form > input {
font-size: 30px;
width: 220px;
margin: auto;
}
}
.register-candidate-form > .count-form > span {
display: block;
font-family: DungGeunMo;
padding: 22px 30px 0;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > .count-form > span {
font-size: 30px;
width: 220px;
padding: 30px 0;
text-align: center;
margin: auto;
}
}
.register-candidate-form > .count-form > a {
display: block;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-align: center;
width: 180px;
padding: 15px 0;
font-family: DungGeunMo;
font-weight: bold;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > .count-form > a {
width: 220px;
margin: auto;
}
}
.vote-button {
display: flex;
justify-content: center;
}
@media only screen and (max-width: 719px) {
.vote-button {
display: block;
}
}
.vote-button > input {
display: block;
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
width: 180px;
}
@media only screen and (max-width: 719px) {
.vote-button > input {
font-size: 30px;
width: 220px;
margin: auto;
}
}
.vote-button > span {
display: block;
font-family: DungGeunMo;
padding: 22px 30px 0;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.vote-button > span {
font-size: 30px;
width: 220px;
padding: 30px 0;
text-align: center;
margin: auto;
}
}
.vote-button > a {
display: block;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-align: center;
width: 180px;
padding: 15px 0;
font-family: DungGeunMo;
font-weight: bold;
}
@media only screen and (max-width: 719px) {
.vote-button > a {
width: 220px;
margin: auto;
}
}
.candidate-list {
margin-top: 90px;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.candidate-list {
font-size: 30px;
}
}
.candidate-list > p {
width: 760px;
margin: auto;
font-family: DungGeunMo;
}
@media only screen and (max-width: 719px) {
.candidate-list > p {
width: auto;
}
}
.candidate-list > ul {
margin-top: 60px;
}
.candidate-list > ul > li {
position: relative;
margin-bottom: 30px;
}
.candidate-list > ul > li > input {
position: absolute;
left: -40px;
top: 15px;
transform: scale(2);
}
.candidate-list > ul > li > h6 {
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
}
.candidate-list > ul > li > span {
margin-top: 10px;
display: block;
text-align: center;
font-family: DungGeunMo;
}
.mate-message-list {
max-height: 500px;
overflow-y: scroll;
}
@media only screen and (max-width: 719px) {
.mate-message-list {
overflow-x: scroll;
}
}
.mate-message-list table {
width: 100%;
}
@media only screen and (max-width: 719px) {
.mate-message-list table {
width: 1280px;
}
}
.mate-message-list table thead {
color: #BFC500;
}
.mate-message-list table thead th {
text-align: left;
padding-bottom: 20px;
font-size: 25px;
}
.mate-message-list table tbody {
font-family: DungGeunMo;
}
.mate-message-list table tbody td {
padding: 5px 0;
}
.name-form {
margin-top: 100px;
margin-bottom: 145px;
}
.name-form > .content {
display: flex;
justify-content: center;
height: 60px;
}
@media only screen and (max-width: 719px) {
.name-form > .content {
display: block;
height: auto;
}
}
.name-form > .content > input {
display: block;
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
width: 180px;
}
@media only screen and (max-width: 719px) {
.name-form > .content > input {
font-size: 30px;
width: 320px;
margin: auto;
}
}
.name-form > .content > span {
display: block;
font-family: DungGeunMo;
padding: 22px 30px 0;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.name-form > .content > span {
font-size: 30px;
width: 320px;
padding: 30px 0;
text-align: center;
margin: auto;
}
}
.name-form > .error {
color: red;
text-align: center;
}
.name-form > .terms {
margin-top: 80px;
}
.name-form > .terms:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
.name-form > .terms > input {
float: left;
width: 30px;
height: 30px;
}
.name-form > .terms > p {
float: right;
width: calc(100% - 60px);
margin-top: 0 !important;
}
.name-form > a {
display: block;
margin: auto;
margin-top: 50px;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-align: center;
width: 180px;
padding: 15px 0;
font-family: DungGeunMo;
font-weight: bold;
}
@media only screen and (max-width: 719px) {
.name-form > a {
width: 320px;
margin: auto;
}
}
.message-form {
margin-top: 100px;
margin-bottom: 145px;
}
.message-form > .content > input {
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
width: 180px;
height: 60px;
}
.message-form > .content > input.message {
display: block;
width: 100%;
margin-top: 40px;
margin-bottom: 40px;
}
.message-form > .content > input.mate-id {
margin-right: 15px;
}
@media only screen and (max-width: 719px) {
.message-form > .content > input.mate-id {
margin: auto;
margin-bottom: 40px;
}
}
@media only screen and (max-width: 719px) {
.message-form > .content > input {
font-size: 30px;
width: 350px !important;
margin: auto;
}
}
.message-form > .content > span {
font-family: DungGeunMo;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.message-form > .content > span {
font-size: 30px;
width: 350px;
margin: auto;
}
}
@media only screen and (max-width: 719px) {
.message-form > .content {
width: 350px;
margin: auto;
}
}
.message-form > .error {
color: red;
text-align: center;
}
.message-form > .terms {
margin-top: 80px;
}
.message-form > .terms:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
.message-form > .terms > input {
float: left;
width: 30px;
height: 30px;
}
.message-form > .terms > p {
float: right;
width: calc(100% - 60px);
margin-top: 0 !important;
}
.message-form > a {
display: block;
margin: auto;
margin-top: 50px;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-align: center;
width: 180px;
padding: 15px 0;
font-family: DungGeunMo;
font-weight: bold;
}
@media only screen and (max-width: 719px) {
.message-form > a {
width: 320px;
margin: auto;
margin-top: 20px;
}
}
.owned-mates > .mate-list:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
.load-image-form > .form {
margin-top: 100px;
margin-bottom: 145px;
display: flex;
justify-content: center;
}
@media only screen and (max-width: 719px) {
.load-image-form > .form {
display: block;
}
}
.load-image-form > .form > input {
display: block;
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
width: 180px;
}
@media only screen and (max-width: 719px) {
.load-image-form > .form > input {
font-size: 30px;
width: 220px;
margin: auto;
}
}
.load-image-form > .form > span {
display: block;
font-family: DungGeunMo;
padding: 22px 30px 0;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.load-image-form > .form > span {
font-size: 30px;
width: 420px;
padding: 30px 0;
text-align: center;
margin: auto;
}
}
.load-image-form > .form > a {
display: block;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-align: center;
width: 180px;
padding: 15px 0;
font-family: DungGeunMo;
font-weight: bold;
}
@media only screen and (max-width: 719px) {
.load-image-form > .form > a {
width: 220px;
margin: auto;
}
}
.load-image-form > .info > img {
display: block;
margin: auto;
width: 300px;
image-rendering: pixelated;
}
.load-image-form > .info > p {
margin-top: 38px;
font-family: DungGeunMo;
text-align: center;
} | docs/bundle.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
*,
*:focus {
outline: 0;
}
html {
-webkit-tap-highlight-color: transparent;
}
a,
button,
input[type=button],
input[type=submit],
input[type=reset] {
cursor: pointer;
}
button,
input {
border: none;
}
[hidden] {
display: none !important;
}
[contenteditable] {
-webkit-tap-highlight-color: transparent;
}
.float-wrapper:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
@font-face {
font-family: 'BankGothic';
src: url("../fonts/bankgothic.woff2") format("woff2"), url("../fonts/bankgothic.woff") format("woff");
}
@font-face {
font-family: 'DungGeunMo';
src: url("../fonts/neodgm.woff2") format("woff2"), url("../fonts/neodgm.woff") format("woff");
}
body {
font-family: BankGothic;
background-color: #000000;
color: #FFFFFF;
font-size: 30px;
min-width: 1280px;
}
a {
text-decoration: inherit;
}
@media only screen and (max-width: 959px) {
body {
zoom: 0.5;
}
}
@media only screen and (max-width: 719px) {
body {
min-width: auto;
}
}
#root {
position: relative;
}
#root > header {
position: absolute;
top: 0;
left: 0;
z-index: 3;
width: 100%;
display: flex;
justify-content: center;
padding: 30px 0;
}
#root > header > a {
padding: 0 50px;
color: #06BC00;
font-size: 25px;
}
#root > header > a.ready {
color: #6D6D6D;
}
@media only screen and (max-width: 719px) {
#root > header {
width: 280px;
padding: 10px;
top: 104px;
left: auto;
right: 40px;
margin-left: 0;
background-color: #000000;
border: 1px solid #A1A1A1;
display: block;
}
#root > header > a {
padding: 10px 0;
display: block;
text-align: center;
}
#root > header.showing {
display: block;
}
#root > header.hiding {
display: none;
}
}
#root > header > .language {
position: absolute;
top: 30px;
right: 60px;
z-index: 2;
color: #BFC500;
font-family: DungGeunMo;
font-size: 25px;
}
#root > header > .language > select {
color: #BFC500;
font-family: DungGeunMo;
background-color: #000000;
border: none;
font-size: 25px;
}
@media only screen and (max-width: 719px) {
#root > header > .language {
padding: 10px 0;
position: relative;
top: auto;
right: auto;
}
}
#root .menu-button {
display: none;
position: fixed;
right: 10px;
top: 12px;
z-index: 2;
padding: 10px;
zoom: 2;
}
#root .menu-button img {
display: block;
}
@media only screen and (max-width: 719px) {
#root .menu-button {
display: block;
}
}
#root .menu-bar {
position: absolute;
top: 120px;
left: 60px;
z-index: 2;
width: 300px;
}
#root .menu-bar > h4 {
font-size: 50px;
}
#root .menu-bar > .menus > .menu {
margin-top: 30px;
color: #FFFFFF;
font-size: 25px;
}
#root .menu-bar > .menus > .menu.on {
color: #FBFF72;
}
#root .menu-bar > .menus > .menu.ready {
color: #6E6E6E;
}
#root .menu-bar > .menus > .menu > a {
color: inherit;
}
@media only screen and (max-width: 719px) {
#root .menu-bar {
position: relative;
top: auto;
left: auto;
width: auto;
padding: 0 20px;
margin-bottom: 100px;
}
#root .menu-bar > .menus > .menu {
font-size: 35px;
}
}
#root > footer {
margin: auto;
margin-top: 100px;
padding: 53.5px 0;
width: 1280px;
border-top: 1px solid #ffffff;
text-align: right;
font-family: DungGeunMo;
}
#root > footer > a {
color: #BFC500;
}
@media only screen and (max-width: 719px) {
#root > footer {
width: 80%;
}
}
#home {
position: relative;
}
#home #logo {
position: fixed;
left: 50px;
top: 0;
z-index: 1;
}
@media only screen and (max-width: 719px) {
#home #logo {
left: 0px;
}
}
#home > header {
height: 1440px;
background-image: url(/images/main.png);
background-repeat: no-repeat;
background-position: center top;
position: relative;
margin-bottom: 100px;
}
@media only screen and (max-width: 719px) {
#home > header {
height: auto;
background-size: 100% auto;
padding: 0 60px;
}
}
#home > header > .welcome {
padding-top: 484px;
font-family: DungGeunMo;
color: #BFC500;
text-shadow: 5px 5px 5px #656565;
text-align: center;
font-size: 50px;
}
@media only screen and (max-width: 719px) {
#home > header > .welcome {
padding-top: 400px;
text-align: left;
line-height: 1.5em;
}
}
#home > header > .intro {
margin-top: 12px;
font-size: 30px;
font-family: DungGeunMo;
text-align: center;
}
@media only screen and (max-width: 719px) {
#home > header > .intro {
text-align: left;
line-height: 1.5em;
}
}
#home > header > .slogan {
margin: auto;
margin-top: 429px;
width: 1130px;
}
#home > header > .slogan > .winner {
position: relative;
width: 1130px;
height: 120px;
margin-bottom: 20px;
}
#home > header > .slogan > .winner > img {
position: absolute;
left: 0;
top: 0;
}
#home > header > .slogan > .winner > span {
position: absolute;
left: 0;
top: 44px;
width: 1130px;
text-align: center;
color: #000000;
font-family: DungGeunMo;
}
#home > header > .slogan > .winner > span > a {
color: #BFC500;
text-decoration: underline;
}
@media only screen and (max-width: 719px) {
#home > header > .slogan > .winner > span {
width: 500px;
font-size: 22px;
line-height: 50px;
}
}
#home > header > .slogan > .winner > .mobile {
display: none;
}
@media only screen and (max-width: 719px) {
#home > header > .slogan > .winner {
width: 500px;
height: 180px;
font-size: 20px;
margin: auto;
margin-bottom: 20px;
}
#home > header > .slogan > .winner > .pc {
display: none;
}
#home > header > .slogan > .winner > .mobile {
display: block;
}
}
#home > header > .slogan > img {
float: left;
}
#home > header > .slogan > .panel {
float: right;
width: 900px;
height: 200px;
text-align: left;
padding: 20px;
font-size: 30px;
line-height: 1.5em;
padding-right: 100px;
font-family: DungGeunMo;
border: 5px solid #4B6F67;
box-shadow: 15px 15px 10px 0px #4b6f67;
background-color: #000000;
}
#home > header > .slogan > .panel-intro {
clear: both;
width: 1000px;
margin: auto;
padding-top: 40px;
font-family: DungGeunMo;
color: #BFC500;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
#home > header > .slogan {
margin-top: 80px;
width: auto;
}
#home > header > .slogan > img {
float: none;
margin-left: 80px;
margin-bottom: -20px;
width: 150px;
}
#home > header > .slogan > .panel {
float: none;
width: auto;
}
#home > header > .slogan > .panel-intro {
width: auto;
}
}
#home > section {
width: 1000px;
margin: auto;
padding: 80px 0;
}
@media only screen and (max-width: 719px) {
#home > section {
width: auto;
padding: 80px 40px;
}
}
#home > section > .banner {
margin-bottom: 40px;
text-align: center;
line-height: 0;
}
#home > section > h2 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#home > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#home > section p {
font-size: 30px;
word-break: break-all;
}
}
#home > section p a {
color: #BFC500;
}
#home > section > .loadmap {
width: 900px;
margin: auto;
margin-top: 100px;
}
@media only screen and (max-width: 719px) {
#home > section > .loadmap {
width: auto;
}
}
#home > section > .loadmap > h3 {
color: #00DCFF;
text-shadow: 5px 5px 5px #656565;
font-size: 50px;
font-family: DungGeunMo;
}
#home > section > .loadmap > p {
background-color: #121013;
height: 120px;
padding: 20px;
}
@media only screen and (max-width: 719px) {
#home > section > .loadmap > p {
height: 280px;
}
}
#home > section > .loadmap:nth-child(odd) > h3 {
text-align: right;
}
#home > section > .loadmap:nth-child(2) > p {
border: 5px solid #4B6F67;
box-shadow: 15px 15px 10px 0px #4b6f67;
}
#home > section > .loadmap:nth-child(3) > p {
border: 5px solid #756946;
box-shadow: 15px 15px 10px 0px #756946;
}
#home > section > .loadmap:nth-child(4) > p {
border: 5px solid #4F5258;
box-shadow: 15px 15px 10px 0px #4f5258;
}
#home > section > .loadmap:nth-child(5) > p {
border: 5px solid #707070;
box-shadow: 15px 15px 10px 0px #00dcff;
}
#home > section > .video {
margin: auto;
margin-top: 100px;
width: 1000px;
display: block;
}
@media only screen and (max-width: 719px) {
#home > section > .video {
width: 100%;
}
}
#mate {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#mate {
width: auto;
padding: 180px 40px;
}
}
#mate > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#mate > section {
margin-top: 80px;
}
#mate > section > h2 {
font-size: 40px;
color: #BFC500;
margin-bottom: 40px;
}
#mate > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#mate > section p {
font-size: 30px;
word-break: break-all;
}
}
#mate > section p a {
color: #BFC500;
}
#mate > section.mates > h2 {
font-size: 29px;
}
#mate > section.mates > .all {
display: block;
text-align: center;
margin-bottom: 40px;
}
@media only screen and (max-width: 719px) {
#mate > section.mates > .all > img {
width: 100%;
}
}
#matedetail {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#matedetail {
width: auto;
padding: 180px 40px;
}
}
#matedetail > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#matedetail > img {
display: block;
margin: auto;
margin-bottom: 70px;
}
#matedetail > p {
font-family: DungGeunMo;
line-height: 45px;
}
#matedetail > a {
font-family: DungGeunMo;
line-height: 45px;
color: #BFC500;
}
#matedetail > h3 {
margin-top: 70px;
margin-bottom: 40px;
font-size: 40px;
color: #BFC500;
}
#gallery {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#gallery {
width: auto;
padding: 180px 40px;
}
}
#gallery .mate-list:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
#gallery .mate-list > p {
margin-top: 20px;
text-align: center;
}
@media only screen and (max-width: 719px) {
#gallery .mate-list > p {
font-size: 30px;
word-break: break-all;
}
}
#gallery .menu-bar .filter {
display: block;
width: 100%;
height: 50px;
color: #ffffff;
background-color: #000000;
border: none;
font-size: 25px;
font-family: BankGothic;
}
#gallery .menu-bar .reset-filter {
margin-top: 20px;
display: block;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-transform: uppercase;
font-weight: bold;
padding: 24px 0;
text-align: center;
}
#activities {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#activities {
width: auto;
padding: 180px 40px;
}
}
#activities > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#activities > section {
margin-top: 80px;
}
#activities > section > h2 {
font-size: 30px;
color: #BFC500;
margin-bottom: 10px;
}
#activities > section > h2.ready {
color: #6E6E6E;
}
#activities > section > h2 > a {
color: inherit;
}
#activities > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#activities > section p {
font-size: 30px;
word-break: break-all;
}
}
#activities > section p a {
color: #BFC500;
}
#dogesound {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#dogesound {
width: auto;
padding: 180px 40px;
}
}
#dogesound > .top-image {
display: block;
margin: auto;
}
#dogesound > section {
margin-top: 80px;
}
#dogesound > section > h2 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#dogesound > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#dogesound > section p {
font-size: 30px;
word-break: break-all;
}
}
#dogesound > section p a {
color: #BFC500;
}
#dogesound > section p .important {
margin-left: 5px;
color: #DF3737;
text-decoration: underline;
}
#matename {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#matename {
width: auto;
padding: 180px 40px;
}
}
#matename > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#matename p {
margin-top: 80px;
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#matename p {
font-size: 30px;
word-break: break-all;
}
}
#matename p a {
color: #BFC500;
}
#matemessage {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#matemessage {
width: auto;
padding: 180px 40px;
}
}
#matemessage > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#matemessage p {
margin-top: 80px;
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#matemessage p {
font-size: 30px;
word-break: break-all;
}
}
#matemessage p a {
color: #BFC500;
}
#fully-on-chain {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#fully-on-chain {
width: auto;
padding: 180px 40px;
}
}
#fully-on-chain > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#fully-on-chain > section {
margin-top: 80px;
}
#fully-on-chain > section > h2 {
font-size: 30px;
color: #BFC500;
margin-bottom: 10px;
}
#fully-on-chain > section > h2.ready {
color: #6E6E6E;
}
#fully-on-chain > section > h2 > a {
color: inherit;
}
#fully-on-chain > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#fully-on-chain > section p {
font-size: 30px;
word-break: break-all;
}
}
#fully-on-chain > section p a {
color: #BFC500;
}
#terms {
width: 1000px;
padding: 180px 0;
margin: auto;
}
@media only screen and (max-width: 719px) {
#terms {
width: auto;
padding: 180px 40px;
}
}
#terms > h1 {
font-size: 40px;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
margin-bottom: 40px;
text-align: center;
}
#terms > section {
margin-top: 80px;
}
#terms > section > h2 {
font-size: 40px;
color: #BFC500;
margin-bottom: 40px;
}
#terms > section p {
font-size: 20px;
line-height: 2em;
}
@media only screen and (max-width: 719px) {
#terms > section p {
font-size: 30px;
word-break: break-all;
}
}
#terms > section p a {
color: #BFC500;
}
.mate {
float: left;
position: relative;
width: 120px;
height: 120px;
background-size: 100% 100%;
color: #ffffff;
}
.mate > .id {
position: absolute;
left: 5px;
bottom: 0;
font-family: DungGeunMo;
}
.mate > .name {
position: absolute;
top: 0;
width: 100%;
text-align: center;
font-family: DungGeunMo;
color: #FF00F6;
text-shadow: 5px 5px 5px #656565;
}
.rank-list {
max-height: 500px;
overflow-y: scroll;
}
@media only screen and (max-width: 719px) {
.rank-list {
overflow-x: scroll;
}
}
.rank-list table {
width: 100%;
}
@media only screen and (max-width: 719px) {
.rank-list table {
width: 1280px;
}
}
.rank-list table thead {
color: #BFC500;
}
.rank-list table thead th {
text-align: left;
padding-bottom: 40px;
}
.rank-list table tbody {
font-family: DungGeunMo;
}
.rank-list table tbody td {
padding: 5px 0;
}
.doge-sound-contest > .message {
width: 760px;
margin: auto;
margin-bottom: 60px;
}
@media only screen and (max-width: 719px) {
.doge-sound-contest > .message {
width: auto;
}
}
.doge-sound-contest > .message > h4 {
font-family: DungGeunMo;
color: #BFC500;
font-size: 40px;
line-height: 1.2em;
}
.doge-sound-contest > .message > p {
margin-top: 60px;
font-family: DungGeunMo;
}
@media only screen and (max-width: 719px) {
.doge-sound-contest > .message > p {
word-break: break-all;
}
}
.doge-sound-contest > .holiday-vote-button {
display: block;
text-align: center;
width: 180px;
padding: 15px 0;
margin: auto;
color: #000000;
font-family: DungGeunMo;
background-color: #AFAFAF;
font-weight: bold;
}
.period-triangle {
position: relative;
height: 670px;
}
.period-triangle > img {
position: absolute;
left: 50%;
margin-left: -150px;
top: 140px;
}
.period-triangle h5 {
position: absolute;
font-family: DungGeunMo;
font-size: 30px;
width: 400px;
text-align: center;
}
.period-triangle h5.holiday {
left: 50%;
margin-left: calc(-200px + 200px);
top: 420px;
transform: rotate(-60deg);
}
.period-triangle h5.register {
left: 50%;
margin-left: calc(-200px - 200px);
top: 420px;
transform: rotate(60deg);
}
.period-triangle h5.vote {
left: 50%;
margin-left: -200px;
top: 80px;
}
.period-triangle h5.on {
color: #BFC500;
}
.register-candidate-form > span {
display: block;
font-family: DungGeunMo;
font-size: 20px;
margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > span {
font-size: 30px;
}
}
.register-candidate-form > input.slogan {
display: block;
margin-bottom: 30px;
width: 100%;
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > input.slogan {
font-size: 30px;
}
}
.register-candidate-form > .count-form {
display: flex;
justify-content: center;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > .count-form {
display: block;
}
}
.register-candidate-form > .count-form > input {
display: block;
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
width: 180px;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > .count-form > input {
font-size: 30px;
width: 220px;
margin: auto;
}
}
.register-candidate-form > .count-form > span {
display: block;
font-family: DungGeunMo;
padding: 22px 30px 0;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > .count-form > span {
font-size: 30px;
width: 220px;
padding: 30px 0;
text-align: center;
margin: auto;
}
}
.register-candidate-form > .count-form > a {
display: block;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-align: center;
width: 180px;
padding: 15px 0;
font-family: DungGeunMo;
font-weight: bold;
}
@media only screen and (max-width: 719px) {
.register-candidate-form > .count-form > a {
width: 220px;
margin: auto;
}
}
.vote-button {
display: flex;
justify-content: center;
}
@media only screen and (max-width: 719px) {
.vote-button {
display: block;
}
}
.vote-button > input {
display: block;
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
width: 180px;
}
@media only screen and (max-width: 719px) {
.vote-button > input {
font-size: 30px;
width: 220px;
margin: auto;
}
}
.vote-button > span {
display: block;
font-family: DungGeunMo;
padding: 22px 30px 0;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.vote-button > span {
font-size: 30px;
width: 220px;
padding: 30px 0;
text-align: center;
margin: auto;
}
}
.vote-button > a {
display: block;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-align: center;
width: 180px;
padding: 15px 0;
font-family: DungGeunMo;
font-weight: bold;
}
@media only screen and (max-width: 719px) {
.vote-button > a {
width: 220px;
margin: auto;
}
}
.candidate-list {
margin-top: 90px;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.candidate-list {
font-size: 30px;
}
}
.candidate-list > p {
width: 760px;
margin: auto;
font-family: DungGeunMo;
}
@media only screen and (max-width: 719px) {
.candidate-list > p {
width: auto;
}
}
.candidate-list > ul {
margin-top: 60px;
}
.candidate-list > ul > li {
position: relative;
margin-bottom: 30px;
}
.candidate-list > ul > li > input {
position: absolute;
left: -40px;
top: 15px;
transform: scale(2);
}
.candidate-list > ul > li > h6 {
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
}
.candidate-list > ul > li > span {
margin-top: 10px;
display: block;
text-align: center;
font-family: DungGeunMo;
}
.mate-message-list {
max-height: 500px;
overflow-y: scroll;
}
@media only screen and (max-width: 719px) {
.mate-message-list {
overflow-x: scroll;
}
}
.mate-message-list table {
width: 100%;
}
@media only screen and (max-width: 719px) {
.mate-message-list table {
width: 1280px;
}
}
.mate-message-list table thead {
color: #BFC500;
}
.mate-message-list table thead th {
text-align: left;
padding-bottom: 20px;
font-size: 25px;
}
.mate-message-list table tbody {
font-family: DungGeunMo;
}
.mate-message-list table tbody td {
padding: 5px 0;
}
.name-form {
margin-top: 100px;
margin-bottom: 145px;
}
.name-form > .content {
display: flex;
justify-content: center;
height: 60px;
}
@media only screen and (max-width: 719px) {
.name-form > .content {
display: block;
height: auto;
}
}
.name-form > .content > input {
display: block;
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
width: 180px;
}
@media only screen and (max-width: 719px) {
.name-form > .content > input {
font-size: 30px;
width: 320px;
margin: auto;
}
}
.name-form > .content > span {
display: block;
font-family: DungGeunMo;
padding: 22px 30px 0;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.name-form > .content > span {
font-size: 30px;
width: 320px;
padding: 30px 0;
text-align: center;
margin: auto;
}
}
.name-form > .error {
color: red;
text-align: center;
}
.name-form > .terms {
margin-top: 80px;
}
.name-form > .terms:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
.name-form > .terms > input {
float: left;
width: 30px;
height: 30px;
}
.name-form > .terms > p {
float: right;
width: calc(100% - 60px);
margin-top: 0 !important;
}
.name-form > a {
display: block;
margin: auto;
margin-top: 50px;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-align: center;
width: 180px;
padding: 15px 0;
font-family: DungGeunMo;
font-weight: bold;
}
@media only screen and (max-width: 719px) {
.name-form > a {
width: 320px;
margin: auto;
}
}
.message-form {
margin-top: 100px;
margin-bottom: 145px;
}
.message-form > .content > input {
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
width: 180px;
height: 60px;
}
.message-form > .content > input.message {
display: block;
width: 100%;
margin-top: 40px;
margin-bottom: 40px;
}
.message-form > .content > input.mate-id {
margin-right: 15px;
}
@media only screen and (max-width: 719px) {
.message-form > .content > input.mate-id {
margin: auto;
margin-bottom: 40px;
}
}
@media only screen and (max-width: 719px) {
.message-form > .content > input {
font-size: 30px;
width: 350px !important;
margin: auto;
}
}
.message-form > .content > span {
font-family: DungGeunMo;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.message-form > .content > span {
font-size: 30px;
width: 350px;
margin: auto;
}
}
@media only screen and (max-width: 719px) {
.message-form > .content {
width: 350px;
margin: auto;
}
}
.message-form > .error {
color: red;
text-align: center;
}
.message-form > .terms {
margin-top: 80px;
}
.message-form > .terms:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
.message-form > .terms > input {
float: left;
width: 30px;
height: 30px;
}
.message-form > .terms > p {
float: right;
width: calc(100% - 60px);
margin-top: 0 !important;
}
.message-form > a {
display: block;
margin: auto;
margin-top: 50px;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-align: center;
width: 180px;
padding: 15px 0;
font-family: DungGeunMo;
font-weight: bold;
}
@media only screen and (max-width: 719px) {
.message-form > a {
width: 320px;
margin: auto;
margin-top: 20px;
}
}
.owned-mates > .mate-list:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
.load-image-form > .form {
margin-top: 100px;
margin-bottom: 145px;
display: flex;
justify-content: center;
}
@media only screen and (max-width: 719px) {
.load-image-form > .form {
display: block;
}
}
.load-image-form > .form > input {
display: block;
color: #ffffff;
background-color: transparent;
font-family: DungGeunMo;
padding: 10px;
border: 2px solid #ffffff;
text-align: center;
font-size: 20px;
width: 180px;
}
@media only screen and (max-width: 719px) {
.load-image-form > .form > input {
font-size: 30px;
width: 220px;
margin: auto;
}
}
.load-image-form > .form > span {
display: block;
font-family: DungGeunMo;
padding: 22px 30px 0;
font-size: 20px;
}
@media only screen and (max-width: 719px) {
.load-image-form > .form > span {
font-size: 30px;
width: 420px;
padding: 30px 0;
text-align: center;
margin: auto;
}
}
.load-image-form > .form > a {
display: block;
font-size: 30px;
color: #000000;
background-color: #FBFF72;
box-shadow: 10px 10px 0px 0px #BFC500;
text-align: center;
width: 180px;
padding: 15px 0;
font-family: DungGeunMo;
font-weight: bold;
}
@media only screen and (max-width: 719px) {
.load-image-form > .form > a {
width: 220px;
margin: auto;
}
}
.load-image-form > .info > img {
display: block;
margin: auto;
width: 300px;
image-rendering: pixelated;
}
.load-image-form > .info > p {
margin-top: 38px;
font-family: DungGeunMo;
text-align: center;
} | 0.276105 | 0.061171 |
::-moz-selection {
background: #e1e8ef;
color: #4e5c6c
}
::selection {
background: #e1e8ef;
color: #4e5c6c
}
body {
/*background-color: #343a40;*/
color: #444
}
a {
color: #dd574c
}
a:hover, a:focus {
color: #C1443B;
outline: none
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
color: #454B52
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, .h1 a:focus, .h2 a:focus, .h3 a:focus, .h4 a:focus, .h5 a:focus, .h6 a:focus {
color: #6B727B
}
header {
background-color: #292d32
}
header .subheader {
color: #7B8796
}
header h1.logo a.default_logo {
background-image: url(http://cdn.vervethemes.com/demos/semantic/wp-content/themes/semantic/images/bluish-grey/default_logo.png)
}
header nav.navbar-default {
background-color: #292d32
}
header nav.navbar-default .navbar-nav li a {
color: #b8bfc7
}
header nav.navbar-default .navbar-nav li a:hover {
color: #FFF
}
header nav.navbar-default .navbar-nav .current-menu-item > a {
color: #FFF
}
header ul.sub-menu {
background: #292d32
}
header ul.sub-menu li a {
color: #999
}
header ul.sub-menu li a:hover {
color: #FFF
}
header .navbar-default .navbar-toggle {
background: none;
border: none
}
header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus {
background: none;
border: none
}
header .navbar-toggle .icon-text, header .navbar-toggle .menu-burger {
color: #b5bdc7
}
header .navbar-toggle:hover .icon-text, header .navbar-toggle:hover .menu-burger {
color: #fff
}
header .navbar-default .navbar-collapse {
box-shadow: none
}
.tp-search-input-wrap input[type="search"] {
background: #343a40;
color: #fff
}
.tp-search i.fa-search {
color: #b8bfc7
}
.tp-search i.fa-search:hover {
color: #fff
}
.tp-search-input-wrap input[type="search"]::-webkit-input-placeholder {
font-style: italic;
color: #b8bfc7
}
.tp-search-input-wrap input[type="search"]::-moz-placeholder {
font-style: italic;
color: #b8bfc7
}
.tp-search-input-wrap input[type="search"]:-ms-input-placeholder {
font-style: italic;
color: #b8bfc7
}
#homepage-intro h1, #homepage-intro h2, #homepage-intro h3, #homepage-intro h4, #homepage-intro h5, #homepage-intro h6 {
color: #eceff3
}
#homepage-intro, #homepage-intro p {
color: #b5bdc7
}
article p.read-more a {
background: #CCCCCC;
color: #797979;
}
article p.read-more a:hover {
background: #DDDDDD;
color: white;
}
h2.archive-title {
color: #eceff3
}
.breadcrumb {
background: #292d32
}
.breadcrumb, .breadcrumb > .active {
color: #707984
}
.breadcrumb a {
color: #e3ecf4
}
.breadcrumb span.divider {
color: #707984
}
#content-wrapper-inner {
background: #fbfbfb
}
#content-wrapper-inner #content {
background: #fff
}
.entry-quotes-list {
background: #262C33
}
.entry-quotes-list blockquote {
color: #e2ebf6
}
.entry-quotes-list cite, .entry-quotes-list cite a {
color: #89929d
}
.entry-quotes-list cite a:hover {
color: #89929d
}
.entry-quotes-list .carousel-indicators li {
border-color: #b5bdc7
}
.entry-quotes-list .carousel-indicators li.active {
background: #b5bdc7
}
.post-meta {
color: #999
}
.post-meta a {
color: #999
}
.post-meta a:hover, .post-meta a:focus {
color: #545454
}
.post-content blockquote {
border-left: 10px solid #eee;
color: #888
}
#vt-social-sharer span {
color: #999
}
#vt-social-sharer a {
color: #fff
}
#vt-social-sharer a.ss-fb {
background: #3b5998
}
#vt-social-sharer a.ss-tt {
background: #4099ff
}
#vt-social-sharer a.ss-pt {
background: #c92228
}
#vt-social-sharer a.ss-gplus {
background: #d34836
}
#author-infobox .author-social a {
color: #bbb
}
#author-infobox .author-social a:hover, #author-infobox .author-social a:focus {
color: #545454
}
#comment-section h3 a {
color: #dd574c
}
#comment-section h3 a:hover, #comment-section h3 a:focus {
color: #C1443B
}
#comment-section #comments-list .comment {
border-bottom: 1px solid #EEE
}
.comment-reply-link {
background: #eee;
color: #9a9a9a
}
.comment-reply-link:hover, .comment-reply-link:focus {
background: #747474;
color: #f9f9f9
}
.bypostauthor .byauthor, .byauthor {
background: #4285a9;
color: #FFF
}
.pagination > li > a, .pagination > li > span {
border-left: 1px solid #e3ecf4;
color: #707d8c
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
color: #292d32
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background: #7b8796;
color: #FFF;
border-color: #7b8796
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
background: #fff
}
.blog-listing article .entry-content {
background: #fff
}
.blog-listing .post-meta {
color: #9c9c9c
}
.blog-listing .post-meta a {
color: #dd574c
}
.blog-listing .post-meta a:hover, .blog-listing .post-meta a:focus {
color: #C1443B
}
aside#sidebar {
color: #7F7F7F
}
aside#sidebar h4.widgettitle {
color: #666
}
aside > ul > li li {
border-bottom: 1px solid #e6e6e6
}
aside > ul > li li:last-child {
border: none
}
aside#sidebar li li a {
color: #444
}
aside#sidebar li li a:hover, aside#sidebar li li a:focus {
color: #666
}
aside .form-search .search-submit {
background: #dd574c;
color: #fff;
border: 1px solid #dd574c
}
aside .form-search .search-submit:hover, .form-search .search-submit:active, .form-search .search-submit:focus {
background-color: #C1443B;
color: #FFF;
border: 1px solid #C1443B
}
aside input[type="text"] {
background: #FFF;
border: 1px solid #e6e6e6
}
aside input[type="text"]:focus {
background: #FFF;
border: 1px solid #ccc
}
aside#footer-bar input[type="text"], aside#footer-bar textarea {
border: 1px solid #fff;
color: #292d32
}
aside#footer-bar input[type="text"]:hover, aside#footer-bar input[type="text"]:focus {
border: 1px solid #fff
}
aside#sidebar input[type="text"]::-webkit-input-placeholder {
font-style: italic;
color: #c6c6c6
}
aside#sidebar input[type="text"]::-moz-placeholder {
font-style: italic;
color: #c6c6c6
}
aside#sidebar input[type="text"]:-ms-input-placeholder {
font-style: italic;
color: #c6c6c6
}
aside#footer-bar input[type="text"]::-webkit-input-placeholder {
font-style: italic;
color: #c6c6c6
}
aside#footer-bar input[type="text"]::-moz-placeholder {
font-style: italic;
color: #c6c6c6
}
aside#footer-bar input[type="text"]:-ms-input-placeholder {
font-style: italic;
color: #c6c6c6
}
a.sm-tiny-wrapper img {
background: #fff;
border: 1px solid #dfdfdf
}
aside#sidebar #wp-calendar caption {
color: #666
}
aside#sidebar #wp-calendar tr th {
background: #eee
}
aside#footer-bar #wp-calendar caption {
color: #fff
}
aside#footer-bar #wp-calendar tr th {
background: #333940
}
footer {
background: #292d32;
color: #707984
}
footer a {
color: #e3ecf4
}
footer a:hover, footer a:focus {
color: #FFF
}
footer .widgettitle {
color: #FFF
}
footer li.widget ul li {
border-bottom: 1px solid #323941
}
footer .social-icons a {
background: #707984;
color: #292d32
}
footer .social-icons a:hover, footer .social-icons a:focus {
background: #e3ecf4
}
.btn-primary {
background-color: #dd574c;
color: #fff
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
background-color: #C1443B;
color: #FFF
}
@media (max-width: 991px) {
header .navbar-default .navbar-collapse {
border-top: 1px solid #343a40
}
ul.sub-menu {
background: rgba(255, 255, 255, 0.03)
}
} | src/Anar/ContentBundle/Resources/public/css/bluish-grey.css | ::-moz-selection {
background: #e1e8ef;
color: #4e5c6c
}
::selection {
background: #e1e8ef;
color: #4e5c6c
}
body {
/*background-color: #343a40;*/
color: #444
}
a {
color: #dd574c
}
a:hover, a:focus {
color: #C1443B;
outline: none
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
color: #454B52
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, .h1 a:focus, .h2 a:focus, .h3 a:focus, .h4 a:focus, .h5 a:focus, .h6 a:focus {
color: #6B727B
}
header {
background-color: #292d32
}
header .subheader {
color: #7B8796
}
header h1.logo a.default_logo {
background-image: url(http://cdn.vervethemes.com/demos/semantic/wp-content/themes/semantic/images/bluish-grey/default_logo.png)
}
header nav.navbar-default {
background-color: #292d32
}
header nav.navbar-default .navbar-nav li a {
color: #b8bfc7
}
header nav.navbar-default .navbar-nav li a:hover {
color: #FFF
}
header nav.navbar-default .navbar-nav .current-menu-item > a {
color: #FFF
}
header ul.sub-menu {
background: #292d32
}
header ul.sub-menu li a {
color: #999
}
header ul.sub-menu li a:hover {
color: #FFF
}
header .navbar-default .navbar-toggle {
background: none;
border: none
}
header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus {
background: none;
border: none
}
header .navbar-toggle .icon-text, header .navbar-toggle .menu-burger {
color: #b5bdc7
}
header .navbar-toggle:hover .icon-text, header .navbar-toggle:hover .menu-burger {
color: #fff
}
header .navbar-default .navbar-collapse {
box-shadow: none
}
.tp-search-input-wrap input[type="search"] {
background: #343a40;
color: #fff
}
.tp-search i.fa-search {
color: #b8bfc7
}
.tp-search i.fa-search:hover {
color: #fff
}
.tp-search-input-wrap input[type="search"]::-webkit-input-placeholder {
font-style: italic;
color: #b8bfc7
}
.tp-search-input-wrap input[type="search"]::-moz-placeholder {
font-style: italic;
color: #b8bfc7
}
.tp-search-input-wrap input[type="search"]:-ms-input-placeholder {
font-style: italic;
color: #b8bfc7
}
#homepage-intro h1, #homepage-intro h2, #homepage-intro h3, #homepage-intro h4, #homepage-intro h5, #homepage-intro h6 {
color: #eceff3
}
#homepage-intro, #homepage-intro p {
color: #b5bdc7
}
article p.read-more a {
background: #CCCCCC;
color: #797979;
}
article p.read-more a:hover {
background: #DDDDDD;
color: white;
}
h2.archive-title {
color: #eceff3
}
.breadcrumb {
background: #292d32
}
.breadcrumb, .breadcrumb > .active {
color: #707984
}
.breadcrumb a {
color: #e3ecf4
}
.breadcrumb span.divider {
color: #707984
}
#content-wrapper-inner {
background: #fbfbfb
}
#content-wrapper-inner #content {
background: #fff
}
.entry-quotes-list {
background: #262C33
}
.entry-quotes-list blockquote {
color: #e2ebf6
}
.entry-quotes-list cite, .entry-quotes-list cite a {
color: #89929d
}
.entry-quotes-list cite a:hover {
color: #89929d
}
.entry-quotes-list .carousel-indicators li {
border-color: #b5bdc7
}
.entry-quotes-list .carousel-indicators li.active {
background: #b5bdc7
}
.post-meta {
color: #999
}
.post-meta a {
color: #999
}
.post-meta a:hover, .post-meta a:focus {
color: #545454
}
.post-content blockquote {
border-left: 10px solid #eee;
color: #888
}
#vt-social-sharer span {
color: #999
}
#vt-social-sharer a {
color: #fff
}
#vt-social-sharer a.ss-fb {
background: #3b5998
}
#vt-social-sharer a.ss-tt {
background: #4099ff
}
#vt-social-sharer a.ss-pt {
background: #c92228
}
#vt-social-sharer a.ss-gplus {
background: #d34836
}
#author-infobox .author-social a {
color: #bbb
}
#author-infobox .author-social a:hover, #author-infobox .author-social a:focus {
color: #545454
}
#comment-section h3 a {
color: #dd574c
}
#comment-section h3 a:hover, #comment-section h3 a:focus {
color: #C1443B
}
#comment-section #comments-list .comment {
border-bottom: 1px solid #EEE
}
.comment-reply-link {
background: #eee;
color: #9a9a9a
}
.comment-reply-link:hover, .comment-reply-link:focus {
background: #747474;
color: #f9f9f9
}
.bypostauthor .byauthor, .byauthor {
background: #4285a9;
color: #FFF
}
.pagination > li > a, .pagination > li > span {
border-left: 1px solid #e3ecf4;
color: #707d8c
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
color: #292d32
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background: #7b8796;
color: #FFF;
border-color: #7b8796
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
background: #fff
}
.blog-listing article .entry-content {
background: #fff
}
.blog-listing .post-meta {
color: #9c9c9c
}
.blog-listing .post-meta a {
color: #dd574c
}
.blog-listing .post-meta a:hover, .blog-listing .post-meta a:focus {
color: #C1443B
}
aside#sidebar {
color: #7F7F7F
}
aside#sidebar h4.widgettitle {
color: #666
}
aside > ul > li li {
border-bottom: 1px solid #e6e6e6
}
aside > ul > li li:last-child {
border: none
}
aside#sidebar li li a {
color: #444
}
aside#sidebar li li a:hover, aside#sidebar li li a:focus {
color: #666
}
aside .form-search .search-submit {
background: #dd574c;
color: #fff;
border: 1px solid #dd574c
}
aside .form-search .search-submit:hover, .form-search .search-submit:active, .form-search .search-submit:focus {
background-color: #C1443B;
color: #FFF;
border: 1px solid #C1443B
}
aside input[type="text"] {
background: #FFF;
border: 1px solid #e6e6e6
}
aside input[type="text"]:focus {
background: #FFF;
border: 1px solid #ccc
}
aside#footer-bar input[type="text"], aside#footer-bar textarea {
border: 1px solid #fff;
color: #292d32
}
aside#footer-bar input[type="text"]:hover, aside#footer-bar input[type="text"]:focus {
border: 1px solid #fff
}
aside#sidebar input[type="text"]::-webkit-input-placeholder {
font-style: italic;
color: #c6c6c6
}
aside#sidebar input[type="text"]::-moz-placeholder {
font-style: italic;
color: #c6c6c6
}
aside#sidebar input[type="text"]:-ms-input-placeholder {
font-style: italic;
color: #c6c6c6
}
aside#footer-bar input[type="text"]::-webkit-input-placeholder {
font-style: italic;
color: #c6c6c6
}
aside#footer-bar input[type="text"]::-moz-placeholder {
font-style: italic;
color: #c6c6c6
}
aside#footer-bar input[type="text"]:-ms-input-placeholder {
font-style: italic;
color: #c6c6c6
}
a.sm-tiny-wrapper img {
background: #fff;
border: 1px solid #dfdfdf
}
aside#sidebar #wp-calendar caption {
color: #666
}
aside#sidebar #wp-calendar tr th {
background: #eee
}
aside#footer-bar #wp-calendar caption {
color: #fff
}
aside#footer-bar #wp-calendar tr th {
background: #333940
}
footer {
background: #292d32;
color: #707984
}
footer a {
color: #e3ecf4
}
footer a:hover, footer a:focus {
color: #FFF
}
footer .widgettitle {
color: #FFF
}
footer li.widget ul li {
border-bottom: 1px solid #323941
}
footer .social-icons a {
background: #707984;
color: #292d32
}
footer .social-icons a:hover, footer .social-icons a:focus {
background: #e3ecf4
}
.btn-primary {
background-color: #dd574c;
color: #fff
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
background-color: #C1443B;
color: #FFF
}
@media (max-width: 991px) {
header .navbar-default .navbar-collapse {
border-top: 1px solid #343a40
}
ul.sub-menu {
background: rgba(255, 255, 255, 0.03)
}
} | 0.375821 | 0.186003 |
@font-face {
font-family: 'Roboto';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
font-weight: normal;
font-style: normal; }
/* =======================================================
*
* Template Style
*
* ======================================================= */
.colorlib-light-grey {
background: #f2f3f7; }
.colorlib-event,
.colorlib-trainers,
.colorlib-classes,
#colorlib-about,
#colorlib-services,
#colorlib-contact,
#colorlib-testimony,
.colorlib-blog,
#colorlib-project,
#colorlib-subscribe {
position: relative;
padding: 10px 0;
clear: both; }
#colorlib-intro {
clear: both; }
.intro-wrap {
z-index: 1;
margin-top: -7.4em; }
.intro-flex {
width: 100%; }
.intro-flex .one-third {
width: 100%;
padding: 1.5em;
position: relative;
z-index: 0;
margin-bottom: 10px; }
.intro-flex .one-third.color-1, .intro-flex .one-third.color-2 {
background: #FFC300; }
.intro-flex .one-third.color-3 {
background: #429FFD; }
@media screen and (max-width: 480px) {
.intro-flex .one-third {
width: 100%; } }
.intro-flex .one-third .icon {
position: absolute;
top: 1.5em;
left: 1.5em; }
.intro-flex .one-third .icon i {
font-size: 40px;
color: #000; }
.intro-flex .one-third .desc {
z-index: 1;
padding-left: 60px; }
.intro-flex .one-third h3 {
font-weight: 400;
color: #fff;
font-family: "Open Sans", Arial, sans-serif;
margin-bottom: 10px; }
.intro-flex .one-third p {
margin: 0; }
.intro-flex .one-third p a.view-more {
font-size: 12px;
color: #000;
text-transform: uppercase;
letter-spacing: 2px;
padding: 2px 7px;
border: 1px solid #000; }
.about-desc {
padding: 4em 2em 2em 2em; }
.about-desc h2 {
font-weight: 700; }
.fancy-collapse-panel .panel-default > .panel-heading {
padding: 0; }
.panel-heading a {
padding: 10px 25px;
display: block;
width: 100%;
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
background-color: #000;
color: #fff;
position: relative;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important; }
.panel-title {
font-family: "Open Sans", Arial, sans-serif;
font-weight: 400; }
.panel {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
border: none; }
.panel-heading a:after {
font-family: "icomoon";
content: "\e0c5";
position: absolute;
right: 20px;
font-size: 16px;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px; }
.panel-heading a.collapsed:after {
content: "\e0c4"; }
.panel-heading a.collapsed {
background: #f2f3f7;
border: 1px solid #e6e6e6 !important;
color: #333333; }
.panel-body {
padding: 1.5em;
margin-top: 5px;
border: 1px solid #e6e6e6 !important; }
.services-desc {
padding: 0 1em; }
@media screen and (max-width: 768px) {
.services-desc {
padding: 0; } }
.services-desc ul li {
list-style: none;
margin-bottom: 10px; }
.services {
margin-bottom: 30px;
position: relative;
background: #f2f3f7;
padding: 20px 10px;
z-index: 0; }
@media screen and (max-width: 768px) {
.services {
margin-bottom: 4em; } }
.services .icon {
position: absolute;
top: -20px;
left: 0;
right: 0;
width: 100px;
height: 50px;
display: table;
margin: 0 auto;
background: #429FFD; }
.services .icon:before, .services .icon:after {
position: absolute;
left: 0;
right: 0;
content: ''; }
.services .icon:before {
top: -30px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 50px 30px 50px;
border-color: transparent transparent #429FFD transparent; }
.services .icon:after {
bottom: -30px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 50px 0 50px;
border-color: #429FFD transparent transparent transparent; }
.services .icon i {
font-size: 30px;
color: #fff;
z-index: 1;
display: table-cell;
vertical-align: middle; }
.services .desc {
margin-top: 60px; }
.services .desc h3 {
font-size: 16px;
font-weight: 700;
text-transform: uppercase; }
#colorlib-counter {
position: relative;
z-index: -1;
padding: 7em 0; }
#colorlib-counter .colorlib-heading {
margin-bottom: 30px; }
#colorlib-counter .colorlib-heading h2 {
color: #fff; }
#colorlib-counter .colorlib-heading p {
font-size: 22px;
color: rgba(255, 255, 255, 0.8); }
.counter-entry {
padding: 0;
position: relative; }
@media screen and (max-width: 768px) {
.counter-entry {
margin-bottom: 20px; } }
.colorlib-counters {
background-size: cover;
background-attachment: fixed;
background-position: center center; }
.colorlib-counters .overlay {
z-index: 0;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7); }
.colorlib-counters .icon {
position: absolute;
top: 0;
left: 0;
margin-bottom: 20px;
width: 100px;
z-index: 0; }
.colorlib-counters .icon i {
font-size: 60px;
color: rgba(255, 255, 255, 0.9);
z-index: 1; }
.colorlib-counters .desc {
padding-left: 80px; }
.colorlib-counters .colorlib-counter {
font-size: 40px;
display: block;
color: #429FFD;
font-family: "Open Sans", Arial, sans-serif;
width: 100%;
font-weight: 700;
margin-bottom: 0; }
.colorlib-counters .colorlib-counter-label {
color: rgba(255, 255, 255, 0.6);
text-transform: uppercase;
font-size: 14px;
letter-spacing: 3px;
display: block;
font-weight: 400; }
.trainers-entry {
z-index: 0; }
@media screen and (max-width: 768px) {
.trainers-entry {
margin-bottom: 30px; } }
.trainers-entry .trainer-img {
display: block;
height: 300px;
z-index: -1; }
.trainers-entry .desc {
background: #429FFD;
padding: 1.2em;
width: 100%;
margin-top: -30px;
margin-bottom: 20px; }
.trainers-entry .desc h3 {
font-size: 18px;
margin-bottom: 5px;
font-weight: 500;
text-transform: uppercase;
color: #fff; }
.trainers-entry .desc span {
font-size: 13px;
color: rgba(255, 255, 255, 0.7); }
.trainers-entry .social {
text-transform: uppercase;
font-size: 11px;
font-weight: 700;
letter-spacing: 1px; }
.trainers-entry .social a {
margin-right: 10px; }
.classes .classes-img {
display: block;
position: relative;
height: 250px; }
.classes .classes-img .price {
position: absolute;
bottom: -15px;
right: 10px;
display: table;
font-weight: 700;
color: #000;
width: 60px;
height: 30px;
background: #FFC300; }
.classes .classes-img .price:before, .classes .classes-img .price:after {
position: absolute;
left: 0;
right: 0;
content: ''; }
.classes .classes-img .price:before {
top: -18px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 30px 18px 30px;
border-color: transparent transparent #FFC300 transparent; }
.classes .classes-img .price:after {
bottom: -18px;
width: 0;
height: 0;
border-style: solid;
border-width: 18px 30px 0 30px;
border-color: #FFC300 transparent transparent transparent; }
.classes .classes-img .price small {
font-weight: 400;
display: table-cell;
vertical-align: middle; }
.classes .desc {
padding: 2em 1.5em 1.5em; }
.classes .desc h3 {
font-size: 20px;
font-weight: 500; }
.classes .desc h3 a {
color: #000; }
.classes .desc p a.btn-learn {
color: #000;
font-size: 14px;
text-transform: uppercase; }
.desc2 h3 {
font-size: 30px !important; }
.class-single blockquote, .class-single p {
font-size: 20px;
line-height: 1.8; }
.review {
width: 100%;
float: left;
margin-bottom: 30px;
border-bottom: 1px solid #f0f0f0; }
.review .user-img {
width: 80px;
height: 80px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
float: left; }
.review .desc {
width: calc(100% - 100px);
float: right; }
.review .desc h4 {
width: 100%;
margin-bottom: 10px; }
.review .desc h4 span {
width: 49%;
display: inline-block; }
.review .desc h4 span:first-child {
font-size: 16px; }
.review .desc h4 span:last-child {
font-size: 14px;
color: #b3b3b3; }
.review .desc .star {
width: 100%; }
.review .desc .star span {
width: 100%;
display: inline-block; }
.review .desc .star .reply {
padding: 2px 10px;
background: #f0f0f0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px; }
.review .desc .star .reply i {
color: gray;
font-size: 12px; }
.side {
background: #1E2022;
padding: 2em;
margin-bottom: 3em; }
.side h3 {
color: #fff;
text-transform: uppercase;
font-size: 18px;
font-weight: 700; }
.side ul {
padding: 0;
margin-bottom: 40px; }
.side ul li {
font-size: 15px;
list-style: none;
margin-bottom: 10px; }
.side ul li span:last-child {
color: rgba(255, 255, 255, 0.8); }
.side .trainers-entry .desc {
padding: 10px 0 0 0;
background: transparent; }
.bg-primary-color {
background: whitesmoke; }
.aside-stretch {
background: #429FFD; }
.aside-stretch:after {
position: absolute;
top: 0;
right: 100%;
bottom: 0;
content: '';
width: 360%;
background: #429FFD; }
@media screen and (max-width: 768px) {
.aside-stretch {
background: transparent; }
.aside-stretch:after {
background: transparent; } }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.testimony-img {
background-size: cover;
background-attachment: fixed;
background-position: center center;
position: relative; }
.testimony-img .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
background: #000;
z-index: -1;
opacity: .5; }
#colorlib-testimony {
z-index: 0; }
#colorlib-testimony .colorlib-heading {
margin-bottom: 3em; }
#colorlib-testimony .colorlib-heading h2 {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 10px; }
@media screen and (max-width: 768px) {
#colorlib-testimony .colorlib-heading h2 {
font-size: 30px; } }
#colorlib-testimony .owl-theme .owl-controls {
z-index: 1;
position: absolute;
bottom: -10px;
left: 0;
right: 0; }
#colorlib-testimony .owl-theme .owl-dots .owl-dot span {
background: rgba(255, 255, 255, 0.5); }
#colorlib-testimony .owl-theme .owl-dots .owl-dot.active span,
#colorlib-testimony .owl-theme .owl-dots .owl-dot:hover span {
background: #429FFD; }
#colorlib-testimony .testimony-slide {
display: block;
position: relative;
height: auto;
width: 100%;
float: left; }
#colorlib-testimony .testimony-slide span {
font-size: 24px;
font-weight: 700;
display: block;
color: #fff;
margin-bottom: 20px;
text-transform: uppercase; }
#colorlib-testimony .testimony-slide .figure-img {
width: 100px;
height: 100px;
margin: 0 auto;
margin-bottom: 30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
#colorlib-testimony .testimony-slide blockquote {
border: none;
margin: 0 auto;
margin-bottom: 40px;
width: 100%;
position: relative;
padding: 0;
color: #fff; }
#colorlib-testimony .testimony-slide blockquote p {
font-size: 20px;
font-weight: 400;
font-family: "Playfair Display", Georgia, serif; }
#colorlib-testimony .testimony-wrap {
padding: 0 3em;
width: 100%;
float: left; }
.event-flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
width: 100%; }
.event-flex .half {
width: 50%; }
.event-flex .half:last-child {
padding-left: 2em; }
@media screen and (max-width: 768px) {
.event-flex .half {
width: 100%; }
.event-flex .half:last-child {
padding-left: 0; } }
.event-entry {
padding: 1.3em;
background: #f2f3f7;
margin-bottom: 30px; }
.event-entry .desc {
border-bottom: 1px solid #e6e6e6;
margin-bottom: 20px;
padding-left: 75px;
position: relative; }
.event-entry .desc .startenddate {
font-size: 16px;
margin-bottom: 10px; }
.event-entry .desc .startenddate span:first-child {
font-weight: 700;
color: #429FFD; }
.event-entry .desc .startenddate span:last-child {
color: #000; }
.event-entry .desc .meta {
line-height: 1.3;
text-transform: uppercase;
position: absolute;
top: 0;
left: 0; }
.event-entry .desc .meta span {
display: block;
font-weight: 700;
color: #429FFD; }
.event-entry .desc .meta .day {
font-size: 36px; }
.event-entry .desc .meta .month {
font-size: 20px;
font-weight: 600; }
.event-entry .desc .organizer span:last-child {
color: #000; }
.event-entry .location {
position: relative;
padding-left: 45px; }
.event-entry .location .icon {
position: absolute;
top: 0;
left: 0; }
.event-entry .location .icon i {
-webkit-background-clip: text;
-moz-background-clip: text;
-ms-background-clip: text;
-o-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
-ms-text-fill-color: transparent;
-o-text-fill-color: transparent;
text-fill-color: transparent; }
.event-entry h2 {
font-size: 24px;
line-height: 1.4; }
.event-entry h2 a {
color: #000; }
.article-entry {
background: #fff;
margin-bottom: 2em; }
.article-entry .blog-img {
height: 270px;
display: block;
position: relative; }
.article-entry .blog-img .meta {
line-height: 1.4;
text-transform: uppercase;
position: absolute;
top: 0;
left: 1em;
text-align: center; }
.article-entry .blog-img .meta span {
display: block;
color: #000;
font-weight: 700; }
.article-entry .blog-img .meta .day {
font-size: 24px;
position: relative;
padding: 5px 10px;
color: #fff;
background: #429FFD; }
.article-entry .blog-img .meta .month {
font-size: 14px;
font-weight: 400;
padding: 5px 10px;
color: gray;
background: #fff; }
@media screen and (max-width: 768px) {
.article-entry .blog-img {
height: 400px; } }
@media screen and (max-width: 480px) {
.article-entry .blog-img {
height: 270px; } }
.article-entry .desc {
padding: 1.5em;
margin-bottom: 20px;
position: relative; }
.article-entry .desc h2 {
font-size: 22px; }
.article-entry .desc h2 a {
color: #000; }
.article-entry .desc .admin {
margin-bottom: 20px; }
.article-entry .desc .admin span:last-child {
color: #000; }
.f-blog {
position: relative;
padding: 1em;
padding-left: 140px;
margin-bottom: 20px;
background: #fff; }
.f-blog .blog-img {
position: absolute;
top: 1em;
left: 1em;
display: block;
width: 100px;
height: 100px;
float: left; }
.f-blog .desc h2 {
font-size: 22px;
margin-bottom: 5px; }
.f-blog .desc h2 a {
color: #000; }
.f-blog .desc .admin {
font-size: 13px; }
.colorlib-heading-2 {
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 2em; }
.heading-2 {
display: block;
margin-bottom: 3em; }
.heading-2 h2 {
font-weight: 900;
text-transform: uppercase; }
.contact-info-wrap-flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
width: 100%;
margin-bottom: 3em; }
.contact-info-wrap-flex .con-info {
width: 24%;
background: #fff;
padding: 1.5em;
margin-left: 10px;
background: #f2f3f7; }
.contact-info-wrap-flex .con-info:first-child {
margin-left: 0; }
@media screen and (max-width: 768px) {
.contact-info-wrap-flex .con-info {
width: 100%;
margin: 4px !important; } }
.contact-info-wrap-flex p {
margin-bottom: 0;
color: #000; }
.contact-info-wrap-flex p span i {
color: #429FFD; }
.contact-info-wrap-flex p a {
color: #000; }
#colorlib-footer {
padding-top: 6em;
background: #25282a;
color: rgba(255, 255, 255, 0.6) !important; }
#colorlib-footer p {
font-size: 14px;
line-height: 1.8; }
#colorlib-footer .f-blog {
position: relative;
padding: 0;
padding-left: 80px;
margin-bottom: 40px;
background: transparent; }
#colorlib-footer .f-blog .blog-img {
position: absolute;
top: 0;
left: 0;
display: block;
width: 70px;
height: 60px;
float: left; }
#colorlib-footer .f-blog .desc {
padding: 0; }
#colorlib-footer .f-blog .desc h2 {
font-size: 16px;
margin-bottom: 5px; }
#colorlib-footer .f-blog .desc h2 a {
color: #cccccc; }
#colorlib-footer .f-blog .desc .admin {
font-size: 13px; }
@media screen and (max-width: 768px) {
#colorlib-footer .colorlib-widget {
margin-bottom: 40px;
width: 100%;
float: left; } }
#colorlib-footer .colorlib-footer-links {
padding: 0;
margin: 0; }
@media screen and (max-width: 768px) {
#colorlib-footer .colorlib-footer-links {
margin-bottom: 30px; } }
#colorlib-footer .colorlib-footer-links li {
padding: 0;
margin: 0 0 10px 0;
list-style: none;
display: block;
font-size: 14px; }
#colorlib-footer .colorlib-footer-links li a {
color: rgba(255, 255, 255, 0.9);
text-decoration: none; }
#colorlib-footer .colorlib-footer-links li a i {
padding-right: 10px; }
#colorlib-footer .colorlib-social-icons li a {
padding-left: 10px;
padding-right: 10px; }
#colorlib-footer .colorlib-social-icons li a:first-child {
padding-left: 0; }
#colorlib-footer h4 {
margin-bottom: 30px;
font-size: 13px;
color: #e6e6e6;
text-transform: uppercase;
font-weight: 700; }
#colorlib-footer .copy {
padding: 1.2em 0; }
#colorlib-footer .copy p {
margin-bottom: 0;
color: #fff; }
#colorlib-footer .copy p small a {
color: rgba(255, 255, 255, 0.7); }
#map {
width: 100%;
height: 500px;
position: relative; }
@media screen and (max-width: 768px) {
#map {
height: 200px; } }
#colorlib-offcanvas {
position: absolute;
z-index: 1901;
width: 270px;
background: #1a1a1a;
top: 0;
right: 0;
top: 0;
bottom: 0;
padding: 75px 40px 40px 40px;
overflow-y: auto;
display: none;
-moz-transform: translateX(270px);
-webkit-transform: translateX(270px);
-ms-transform: translateX(270px);
-o-transform: translateX(270px);
transform: translateX(270px);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; }
@media screen and (max-width: 768px) {
#colorlib-offcanvas {
display: block; } }
.offcanvas #colorlib-offcanvas {
-moz-transform: translateX(0px);
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px); }
#colorlib-offcanvas a {
color: rgba(255, 255, 255, 0.5); }
#colorlib-offcanvas a:hover {
color: rgba(255, 255, 255, 0.8); }
#colorlib-offcanvas ul {
padding: 0;
margin: 0; }
#colorlib-offcanvas ul li {
padding: 0;
margin: 0;
list-style: none; }
#colorlib-offcanvas ul li > ul {
padding-left: 20px;
display: none; }
#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
display: block;
position: relative; }
#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
position: absolute;
right: 0px;
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e0c5";
font-size: 20px;
color: rgba(255, 255, 255, 0.2);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; }
#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg); }
#colorlib-offcanvas ul li.btn-cta {
margin-top: 5px; }
#colorlib-offcanvas ul li.btn-cta a {
border-bottom: 1px solid #429FFD;
padding-bottom: 5px; }
.gototop {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; }
.gototop.active {
opacity: 1;
visibility: visible; }
.gototop a {
width: 50px;
height: 50px;
display: table;
background: black;
color: #fff;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
.gototop a i {
height: 50px;
display: table-cell;
vertical-align: middle; }
.gototop a:hover, .gototop a:active, .gototop a:focus {
text-decoration: none;
outline: none; }
.colorlib-nav-toggle {
width: 25px;
height: 25px;
cursor: pointer;
text-decoration: none;
top: 1.5em !important; }
.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
background: #444; }
.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
outline: none;
border-bottom: none !important; }
.colorlib-nav-toggle i {
position: relative;
display: inline-block;
width: 25px;
height: 2px;
color: #252525;
font: bold 14px/.4 Helvetica;
text-transform: uppercase;
text-indent: -55px;
background: #252525;
-webkit-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out; }
.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
content: '';
width: 25px;
height: 2px;
background: #252525;
position: absolute;
left: 0;
-webkit-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out; }
.colorlib-nav-toggle.colorlib-nav-white > i {
color: #fff;
background: #000; }
.colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
background: #000; }
.colorlib-nav-toggle i::before {
top: -7px; }
.colorlib-nav-toggle i::after {
bottom: -7px; }
.colorlib-nav-toggle:hover i::before {
top: -10px; }
.colorlib-nav-toggle:hover i::after {
bottom: -10px; }
.colorlib-nav-toggle.active i {
background: transparent; }
.colorlib-nav-toggle.active i::before {
top: 0;
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
transform: rotateZ(45deg);
background: #fff; }
.colorlib-nav-toggle.active i::after {
bottom: 0;
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
-ms-transform: rotateZ(-45deg);
-o-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
background: #fff; }
.colorlib-nav-toggle {
position: absolute;
right: 0px;
top: 65px;
z-index: 21;
padding: 6px 0 0 0;
display: block;
margin: 0 auto;
display: none;
height: 44px;
width: 44px;
z-index: 2001;
border-bottom: none !important; }
@media screen and (max-width: 768px) {
.colorlib-nav-toggle {
display: block; } }
.row-pb-lg {
padding-bottom: 7em !important; }
.row-pb-md {
padding-bottom: 5em !important; }
.row-pb-sm {
padding-bottom: 3em !important; }
.nopadding {
padding: 0 !important;
margin: 0 !important; }
.colorlib-loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../images/loader.gif) center no-repeat #fff; }
.js .animate-box {
opacity: 0; } | assets/course/css/style.css | @font-face {
font-family: 'Roboto';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
font-weight: normal;
font-style: normal; }
/* =======================================================
*
* Template Style
*
* ======================================================= */
.colorlib-light-grey {
background: #f2f3f7; }
.colorlib-event,
.colorlib-trainers,
.colorlib-classes,
#colorlib-about,
#colorlib-services,
#colorlib-contact,
#colorlib-testimony,
.colorlib-blog,
#colorlib-project,
#colorlib-subscribe {
position: relative;
padding: 10px 0;
clear: both; }
#colorlib-intro {
clear: both; }
.intro-wrap {
z-index: 1;
margin-top: -7.4em; }
.intro-flex {
width: 100%; }
.intro-flex .one-third {
width: 100%;
padding: 1.5em;
position: relative;
z-index: 0;
margin-bottom: 10px; }
.intro-flex .one-third.color-1, .intro-flex .one-third.color-2 {
background: #FFC300; }
.intro-flex .one-third.color-3 {
background: #429FFD; }
@media screen and (max-width: 480px) {
.intro-flex .one-third {
width: 100%; } }
.intro-flex .one-third .icon {
position: absolute;
top: 1.5em;
left: 1.5em; }
.intro-flex .one-third .icon i {
font-size: 40px;
color: #000; }
.intro-flex .one-third .desc {
z-index: 1;
padding-left: 60px; }
.intro-flex .one-third h3 {
font-weight: 400;
color: #fff;
font-family: "Open Sans", Arial, sans-serif;
margin-bottom: 10px; }
.intro-flex .one-third p {
margin: 0; }
.intro-flex .one-third p a.view-more {
font-size: 12px;
color: #000;
text-transform: uppercase;
letter-spacing: 2px;
padding: 2px 7px;
border: 1px solid #000; }
.about-desc {
padding: 4em 2em 2em 2em; }
.about-desc h2 {
font-weight: 700; }
.fancy-collapse-panel .panel-default > .panel-heading {
padding: 0; }
.panel-heading a {
padding: 10px 25px;
display: block;
width: 100%;
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
background-color: #000;
color: #fff;
position: relative;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important; }
.panel-title {
font-family: "Open Sans", Arial, sans-serif;
font-weight: 400; }
.panel {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
border: none; }
.panel-heading a:after {
font-family: "icomoon";
content: "\e0c5";
position: absolute;
right: 20px;
font-size: 16px;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px; }
.panel-heading a.collapsed:after {
content: "\e0c4"; }
.panel-heading a.collapsed {
background: #f2f3f7;
border: 1px solid #e6e6e6 !important;
color: #333333; }
.panel-body {
padding: 1.5em;
margin-top: 5px;
border: 1px solid #e6e6e6 !important; }
.services-desc {
padding: 0 1em; }
@media screen and (max-width: 768px) {
.services-desc {
padding: 0; } }
.services-desc ul li {
list-style: none;
margin-bottom: 10px; }
.services {
margin-bottom: 30px;
position: relative;
background: #f2f3f7;
padding: 20px 10px;
z-index: 0; }
@media screen and (max-width: 768px) {
.services {
margin-bottom: 4em; } }
.services .icon {
position: absolute;
top: -20px;
left: 0;
right: 0;
width: 100px;
height: 50px;
display: table;
margin: 0 auto;
background: #429FFD; }
.services .icon:before, .services .icon:after {
position: absolute;
left: 0;
right: 0;
content: ''; }
.services .icon:before {
top: -30px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 50px 30px 50px;
border-color: transparent transparent #429FFD transparent; }
.services .icon:after {
bottom: -30px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 50px 0 50px;
border-color: #429FFD transparent transparent transparent; }
.services .icon i {
font-size: 30px;
color: #fff;
z-index: 1;
display: table-cell;
vertical-align: middle; }
.services .desc {
margin-top: 60px; }
.services .desc h3 {
font-size: 16px;
font-weight: 700;
text-transform: uppercase; }
#colorlib-counter {
position: relative;
z-index: -1;
padding: 7em 0; }
#colorlib-counter .colorlib-heading {
margin-bottom: 30px; }
#colorlib-counter .colorlib-heading h2 {
color: #fff; }
#colorlib-counter .colorlib-heading p {
font-size: 22px;
color: rgba(255, 255, 255, 0.8); }
.counter-entry {
padding: 0;
position: relative; }
@media screen and (max-width: 768px) {
.counter-entry {
margin-bottom: 20px; } }
.colorlib-counters {
background-size: cover;
background-attachment: fixed;
background-position: center center; }
.colorlib-counters .overlay {
z-index: 0;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7); }
.colorlib-counters .icon {
position: absolute;
top: 0;
left: 0;
margin-bottom: 20px;
width: 100px;
z-index: 0; }
.colorlib-counters .icon i {
font-size: 60px;
color: rgba(255, 255, 255, 0.9);
z-index: 1; }
.colorlib-counters .desc {
padding-left: 80px; }
.colorlib-counters .colorlib-counter {
font-size: 40px;
display: block;
color: #429FFD;
font-family: "Open Sans", Arial, sans-serif;
width: 100%;
font-weight: 700;
margin-bottom: 0; }
.colorlib-counters .colorlib-counter-label {
color: rgba(255, 255, 255, 0.6);
text-transform: uppercase;
font-size: 14px;
letter-spacing: 3px;
display: block;
font-weight: 400; }
.trainers-entry {
z-index: 0; }
@media screen and (max-width: 768px) {
.trainers-entry {
margin-bottom: 30px; } }
.trainers-entry .trainer-img {
display: block;
height: 300px;
z-index: -1; }
.trainers-entry .desc {
background: #429FFD;
padding: 1.2em;
width: 100%;
margin-top: -30px;
margin-bottom: 20px; }
.trainers-entry .desc h3 {
font-size: 18px;
margin-bottom: 5px;
font-weight: 500;
text-transform: uppercase;
color: #fff; }
.trainers-entry .desc span {
font-size: 13px;
color: rgba(255, 255, 255, 0.7); }
.trainers-entry .social {
text-transform: uppercase;
font-size: 11px;
font-weight: 700;
letter-spacing: 1px; }
.trainers-entry .social a {
margin-right: 10px; }
.classes .classes-img {
display: block;
position: relative;
height: 250px; }
.classes .classes-img .price {
position: absolute;
bottom: -15px;
right: 10px;
display: table;
font-weight: 700;
color: #000;
width: 60px;
height: 30px;
background: #FFC300; }
.classes .classes-img .price:before, .classes .classes-img .price:after {
position: absolute;
left: 0;
right: 0;
content: ''; }
.classes .classes-img .price:before {
top: -18px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 30px 18px 30px;
border-color: transparent transparent #FFC300 transparent; }
.classes .classes-img .price:after {
bottom: -18px;
width: 0;
height: 0;
border-style: solid;
border-width: 18px 30px 0 30px;
border-color: #FFC300 transparent transparent transparent; }
.classes .classes-img .price small {
font-weight: 400;
display: table-cell;
vertical-align: middle; }
.classes .desc {
padding: 2em 1.5em 1.5em; }
.classes .desc h3 {
font-size: 20px;
font-weight: 500; }
.classes .desc h3 a {
color: #000; }
.classes .desc p a.btn-learn {
color: #000;
font-size: 14px;
text-transform: uppercase; }
.desc2 h3 {
font-size: 30px !important; }
.class-single blockquote, .class-single p {
font-size: 20px;
line-height: 1.8; }
.review {
width: 100%;
float: left;
margin-bottom: 30px;
border-bottom: 1px solid #f0f0f0; }
.review .user-img {
width: 80px;
height: 80px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
float: left; }
.review .desc {
width: calc(100% - 100px);
float: right; }
.review .desc h4 {
width: 100%;
margin-bottom: 10px; }
.review .desc h4 span {
width: 49%;
display: inline-block; }
.review .desc h4 span:first-child {
font-size: 16px; }
.review .desc h4 span:last-child {
font-size: 14px;
color: #b3b3b3; }
.review .desc .star {
width: 100%; }
.review .desc .star span {
width: 100%;
display: inline-block; }
.review .desc .star .reply {
padding: 2px 10px;
background: #f0f0f0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px; }
.review .desc .star .reply i {
color: gray;
font-size: 12px; }
.side {
background: #1E2022;
padding: 2em;
margin-bottom: 3em; }
.side h3 {
color: #fff;
text-transform: uppercase;
font-size: 18px;
font-weight: 700; }
.side ul {
padding: 0;
margin-bottom: 40px; }
.side ul li {
font-size: 15px;
list-style: none;
margin-bottom: 10px; }
.side ul li span:last-child {
color: rgba(255, 255, 255, 0.8); }
.side .trainers-entry .desc {
padding: 10px 0 0 0;
background: transparent; }
.bg-primary-color {
background: whitesmoke; }
.aside-stretch {
background: #429FFD; }
.aside-stretch:after {
position: absolute;
top: 0;
right: 100%;
bottom: 0;
content: '';
width: 360%;
background: #429FFD; }
@media screen and (max-width: 768px) {
.aside-stretch {
background: transparent; }
.aside-stretch:after {
background: transparent; } }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.testimony-img {
background-size: cover;
background-attachment: fixed;
background-position: center center;
position: relative; }
.testimony-img .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
background: #000;
z-index: -1;
opacity: .5; }
#colorlib-testimony {
z-index: 0; }
#colorlib-testimony .colorlib-heading {
margin-bottom: 3em; }
#colorlib-testimony .colorlib-heading h2 {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 10px; }
@media screen and (max-width: 768px) {
#colorlib-testimony .colorlib-heading h2 {
font-size: 30px; } }
#colorlib-testimony .owl-theme .owl-controls {
z-index: 1;
position: absolute;
bottom: -10px;
left: 0;
right: 0; }
#colorlib-testimony .owl-theme .owl-dots .owl-dot span {
background: rgba(255, 255, 255, 0.5); }
#colorlib-testimony .owl-theme .owl-dots .owl-dot.active span,
#colorlib-testimony .owl-theme .owl-dots .owl-dot:hover span {
background: #429FFD; }
#colorlib-testimony .testimony-slide {
display: block;
position: relative;
height: auto;
width: 100%;
float: left; }
#colorlib-testimony .testimony-slide span {
font-size: 24px;
font-weight: 700;
display: block;
color: #fff;
margin-bottom: 20px;
text-transform: uppercase; }
#colorlib-testimony .testimony-slide .figure-img {
width: 100px;
height: 100px;
margin: 0 auto;
margin-bottom: 30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
#colorlib-testimony .testimony-slide blockquote {
border: none;
margin: 0 auto;
margin-bottom: 40px;
width: 100%;
position: relative;
padding: 0;
color: #fff; }
#colorlib-testimony .testimony-slide blockquote p {
font-size: 20px;
font-weight: 400;
font-family: "Playfair Display", Georgia, serif; }
#colorlib-testimony .testimony-wrap {
padding: 0 3em;
width: 100%;
float: left; }
.event-flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
width: 100%; }
.event-flex .half {
width: 50%; }
.event-flex .half:last-child {
padding-left: 2em; }
@media screen and (max-width: 768px) {
.event-flex .half {
width: 100%; }
.event-flex .half:last-child {
padding-left: 0; } }
.event-entry {
padding: 1.3em;
background: #f2f3f7;
margin-bottom: 30px; }
.event-entry .desc {
border-bottom: 1px solid #e6e6e6;
margin-bottom: 20px;
padding-left: 75px;
position: relative; }
.event-entry .desc .startenddate {
font-size: 16px;
margin-bottom: 10px; }
.event-entry .desc .startenddate span:first-child {
font-weight: 700;
color: #429FFD; }
.event-entry .desc .startenddate span:last-child {
color: #000; }
.event-entry .desc .meta {
line-height: 1.3;
text-transform: uppercase;
position: absolute;
top: 0;
left: 0; }
.event-entry .desc .meta span {
display: block;
font-weight: 700;
color: #429FFD; }
.event-entry .desc .meta .day {
font-size: 36px; }
.event-entry .desc .meta .month {
font-size: 20px;
font-weight: 600; }
.event-entry .desc .organizer span:last-child {
color: #000; }
.event-entry .location {
position: relative;
padding-left: 45px; }
.event-entry .location .icon {
position: absolute;
top: 0;
left: 0; }
.event-entry .location .icon i {
-webkit-background-clip: text;
-moz-background-clip: text;
-ms-background-clip: text;
-o-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
-ms-text-fill-color: transparent;
-o-text-fill-color: transparent;
text-fill-color: transparent; }
.event-entry h2 {
font-size: 24px;
line-height: 1.4; }
.event-entry h2 a {
color: #000; }
.article-entry {
background: #fff;
margin-bottom: 2em; }
.article-entry .blog-img {
height: 270px;
display: block;
position: relative; }
.article-entry .blog-img .meta {
line-height: 1.4;
text-transform: uppercase;
position: absolute;
top: 0;
left: 1em;
text-align: center; }
.article-entry .blog-img .meta span {
display: block;
color: #000;
font-weight: 700; }
.article-entry .blog-img .meta .day {
font-size: 24px;
position: relative;
padding: 5px 10px;
color: #fff;
background: #429FFD; }
.article-entry .blog-img .meta .month {
font-size: 14px;
font-weight: 400;
padding: 5px 10px;
color: gray;
background: #fff; }
@media screen and (max-width: 768px) {
.article-entry .blog-img {
height: 400px; } }
@media screen and (max-width: 480px) {
.article-entry .blog-img {
height: 270px; } }
.article-entry .desc {
padding: 1.5em;
margin-bottom: 20px;
position: relative; }
.article-entry .desc h2 {
font-size: 22px; }
.article-entry .desc h2 a {
color: #000; }
.article-entry .desc .admin {
margin-bottom: 20px; }
.article-entry .desc .admin span:last-child {
color: #000; }
.f-blog {
position: relative;
padding: 1em;
padding-left: 140px;
margin-bottom: 20px;
background: #fff; }
.f-blog .blog-img {
position: absolute;
top: 1em;
left: 1em;
display: block;
width: 100px;
height: 100px;
float: left; }
.f-blog .desc h2 {
font-size: 22px;
margin-bottom: 5px; }
.f-blog .desc h2 a {
color: #000; }
.f-blog .desc .admin {
font-size: 13px; }
.colorlib-heading-2 {
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 2em; }
.heading-2 {
display: block;
margin-bottom: 3em; }
.heading-2 h2 {
font-weight: 900;
text-transform: uppercase; }
.contact-info-wrap-flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
width: 100%;
margin-bottom: 3em; }
.contact-info-wrap-flex .con-info {
width: 24%;
background: #fff;
padding: 1.5em;
margin-left: 10px;
background: #f2f3f7; }
.contact-info-wrap-flex .con-info:first-child {
margin-left: 0; }
@media screen and (max-width: 768px) {
.contact-info-wrap-flex .con-info {
width: 100%;
margin: 4px !important; } }
.contact-info-wrap-flex p {
margin-bottom: 0;
color: #000; }
.contact-info-wrap-flex p span i {
color: #429FFD; }
.contact-info-wrap-flex p a {
color: #000; }
#colorlib-footer {
padding-top: 6em;
background: #25282a;
color: rgba(255, 255, 255, 0.6) !important; }
#colorlib-footer p {
font-size: 14px;
line-height: 1.8; }
#colorlib-footer .f-blog {
position: relative;
padding: 0;
padding-left: 80px;
margin-bottom: 40px;
background: transparent; }
#colorlib-footer .f-blog .blog-img {
position: absolute;
top: 0;
left: 0;
display: block;
width: 70px;
height: 60px;
float: left; }
#colorlib-footer .f-blog .desc {
padding: 0; }
#colorlib-footer .f-blog .desc h2 {
font-size: 16px;
margin-bottom: 5px; }
#colorlib-footer .f-blog .desc h2 a {
color: #cccccc; }
#colorlib-footer .f-blog .desc .admin {
font-size: 13px; }
@media screen and (max-width: 768px) {
#colorlib-footer .colorlib-widget {
margin-bottom: 40px;
width: 100%;
float: left; } }
#colorlib-footer .colorlib-footer-links {
padding: 0;
margin: 0; }
@media screen and (max-width: 768px) {
#colorlib-footer .colorlib-footer-links {
margin-bottom: 30px; } }
#colorlib-footer .colorlib-footer-links li {
padding: 0;
margin: 0 0 10px 0;
list-style: none;
display: block;
font-size: 14px; }
#colorlib-footer .colorlib-footer-links li a {
color: rgba(255, 255, 255, 0.9);
text-decoration: none; }
#colorlib-footer .colorlib-footer-links li a i {
padding-right: 10px; }
#colorlib-footer .colorlib-social-icons li a {
padding-left: 10px;
padding-right: 10px; }
#colorlib-footer .colorlib-social-icons li a:first-child {
padding-left: 0; }
#colorlib-footer h4 {
margin-bottom: 30px;
font-size: 13px;
color: #e6e6e6;
text-transform: uppercase;
font-weight: 700; }
#colorlib-footer .copy {
padding: 1.2em 0; }
#colorlib-footer .copy p {
margin-bottom: 0;
color: #fff; }
#colorlib-footer .copy p small a {
color: rgba(255, 255, 255, 0.7); }
#map {
width: 100%;
height: 500px;
position: relative; }
@media screen and (max-width: 768px) {
#map {
height: 200px; } }
#colorlib-offcanvas {
position: absolute;
z-index: 1901;
width: 270px;
background: #1a1a1a;
top: 0;
right: 0;
top: 0;
bottom: 0;
padding: 75px 40px 40px 40px;
overflow-y: auto;
display: none;
-moz-transform: translateX(270px);
-webkit-transform: translateX(270px);
-ms-transform: translateX(270px);
-o-transform: translateX(270px);
transform: translateX(270px);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; }
@media screen and (max-width: 768px) {
#colorlib-offcanvas {
display: block; } }
.offcanvas #colorlib-offcanvas {
-moz-transform: translateX(0px);
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px); }
#colorlib-offcanvas a {
color: rgba(255, 255, 255, 0.5); }
#colorlib-offcanvas a:hover {
color: rgba(255, 255, 255, 0.8); }
#colorlib-offcanvas ul {
padding: 0;
margin: 0; }
#colorlib-offcanvas ul li {
padding: 0;
margin: 0;
list-style: none; }
#colorlib-offcanvas ul li > ul {
padding-left: 20px;
display: none; }
#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
display: block;
position: relative; }
#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
position: absolute;
right: 0px;
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e0c5";
font-size: 20px;
color: rgba(255, 255, 255, 0.2);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; }
#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg); }
#colorlib-offcanvas ul li.btn-cta {
margin-top: 5px; }
#colorlib-offcanvas ul li.btn-cta a {
border-bottom: 1px solid #429FFD;
padding-bottom: 5px; }
.gototop {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; }
.gototop.active {
opacity: 1;
visibility: visible; }
.gototop a {
width: 50px;
height: 50px;
display: table;
background: black;
color: #fff;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
.gototop a i {
height: 50px;
display: table-cell;
vertical-align: middle; }
.gototop a:hover, .gototop a:active, .gototop a:focus {
text-decoration: none;
outline: none; }
.colorlib-nav-toggle {
width: 25px;
height: 25px;
cursor: pointer;
text-decoration: none;
top: 1.5em !important; }
.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
background: #444; }
.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
outline: none;
border-bottom: none !important; }
.colorlib-nav-toggle i {
position: relative;
display: inline-block;
width: 25px;
height: 2px;
color: #252525;
font: bold 14px/.4 Helvetica;
text-transform: uppercase;
text-indent: -55px;
background: #252525;
-webkit-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out; }
.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
content: '';
width: 25px;
height: 2px;
background: #252525;
position: absolute;
left: 0;
-webkit-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out; }
.colorlib-nav-toggle.colorlib-nav-white > i {
color: #fff;
background: #000; }
.colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
background: #000; }
.colorlib-nav-toggle i::before {
top: -7px; }
.colorlib-nav-toggle i::after {
bottom: -7px; }
.colorlib-nav-toggle:hover i::before {
top: -10px; }
.colorlib-nav-toggle:hover i::after {
bottom: -10px; }
.colorlib-nav-toggle.active i {
background: transparent; }
.colorlib-nav-toggle.active i::before {
top: 0;
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
transform: rotateZ(45deg);
background: #fff; }
.colorlib-nav-toggle.active i::after {
bottom: 0;
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
-ms-transform: rotateZ(-45deg);
-o-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
background: #fff; }
.colorlib-nav-toggle {
position: absolute;
right: 0px;
top: 65px;
z-index: 21;
padding: 6px 0 0 0;
display: block;
margin: 0 auto;
display: none;
height: 44px;
width: 44px;
z-index: 2001;
border-bottom: none !important; }
@media screen and (max-width: 768px) {
.colorlib-nav-toggle {
display: block; } }
.row-pb-lg {
padding-bottom: 7em !important; }
.row-pb-md {
padding-bottom: 5em !important; }
.row-pb-sm {
padding-bottom: 3em !important; }
.nopadding {
padding: 0 !important;
margin: 0 !important; }
.colorlib-loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../images/loader.gif) center no-repeat #fff; }
.js .animate-box {
opacity: 0; } | 0.346431 | 0.071397 |
body {
background: #fff !important;
font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.navbar .dropdown-menu {
-webkit-animation: shopDropdownAnimation .25s !important;
animation: shopDropdownAnimation .25s !important;
}
.navbar {
z-index: 15;
}
/*
* Cart dropdown
*/
@media (min-width: 992px) {
.shop-cart-dropdown .dropdown-menu {
width: 340px;
}
}
/*
* Special deals
*/
.shop-special-deal-label {
position: absolute;
top: 1.5rem;
right: 1.5rem;
}
[dir=rtl] .shop-special-deal-label {
right: auto;
left: 1.5rem;
}
/*
* Hero slider
*/
.shop-hero-container {
min-height: 500px;
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;
}
/* IE 10-11 fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.shop-hero-container:after {
content: '';
display: block;
-ms-flex-preferred-size: 0;
flex-basis: 0;
min-height: inherit;
width: 0;
font-size: 0;
}
}
/* Hide arrows, show on hover */
#shop-hero-slider .swiper-button-prev,
#shop-hero-slider .swiper-button-next {
opacity: 0;
-webkit-transition: .4s;
transition: .4s;
}
#shop-hero-slider:hover .swiper-button-prev,
#shop-hero-slider:hover .swiper-button-next {
opacity: 1;
}
/* Hero slider animations */
.shop-hero-slider-animated {
opacity: 0;
}
.shop-hero-slider-animating .shop-hero-slider-animated {
-webkit-animation: shopHeroSliderAnimation .5s forwards;
animation: shopHeroSliderAnimation .5s forwards;
}
.shop-hero-slider-delay-1 {
-webkit-animation-delay: .2s !important;
animation-delay: .2s !important;
}
.shop-hero-slider-delay-2 {
-webkit-animation-delay: .4s !important;
animation-delay: .4s !important;
}
.shop-hero-slider-delay-3 {
-webkit-animation-delay: .6s !important;
animation-delay: .6s !important;
}
.shop-hero-slider-delay-4 {
-webkit-animation-delay: .8s !important;
animation-delay: .8s !important;
}
/*
* Popular categories
*/
.shop-popular-categories .img-thumbnail:hover,
.shop-popular-categories .img-thumbnail:focus {
z-index: 10;
}
.shop-popular-categories .img-thumbnail .ui-bg-overlay {
-webkit-transition: .3s;
transition: .3s;
}
.shop-popular-categories .img-thumbnail:hover .ui-bg-overlay,
.shop-popular-categories .img-thumbnail:focus .ui-bg-overlay {
opacity: 0 !important;
}
/*
* Filters
*/
.shop-filters-slider .noUi-tooltip {
opacity: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.shop-filters-slider:hover .noUi-tooltip,
.shop-filters-slider.noUi-state-drag .noUi-tooltip {
opacity: 1;
}
/*
* Product grid
*/
@media (max-width: 767px) {
.shop-list-row > *[class]::before,
.shop-list-row > *[class]::after {
display: none !important;
}
}
.shop-list-content[class]::after {
display: none !important;
}
/*
* Checkout
*/
@media (min-width: 768px) {
#shop-checkout-wizard {
max-width: 750px !important;
}
}
#shop-checkout-wizard .sw-btn-next.disabled,
#shop-checkout-wizard .sw-btn-prev.disabled {
display: none;
}
#shop-checkout-wizard .sw-btn-finish {
display: none;
}
#shop-checkout-wizard .sw-btn-next.disabled ~ .sw-btn-finish {
display: inline-block;
}
/*
* Animations
*/
@-webkit-keyframes shopDropdownAnimation {
0% {
opacity: 0;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes shopDropdownAnimation {
0% {
opacity: 0;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes shopHeroSliderAnimation {
0% {
opacity: 0;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes shopHeroSliderAnimation {
0% {
opacity: 0;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
} | HizliTicaret/Web/wwwroot/assets/css/shop.css | body {
background: #fff !important;
font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.navbar .dropdown-menu {
-webkit-animation: shopDropdownAnimation .25s !important;
animation: shopDropdownAnimation .25s !important;
}
.navbar {
z-index: 15;
}
/*
* Cart dropdown
*/
@media (min-width: 992px) {
.shop-cart-dropdown .dropdown-menu {
width: 340px;
}
}
/*
* Special deals
*/
.shop-special-deal-label {
position: absolute;
top: 1.5rem;
right: 1.5rem;
}
[dir=rtl] .shop-special-deal-label {
right: auto;
left: 1.5rem;
}
/*
* Hero slider
*/
.shop-hero-container {
min-height: 500px;
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;
}
/* IE 10-11 fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.shop-hero-container:after {
content: '';
display: block;
-ms-flex-preferred-size: 0;
flex-basis: 0;
min-height: inherit;
width: 0;
font-size: 0;
}
}
/* Hide arrows, show on hover */
#shop-hero-slider .swiper-button-prev,
#shop-hero-slider .swiper-button-next {
opacity: 0;
-webkit-transition: .4s;
transition: .4s;
}
#shop-hero-slider:hover .swiper-button-prev,
#shop-hero-slider:hover .swiper-button-next {
opacity: 1;
}
/* Hero slider animations */
.shop-hero-slider-animated {
opacity: 0;
}
.shop-hero-slider-animating .shop-hero-slider-animated {
-webkit-animation: shopHeroSliderAnimation .5s forwards;
animation: shopHeroSliderAnimation .5s forwards;
}
.shop-hero-slider-delay-1 {
-webkit-animation-delay: .2s !important;
animation-delay: .2s !important;
}
.shop-hero-slider-delay-2 {
-webkit-animation-delay: .4s !important;
animation-delay: .4s !important;
}
.shop-hero-slider-delay-3 {
-webkit-animation-delay: .6s !important;
animation-delay: .6s !important;
}
.shop-hero-slider-delay-4 {
-webkit-animation-delay: .8s !important;
animation-delay: .8s !important;
}
/*
* Popular categories
*/
.shop-popular-categories .img-thumbnail:hover,
.shop-popular-categories .img-thumbnail:focus {
z-index: 10;
}
.shop-popular-categories .img-thumbnail .ui-bg-overlay {
-webkit-transition: .3s;
transition: .3s;
}
.shop-popular-categories .img-thumbnail:hover .ui-bg-overlay,
.shop-popular-categories .img-thumbnail:focus .ui-bg-overlay {
opacity: 0 !important;
}
/*
* Filters
*/
.shop-filters-slider .noUi-tooltip {
opacity: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.shop-filters-slider:hover .noUi-tooltip,
.shop-filters-slider.noUi-state-drag .noUi-tooltip {
opacity: 1;
}
/*
* Product grid
*/
@media (max-width: 767px) {
.shop-list-row > *[class]::before,
.shop-list-row > *[class]::after {
display: none !important;
}
}
.shop-list-content[class]::after {
display: none !important;
}
/*
* Checkout
*/
@media (min-width: 768px) {
#shop-checkout-wizard {
max-width: 750px !important;
}
}
#shop-checkout-wizard .sw-btn-next.disabled,
#shop-checkout-wizard .sw-btn-prev.disabled {
display: none;
}
#shop-checkout-wizard .sw-btn-finish {
display: none;
}
#shop-checkout-wizard .sw-btn-next.disabled ~ .sw-btn-finish {
display: inline-block;
}
/*
* Animations
*/
@-webkit-keyframes shopDropdownAnimation {
0% {
opacity: 0;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes shopDropdownAnimation {
0% {
opacity: 0;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes shopHeroSliderAnimation {
0% {
opacity: 0;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes shopHeroSliderAnimation {
0% {
opacity: 0;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
} | 0.412175 | 0.050823 |
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
*,
*:before,
*:after {
box-sizing: inherit; }
html {
box-sizing: border-box; }
iframe {
width: 100%;
height: 100%;
border: 0; }
ol,
ul {
padding-left: 0;
list-style-type: none;
margin: 0; }
a {
text-decoration: none; }
a:hover, a:visited, a:active, a:focus {
text-decoration: none; }
input::-ms-clear {
display: none; }
:focus {
outline: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
html {
position: relative;
min-height: 100%; }
body {
background-color: #f2f2f2;
font-family: 'Raleway';
font-weight: 400;
color: #3d3d4c; }
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon.eot?z29r3d");
src: url("../fonts/icomoon.eot?z29r3d#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?z29r3d") format("truetype"), url("../fonts/icomoon.woff?z29r3d") format("woff"), url("../fonts/icomoon.svg?z29r3d#icomoon") format("svg");
font-weight: normal;
font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
cursor: pointer;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-edit:before {
content: "\e600"; }
.icon-remove:before {
content: "\e601"; }
.icon-add:before {
content: "\e603"; }
/*****************************************************
/* COMPONENTS
/*****************************************************/
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.grid {
border-radius: 2px;
overflow: hidden;
box-shadow: 0 0 18px -10px #3d3d4c; }
.grid-col-1 {
width: 1%; }
.grid-col-2 {
width: 2%; }
.grid-col-3 {
width: 3%; }
.grid-col-4 {
width: 4%; }
.grid-col-5 {
width: 5%; }
.grid-col-6 {
width: 6%; }
.grid-col-7 {
width: 7%; }
.grid-col-8 {
width: 8%; }
.grid-col-9 {
width: 9%; }
.grid-col-10 {
width: 10%; }
.grid-col-11 {
width: 11%; }
.grid-col-12 {
width: 12%; }
.grid-col-13 {
width: 13%; }
.grid-col-14 {
width: 14%; }
.grid-col-15 {
width: 15%; }
.grid-col-16 {
width: 16%; }
.grid-col-17 {
width: 17%; }
.grid-col-18 {
width: 18%; }
.grid-col-19 {
width: 19%; }
.grid-col-20 {
width: 20%; }
.grid-col-21 {
width: 21%; }
.grid-col-22 {
width: 22%; }
.grid-col-23 {
width: 23%; }
.grid-col-24 {
width: 24%; }
.grid-col-25 {
width: 25%; }
.grid-col-26 {
width: 26%; }
.grid-col-27 {
width: 27%; }
.grid-col-28 {
width: 28%; }
.grid-col-29 {
width: 29%; }
.grid-col-30 {
width: 30%; }
.grid-col-31 {
width: 31%; }
.grid-col-32 {
width: 32%; }
.grid-col-33 {
width: 33%; }
.grid-col-34 {
width: 34%; }
.grid-col-35 {
width: 35%; }
.grid-col-36 {
width: 36%; }
.grid-col-37 {
width: 37%; }
.grid-col-38 {
width: 38%; }
.grid-col-39 {
width: 39%; }
.grid-col-40 {
width: 40%; }
.grid-col-41 {
width: 41%; }
.grid-col-42 {
width: 42%; }
.grid-col-43 {
width: 43%; }
.grid-col-44 {
width: 44%; }
.grid-col-45 {
width: 45%; }
.grid-col-46 {
width: 46%; }
.grid-col-47 {
width: 47%; }
.grid-col-48 {
width: 48%; }
.grid-col-49 {
width: 49%; }
.grid-col-50 {
width: 50%; }
.grid-col-51 {
width: 51%; }
.grid-col-52 {
width: 52%; }
.grid-col-53 {
width: 53%; }
.grid-col-54 {
width: 54%; }
.grid-col-55 {
width: 55%; }
.grid-col-56 {
width: 56%; }
.grid-col-57 {
width: 57%; }
.grid-col-58 {
width: 58%; }
.grid-col-59 {
width: 59%; }
.grid-col-60 {
width: 60%; }
.grid-col-61 {
width: 61%; }
.grid-col-62 {
width: 62%; }
.grid-col-63 {
width: 63%; }
.grid-col-64 {
width: 64%; }
.grid-col-65 {
width: 65%; }
.grid-col-66 {
width: 66%; }
.grid-col-67 {
width: 67%; }
.grid-col-68 {
width: 68%; }
.grid-col-69 {
width: 69%; }
.grid-col-70 {
width: 70%; }
.grid-col-71 {
width: 71%; }
.grid-col-72 {
width: 72%; }
.grid-col-73 {
width: 73%; }
.grid-col-74 {
width: 74%; }
.grid-col-75 {
width: 75%; }
.grid-col-76 {
width: 76%; }
.grid-col-77 {
width: 77%; }
.grid-col-78 {
width: 78%; }
.grid-col-79 {
width: 79%; }
.grid-col-80 {
width: 80%; }
.grid-col-81 {
width: 81%; }
.grid-col-82 {
width: 82%; }
.grid-col-83 {
width: 83%; }
.grid-col-84 {
width: 84%; }
.grid-col-85 {
width: 85%; }
.grid-col-86 {
width: 86%; }
.grid-col-87 {
width: 87%; }
.grid-col-88 {
width: 88%; }
.grid-col-89 {
width: 89%; }
.grid-col-90 {
width: 90%; }
.grid-col-91 {
width: 91%; }
.grid-col-92 {
width: 92%; }
.grid-col-93 {
width: 93%; }
.grid-col-94 {
width: 94%; }
.grid-col-95 {
width: 95%; }
.grid-col-96 {
width: 96%; }
.grid-col-97 {
width: 97%; }
.grid-col-98 {
width: 98%; }
.grid-col-99 {
width: 99%; }
.grid-col-100 {
width: 100%; }
[class^="grid-col"] {
float: left;
vertical-align: middle; }
.grid-header {
height: 55px;
line-height: 55px;
vertical-align: bottom;
background-color: #fff;
color: #71717f;
font-weight: 500;
overflow: hidden; }
.grid-header [class^="grid-col"] {
line-height: 65px;
height: 55px;
padding-left: 20px; }
.grid-row {
overflow: hidden;
line-height: 100px;
vertical-align: middle;
height: 100px;
background-color: #fff;
color: #71717f; }
.grid-row [class^="grid-col"] {
border-top: 1px solid #f2f2f2;
height: 100px;
line-height: 100px;
padding: 0 20px; }
.grid-ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.checkbox {
position: relative; }
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
outline: none; }
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 25px;
cursor: pointer;
outline: none; }
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 2px;
width: 14px;
height: 14px;
border: 1px solid #d2d2d2;
background: #fff;
outline: none; }
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAMAAAAGcixRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAYFBMVEUAAABxcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX8AAABLVcP3AAAAHnRSTlMANNPwcFTMrR5K9PXt5n77pbibAw26/n8GoWMBhUsMuHkpAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAD5JREFUCNcli0cWgDAQhb69RWPvcv9j5o1hAxuknyTNchVlVatpoZODfvDAqInIvGjdLPbDjvMCf8f7ed1nDpOEBCcouJFkAAAAAElFTkSuQmCC");
position: absolute;
margin-top: -2px;
left: 2px;
transition: all .2s;
outline: none; }
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0); }
[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1); }
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.btn {
border: none;
border-radius: 2px;
-webkit-appearance: none;
padding: 15px 25px;
font-size: .9em; }
.btn-white {
color: #71717f;
background: #FFF;
border: 1px solid #FFF; }
.btn-white:hover {
border-color: currentColor; }
.btn-pink {
color: #FFF;
background: #ff1770; }
.btn-pink:hover {
background: #fc0061; }
.btn-bold {
font-weight: 600; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.loading {
font-size: 20px;
width: 1em;
height: 1em;
border-radius: 50%;
position: relative;
text-indent: -9999em;
animation: loading-circular 1.1s infinite ease;
transform: translateZ(0); }
@keyframes loading-circular {
0%, 100% {
box-shadow: 0 -2.6em 0 0 #ffffff, 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7); }
12.5% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0 #ffffff, 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5); }
25% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7), 2.5em 0 0 0 #ffffff, 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2); }
37.5% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5), 2.5em 0 0 0 rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2); }
50% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.7), 0 2.5em 0 0 #ffffff, -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2); }
62.5% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.5), 0 2.5em 0 0 rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0 #ffffff, -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2); }
75% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.7), -2.6em 0 0 0 #ffffff, -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2); }
87.5% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.5), -2.6em 0 0 0 rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0 #ffffff; } }
/*****************************************************
/* LAYOUT
/*****************************************************/
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.container {
padding: 30px;
width: 100%;
max-width: 1366px;
margin: 120px auto 200px; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.header {
position: fixed;
top: 0;
width: 100%;
height: 105px;
background: #1d1e2a;
padding: 0 10px;
z-index: 1; }
@media screen and (min-width: 768px) {
.header {
padding: 0 80px; } }
.header-logo {
float: left;
background: url("/images/logo1.png") no-repeat center center;
width: 250px;
height: 100%; }
.header-separator {
float: left;
position: relative;
height: 100%;
width: 1px;
margin: 0 20px; }
.header-separator::after {
content: '';
position: absolute;
left: 0;
width: 1px;
top: 20px;
bottom: 20px;
background: #363744; }
.header-title {
float: left;
color: #fff;
font-size: 1.1em;
font-weight: 400;
text-transform: uppercase;
line-height: 105px; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 200px;
background: #1D1E2A;
overflow: hidden;
font-size: 0.8em;
color: #b3b3b3; }
.footer-inner {
display: flex;
align-items: flex-end;
padding: 30px;
padding-bottom: 60px;
max-width: 1366px;
margin: 0 auto; }
.footer-logo {
opacity: .2; }
.footer-info {
flex: 1;
text-align: right;
padding-left: 50px; }
.footer-sitemap {
margin-left: 50px;
display: inline-block; }
.footer-sitemap li {
display: inline-block; }
.footer-copyright {
line-height: 25px; }
.footer-link {
line-height: 25px;
margin-left: 30px;
color: #b3b3b3; }
.footer-link:hover {
color: #9a9a9a; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.overlay {
display: none;
opacity: 0;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.2);
z-index: 100000; }
.overlay-visible {
display: flex;
opacity: 1;
transition: opacity .2s; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.error-notFound-title {
text-align: center;
font-size: 80px;
padding-top: 10%;
color: #3d3d4c; }
.error-notFound-description {
text-align: center;
font-size: 30px;
color: #ff1770; }
/*****************************************************
/* HELPERS
/*****************************************************/
.text-center {
text-align: center; }
.clearfix:before,
.clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.padding-left-1 {
padding-left: 1px !important; }
.padding-right-1 {
padding-right: 1px !important; }
.margin-left-1 {
margin-left: 1px !important; }
.margin-right-1 {
margin-right: 1px !important; }
.margin-bottom-1 {
margin-bottom: 1px !important; }
.margin-top-1 {
margin-top: 1px !important; }
.padding-left-2 {
padding-left: 2px !important; }
.padding-right-2 {
padding-right: 2px !important; }
.margin-left-2 {
margin-left: 2px !important; }
.margin-right-2 {
margin-right: 2px !important; }
.margin-bottom-2 {
margin-bottom: 2px !important; }
.margin-top-2 {
margin-top: 2px !important; }
.padding-left-3 {
padding-left: 3px !important; }
.padding-right-3 {
padding-right: 3px !important; }
.margin-left-3 {
margin-left: 3px !important; }
.margin-right-3 {
margin-right: 3px !important; }
.margin-bottom-3 {
margin-bottom: 3px !important; }
.margin-top-3 {
margin-top: 3px !important; }
.padding-left-4 {
padding-left: 4px !important; }
.padding-right-4 {
padding-right: 4px !important; }
.margin-left-4 {
margin-left: 4px !important; }
.margin-right-4 {
margin-right: 4px !important; }
.margin-bottom-4 {
margin-bottom: 4px !important; }
.margin-top-4 {
margin-top: 4px !important; }
.padding-left-5 {
padding-left: 5px !important; }
.padding-right-5 {
padding-right: 5px !important; }
.margin-left-5 {
margin-left: 5px !important; }
.margin-right-5 {
margin-right: 5px !important; }
.margin-bottom-5 {
margin-bottom: 5px !important; }
.margin-top-5 {
margin-top: 5px !important; }
.padding-left-6 {
padding-left: 6px !important; }
.padding-right-6 {
padding-right: 6px !important; }
.margin-left-6 {
margin-left: 6px !important; }
.margin-right-6 {
margin-right: 6px !important; }
.margin-bottom-6 {
margin-bottom: 6px !important; }
.margin-top-6 {
margin-top: 6px !important; }
.padding-left-7 {
padding-left: 7px !important; }
.padding-right-7 {
padding-right: 7px !important; }
.margin-left-7 {
margin-left: 7px !important; }
.margin-right-7 {
margin-right: 7px !important; }
.margin-bottom-7 {
margin-bottom: 7px !important; }
.margin-top-7 {
margin-top: 7px !important; }
.padding-left-8 {
padding-left: 8px !important; }
.padding-right-8 {
padding-right: 8px !important; }
.margin-left-8 {
margin-left: 8px !important; }
.margin-right-8 {
margin-right: 8px !important; }
.margin-bottom-8 {
margin-bottom: 8px !important; }
.margin-top-8 {
margin-top: 8px !important; }
.padding-left-9 {
padding-left: 9px !important; }
.padding-right-9 {
padding-right: 9px !important; }
.margin-left-9 {
margin-left: 9px !important; }
.margin-right-9 {
margin-right: 9px !important; }
.margin-bottom-9 {
margin-bottom: 9px !important; }
.margin-top-9 {
margin-top: 9px !important; }
.padding-left-10 {
padding-left: 10px !important; }
.padding-right-10 {
padding-right: 10px !important; }
.margin-left-10 {
margin-left: 10px !important; }
.margin-right-10 {
margin-right: 10px !important; }
.margin-bottom-10 {
margin-bottom: 10px !important; }
.margin-top-10 {
margin-top: 10px !important; }
.padding-left-11 {
padding-left: 11px !important; }
.padding-right-11 {
padding-right: 11px !important; }
.margin-left-11 {
margin-left: 11px !important; }
.margin-right-11 {
margin-right: 11px !important; }
.margin-bottom-11 {
margin-bottom: 11px !important; }
.margin-top-11 {
margin-top: 11px !important; }
.padding-left-12 {
padding-left: 12px !important; }
.padding-right-12 {
padding-right: 12px !important; }
.margin-left-12 {
margin-left: 12px !important; }
.margin-right-12 {
margin-right: 12px !important; }
.margin-bottom-12 {
margin-bottom: 12px !important; }
.margin-top-12 {
margin-top: 12px !important; }
.padding-left-13 {
padding-left: 13px !important; }
.padding-right-13 {
padding-right: 13px !important; }
.margin-left-13 {
margin-left: 13px !important; }
.margin-right-13 {
margin-right: 13px !important; }
.margin-bottom-13 {
margin-bottom: 13px !important; }
.margin-top-13 {
margin-top: 13px !important; }
.padding-left-14 {
padding-left: 14px !important; }
.padding-right-14 {
padding-right: 14px !important; }
.margin-left-14 {
margin-left: 14px !important; }
.margin-right-14 {
margin-right: 14px !important; }
.margin-bottom-14 {
margin-bottom: 14px !important; }
.margin-top-14 {
margin-top: 14px !important; }
.padding-left-15 {
padding-left: 15px !important; }
.padding-right-15 {
padding-right: 15px !important; }
.margin-left-15 {
margin-left: 15px !important; }
.margin-right-15 {
margin-right: 15px !important; }
.margin-bottom-15 {
margin-bottom: 15px !important; }
.margin-top-15 {
margin-top: 15px !important; }
.padding-left-16 {
padding-left: 16px !important; }
.padding-right-16 {
padding-right: 16px !important; }
.margin-left-16 {
margin-left: 16px !important; }
.margin-right-16 {
margin-right: 16px !important; }
.margin-bottom-16 {
margin-bottom: 16px !important; }
.margin-top-16 {
margin-top: 16px !important; }
.padding-left-17 {
padding-left: 17px !important; }
.padding-right-17 {
padding-right: 17px !important; }
.margin-left-17 {
margin-left: 17px !important; }
.margin-right-17 {
margin-right: 17px !important; }
.margin-bottom-17 {
margin-bottom: 17px !important; }
.margin-top-17 {
margin-top: 17px !important; }
.padding-left-18 {
padding-left: 18px !important; }
.padding-right-18 {
padding-right: 18px !important; }
.margin-left-18 {
margin-left: 18px !important; }
.margin-right-18 {
margin-right: 18px !important; }
.margin-bottom-18 {
margin-bottom: 18px !important; }
.margin-top-18 {
margin-top: 18px !important; }
.padding-left-19 {
padding-left: 19px !important; }
.padding-right-19 {
padding-right: 19px !important; }
.margin-left-19 {
margin-left: 19px !important; }
.margin-right-19 {
margin-right: 19px !important; }
.margin-bottom-19 {
margin-bottom: 19px !important; }
.margin-top-19 {
margin-top: 19px !important; }
.padding-left-20 {
padding-left: 20px !important; }
.padding-right-20 {
padding-right: 20px !important; }
.margin-left-20 {
margin-left: 20px !important; }
.margin-right-20 {
margin-right: 20px !important; }
.margin-bottom-20 {
margin-bottom: 20px !important; }
.margin-top-20 {
margin-top: 20px !important; }
.padding-left-21 {
padding-left: 21px !important; }
.padding-right-21 {
padding-right: 21px !important; }
.margin-left-21 {
margin-left: 21px !important; }
.margin-right-21 {
margin-right: 21px !important; }
.margin-bottom-21 {
margin-bottom: 21px !important; }
.margin-top-21 {
margin-top: 21px !important; }
.padding-left-22 {
padding-left: 22px !important; }
.padding-right-22 {
padding-right: 22px !important; }
.margin-left-22 {
margin-left: 22px !important; }
.margin-right-22 {
margin-right: 22px !important; }
.margin-bottom-22 {
margin-bottom: 22px !important; }
.margin-top-22 {
margin-top: 22px !important; }
.padding-left-23 {
padding-left: 23px !important; }
.padding-right-23 {
padding-right: 23px !important; }
.margin-left-23 {
margin-left: 23px !important; }
.margin-right-23 {
margin-right: 23px !important; }
.margin-bottom-23 {
margin-bottom: 23px !important; }
.margin-top-23 {
margin-top: 23px !important; }
.padding-left-24 {
padding-left: 24px !important; }
.padding-right-24 {
padding-right: 24px !important; }
.margin-left-24 {
margin-left: 24px !important; }
.margin-right-24 {
margin-right: 24px !important; }
.margin-bottom-24 {
margin-bottom: 24px !important; }
.margin-top-24 {
margin-top: 24px !important; }
.padding-left-25 {
padding-left: 25px !important; }
.padding-right-25 {
padding-right: 25px !important; }
.margin-left-25 {
margin-left: 25px !important; }
.margin-right-25 {
margin-right: 25px !important; }
.margin-bottom-25 {
margin-bottom: 25px !important; }
.margin-top-25 {
margin-top: 25px !important; }
.padding-left-26 {
padding-left: 26px !important; }
.padding-right-26 {
padding-right: 26px !important; }
.margin-left-26 {
margin-left: 26px !important; }
.margin-right-26 {
margin-right: 26px !important; }
.margin-bottom-26 {
margin-bottom: 26px !important; }
.margin-top-26 {
margin-top: 26px !important; }
.padding-left-27 {
padding-left: 27px !important; }
.padding-right-27 {
padding-right: 27px !important; }
.margin-left-27 {
margin-left: 27px !important; }
.margin-right-27 {
margin-right: 27px !important; }
.margin-bottom-27 {
margin-bottom: 27px !important; }
.margin-top-27 {
margin-top: 27px !important; }
.padding-left-28 {
padding-left: 28px !important; }
.padding-right-28 {
padding-right: 28px !important; }
.margin-left-28 {
margin-left: 28px !important; }
.margin-right-28 {
margin-right: 28px !important; }
.margin-bottom-28 {
margin-bottom: 28px !important; }
.margin-top-28 {
margin-top: 28px !important; }
.padding-left-29 {
padding-left: 29px !important; }
.padding-right-29 {
padding-right: 29px !important; }
.margin-left-29 {
margin-left: 29px !important; }
.margin-right-29 {
margin-right: 29px !important; }
.margin-bottom-29 {
margin-bottom: 29px !important; }
.margin-top-29 {
margin-top: 29px !important; }
.padding-left-30 {
padding-left: 30px !important; }
.padding-right-30 {
padding-right: 30px !important; }
.margin-left-30 {
margin-left: 30px !important; }
.margin-right-30 {
margin-right: 30px !important; }
.margin-bottom-30 {
margin-bottom: 30px !important; }
.margin-top-30 {
margin-top: 30px !important; }
.padding-left-31 {
padding-left: 31px !important; }
.padding-right-31 {
padding-right: 31px !important; }
.margin-left-31 {
margin-left: 31px !important; }
.margin-right-31 {
margin-right: 31px !important; }
.margin-bottom-31 {
margin-bottom: 31px !important; }
.margin-top-31 {
margin-top: 31px !important; }
.padding-left-32 {
padding-left: 32px !important; }
.padding-right-32 {
padding-right: 32px !important; }
.margin-left-32 {
margin-left: 32px !important; }
.margin-right-32 {
margin-right: 32px !important; }
.margin-bottom-32 {
margin-bottom: 32px !important; }
.margin-top-32 {
margin-top: 32px !important; }
.padding-left-33 {
padding-left: 33px !important; }
.padding-right-33 {
padding-right: 33px !important; }
.margin-left-33 {
margin-left: 33px !important; }
.margin-right-33 {
margin-right: 33px !important; }
.margin-bottom-33 {
margin-bottom: 33px !important; }
.margin-top-33 {
margin-top: 33px !important; }
.padding-left-34 {
padding-left: 34px !important; }
.padding-right-34 {
padding-right: 34px !important; }
.margin-left-34 {
margin-left: 34px !important; }
.margin-right-34 {
margin-right: 34px !important; }
.margin-bottom-34 {
margin-bottom: 34px !important; }
.margin-top-34 {
margin-top: 34px !important; }
.padding-left-35 {
padding-left: 35px !important; }
.padding-right-35 {
padding-right: 35px !important; }
.margin-left-35 {
margin-left: 35px !important; }
.margin-right-35 {
margin-right: 35px !important; }
.margin-bottom-35 {
margin-bottom: 35px !important; }
.margin-top-35 {
margin-top: 35px !important; }
.padding-left-36 {
padding-left: 36px !important; }
.padding-right-36 {
padding-right: 36px !important; }
.margin-left-36 {
margin-left: 36px !important; }
.margin-right-36 {
margin-right: 36px !important; }
.margin-bottom-36 {
margin-bottom: 36px !important; }
.margin-top-36 {
margin-top: 36px !important; }
.padding-left-37 {
padding-left: 37px !important; }
.padding-right-37 {
padding-right: 37px !important; }
.margin-left-37 {
margin-left: 37px !important; }
.margin-right-37 {
margin-right: 37px !important; }
.margin-bottom-37 {
margin-bottom: 37px !important; }
.margin-top-37 {
margin-top: 37px !important; }
.padding-left-38 {
padding-left: 38px !important; }
.padding-right-38 {
padding-right: 38px !important; }
.margin-left-38 {
margin-left: 38px !important; }
.margin-right-38 {
margin-right: 38px !important; }
.margin-bottom-38 {
margin-bottom: 38px !important; }
.margin-top-38 {
margin-top: 38px !important; }
.padding-left-39 {
padding-left: 39px !important; }
.padding-right-39 {
padding-right: 39px !important; }
.margin-left-39 {
margin-left: 39px !important; }
.margin-right-39 {
margin-right: 39px !important; }
.margin-bottom-39 {
margin-bottom: 39px !important; }
.margin-top-39 {
margin-top: 39px !important; }
.padding-left-40 {
padding-left: 40px !important; }
.padding-right-40 {
padding-right: 40px !important; }
.margin-left-40 {
margin-left: 40px !important; }
.margin-right-40 {
margin-right: 40px !important; }
.margin-bottom-40 {
margin-bottom: 40px !important; }
.margin-top-40 {
margin-top: 40px !important; }
.padding-left-41 {
padding-left: 41px !important; }
.padding-right-41 {
padding-right: 41px !important; }
.margin-left-41 {
margin-left: 41px !important; }
.margin-right-41 {
margin-right: 41px !important; }
.margin-bottom-41 {
margin-bottom: 41px !important; }
.margin-top-41 {
margin-top: 41px !important; }
.padding-left-42 {
padding-left: 42px !important; }
.padding-right-42 {
padding-right: 42px !important; }
.margin-left-42 {
margin-left: 42px !important; }
.margin-right-42 {
margin-right: 42px !important; }
.margin-bottom-42 {
margin-bottom: 42px !important; }
.margin-top-42 {
margin-top: 42px !important; }
.padding-left-43 {
padding-left: 43px !important; }
.padding-right-43 {
padding-right: 43px !important; }
.margin-left-43 {
margin-left: 43px !important; }
.margin-right-43 {
margin-right: 43px !important; }
.margin-bottom-43 {
margin-bottom: 43px !important; }
.margin-top-43 {
margin-top: 43px !important; }
.padding-left-44 {
padding-left: 44px !important; }
.padding-right-44 {
padding-right: 44px !important; }
.margin-left-44 {
margin-left: 44px !important; }
.margin-right-44 {
margin-right: 44px !important; }
.margin-bottom-44 {
margin-bottom: 44px !important; }
.margin-top-44 {
margin-top: 44px !important; }
.padding-left-45 {
padding-left: 45px !important; }
.padding-right-45 {
padding-right: 45px !important; }
.margin-left-45 {
margin-left: 45px !important; }
.margin-right-45 {
margin-right: 45px !important; }
.margin-bottom-45 {
margin-bottom: 45px !important; }
.margin-top-45 {
margin-top: 45px !important; }
.padding-left-46 {
padding-left: 46px !important; }
.padding-right-46 {
padding-right: 46px !important; }
.margin-left-46 {
margin-left: 46px !important; }
.margin-right-46 {
margin-right: 46px !important; }
.margin-bottom-46 {
margin-bottom: 46px !important; }
.margin-top-46 {
margin-top: 46px !important; }
.padding-left-47 {
padding-left: 47px !important; }
.padding-right-47 {
padding-right: 47px !important; }
.margin-left-47 {
margin-left: 47px !important; }
.margin-right-47 {
margin-right: 47px !important; }
.margin-bottom-47 {
margin-bottom: 47px !important; }
.margin-top-47 {
margin-top: 47px !important; }
.padding-left-48 {
padding-left: 48px !important; }
.padding-right-48 {
padding-right: 48px !important; }
.margin-left-48 {
margin-left: 48px !important; }
.margin-right-48 {
margin-right: 48px !important; }
.margin-bottom-48 {
margin-bottom: 48px !important; }
.margin-top-48 {
margin-top: 48px !important; }
.padding-left-49 {
padding-left: 49px !important; }
.padding-right-49 {
padding-right: 49px !important; }
.margin-left-49 {
margin-left: 49px !important; }
.margin-right-49 {
margin-right: 49px !important; }
.margin-bottom-49 {
margin-bottom: 49px !important; }
.margin-top-49 {
margin-top: 49px !important; }
.padding-left-50 {
padding-left: 50px !important; }
.padding-right-50 {
padding-right: 50px !important; }
.margin-left-50 {
margin-left: 50px !important; }
.margin-right-50 {
margin-right: 50px !important; }
.margin-bottom-50 {
margin-bottom: 50px !important; }
.margin-top-50 {
margin-top: 50px !important; }
.padding-left-51 {
padding-left: 51px !important; }
.padding-right-51 {
padding-right: 51px !important; }
.margin-left-51 {
margin-left: 51px !important; }
.margin-right-51 {
margin-right: 51px !important; }
.margin-bottom-51 {
margin-bottom: 51px !important; }
.margin-top-51 {
margin-top: 51px !important; }
.padding-left-52 {
padding-left: 52px !important; }
.padding-right-52 {
padding-right: 52px !important; }
.margin-left-52 {
margin-left: 52px !important; }
.margin-right-52 {
margin-right: 52px !important; }
.margin-bottom-52 {
margin-bottom: 52px !important; }
.margin-top-52 {
margin-top: 52px !important; }
.padding-left-53 {
padding-left: 53px !important; }
.padding-right-53 {
padding-right: 53px !important; }
.margin-left-53 {
margin-left: 53px !important; }
.margin-right-53 {
margin-right: 53px !important; }
.margin-bottom-53 {
margin-bottom: 53px !important; }
.margin-top-53 {
margin-top: 53px !important; }
.padding-left-54 {
padding-left: 54px !important; }
.padding-right-54 {
padding-right: 54px !important; }
.margin-left-54 {
margin-left: 54px !important; }
.margin-right-54 {
margin-right: 54px !important; }
.margin-bottom-54 {
margin-bottom: 54px !important; }
.margin-top-54 {
margin-top: 54px !important; }
.padding-left-55 {
padding-left: 55px !important; }
.padding-right-55 {
padding-right: 55px !important; }
.margin-left-55 {
margin-left: 55px !important; }
.margin-right-55 {
margin-right: 55px !important; }
.margin-bottom-55 {
margin-bottom: 55px !important; }
.margin-top-55 {
margin-top: 55px !important; }
.padding-left-56 {
padding-left: 56px !important; }
.padding-right-56 {
padding-right: 56px !important; }
.margin-left-56 {
margin-left: 56px !important; }
.margin-right-56 {
margin-right: 56px !important; }
.margin-bottom-56 {
margin-bottom: 56px !important; }
.margin-top-56 {
margin-top: 56px !important; }
.padding-left-57 {
padding-left: 57px !important; }
.padding-right-57 {
padding-right: 57px !important; }
.margin-left-57 {
margin-left: 57px !important; }
.margin-right-57 {
margin-right: 57px !important; }
.margin-bottom-57 {
margin-bottom: 57px !important; }
.margin-top-57 {
margin-top: 57px !important; }
.padding-left-58 {
padding-left: 58px !important; }
.padding-right-58 {
padding-right: 58px !important; }
.margin-left-58 {
margin-left: 58px !important; }
.margin-right-58 {
margin-right: 58px !important; }
.margin-bottom-58 {
margin-bottom: 58px !important; }
.margin-top-58 {
margin-top: 58px !important; }
.padding-left-59 {
padding-left: 59px !important; }
.padding-right-59 {
padding-right: 59px !important; }
.margin-left-59 {
margin-left: 59px !important; }
.margin-right-59 {
margin-right: 59px !important; }
.margin-bottom-59 {
margin-bottom: 59px !important; }
.margin-top-59 {
margin-top: 59px !important; }
.padding-left-60 {
padding-left: 60px !important; }
.padding-right-60 {
padding-right: 60px !important; }
.margin-left-60 {
margin-left: 60px !important; }
.margin-right-60 {
margin-right: 60px !important; }
.margin-bottom-60 {
margin-bottom: 60px !important; }
.margin-top-60 {
margin-top: 60px !important; }
.padding-left-61 {
padding-left: 61px !important; }
.padding-right-61 {
padding-right: 61px !important; }
.margin-left-61 {
margin-left: 61px !important; }
.margin-right-61 {
margin-right: 61px !important; }
.margin-bottom-61 {
margin-bottom: 61px !important; }
.margin-top-61 {
margin-top: 61px !important; }
.padding-left-62 {
padding-left: 62px !important; }
.padding-right-62 {
padding-right: 62px !important; }
.margin-left-62 {
margin-left: 62px !important; }
.margin-right-62 {
margin-right: 62px !important; }
.margin-bottom-62 {
margin-bottom: 62px !important; }
.margin-top-62 {
margin-top: 62px !important; }
.padding-left-63 {
padding-left: 63px !important; }
.padding-right-63 {
padding-right: 63px !important; }
.margin-left-63 {
margin-left: 63px !important; }
.margin-right-63 {
margin-right: 63px !important; }
.margin-bottom-63 {
margin-bottom: 63px !important; }
.margin-top-63 {
margin-top: 63px !important; }
.padding-left-64 {
padding-left: 64px !important; }
.padding-right-64 {
padding-right: 64px !important; }
.margin-left-64 {
margin-left: 64px !important; }
.margin-right-64 {
margin-right: 64px !important; }
.margin-bottom-64 {
margin-bottom: 64px !important; }
.margin-top-64 {
margin-top: 64px !important; }
.padding-left-65 {
padding-left: 65px !important; }
.padding-right-65 {
padding-right: 65px !important; }
.margin-left-65 {
margin-left: 65px !important; }
.margin-right-65 {
margin-right: 65px !important; }
.margin-bottom-65 {
margin-bottom: 65px !important; }
.margin-top-65 {
margin-top: 65px !important; }
.padding-left-66 {
padding-left: 66px !important; }
.padding-right-66 {
padding-right: 66px !important; }
.margin-left-66 {
margin-left: 66px !important; }
.margin-right-66 {
margin-right: 66px !important; }
.margin-bottom-66 {
margin-bottom: 66px !important; }
.margin-top-66 {
margin-top: 66px !important; }
.padding-left-67 {
padding-left: 67px !important; }
.padding-right-67 {
padding-right: 67px !important; }
.margin-left-67 {
margin-left: 67px !important; }
.margin-right-67 {
margin-right: 67px !important; }
.margin-bottom-67 {
margin-bottom: 67px !important; }
.margin-top-67 {
margin-top: 67px !important; }
.padding-left-68 {
padding-left: 68px !important; }
.padding-right-68 {
padding-right: 68px !important; }
.margin-left-68 {
margin-left: 68px !important; }
.margin-right-68 {
margin-right: 68px !important; }
.margin-bottom-68 {
margin-bottom: 68px !important; }
.margin-top-68 {
margin-top: 68px !important; }
.padding-left-69 {
padding-left: 69px !important; }
.padding-right-69 {
padding-right: 69px !important; }
.margin-left-69 {
margin-left: 69px !important; }
.margin-right-69 {
margin-right: 69px !important; }
.margin-bottom-69 {
margin-bottom: 69px !important; }
.margin-top-69 {
margin-top: 69px !important; }
.padding-left-70 {
padding-left: 70px !important; }
.padding-right-70 {
padding-right: 70px !important; }
.margin-left-70 {
margin-left: 70px !important; }
.margin-right-70 {
margin-right: 70px !important; }
.margin-bottom-70 {
margin-bottom: 70px !important; }
.margin-top-70 {
margin-top: 70px !important; }
.padding-left-71 {
padding-left: 71px !important; }
.padding-right-71 {
padding-right: 71px !important; }
.margin-left-71 {
margin-left: 71px !important; }
.margin-right-71 {
margin-right: 71px !important; }
.margin-bottom-71 {
margin-bottom: 71px !important; }
.margin-top-71 {
margin-top: 71px !important; }
.padding-left-72 {
padding-left: 72px !important; }
.padding-right-72 {
padding-right: 72px !important; }
.margin-left-72 {
margin-left: 72px !important; }
.margin-right-72 {
margin-right: 72px !important; }
.margin-bottom-72 {
margin-bottom: 72px !important; }
.margin-top-72 {
margin-top: 72px !important; }
.padding-left-73 {
padding-left: 73px !important; }
.padding-right-73 {
padding-right: 73px !important; }
.margin-left-73 {
margin-left: 73px !important; }
.margin-right-73 {
margin-right: 73px !important; }
.margin-bottom-73 {
margin-bottom: 73px !important; }
.margin-top-73 {
margin-top: 73px !important; }
.padding-left-74 {
padding-left: 74px !important; }
.padding-right-74 {
padding-right: 74px !important; }
.margin-left-74 {
margin-left: 74px !important; }
.margin-right-74 {
margin-right: 74px !important; }
.margin-bottom-74 {
margin-bottom: 74px !important; }
.margin-top-74 {
margin-top: 74px !important; }
.padding-left-75 {
padding-left: 75px !important; }
.padding-right-75 {
padding-right: 75px !important; }
.margin-left-75 {
margin-left: 75px !important; }
.margin-right-75 {
margin-right: 75px !important; }
.margin-bottom-75 {
margin-bottom: 75px !important; }
.margin-top-75 {
margin-top: 75px !important; }
.padding-left-76 {
padding-left: 76px !important; }
.padding-right-76 {
padding-right: 76px !important; }
.margin-left-76 {
margin-left: 76px !important; }
.margin-right-76 {
margin-right: 76px !important; }
.margin-bottom-76 {
margin-bottom: 76px !important; }
.margin-top-76 {
margin-top: 76px !important; }
.padding-left-77 {
padding-left: 77px !important; }
.padding-right-77 {
padding-right: 77px !important; }
.margin-left-77 {
margin-left: 77px !important; }
.margin-right-77 {
margin-right: 77px !important; }
.margin-bottom-77 {
margin-bottom: 77px !important; }
.margin-top-77 {
margin-top: 77px !important; }
.padding-left-78 {
padding-left: 78px !important; }
.padding-right-78 {
padding-right: 78px !important; }
.margin-left-78 {
margin-left: 78px !important; }
.margin-right-78 {
margin-right: 78px !important; }
.margin-bottom-78 {
margin-bottom: 78px !important; }
.margin-top-78 {
margin-top: 78px !important; }
.padding-left-79 {
padding-left: 79px !important; }
.padding-right-79 {
padding-right: 79px !important; }
.margin-left-79 {
margin-left: 79px !important; }
.margin-right-79 {
margin-right: 79px !important; }
.margin-bottom-79 {
margin-bottom: 79px !important; }
.margin-top-79 {
margin-top: 79px !important; }
.padding-left-80 {
padding-left: 80px !important; }
.padding-right-80 {
padding-right: 80px !important; }
.margin-left-80 {
margin-left: 80px !important; }
.margin-right-80 {
margin-right: 80px !important; }
.margin-bottom-80 {
margin-bottom: 80px !important; }
.margin-top-80 {
margin-top: 80px !important; }
.padding-left-81 {
padding-left: 81px !important; }
.padding-right-81 {
padding-right: 81px !important; }
.margin-left-81 {
margin-left: 81px !important; }
.margin-right-81 {
margin-right: 81px !important; }
.margin-bottom-81 {
margin-bottom: 81px !important; }
.margin-top-81 {
margin-top: 81px !important; }
.padding-left-82 {
padding-left: 82px !important; }
.padding-right-82 {
padding-right: 82px !important; }
.margin-left-82 {
margin-left: 82px !important; }
.margin-right-82 {
margin-right: 82px !important; }
.margin-bottom-82 {
margin-bottom: 82px !important; }
.margin-top-82 {
margin-top: 82px !important; }
.padding-left-83 {
padding-left: 83px !important; }
.padding-right-83 {
padding-right: 83px !important; }
.margin-left-83 {
margin-left: 83px !important; }
.margin-right-83 {
margin-right: 83px !important; }
.margin-bottom-83 {
margin-bottom: 83px !important; }
.margin-top-83 {
margin-top: 83px !important; }
.padding-left-84 {
padding-left: 84px !important; }
.padding-right-84 {
padding-right: 84px !important; }
.margin-left-84 {
margin-left: 84px !important; }
.margin-right-84 {
margin-right: 84px !important; }
.margin-bottom-84 {
margin-bottom: 84px !important; }
.margin-top-84 {
margin-top: 84px !important; }
.padding-left-85 {
padding-left: 85px !important; }
.padding-right-85 {
padding-right: 85px !important; }
.margin-left-85 {
margin-left: 85px !important; }
.margin-right-85 {
margin-right: 85px !important; }
.margin-bottom-85 {
margin-bottom: 85px !important; }
.margin-top-85 {
margin-top: 85px !important; }
.padding-left-86 {
padding-left: 86px !important; }
.padding-right-86 {
padding-right: 86px !important; }
.margin-left-86 {
margin-left: 86px !important; }
.margin-right-86 {
margin-right: 86px !important; }
.margin-bottom-86 {
margin-bottom: 86px !important; }
.margin-top-86 {
margin-top: 86px !important; }
.padding-left-87 {
padding-left: 87px !important; }
.padding-right-87 {
padding-right: 87px !important; }
.margin-left-87 {
margin-left: 87px !important; }
.margin-right-87 {
margin-right: 87px !important; }
.margin-bottom-87 {
margin-bottom: 87px !important; }
.margin-top-87 {
margin-top: 87px !important; }
.padding-left-88 {
padding-left: 88px !important; }
.padding-right-88 {
padding-right: 88px !important; }
.margin-left-88 {
margin-left: 88px !important; }
.margin-right-88 {
margin-right: 88px !important; }
.margin-bottom-88 {
margin-bottom: 88px !important; }
.margin-top-88 {
margin-top: 88px !important; }
.padding-left-89 {
padding-left: 89px !important; }
.padding-right-89 {
padding-right: 89px !important; }
.margin-left-89 {
margin-left: 89px !important; }
.margin-right-89 {
margin-right: 89px !important; }
.margin-bottom-89 {
margin-bottom: 89px !important; }
.margin-top-89 {
margin-top: 89px !important; }
.padding-left-90 {
padding-left: 90px !important; }
.padding-right-90 {
padding-right: 90px !important; }
.margin-left-90 {
margin-left: 90px !important; }
.margin-right-90 {
margin-right: 90px !important; }
.margin-bottom-90 {
margin-bottom: 90px !important; }
.margin-top-90 {
margin-top: 90px !important; }
.padding-left-91 {
padding-left: 91px !important; }
.padding-right-91 {
padding-right: 91px !important; }
.margin-left-91 {
margin-left: 91px !important; }
.margin-right-91 {
margin-right: 91px !important; }
.margin-bottom-91 {
margin-bottom: 91px !important; }
.margin-top-91 {
margin-top: 91px !important; }
.padding-left-92 {
padding-left: 92px !important; }
.padding-right-92 {
padding-right: 92px !important; }
.margin-left-92 {
margin-left: 92px !important; }
.margin-right-92 {
margin-right: 92px !important; }
.margin-bottom-92 {
margin-bottom: 92px !important; }
.margin-top-92 {
margin-top: 92px !important; }
.padding-left-93 {
padding-left: 93px !important; }
.padding-right-93 {
padding-right: 93px !important; }
.margin-left-93 {
margin-left: 93px !important; }
.margin-right-93 {
margin-right: 93px !important; }
.margin-bottom-93 {
margin-bottom: 93px !important; }
.margin-top-93 {
margin-top: 93px !important; }
.padding-left-94 {
padding-left: 94px !important; }
.padding-right-94 {
padding-right: 94px !important; }
.margin-left-94 {
margin-left: 94px !important; }
.margin-right-94 {
margin-right: 94px !important; }
.margin-bottom-94 {
margin-bottom: 94px !important; }
.margin-top-94 {
margin-top: 94px !important; }
.padding-left-95 {
padding-left: 95px !important; }
.padding-right-95 {
padding-right: 95px !important; }
.margin-left-95 {
margin-left: 95px !important; }
.margin-right-95 {
margin-right: 95px !important; }
.margin-bottom-95 {
margin-bottom: 95px !important; }
.margin-top-95 {
margin-top: 95px !important; }
.padding-left-96 {
padding-left: 96px !important; }
.padding-right-96 {
padding-right: 96px !important; }
.margin-left-96 {
margin-left: 96px !important; }
.margin-right-96 {
margin-right: 96px !important; }
.margin-bottom-96 {
margin-bottom: 96px !important; }
.margin-top-96 {
margin-top: 96px !important; }
.padding-left-97 {
padding-left: 97px !important; }
.padding-right-97 {
padding-right: 97px !important; }
.margin-left-97 {
margin-left: 97px !important; }
.margin-right-97 {
margin-right: 97px !important; }
.margin-bottom-97 {
margin-bottom: 97px !important; }
.margin-top-97 {
margin-top: 97px !important; }
.padding-left-98 {
padding-left: 98px !important; }
.padding-right-98 {
padding-right: 98px !important; }
.margin-left-98 {
margin-left: 98px !important; }
.margin-right-98 {
margin-right: 98px !important; }
.margin-bottom-98 {
margin-bottom: 98px !important; }
.margin-top-98 {
margin-top: 98px !important; }
.padding-left-99 {
padding-left: 99px !important; }
.padding-right-99 {
padding-right: 99px !important; }
.margin-left-99 {
margin-left: 99px !important; }
.margin-right-99 {
margin-right: 99px !important; }
.margin-bottom-99 {
margin-bottom: 99px !important; }
.margin-top-99 {
margin-top: 99px !important; }
.padding-left-100 {
padding-left: 100px !important; }
.padding-right-100 {
padding-right: 100px !important; }
.margin-left-100 {
margin-left: 100px !important; }
.margin-right-100 {
margin-right: 100px !important; }
.margin-bottom-100 {
margin-bottom: 100px !important; }
.margin-top-100 {
margin-top: 100px !important; }
.float-left {
float: left; }
.float-right {
float: right; }
/*# sourceMappingURL=site.css.map */ | src/MyHealth.Web.Clinics/public/styles/site.css | * 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
*,
*:before,
*:after {
box-sizing: inherit; }
html {
box-sizing: border-box; }
iframe {
width: 100%;
height: 100%;
border: 0; }
ol,
ul {
padding-left: 0;
list-style-type: none;
margin: 0; }
a {
text-decoration: none; }
a:hover, a:visited, a:active, a:focus {
text-decoration: none; }
input::-ms-clear {
display: none; }
:focus {
outline: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
html {
position: relative;
min-height: 100%; }
body {
background-color: #f2f2f2;
font-family: 'Raleway';
font-weight: 400;
color: #3d3d4c; }
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon.eot?z29r3d");
src: url("../fonts/icomoon.eot?z29r3d#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?z29r3d") format("truetype"), url("../fonts/icomoon.woff?z29r3d") format("woff"), url("../fonts/icomoon.svg?z29r3d#icomoon") format("svg");
font-weight: normal;
font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
cursor: pointer;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-edit:before {
content: "\e600"; }
.icon-remove:before {
content: "\e601"; }
.icon-add:before {
content: "\e603"; }
/*****************************************************
/* COMPONENTS
/*****************************************************/
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.grid {
border-radius: 2px;
overflow: hidden;
box-shadow: 0 0 18px -10px #3d3d4c; }
.grid-col-1 {
width: 1%; }
.grid-col-2 {
width: 2%; }
.grid-col-3 {
width: 3%; }
.grid-col-4 {
width: 4%; }
.grid-col-5 {
width: 5%; }
.grid-col-6 {
width: 6%; }
.grid-col-7 {
width: 7%; }
.grid-col-8 {
width: 8%; }
.grid-col-9 {
width: 9%; }
.grid-col-10 {
width: 10%; }
.grid-col-11 {
width: 11%; }
.grid-col-12 {
width: 12%; }
.grid-col-13 {
width: 13%; }
.grid-col-14 {
width: 14%; }
.grid-col-15 {
width: 15%; }
.grid-col-16 {
width: 16%; }
.grid-col-17 {
width: 17%; }
.grid-col-18 {
width: 18%; }
.grid-col-19 {
width: 19%; }
.grid-col-20 {
width: 20%; }
.grid-col-21 {
width: 21%; }
.grid-col-22 {
width: 22%; }
.grid-col-23 {
width: 23%; }
.grid-col-24 {
width: 24%; }
.grid-col-25 {
width: 25%; }
.grid-col-26 {
width: 26%; }
.grid-col-27 {
width: 27%; }
.grid-col-28 {
width: 28%; }
.grid-col-29 {
width: 29%; }
.grid-col-30 {
width: 30%; }
.grid-col-31 {
width: 31%; }
.grid-col-32 {
width: 32%; }
.grid-col-33 {
width: 33%; }
.grid-col-34 {
width: 34%; }
.grid-col-35 {
width: 35%; }
.grid-col-36 {
width: 36%; }
.grid-col-37 {
width: 37%; }
.grid-col-38 {
width: 38%; }
.grid-col-39 {
width: 39%; }
.grid-col-40 {
width: 40%; }
.grid-col-41 {
width: 41%; }
.grid-col-42 {
width: 42%; }
.grid-col-43 {
width: 43%; }
.grid-col-44 {
width: 44%; }
.grid-col-45 {
width: 45%; }
.grid-col-46 {
width: 46%; }
.grid-col-47 {
width: 47%; }
.grid-col-48 {
width: 48%; }
.grid-col-49 {
width: 49%; }
.grid-col-50 {
width: 50%; }
.grid-col-51 {
width: 51%; }
.grid-col-52 {
width: 52%; }
.grid-col-53 {
width: 53%; }
.grid-col-54 {
width: 54%; }
.grid-col-55 {
width: 55%; }
.grid-col-56 {
width: 56%; }
.grid-col-57 {
width: 57%; }
.grid-col-58 {
width: 58%; }
.grid-col-59 {
width: 59%; }
.grid-col-60 {
width: 60%; }
.grid-col-61 {
width: 61%; }
.grid-col-62 {
width: 62%; }
.grid-col-63 {
width: 63%; }
.grid-col-64 {
width: 64%; }
.grid-col-65 {
width: 65%; }
.grid-col-66 {
width: 66%; }
.grid-col-67 {
width: 67%; }
.grid-col-68 {
width: 68%; }
.grid-col-69 {
width: 69%; }
.grid-col-70 {
width: 70%; }
.grid-col-71 {
width: 71%; }
.grid-col-72 {
width: 72%; }
.grid-col-73 {
width: 73%; }
.grid-col-74 {
width: 74%; }
.grid-col-75 {
width: 75%; }
.grid-col-76 {
width: 76%; }
.grid-col-77 {
width: 77%; }
.grid-col-78 {
width: 78%; }
.grid-col-79 {
width: 79%; }
.grid-col-80 {
width: 80%; }
.grid-col-81 {
width: 81%; }
.grid-col-82 {
width: 82%; }
.grid-col-83 {
width: 83%; }
.grid-col-84 {
width: 84%; }
.grid-col-85 {
width: 85%; }
.grid-col-86 {
width: 86%; }
.grid-col-87 {
width: 87%; }
.grid-col-88 {
width: 88%; }
.grid-col-89 {
width: 89%; }
.grid-col-90 {
width: 90%; }
.grid-col-91 {
width: 91%; }
.grid-col-92 {
width: 92%; }
.grid-col-93 {
width: 93%; }
.grid-col-94 {
width: 94%; }
.grid-col-95 {
width: 95%; }
.grid-col-96 {
width: 96%; }
.grid-col-97 {
width: 97%; }
.grid-col-98 {
width: 98%; }
.grid-col-99 {
width: 99%; }
.grid-col-100 {
width: 100%; }
[class^="grid-col"] {
float: left;
vertical-align: middle; }
.grid-header {
height: 55px;
line-height: 55px;
vertical-align: bottom;
background-color: #fff;
color: #71717f;
font-weight: 500;
overflow: hidden; }
.grid-header [class^="grid-col"] {
line-height: 65px;
height: 55px;
padding-left: 20px; }
.grid-row {
overflow: hidden;
line-height: 100px;
vertical-align: middle;
height: 100px;
background-color: #fff;
color: #71717f; }
.grid-row [class^="grid-col"] {
border-top: 1px solid #f2f2f2;
height: 100px;
line-height: 100px;
padding: 0 20px; }
.grid-ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.checkbox {
position: relative; }
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
outline: none; }
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 25px;
cursor: pointer;
outline: none; }
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 2px;
width: 14px;
height: 14px;
border: 1px solid #d2d2d2;
background: #fff;
outline: none; }
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAMAAAAGcixRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAYFBMVEUAAABxcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX9xcX8AAABLVcP3AAAAHnRSTlMANNPwcFTMrR5K9PXt5n77pbibAw26/n8GoWMBhUsMuHkpAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAD5JREFUCNcli0cWgDAQhb69RWPvcv9j5o1hAxuknyTNchVlVatpoZODfvDAqInIvGjdLPbDjvMCf8f7ed1nDpOEBCcouJFkAAAAAElFTkSuQmCC");
position: absolute;
margin-top: -2px;
left: 2px;
transition: all .2s;
outline: none; }
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0); }
[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1); }
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.btn {
border: none;
border-radius: 2px;
-webkit-appearance: none;
padding: 15px 25px;
font-size: .9em; }
.btn-white {
color: #71717f;
background: #FFF;
border: 1px solid #FFF; }
.btn-white:hover {
border-color: currentColor; }
.btn-pink {
color: #FFF;
background: #ff1770; }
.btn-pink:hover {
background: #fc0061; }
.btn-bold {
font-weight: 600; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.loading {
font-size: 20px;
width: 1em;
height: 1em;
border-radius: 50%;
position: relative;
text-indent: -9999em;
animation: loading-circular 1.1s infinite ease;
transform: translateZ(0); }
@keyframes loading-circular {
0%, 100% {
box-shadow: 0 -2.6em 0 0 #ffffff, 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7); }
12.5% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0 #ffffff, 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5); }
25% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7), 2.5em 0 0 0 #ffffff, 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2); }
37.5% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5), 2.5em 0 0 0 rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2); }
50% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.7), 0 2.5em 0 0 #ffffff, -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2); }
62.5% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.5), 0 2.5em 0 0 rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0 #ffffff, -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2); }
75% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.7), -2.6em 0 0 0 #ffffff, -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2); }
87.5% {
box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.5), -2.6em 0 0 0 rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0 #ffffff; } }
/*****************************************************
/* LAYOUT
/*****************************************************/
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.container {
padding: 30px;
width: 100%;
max-width: 1366px;
margin: 120px auto 200px; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.header {
position: fixed;
top: 0;
width: 100%;
height: 105px;
background: #1d1e2a;
padding: 0 10px;
z-index: 1; }
@media screen and (min-width: 768px) {
.header {
padding: 0 80px; } }
.header-logo {
float: left;
background: url("/images/logo1.png") no-repeat center center;
width: 250px;
height: 100%; }
.header-separator {
float: left;
position: relative;
height: 100%;
width: 1px;
margin: 0 20px; }
.header-separator::after {
content: '';
position: absolute;
left: 0;
width: 1px;
top: 20px;
bottom: 20px;
background: #363744; }
.header-title {
float: left;
color: #fff;
font-size: 1.1em;
font-weight: 400;
text-transform: uppercase;
line-height: 105px; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 200px;
background: #1D1E2A;
overflow: hidden;
font-size: 0.8em;
color: #b3b3b3; }
.footer-inner {
display: flex;
align-items: flex-end;
padding: 30px;
padding-bottom: 60px;
max-width: 1366px;
margin: 0 auto; }
.footer-logo {
opacity: .2; }
.footer-info {
flex: 1;
text-align: right;
padding-left: 50px; }
.footer-sitemap {
margin-left: 50px;
display: inline-block; }
.footer-sitemap li {
display: inline-block; }
.footer-copyright {
line-height: 25px; }
.footer-link {
line-height: 25px;
margin-left: 30px;
color: #b3b3b3; }
.footer-link:hover {
color: #9a9a9a; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.overlay {
display: none;
opacity: 0;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.2);
z-index: 100000; }
.overlay-visible {
display: flex;
opacity: 1;
transition: opacity .2s; }
/*Colors*/
/*Bootstrap query breakpoints*/
/*Media queries*/
.error-notFound-title {
text-align: center;
font-size: 80px;
padding-top: 10%;
color: #3d3d4c; }
.error-notFound-description {
text-align: center;
font-size: 30px;
color: #ff1770; }
/*****************************************************
/* HELPERS
/*****************************************************/
.text-center {
text-align: center; }
.clearfix:before,
.clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.padding-left-1 {
padding-left: 1px !important; }
.padding-right-1 {
padding-right: 1px !important; }
.margin-left-1 {
margin-left: 1px !important; }
.margin-right-1 {
margin-right: 1px !important; }
.margin-bottom-1 {
margin-bottom: 1px !important; }
.margin-top-1 {
margin-top: 1px !important; }
.padding-left-2 {
padding-left: 2px !important; }
.padding-right-2 {
padding-right: 2px !important; }
.margin-left-2 {
margin-left: 2px !important; }
.margin-right-2 {
margin-right: 2px !important; }
.margin-bottom-2 {
margin-bottom: 2px !important; }
.margin-top-2 {
margin-top: 2px !important; }
.padding-left-3 {
padding-left: 3px !important; }
.padding-right-3 {
padding-right: 3px !important; }
.margin-left-3 {
margin-left: 3px !important; }
.margin-right-3 {
margin-right: 3px !important; }
.margin-bottom-3 {
margin-bottom: 3px !important; }
.margin-top-3 {
margin-top: 3px !important; }
.padding-left-4 {
padding-left: 4px !important; }
.padding-right-4 {
padding-right: 4px !important; }
.margin-left-4 {
margin-left: 4px !important; }
.margin-right-4 {
margin-right: 4px !important; }
.margin-bottom-4 {
margin-bottom: 4px !important; }
.margin-top-4 {
margin-top: 4px !important; }
.padding-left-5 {
padding-left: 5px !important; }
.padding-right-5 {
padding-right: 5px !important; }
.margin-left-5 {
margin-left: 5px !important; }
.margin-right-5 {
margin-right: 5px !important; }
.margin-bottom-5 {
margin-bottom: 5px !important; }
.margin-top-5 {
margin-top: 5px !important; }
.padding-left-6 {
padding-left: 6px !important; }
.padding-right-6 {
padding-right: 6px !important; }
.margin-left-6 {
margin-left: 6px !important; }
.margin-right-6 {
margin-right: 6px !important; }
.margin-bottom-6 {
margin-bottom: 6px !important; }
.margin-top-6 {
margin-top: 6px !important; }
.padding-left-7 {
padding-left: 7px !important; }
.padding-right-7 {
padding-right: 7px !important; }
.margin-left-7 {
margin-left: 7px !important; }
.margin-right-7 {
margin-right: 7px !important; }
.margin-bottom-7 {
margin-bottom: 7px !important; }
.margin-top-7 {
margin-top: 7px !important; }
.padding-left-8 {
padding-left: 8px !important; }
.padding-right-8 {
padding-right: 8px !important; }
.margin-left-8 {
margin-left: 8px !important; }
.margin-right-8 {
margin-right: 8px !important; }
.margin-bottom-8 {
margin-bottom: 8px !important; }
.margin-top-8 {
margin-top: 8px !important; }
.padding-left-9 {
padding-left: 9px !important; }
.padding-right-9 {
padding-right: 9px !important; }
.margin-left-9 {
margin-left: 9px !important; }
.margin-right-9 {
margin-right: 9px !important; }
.margin-bottom-9 {
margin-bottom: 9px !important; }
.margin-top-9 {
margin-top: 9px !important; }
.padding-left-10 {
padding-left: 10px !important; }
.padding-right-10 {
padding-right: 10px !important; }
.margin-left-10 {
margin-left: 10px !important; }
.margin-right-10 {
margin-right: 10px !important; }
.margin-bottom-10 {
margin-bottom: 10px !important; }
.margin-top-10 {
margin-top: 10px !important; }
.padding-left-11 {
padding-left: 11px !important; }
.padding-right-11 {
padding-right: 11px !important; }
.margin-left-11 {
margin-left: 11px !important; }
.margin-right-11 {
margin-right: 11px !important; }
.margin-bottom-11 {
margin-bottom: 11px !important; }
.margin-top-11 {
margin-top: 11px !important; }
.padding-left-12 {
padding-left: 12px !important; }
.padding-right-12 {
padding-right: 12px !important; }
.margin-left-12 {
margin-left: 12px !important; }
.margin-right-12 {
margin-right: 12px !important; }
.margin-bottom-12 {
margin-bottom: 12px !important; }
.margin-top-12 {
margin-top: 12px !important; }
.padding-left-13 {
padding-left: 13px !important; }
.padding-right-13 {
padding-right: 13px !important; }
.margin-left-13 {
margin-left: 13px !important; }
.margin-right-13 {
margin-right: 13px !important; }
.margin-bottom-13 {
margin-bottom: 13px !important; }
.margin-top-13 {
margin-top: 13px !important; }
.padding-left-14 {
padding-left: 14px !important; }
.padding-right-14 {
padding-right: 14px !important; }
.margin-left-14 {
margin-left: 14px !important; }
.margin-right-14 {
margin-right: 14px !important; }
.margin-bottom-14 {
margin-bottom: 14px !important; }
.margin-top-14 {
margin-top: 14px !important; }
.padding-left-15 {
padding-left: 15px !important; }
.padding-right-15 {
padding-right: 15px !important; }
.margin-left-15 {
margin-left: 15px !important; }
.margin-right-15 {
margin-right: 15px !important; }
.margin-bottom-15 {
margin-bottom: 15px !important; }
.margin-top-15 {
margin-top: 15px !important; }
.padding-left-16 {
padding-left: 16px !important; }
.padding-right-16 {
padding-right: 16px !important; }
.margin-left-16 {
margin-left: 16px !important; }
.margin-right-16 {
margin-right: 16px !important; }
.margin-bottom-16 {
margin-bottom: 16px !important; }
.margin-top-16 {
margin-top: 16px !important; }
.padding-left-17 {
padding-left: 17px !important; }
.padding-right-17 {
padding-right: 17px !important; }
.margin-left-17 {
margin-left: 17px !important; }
.margin-right-17 {
margin-right: 17px !important; }
.margin-bottom-17 {
margin-bottom: 17px !important; }
.margin-top-17 {
margin-top: 17px !important; }
.padding-left-18 {
padding-left: 18px !important; }
.padding-right-18 {
padding-right: 18px !important; }
.margin-left-18 {
margin-left: 18px !important; }
.margin-right-18 {
margin-right: 18px !important; }
.margin-bottom-18 {
margin-bottom: 18px !important; }
.margin-top-18 {
margin-top: 18px !important; }
.padding-left-19 {
padding-left: 19px !important; }
.padding-right-19 {
padding-right: 19px !important; }
.margin-left-19 {
margin-left: 19px !important; }
.margin-right-19 {
margin-right: 19px !important; }
.margin-bottom-19 {
margin-bottom: 19px !important; }
.margin-top-19 {
margin-top: 19px !important; }
.padding-left-20 {
padding-left: 20px !important; }
.padding-right-20 {
padding-right: 20px !important; }
.margin-left-20 {
margin-left: 20px !important; }
.margin-right-20 {
margin-right: 20px !important; }
.margin-bottom-20 {
margin-bottom: 20px !important; }
.margin-top-20 {
margin-top: 20px !important; }
.padding-left-21 {
padding-left: 21px !important; }
.padding-right-21 {
padding-right: 21px !important; }
.margin-left-21 {
margin-left: 21px !important; }
.margin-right-21 {
margin-right: 21px !important; }
.margin-bottom-21 {
margin-bottom: 21px !important; }
.margin-top-21 {
margin-top: 21px !important; }
.padding-left-22 {
padding-left: 22px !important; }
.padding-right-22 {
padding-right: 22px !important; }
.margin-left-22 {
margin-left: 22px !important; }
.margin-right-22 {
margin-right: 22px !important; }
.margin-bottom-22 {
margin-bottom: 22px !important; }
.margin-top-22 {
margin-top: 22px !important; }
.padding-left-23 {
padding-left: 23px !important; }
.padding-right-23 {
padding-right: 23px !important; }
.margin-left-23 {
margin-left: 23px !important; }
.margin-right-23 {
margin-right: 23px !important; }
.margin-bottom-23 {
margin-bottom: 23px !important; }
.margin-top-23 {
margin-top: 23px !important; }
.padding-left-24 {
padding-left: 24px !important; }
.padding-right-24 {
padding-right: 24px !important; }
.margin-left-24 {
margin-left: 24px !important; }
.margin-right-24 {
margin-right: 24px !important; }
.margin-bottom-24 {
margin-bottom: 24px !important; }
.margin-top-24 {
margin-top: 24px !important; }
.padding-left-25 {
padding-left: 25px !important; }
.padding-right-25 {
padding-right: 25px !important; }
.margin-left-25 {
margin-left: 25px !important; }
.margin-right-25 {
margin-right: 25px !important; }
.margin-bottom-25 {
margin-bottom: 25px !important; }
.margin-top-25 {
margin-top: 25px !important; }
.padding-left-26 {
padding-left: 26px !important; }
.padding-right-26 {
padding-right: 26px !important; }
.margin-left-26 {
margin-left: 26px !important; }
.margin-right-26 {
margin-right: 26px !important; }
.margin-bottom-26 {
margin-bottom: 26px !important; }
.margin-top-26 {
margin-top: 26px !important; }
.padding-left-27 {
padding-left: 27px !important; }
.padding-right-27 {
padding-right: 27px !important; }
.margin-left-27 {
margin-left: 27px !important; }
.margin-right-27 {
margin-right: 27px !important; }
.margin-bottom-27 {
margin-bottom: 27px !important; }
.margin-top-27 {
margin-top: 27px !important; }
.padding-left-28 {
padding-left: 28px !important; }
.padding-right-28 {
padding-right: 28px !important; }
.margin-left-28 {
margin-left: 28px !important; }
.margin-right-28 {
margin-right: 28px !important; }
.margin-bottom-28 {
margin-bottom: 28px !important; }
.margin-top-28 {
margin-top: 28px !important; }
.padding-left-29 {
padding-left: 29px !important; }
.padding-right-29 {
padding-right: 29px !important; }
.margin-left-29 {
margin-left: 29px !important; }
.margin-right-29 {
margin-right: 29px !important; }
.margin-bottom-29 {
margin-bottom: 29px !important; }
.margin-top-29 {
margin-top: 29px !important; }
.padding-left-30 {
padding-left: 30px !important; }
.padding-right-30 {
padding-right: 30px !important; }
.margin-left-30 {
margin-left: 30px !important; }
.margin-right-30 {
margin-right: 30px !important; }
.margin-bottom-30 {
margin-bottom: 30px !important; }
.margin-top-30 {
margin-top: 30px !important; }
.padding-left-31 {
padding-left: 31px !important; }
.padding-right-31 {
padding-right: 31px !important; }
.margin-left-31 {
margin-left: 31px !important; }
.margin-right-31 {
margin-right: 31px !important; }
.margin-bottom-31 {
margin-bottom: 31px !important; }
.margin-top-31 {
margin-top: 31px !important; }
.padding-left-32 {
padding-left: 32px !important; }
.padding-right-32 {
padding-right: 32px !important; }
.margin-left-32 {
margin-left: 32px !important; }
.margin-right-32 {
margin-right: 32px !important; }
.margin-bottom-32 {
margin-bottom: 32px !important; }
.margin-top-32 {
margin-top: 32px !important; }
.padding-left-33 {
padding-left: 33px !important; }
.padding-right-33 {
padding-right: 33px !important; }
.margin-left-33 {
margin-left: 33px !important; }
.margin-right-33 {
margin-right: 33px !important; }
.margin-bottom-33 {
margin-bottom: 33px !important; }
.margin-top-33 {
margin-top: 33px !important; }
.padding-left-34 {
padding-left: 34px !important; }
.padding-right-34 {
padding-right: 34px !important; }
.margin-left-34 {
margin-left: 34px !important; }
.margin-right-34 {
margin-right: 34px !important; }
.margin-bottom-34 {
margin-bottom: 34px !important; }
.margin-top-34 {
margin-top: 34px !important; }
.padding-left-35 {
padding-left: 35px !important; }
.padding-right-35 {
padding-right: 35px !important; }
.margin-left-35 {
margin-left: 35px !important; }
.margin-right-35 {
margin-right: 35px !important; }
.margin-bottom-35 {
margin-bottom: 35px !important; }
.margin-top-35 {
margin-top: 35px !important; }
.padding-left-36 {
padding-left: 36px !important; }
.padding-right-36 {
padding-right: 36px !important; }
.margin-left-36 {
margin-left: 36px !important; }
.margin-right-36 {
margin-right: 36px !important; }
.margin-bottom-36 {
margin-bottom: 36px !important; }
.margin-top-36 {
margin-top: 36px !important; }
.padding-left-37 {
padding-left: 37px !important; }
.padding-right-37 {
padding-right: 37px !important; }
.margin-left-37 {
margin-left: 37px !important; }
.margin-right-37 {
margin-right: 37px !important; }
.margin-bottom-37 {
margin-bottom: 37px !important; }
.margin-top-37 {
margin-top: 37px !important; }
.padding-left-38 {
padding-left: 38px !important; }
.padding-right-38 {
padding-right: 38px !important; }
.margin-left-38 {
margin-left: 38px !important; }
.margin-right-38 {
margin-right: 38px !important; }
.margin-bottom-38 {
margin-bottom: 38px !important; }
.margin-top-38 {
margin-top: 38px !important; }
.padding-left-39 {
padding-left: 39px !important; }
.padding-right-39 {
padding-right: 39px !important; }
.margin-left-39 {
margin-left: 39px !important; }
.margin-right-39 {
margin-right: 39px !important; }
.margin-bottom-39 {
margin-bottom: 39px !important; }
.margin-top-39 {
margin-top: 39px !important; }
.padding-left-40 {
padding-left: 40px !important; }
.padding-right-40 {
padding-right: 40px !important; }
.margin-left-40 {
margin-left: 40px !important; }
.margin-right-40 {
margin-right: 40px !important; }
.margin-bottom-40 {
margin-bottom: 40px !important; }
.margin-top-40 {
margin-top: 40px !important; }
.padding-left-41 {
padding-left: 41px !important; }
.padding-right-41 {
padding-right: 41px !important; }
.margin-left-41 {
margin-left: 41px !important; }
.margin-right-41 {
margin-right: 41px !important; }
.margin-bottom-41 {
margin-bottom: 41px !important; }
.margin-top-41 {
margin-top: 41px !important; }
.padding-left-42 {
padding-left: 42px !important; }
.padding-right-42 {
padding-right: 42px !important; }
.margin-left-42 {
margin-left: 42px !important; }
.margin-right-42 {
margin-right: 42px !important; }
.margin-bottom-42 {
margin-bottom: 42px !important; }
.margin-top-42 {
margin-top: 42px !important; }
.padding-left-43 {
padding-left: 43px !important; }
.padding-right-43 {
padding-right: 43px !important; }
.margin-left-43 {
margin-left: 43px !important; }
.margin-right-43 {
margin-right: 43px !important; }
.margin-bottom-43 {
margin-bottom: 43px !important; }
.margin-top-43 {
margin-top: 43px !important; }
.padding-left-44 {
padding-left: 44px !important; }
.padding-right-44 {
padding-right: 44px !important; }
.margin-left-44 {
margin-left: 44px !important; }
.margin-right-44 {
margin-right: 44px !important; }
.margin-bottom-44 {
margin-bottom: 44px !important; }
.margin-top-44 {
margin-top: 44px !important; }
.padding-left-45 {
padding-left: 45px !important; }
.padding-right-45 {
padding-right: 45px !important; }
.margin-left-45 {
margin-left: 45px !important; }
.margin-right-45 {
margin-right: 45px !important; }
.margin-bottom-45 {
margin-bottom: 45px !important; }
.margin-top-45 {
margin-top: 45px !important; }
.padding-left-46 {
padding-left: 46px !important; }
.padding-right-46 {
padding-right: 46px !important; }
.margin-left-46 {
margin-left: 46px !important; }
.margin-right-46 {
margin-right: 46px !important; }
.margin-bottom-46 {
margin-bottom: 46px !important; }
.margin-top-46 {
margin-top: 46px !important; }
.padding-left-47 {
padding-left: 47px !important; }
.padding-right-47 {
padding-right: 47px !important; }
.margin-left-47 {
margin-left: 47px !important; }
.margin-right-47 {
margin-right: 47px !important; }
.margin-bottom-47 {
margin-bottom: 47px !important; }
.margin-top-47 {
margin-top: 47px !important; }
.padding-left-48 {
padding-left: 48px !important; }
.padding-right-48 {
padding-right: 48px !important; }
.margin-left-48 {
margin-left: 48px !important; }
.margin-right-48 {
margin-right: 48px !important; }
.margin-bottom-48 {
margin-bottom: 48px !important; }
.margin-top-48 {
margin-top: 48px !important; }
.padding-left-49 {
padding-left: 49px !important; }
.padding-right-49 {
padding-right: 49px !important; }
.margin-left-49 {
margin-left: 49px !important; }
.margin-right-49 {
margin-right: 49px !important; }
.margin-bottom-49 {
margin-bottom: 49px !important; }
.margin-top-49 {
margin-top: 49px !important; }
.padding-left-50 {
padding-left: 50px !important; }
.padding-right-50 {
padding-right: 50px !important; }
.margin-left-50 {
margin-left: 50px !important; }
.margin-right-50 {
margin-right: 50px !important; }
.margin-bottom-50 {
margin-bottom: 50px !important; }
.margin-top-50 {
margin-top: 50px !important; }
.padding-left-51 {
padding-left: 51px !important; }
.padding-right-51 {
padding-right: 51px !important; }
.margin-left-51 {
margin-left: 51px !important; }
.margin-right-51 {
margin-right: 51px !important; }
.margin-bottom-51 {
margin-bottom: 51px !important; }
.margin-top-51 {
margin-top: 51px !important; }
.padding-left-52 {
padding-left: 52px !important; }
.padding-right-52 {
padding-right: 52px !important; }
.margin-left-52 {
margin-left: 52px !important; }
.margin-right-52 {
margin-right: 52px !important; }
.margin-bottom-52 {
margin-bottom: 52px !important; }
.margin-top-52 {
margin-top: 52px !important; }
.padding-left-53 {
padding-left: 53px !important; }
.padding-right-53 {
padding-right: 53px !important; }
.margin-left-53 {
margin-left: 53px !important; }
.margin-right-53 {
margin-right: 53px !important; }
.margin-bottom-53 {
margin-bottom: 53px !important; }
.margin-top-53 {
margin-top: 53px !important; }
.padding-left-54 {
padding-left: 54px !important; }
.padding-right-54 {
padding-right: 54px !important; }
.margin-left-54 {
margin-left: 54px !important; }
.margin-right-54 {
margin-right: 54px !important; }
.margin-bottom-54 {
margin-bottom: 54px !important; }
.margin-top-54 {
margin-top: 54px !important; }
.padding-left-55 {
padding-left: 55px !important; }
.padding-right-55 {
padding-right: 55px !important; }
.margin-left-55 {
margin-left: 55px !important; }
.margin-right-55 {
margin-right: 55px !important; }
.margin-bottom-55 {
margin-bottom: 55px !important; }
.margin-top-55 {
margin-top: 55px !important; }
.padding-left-56 {
padding-left: 56px !important; }
.padding-right-56 {
padding-right: 56px !important; }
.margin-left-56 {
margin-left: 56px !important; }
.margin-right-56 {
margin-right: 56px !important; }
.margin-bottom-56 {
margin-bottom: 56px !important; }
.margin-top-56 {
margin-top: 56px !important; }
.padding-left-57 {
padding-left: 57px !important; }
.padding-right-57 {
padding-right: 57px !important; }
.margin-left-57 {
margin-left: 57px !important; }
.margin-right-57 {
margin-right: 57px !important; }
.margin-bottom-57 {
margin-bottom: 57px !important; }
.margin-top-57 {
margin-top: 57px !important; }
.padding-left-58 {
padding-left: 58px !important; }
.padding-right-58 {
padding-right: 58px !important; }
.margin-left-58 {
margin-left: 58px !important; }
.margin-right-58 {
margin-right: 58px !important; }
.margin-bottom-58 {
margin-bottom: 58px !important; }
.margin-top-58 {
margin-top: 58px !important; }
.padding-left-59 {
padding-left: 59px !important; }
.padding-right-59 {
padding-right: 59px !important; }
.margin-left-59 {
margin-left: 59px !important; }
.margin-right-59 {
margin-right: 59px !important; }
.margin-bottom-59 {
margin-bottom: 59px !important; }
.margin-top-59 {
margin-top: 59px !important; }
.padding-left-60 {
padding-left: 60px !important; }
.padding-right-60 {
padding-right: 60px !important; }
.margin-left-60 {
margin-left: 60px !important; }
.margin-right-60 {
margin-right: 60px !important; }
.margin-bottom-60 {
margin-bottom: 60px !important; }
.margin-top-60 {
margin-top: 60px !important; }
.padding-left-61 {
padding-left: 61px !important; }
.padding-right-61 {
padding-right: 61px !important; }
.margin-left-61 {
margin-left: 61px !important; }
.margin-right-61 {
margin-right: 61px !important; }
.margin-bottom-61 {
margin-bottom: 61px !important; }
.margin-top-61 {
margin-top: 61px !important; }
.padding-left-62 {
padding-left: 62px !important; }
.padding-right-62 {
padding-right: 62px !important; }
.margin-left-62 {
margin-left: 62px !important; }
.margin-right-62 {
margin-right: 62px !important; }
.margin-bottom-62 {
margin-bottom: 62px !important; }
.margin-top-62 {
margin-top: 62px !important; }
.padding-left-63 {
padding-left: 63px !important; }
.padding-right-63 {
padding-right: 63px !important; }
.margin-left-63 {
margin-left: 63px !important; }
.margin-right-63 {
margin-right: 63px !important; }
.margin-bottom-63 {
margin-bottom: 63px !important; }
.margin-top-63 {
margin-top: 63px !important; }
.padding-left-64 {
padding-left: 64px !important; }
.padding-right-64 {
padding-right: 64px !important; }
.margin-left-64 {
margin-left: 64px !important; }
.margin-right-64 {
margin-right: 64px !important; }
.margin-bottom-64 {
margin-bottom: 64px !important; }
.margin-top-64 {
margin-top: 64px !important; }
.padding-left-65 {
padding-left: 65px !important; }
.padding-right-65 {
padding-right: 65px !important; }
.margin-left-65 {
margin-left: 65px !important; }
.margin-right-65 {
margin-right: 65px !important; }
.margin-bottom-65 {
margin-bottom: 65px !important; }
.margin-top-65 {
margin-top: 65px !important; }
.padding-left-66 {
padding-left: 66px !important; }
.padding-right-66 {
padding-right: 66px !important; }
.margin-left-66 {
margin-left: 66px !important; }
.margin-right-66 {
margin-right: 66px !important; }
.margin-bottom-66 {
margin-bottom: 66px !important; }
.margin-top-66 {
margin-top: 66px !important; }
.padding-left-67 {
padding-left: 67px !important; }
.padding-right-67 {
padding-right: 67px !important; }
.margin-left-67 {
margin-left: 67px !important; }
.margin-right-67 {
margin-right: 67px !important; }
.margin-bottom-67 {
margin-bottom: 67px !important; }
.margin-top-67 {
margin-top: 67px !important; }
.padding-left-68 {
padding-left: 68px !important; }
.padding-right-68 {
padding-right: 68px !important; }
.margin-left-68 {
margin-left: 68px !important; }
.margin-right-68 {
margin-right: 68px !important; }
.margin-bottom-68 {
margin-bottom: 68px !important; }
.margin-top-68 {
margin-top: 68px !important; }
.padding-left-69 {
padding-left: 69px !important; }
.padding-right-69 {
padding-right: 69px !important; }
.margin-left-69 {
margin-left: 69px !important; }
.margin-right-69 {
margin-right: 69px !important; }
.margin-bottom-69 {
margin-bottom: 69px !important; }
.margin-top-69 {
margin-top: 69px !important; }
.padding-left-70 {
padding-left: 70px !important; }
.padding-right-70 {
padding-right: 70px !important; }
.margin-left-70 {
margin-left: 70px !important; }
.margin-right-70 {
margin-right: 70px !important; }
.margin-bottom-70 {
margin-bottom: 70px !important; }
.margin-top-70 {
margin-top: 70px !important; }
.padding-left-71 {
padding-left: 71px !important; }
.padding-right-71 {
padding-right: 71px !important; }
.margin-left-71 {
margin-left: 71px !important; }
.margin-right-71 {
margin-right: 71px !important; }
.margin-bottom-71 {
margin-bottom: 71px !important; }
.margin-top-71 {
margin-top: 71px !important; }
.padding-left-72 {
padding-left: 72px !important; }
.padding-right-72 {
padding-right: 72px !important; }
.margin-left-72 {
margin-left: 72px !important; }
.margin-right-72 {
margin-right: 72px !important; }
.margin-bottom-72 {
margin-bottom: 72px !important; }
.margin-top-72 {
margin-top: 72px !important; }
.padding-left-73 {
padding-left: 73px !important; }
.padding-right-73 {
padding-right: 73px !important; }
.margin-left-73 {
margin-left: 73px !important; }
.margin-right-73 {
margin-right: 73px !important; }
.margin-bottom-73 {
margin-bottom: 73px !important; }
.margin-top-73 {
margin-top: 73px !important; }
.padding-left-74 {
padding-left: 74px !important; }
.padding-right-74 {
padding-right: 74px !important; }
.margin-left-74 {
margin-left: 74px !important; }
.margin-right-74 {
margin-right: 74px !important; }
.margin-bottom-74 {
margin-bottom: 74px !important; }
.margin-top-74 {
margin-top: 74px !important; }
.padding-left-75 {
padding-left: 75px !important; }
.padding-right-75 {
padding-right: 75px !important; }
.margin-left-75 {
margin-left: 75px !important; }
.margin-right-75 {
margin-right: 75px !important; }
.margin-bottom-75 {
margin-bottom: 75px !important; }
.margin-top-75 {
margin-top: 75px !important; }
.padding-left-76 {
padding-left: 76px !important; }
.padding-right-76 {
padding-right: 76px !important; }
.margin-left-76 {
margin-left: 76px !important; }
.margin-right-76 {
margin-right: 76px !important; }
.margin-bottom-76 {
margin-bottom: 76px !important; }
.margin-top-76 {
margin-top: 76px !important; }
.padding-left-77 {
padding-left: 77px !important; }
.padding-right-77 {
padding-right: 77px !important; }
.margin-left-77 {
margin-left: 77px !important; }
.margin-right-77 {
margin-right: 77px !important; }
.margin-bottom-77 {
margin-bottom: 77px !important; }
.margin-top-77 {
margin-top: 77px !important; }
.padding-left-78 {
padding-left: 78px !important; }
.padding-right-78 {
padding-right: 78px !important; }
.margin-left-78 {
margin-left: 78px !important; }
.margin-right-78 {
margin-right: 78px !important; }
.margin-bottom-78 {
margin-bottom: 78px !important; }
.margin-top-78 {
margin-top: 78px !important; }
.padding-left-79 {
padding-left: 79px !important; }
.padding-right-79 {
padding-right: 79px !important; }
.margin-left-79 {
margin-left: 79px !important; }
.margin-right-79 {
margin-right: 79px !important; }
.margin-bottom-79 {
margin-bottom: 79px !important; }
.margin-top-79 {
margin-top: 79px !important; }
.padding-left-80 {
padding-left: 80px !important; }
.padding-right-80 {
padding-right: 80px !important; }
.margin-left-80 {
margin-left: 80px !important; }
.margin-right-80 {
margin-right: 80px !important; }
.margin-bottom-80 {
margin-bottom: 80px !important; }
.margin-top-80 {
margin-top: 80px !important; }
.padding-left-81 {
padding-left: 81px !important; }
.padding-right-81 {
padding-right: 81px !important; }
.margin-left-81 {
margin-left: 81px !important; }
.margin-right-81 {
margin-right: 81px !important; }
.margin-bottom-81 {
margin-bottom: 81px !important; }
.margin-top-81 {
margin-top: 81px !important; }
.padding-left-82 {
padding-left: 82px !important; }
.padding-right-82 {
padding-right: 82px !important; }
.margin-left-82 {
margin-left: 82px !important; }
.margin-right-82 {
margin-right: 82px !important; }
.margin-bottom-82 {
margin-bottom: 82px !important; }
.margin-top-82 {
margin-top: 82px !important; }
.padding-left-83 {
padding-left: 83px !important; }
.padding-right-83 {
padding-right: 83px !important; }
.margin-left-83 {
margin-left: 83px !important; }
.margin-right-83 {
margin-right: 83px !important; }
.margin-bottom-83 {
margin-bottom: 83px !important; }
.margin-top-83 {
margin-top: 83px !important; }
.padding-left-84 {
padding-left: 84px !important; }
.padding-right-84 {
padding-right: 84px !important; }
.margin-left-84 {
margin-left: 84px !important; }
.margin-right-84 {
margin-right: 84px !important; }
.margin-bottom-84 {
margin-bottom: 84px !important; }
.margin-top-84 {
margin-top: 84px !important; }
.padding-left-85 {
padding-left: 85px !important; }
.padding-right-85 {
padding-right: 85px !important; }
.margin-left-85 {
margin-left: 85px !important; }
.margin-right-85 {
margin-right: 85px !important; }
.margin-bottom-85 {
margin-bottom: 85px !important; }
.margin-top-85 {
margin-top: 85px !important; }
.padding-left-86 {
padding-left: 86px !important; }
.padding-right-86 {
padding-right: 86px !important; }
.margin-left-86 {
margin-left: 86px !important; }
.margin-right-86 {
margin-right: 86px !important; }
.margin-bottom-86 {
margin-bottom: 86px !important; }
.margin-top-86 {
margin-top: 86px !important; }
.padding-left-87 {
padding-left: 87px !important; }
.padding-right-87 {
padding-right: 87px !important; }
.margin-left-87 {
margin-left: 87px !important; }
.margin-right-87 {
margin-right: 87px !important; }
.margin-bottom-87 {
margin-bottom: 87px !important; }
.margin-top-87 {
margin-top: 87px !important; }
.padding-left-88 {
padding-left: 88px !important; }
.padding-right-88 {
padding-right: 88px !important; }
.margin-left-88 {
margin-left: 88px !important; }
.margin-right-88 {
margin-right: 88px !important; }
.margin-bottom-88 {
margin-bottom: 88px !important; }
.margin-top-88 {
margin-top: 88px !important; }
.padding-left-89 {
padding-left: 89px !important; }
.padding-right-89 {
padding-right: 89px !important; }
.margin-left-89 {
margin-left: 89px !important; }
.margin-right-89 {
margin-right: 89px !important; }
.margin-bottom-89 {
margin-bottom: 89px !important; }
.margin-top-89 {
margin-top: 89px !important; }
.padding-left-90 {
padding-left: 90px !important; }
.padding-right-90 {
padding-right: 90px !important; }
.margin-left-90 {
margin-left: 90px !important; }
.margin-right-90 {
margin-right: 90px !important; }
.margin-bottom-90 {
margin-bottom: 90px !important; }
.margin-top-90 {
margin-top: 90px !important; }
.padding-left-91 {
padding-left: 91px !important; }
.padding-right-91 {
padding-right: 91px !important; }
.margin-left-91 {
margin-left: 91px !important; }
.margin-right-91 {
margin-right: 91px !important; }
.margin-bottom-91 {
margin-bottom: 91px !important; }
.margin-top-91 {
margin-top: 91px !important; }
.padding-left-92 {
padding-left: 92px !important; }
.padding-right-92 {
padding-right: 92px !important; }
.margin-left-92 {
margin-left: 92px !important; }
.margin-right-92 {
margin-right: 92px !important; }
.margin-bottom-92 {
margin-bottom: 92px !important; }
.margin-top-92 {
margin-top: 92px !important; }
.padding-left-93 {
padding-left: 93px !important; }
.padding-right-93 {
padding-right: 93px !important; }
.margin-left-93 {
margin-left: 93px !important; }
.margin-right-93 {
margin-right: 93px !important; }
.margin-bottom-93 {
margin-bottom: 93px !important; }
.margin-top-93 {
margin-top: 93px !important; }
.padding-left-94 {
padding-left: 94px !important; }
.padding-right-94 {
padding-right: 94px !important; }
.margin-left-94 {
margin-left: 94px !important; }
.margin-right-94 {
margin-right: 94px !important; }
.margin-bottom-94 {
margin-bottom: 94px !important; }
.margin-top-94 {
margin-top: 94px !important; }
.padding-left-95 {
padding-left: 95px !important; }
.padding-right-95 {
padding-right: 95px !important; }
.margin-left-95 {
margin-left: 95px !important; }
.margin-right-95 {
margin-right: 95px !important; }
.margin-bottom-95 {
margin-bottom: 95px !important; }
.margin-top-95 {
margin-top: 95px !important; }
.padding-left-96 {
padding-left: 96px !important; }
.padding-right-96 {
padding-right: 96px !important; }
.margin-left-96 {
margin-left: 96px !important; }
.margin-right-96 {
margin-right: 96px !important; }
.margin-bottom-96 {
margin-bottom: 96px !important; }
.margin-top-96 {
margin-top: 96px !important; }
.padding-left-97 {
padding-left: 97px !important; }
.padding-right-97 {
padding-right: 97px !important; }
.margin-left-97 {
margin-left: 97px !important; }
.margin-right-97 {
margin-right: 97px !important; }
.margin-bottom-97 {
margin-bottom: 97px !important; }
.margin-top-97 {
margin-top: 97px !important; }
.padding-left-98 {
padding-left: 98px !important; }
.padding-right-98 {
padding-right: 98px !important; }
.margin-left-98 {
margin-left: 98px !important; }
.margin-right-98 {
margin-right: 98px !important; }
.margin-bottom-98 {
margin-bottom: 98px !important; }
.margin-top-98 {
margin-top: 98px !important; }
.padding-left-99 {
padding-left: 99px !important; }
.padding-right-99 {
padding-right: 99px !important; }
.margin-left-99 {
margin-left: 99px !important; }
.margin-right-99 {
margin-right: 99px !important; }
.margin-bottom-99 {
margin-bottom: 99px !important; }
.margin-top-99 {
margin-top: 99px !important; }
.padding-left-100 {
padding-left: 100px !important; }
.padding-right-100 {
padding-right: 100px !important; }
.margin-left-100 {
margin-left: 100px !important; }
.margin-right-100 {
margin-right: 100px !important; }
.margin-bottom-100 {
margin-bottom: 100px !important; }
.margin-top-100 {
margin-top: 100px !important; }
.float-left {
float: left; }
.float-right {
float: right; }
/*# sourceMappingURL=site.css.map */ | 0.661158 | 0.076201 |
:root {
--primary-color: gold;
--secondary-color: #444;
--label-color: #333;
--gradient-first-stop: orangered;
--gradient-last-stop: gold;
}
/* Body and Titlebar Styling - */
.container-after-titlebar > * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.container-after-titlebar {
/* A CSS hack to fix position relative to container: */
transform: translateX(0) translateY(0);
overflow: hidden !important;
}
.window-title {
font-weight: bold;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
::-webkit-scrollbar {
display: none;
}
::selection {
background: var(--primary-color);
color: white;
border: 5px solid var(--primary-color);
}
@font-face {
font-family: "Roboto";
src: url(Roboto-Medium.ttf);
}
body, .container-after-titlebar {
font: 16px sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: white;
overflow: hidden;
background: black;
}
.container-after-titlebar {
font-family: "Roboto";
}
/* Robot Connection Screen - */
body.login #login {
opacity: 1;
pointer-events: auto;
}
#login {
position: fixed;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 6;
opacity: 0;
transition: 1s ease opacity;
pointer-events: none;
}
#login :disabled {
opacity: 0.6;
}
#login > * {
height: 40px;
}
#login > button {
margin-left: 5px;
}
#connect-address {
color: white;
background: #444;
border: none;
font-size: 14px;
padding: 6px 8px;
cursor: text;
outline: 0;
}
#connect {
background: var(--secondary-color);
color: var(--primary-color);
border: none;
font-size: 14px;
padding: 6px 8px;
cursor: pointer;
outline: 0;
border-radius: 5px;
font-weight: bold;
transition: 0.2s all ease;
}
#connect:hover {
filter: brightness(110%);
}
/* Team and FRC-Game Logos - */
#logo-container {
position: fixed;
bottom: 10px;
left: calc(2vw + 490px);
width: auto;
/*top: calc(15vh + 545px);*/
height: 112.45px;
overflow: hidden;
display: flex;
align-items: center;
flex-direction: row;
padding: 5px;
box-sizing: border-box;
z-index: 3;
}
#logo {
border-radius: 25px;
height: 107.45px;
width: 366.3px;
display: inline-block;
}
#logo > img {
height: 100%;
width: 100%;
}
.frc-logo-frame {
border-radius: 25px;
height: 107.45px;
width: 262.5px;
border: 1px solid transparent;
display: inline-block;
margin-left: 20px;
position: relative;
}
.frc-logo-frame > img {
height: 100%;
width: 100%;
}
@keyframes recharging {
0% {
opacity: 0;
}
50% {
opacity: 0.6;
}
100% {
opacity: 0;
}
}
.frc-logo {
height: 100%;
width: 100%;
border-radius: 25px;
opacity: 0;
z-index: 1;
background: rgb(255, 187, 0);
position: absolute;
}
.frc-logo:hover {
animation: recharging 5s infinite reverse;
}
/* Sidebar - */
#sidebar {
position: fixed;
top: 0;
left: 2px;
width: 16px;
height: 100%;
max-height: 100%;
max-width: 500px;
background: var(--label-color)/*rgb(11, 20, 20)*/;
padding: 2px;
z-index: 5;
overflow-y: hidden;
overflow-x: hidden;
transition: 0.5s ease width;
box-sizing: border-box;
}
#sidebar-content {
display: none;
opacity: 0;
top: 0;
left: 0;
z-index: 200;
width: calc(100% - 18px);
max-width: 500px;
background: var(--label-color)/*rgb(11, 20, 20)*/;
height: 100%;
color: rgb(194, 137, 137);
padding: 25px;
overflow-y: auto;
overflow-x: hidden;
transition: 0.5s ease opacity;
box-sizing: border-box;
}
#sidebar-content div {
border: 1px solid darkgoldenrod;
box-sizing: border-box;
background-color: var(--primary-color);
position: relative;
min-height: 40px;
height: auto;
overflow-x: hidden;
display: flex;
align-items: center;
flex-direction: row;
max-width: 100%;
border-radius: 3px 3px 3px 3px;
}
.sb-key, .sb-val {
color: var(--secondary-color);
background: var(--primary-color);
padding: 5px;
box-sizing: border-box;
display: inline-block;
word-break: break-word;
}
.sb-key {
width: 45%;
height: 100%;
border-right: 2px solid transparent;
}
.sb-key::before {
border-right: 3px solid darkgoldenrod;
content: "";
position: absolute;
width: 3px;
height: 100%;
top: 0px;
bottom: 0;
left: 44%;
}
.sb-key.ui-draggable-dragging {
font-weight: bold;
width: auto !important;
height: auto !important;
cursor: grabbing !important;
border-right: none !important;
border-radius: 3px;
}
.sb-key.ui-draggable-dragging::before {
display: none;
}
.sb-key.ui-draggable {
cursor: grab;
}
.sb-val {
width: 55%;
height: 100%;
border-left: 2px solid transparent;
}
#sidebar-bar {
font-size: 7.2pt;
cursor: pointer;
width: 12px;
height: 100%;
background: var(--primary-color);
position: absolute;
top: 0px;
right: 0px;
color: var(--secondary-color);
padding: 2px;
text-align: center;
}
/* Misc - */
#hidden-autons {
display: none;
}
button[disabled] {
filter: grayscale(1);
}
button[disabled]:hover {
filter: grayscale(1) !important;
cursor: not-allowed !important;
} | src/css/main.css |
:root {
--primary-color: gold;
--secondary-color: #444;
--label-color: #333;
--gradient-first-stop: orangered;
--gradient-last-stop: gold;
}
/* Body and Titlebar Styling - */
.container-after-titlebar > * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.container-after-titlebar {
/* A CSS hack to fix position relative to container: */
transform: translateX(0) translateY(0);
overflow: hidden !important;
}
.window-title {
font-weight: bold;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
::-webkit-scrollbar {
display: none;
}
::selection {
background: var(--primary-color);
color: white;
border: 5px solid var(--primary-color);
}
@font-face {
font-family: "Roboto";
src: url(Roboto-Medium.ttf);
}
body, .container-after-titlebar {
font: 16px sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: white;
overflow: hidden;
background: black;
}
.container-after-titlebar {
font-family: "Roboto";
}
/* Robot Connection Screen - */
body.login #login {
opacity: 1;
pointer-events: auto;
}
#login {
position: fixed;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 6;
opacity: 0;
transition: 1s ease opacity;
pointer-events: none;
}
#login :disabled {
opacity: 0.6;
}
#login > * {
height: 40px;
}
#login > button {
margin-left: 5px;
}
#connect-address {
color: white;
background: #444;
border: none;
font-size: 14px;
padding: 6px 8px;
cursor: text;
outline: 0;
}
#connect {
background: var(--secondary-color);
color: var(--primary-color);
border: none;
font-size: 14px;
padding: 6px 8px;
cursor: pointer;
outline: 0;
border-radius: 5px;
font-weight: bold;
transition: 0.2s all ease;
}
#connect:hover {
filter: brightness(110%);
}
/* Team and FRC-Game Logos - */
#logo-container {
position: fixed;
bottom: 10px;
left: calc(2vw + 490px);
width: auto;
/*top: calc(15vh + 545px);*/
height: 112.45px;
overflow: hidden;
display: flex;
align-items: center;
flex-direction: row;
padding: 5px;
box-sizing: border-box;
z-index: 3;
}
#logo {
border-radius: 25px;
height: 107.45px;
width: 366.3px;
display: inline-block;
}
#logo > img {
height: 100%;
width: 100%;
}
.frc-logo-frame {
border-radius: 25px;
height: 107.45px;
width: 262.5px;
border: 1px solid transparent;
display: inline-block;
margin-left: 20px;
position: relative;
}
.frc-logo-frame > img {
height: 100%;
width: 100%;
}
@keyframes recharging {
0% {
opacity: 0;
}
50% {
opacity: 0.6;
}
100% {
opacity: 0;
}
}
.frc-logo {
height: 100%;
width: 100%;
border-radius: 25px;
opacity: 0;
z-index: 1;
background: rgb(255, 187, 0);
position: absolute;
}
.frc-logo:hover {
animation: recharging 5s infinite reverse;
}
/* Sidebar - */
#sidebar {
position: fixed;
top: 0;
left: 2px;
width: 16px;
height: 100%;
max-height: 100%;
max-width: 500px;
background: var(--label-color)/*rgb(11, 20, 20)*/;
padding: 2px;
z-index: 5;
overflow-y: hidden;
overflow-x: hidden;
transition: 0.5s ease width;
box-sizing: border-box;
}
#sidebar-content {
display: none;
opacity: 0;
top: 0;
left: 0;
z-index: 200;
width: calc(100% - 18px);
max-width: 500px;
background: var(--label-color)/*rgb(11, 20, 20)*/;
height: 100%;
color: rgb(194, 137, 137);
padding: 25px;
overflow-y: auto;
overflow-x: hidden;
transition: 0.5s ease opacity;
box-sizing: border-box;
}
#sidebar-content div {
border: 1px solid darkgoldenrod;
box-sizing: border-box;
background-color: var(--primary-color);
position: relative;
min-height: 40px;
height: auto;
overflow-x: hidden;
display: flex;
align-items: center;
flex-direction: row;
max-width: 100%;
border-radius: 3px 3px 3px 3px;
}
.sb-key, .sb-val {
color: var(--secondary-color);
background: var(--primary-color);
padding: 5px;
box-sizing: border-box;
display: inline-block;
word-break: break-word;
}
.sb-key {
width: 45%;
height: 100%;
border-right: 2px solid transparent;
}
.sb-key::before {
border-right: 3px solid darkgoldenrod;
content: "";
position: absolute;
width: 3px;
height: 100%;
top: 0px;
bottom: 0;
left: 44%;
}
.sb-key.ui-draggable-dragging {
font-weight: bold;
width: auto !important;
height: auto !important;
cursor: grabbing !important;
border-right: none !important;
border-radius: 3px;
}
.sb-key.ui-draggable-dragging::before {
display: none;
}
.sb-key.ui-draggable {
cursor: grab;
}
.sb-val {
width: 55%;
height: 100%;
border-left: 2px solid transparent;
}
#sidebar-bar {
font-size: 7.2pt;
cursor: pointer;
width: 12px;
height: 100%;
background: var(--primary-color);
position: absolute;
top: 0px;
right: 0px;
color: var(--secondary-color);
padding: 2px;
text-align: center;
}
/* Misc - */
#hidden-autons {
display: none;
}
button[disabled] {
filter: grayscale(1);
}
button[disabled]:hover {
filter: grayscale(1) !important;
cursor: not-allowed !important;
} | 0.537041 | 0.105533 |
.root {
-fx-background-image: url("background.jpg");
}
.white {
-fx-text-fill: #ffffff;
}
.button
{ -fx-background-color: #F5F5DC;
-fx-border-color: black;
-fx-border-width: 1;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
-fx-text-fill: #ffffff;
}
.button:hover{
-fx-background-color: #FFDAB9;
}
.button:focused
{
-fx-border-color: green;
-fx-border-width: 1;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
}
.button:disabled, .button:default:disabled
{
-fx-opacity: 0.4;
-fx-background-color: #cccccc;
-fx-text-fill: #212121;
}
.button:default
{
-fx-background-color: #008287;
-fx-text-fill: #ffffff;
-fx-background-radius: 0, 0;
-fx-background-insets: 0, 0;
}
.button:default:hover{
-fx-background-color: #219297;
}
/* see http://fxexperience.com/2011/12/styling-fx-buttons-with-css/ for more css buttons */
.blue {
-fx-background-color:
#090a0c,
linear-gradient(#38424b 0%, #1f2429 20%, #191d22 100%),
linear-gradient(#20262b, #191d22),
radial-gradient(center 50% 0%, radius 100%, rgba(114,131,148,0.9), rgba(255,255,255,0));
-fx-background-radius: 5,4,3,5;
-fx-background-insets: 0,1,2,0;
-fx-text-fill: white;
-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 5, 0.0 , 0 , 1 );
-fx-font-family: "Arial";
-fx-text-fill: linear-gradient(white, #d0d0d0);
-fx-padding: 10 20 10 20;
-fx-font-size:30px;
}
.blue:hover {
-fx-background-color:
#090a0c,
linear-gradient(#38424b 0%, #1f2429 20%, #191d22 100%),
linear-gradient(#20262b, #191d22),
radial-gradient(center 0% 50%, radius 100%, rgba(114,131,148,0.9), rgba(255,255,255,0));
-fx-background-radius: 5,4,3,5;
-fx-background-insets: 0,1,2,0;
-fx-text-fill: white;
-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 5, 0.0 , 0 , 1 );
-fx-font-family: "Arial";
-fx-text-fill: linear-gradient(white, #d0d0d0);
-fx-padding: 10 20 10 20;
-fx-font-size:30px;
} | src/main/resources/net/ladstatt/tictactoe/TicTacToeApp.css | .root {
-fx-background-image: url("background.jpg");
}
.white {
-fx-text-fill: #ffffff;
}
.button
{ -fx-background-color: #F5F5DC;
-fx-border-color: black;
-fx-border-width: 1;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
-fx-text-fill: #ffffff;
}
.button:hover{
-fx-background-color: #FFDAB9;
}
.button:focused
{
-fx-border-color: green;
-fx-border-width: 1;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
}
.button:disabled, .button:default:disabled
{
-fx-opacity: 0.4;
-fx-background-color: #cccccc;
-fx-text-fill: #212121;
}
.button:default
{
-fx-background-color: #008287;
-fx-text-fill: #ffffff;
-fx-background-radius: 0, 0;
-fx-background-insets: 0, 0;
}
.button:default:hover{
-fx-background-color: #219297;
}
/* see http://fxexperience.com/2011/12/styling-fx-buttons-with-css/ for more css buttons */
.blue {
-fx-background-color:
#090a0c,
linear-gradient(#38424b 0%, #1f2429 20%, #191d22 100%),
linear-gradient(#20262b, #191d22),
radial-gradient(center 50% 0%, radius 100%, rgba(114,131,148,0.9), rgba(255,255,255,0));
-fx-background-radius: 5,4,3,5;
-fx-background-insets: 0,1,2,0;
-fx-text-fill: white;
-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 5, 0.0 , 0 , 1 );
-fx-font-family: "Arial";
-fx-text-fill: linear-gradient(white, #d0d0d0);
-fx-padding: 10 20 10 20;
-fx-font-size:30px;
}
.blue:hover {
-fx-background-color:
#090a0c,
linear-gradient(#38424b 0%, #1f2429 20%, #191d22 100%),
linear-gradient(#20262b, #191d22),
radial-gradient(center 0% 50%, radius 100%, rgba(114,131,148,0.9), rgba(255,255,255,0));
-fx-background-radius: 5,4,3,5;
-fx-background-insets: 0,1,2,0;
-fx-text-fill: white;
-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 5, 0.0 , 0 , 1 );
-fx-font-family: "Arial";
-fx-text-fill: linear-gradient(white, #d0d0d0);
-fx-padding: 10 20 10 20;
-fx-font-size:30px;
} | 0.515132 | 0.125333 |
@media (max-width: 1200px) {
/*navigation*/
.navigation .main-navigation .main-menu>nav>ul>.menu-item>a {
padding: 0 10px;
}
.mb-lg-20 {
margin-bottom: 20px;
}
.mb-lg-30 {
margin-bottom: 30px;
}
.mb-lg-40 {
margin-bottom: 40px;
}
.mb-lg-80 {
margin-bottom: 80px;
}
}
@media (max-width: 992px) {
/*Navigation*/
.header .navigation-wrapper nav>.main-navigation .hamburger-menu {
display: flex;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:last-child{
margin-right: 10px;
}
.header .navigation-wrapper nav>.main-navigation .main-menu {
display: block;
position: fixed;
left: -320px;
width: 320px;
height: 100vh;
top: 0;
background: #ff0000;
transition: 0.5s all;
overflow: auto;
z-index: 100;
}
.header .navigation-wrapper nav>.main-navigation .main-menu.active {
left: 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul {
display: block;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search {
display: none;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item {
padding: 0;
margin: 10px;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a {
padding: 10px 15px;
display: block;
background: #fff;
border: none;
border-radius: 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a {
color: #263077;
font-weight: 500;
}
.menu-item-has-children>a>.arrow:after, .menu-item-has-megamenu>a>.arrow:after {
position: absolute;
right: 15px;
}
.menu-item-has-children .submenu .menu-item-has-children>.submenu, .menu-item-has-megamenu:hover>.megamenu, .menu-item-has-megamenu .megamenu, .menu-item-has-children .submenu {
opacity: 1;
visibility: visible;
left: 0;
width: 100%;
position: relative;
display: none;
padding: 0;
transform: none;
}
.mb-md-20 {
margin-bottom: 20px;
}
.mb-md-30 {
margin-bottom: 30px;
}
.mb-md-40 {
margin-bottom: 40px;
}
.mb-md-80 {
margin-bottom: 80px;
}
@media (max-width: 767px) {
/*topbar*/
.header .topbar .leftside, .header .topbar .rightside {
display: flex;
justify-content: center;
}
.header .topbar .rightside ul>li.book-appointment>a, .header .topbar .rightside ul>li.login {
padding: 12px 30px;
}
/*General*/
.section-header {
display: block;
}
.section-header .section-btn {
display: none;
}
/*blog*/
.blog-details .post-details-tags-social .tags-box {
justify-content: center;
margin-bottom: 10px;
}
.blog-details .post-details-tags-social .social-media-box ul {
justify-content: center;
}
.blog-details .post-author {
display: block;
}
.blog-details .post-author .author-caption {
flex: 0 0 calc(100% - 0px);
max-width: calc(100% - 0px);
}
.coming-soon .coming-soon-text h1 {
font-size: 40px;
}
.coming-soon .coming-soon-text .counter .counter-box .inner-box {
font-size: 28px;
margin-top: 10px;
}
.coming-soon .coming-soon-text .counter .counter-box {
margin: 0 5px;
}
.mb-sm-20 {
margin-bottom: 20px;
}
.mb-sm-30 {
margin-bottom: 30px;
}
.mb-sm-40 {
margin-bottom: 40px;
}
.mb-sm-80 {
margin-bottom: 80px;
}
}
@media (max-width: 576px) {
/*topbar*/
.header .topbar .rightside ul>li.book-appointment>a, .header .topbar .rightside ul>li.login {
padding: 8px 10px;
}
/*Navigation*/
.header .navigation-wrapper nav>.main-navigation .main-menu {
left: -260px;
width: 260px;
}
/*our services*/
.service-box .service-wrapper {
display: block;
}
.service-box .service-wrapper .service-img, .service-box .service-wrapper .service-text {
flex: 0 0 calc(100% - 0px);
max-width: calc(100% - 0px);
}
.coming-soon .coming-soon-text .counter {
flex-wrap: wrap;
}
.coming-soon .coming-soon-text .counter .counter-box {
margin: 0 5px 10px;
width: 100px;
}
.coming-soon .coming-soon-contact ul {
justify-content: center;
}
.coming-soon .coming-soon-contact ul li {
width: auto;
padding: 0 15px;
}
.mb-xs-20 {
margin-bottom: 20px;
}
.mb-xs-30 {
margin-bottom: 30px;
}
.mb-xs-40 {
margin-bottom: 40px;
}
.mb-xs-80 {
margin-bottom: 80px;
}
#page404 .txt {
margin: 0 0 0 -190px;
}
.tabs .nav-tabs .nav-item{
width: calc(50% - 10px);
}
}
@media (max-width:450px) {
blockquote {
padding: 15px;
}
blockquote p {
font-size: 14px;
}
.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date {
position: absolute;
top: 20px;
right: 20px;
margin-top: 0;
}
.blog-details .post-details-tags-social span, .blog-details .post-details-tags-social .social-media-box ul li .social-number, .blog-details .post-author .author-caption .authorpost {
display: none;
}
.blog-details .post-details-tags-social .tags {
margin-left: 0;
}
.comment-box .children {
padding-left: 0;
}
/*coming soon*/
.coming-soon .main .counter .counter-box {
margin: 0 10px;
}
.coming-soon .main .counter .counter-box .inner-box {
width: 50px;
height: 50px;
}
.about-us .about-left-side ul {
columns: 1;
}
.about-us .about-right-side .about-img:before, .about-us .about-right-side .about-img:after {
height: calc(50% - 20px;
)
}
.about-us .about-right-side .about-img img {
padding: 20px;
}
.tabs .nav-tabs .nav-item{
width: 100%;
margin-right: 0;
}
} | public/assets/css/responsive.css | @media (max-width: 1200px) {
/*navigation*/
.navigation .main-navigation .main-menu>nav>ul>.menu-item>a {
padding: 0 10px;
}
.mb-lg-20 {
margin-bottom: 20px;
}
.mb-lg-30 {
margin-bottom: 30px;
}
.mb-lg-40 {
margin-bottom: 40px;
}
.mb-lg-80 {
margin-bottom: 80px;
}
}
@media (max-width: 992px) {
/*Navigation*/
.header .navigation-wrapper nav>.main-navigation .hamburger-menu {
display: flex;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:last-child{
margin-right: 10px;
}
.header .navigation-wrapper nav>.main-navigation .main-menu {
display: block;
position: fixed;
left: -320px;
width: 320px;
height: 100vh;
top: 0;
background: #ff0000;
transition: 0.5s all;
overflow: auto;
z-index: 100;
}
.header .navigation-wrapper nav>.main-navigation .main-menu.active {
left: 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul {
display: block;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search {
display: none;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item {
padding: 0;
margin: 10px;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a {
padding: 10px 15px;
display: block;
background: #fff;
border: none;
border-radius: 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a {
color: #263077;
font-weight: 500;
}
.menu-item-has-children>a>.arrow:after, .menu-item-has-megamenu>a>.arrow:after {
position: absolute;
right: 15px;
}
.menu-item-has-children .submenu .menu-item-has-children>.submenu, .menu-item-has-megamenu:hover>.megamenu, .menu-item-has-megamenu .megamenu, .menu-item-has-children .submenu {
opacity: 1;
visibility: visible;
left: 0;
width: 100%;
position: relative;
display: none;
padding: 0;
transform: none;
}
.mb-md-20 {
margin-bottom: 20px;
}
.mb-md-30 {
margin-bottom: 30px;
}
.mb-md-40 {
margin-bottom: 40px;
}
.mb-md-80 {
margin-bottom: 80px;
}
@media (max-width: 767px) {
/*topbar*/
.header .topbar .leftside, .header .topbar .rightside {
display: flex;
justify-content: center;
}
.header .topbar .rightside ul>li.book-appointment>a, .header .topbar .rightside ul>li.login {
padding: 12px 30px;
}
/*General*/
.section-header {
display: block;
}
.section-header .section-btn {
display: none;
}
/*blog*/
.blog-details .post-details-tags-social .tags-box {
justify-content: center;
margin-bottom: 10px;
}
.blog-details .post-details-tags-social .social-media-box ul {
justify-content: center;
}
.blog-details .post-author {
display: block;
}
.blog-details .post-author .author-caption {
flex: 0 0 calc(100% - 0px);
max-width: calc(100% - 0px);
}
.coming-soon .coming-soon-text h1 {
font-size: 40px;
}
.coming-soon .coming-soon-text .counter .counter-box .inner-box {
font-size: 28px;
margin-top: 10px;
}
.coming-soon .coming-soon-text .counter .counter-box {
margin: 0 5px;
}
.mb-sm-20 {
margin-bottom: 20px;
}
.mb-sm-30 {
margin-bottom: 30px;
}
.mb-sm-40 {
margin-bottom: 40px;
}
.mb-sm-80 {
margin-bottom: 80px;
}
}
@media (max-width: 576px) {
/*topbar*/
.header .topbar .rightside ul>li.book-appointment>a, .header .topbar .rightside ul>li.login {
padding: 8px 10px;
}
/*Navigation*/
.header .navigation-wrapper nav>.main-navigation .main-menu {
left: -260px;
width: 260px;
}
/*our services*/
.service-box .service-wrapper {
display: block;
}
.service-box .service-wrapper .service-img, .service-box .service-wrapper .service-text {
flex: 0 0 calc(100% - 0px);
max-width: calc(100% - 0px);
}
.coming-soon .coming-soon-text .counter {
flex-wrap: wrap;
}
.coming-soon .coming-soon-text .counter .counter-box {
margin: 0 5px 10px;
width: 100px;
}
.coming-soon .coming-soon-contact ul {
justify-content: center;
}
.coming-soon .coming-soon-contact ul li {
width: auto;
padding: 0 15px;
}
.mb-xs-20 {
margin-bottom: 20px;
}
.mb-xs-30 {
margin-bottom: 30px;
}
.mb-xs-40 {
margin-bottom: 40px;
}
.mb-xs-80 {
margin-bottom: 80px;
}
#page404 .txt {
margin: 0 0 0 -190px;
}
.tabs .nav-tabs .nav-item{
width: calc(50% - 10px);
}
}
@media (max-width:450px) {
blockquote {
padding: 15px;
}
blockquote p {
font-size: 14px;
}
.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date {
position: absolute;
top: 20px;
right: 20px;
margin-top: 0;
}
.blog-details .post-details-tags-social span, .blog-details .post-details-tags-social .social-media-box ul li .social-number, .blog-details .post-author .author-caption .authorpost {
display: none;
}
.blog-details .post-details-tags-social .tags {
margin-left: 0;
}
.comment-box .children {
padding-left: 0;
}
/*coming soon*/
.coming-soon .main .counter .counter-box {
margin: 0 10px;
}
.coming-soon .main .counter .counter-box .inner-box {
width: 50px;
height: 50px;
}
.about-us .about-left-side ul {
columns: 1;
}
.about-us .about-right-side .about-img:before, .about-us .about-right-side .about-img:after {
height: calc(50% - 20px;
)
}
.about-us .about-right-side .about-img img {
padding: 20px;
}
.tabs .nav-tabs .nav-item{
width: 100%;
margin-right: 0;
}
} | 0.29584 | 0.04365 |
h1 {
display: block;
font-size: 2em;
font-weight: bold;
-webkit-margin-before: 0.67__qem;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin-block-start: .67em;
margin-block-end: .67em;
}
h2 {
display: block;
font-size: 1.5em;
font-weight: bold;
-webkit-margin-before: 0.83__qem;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0;
-webkit-margin-end: 0; margin-block-start: .83em;
margin-block-end: .83em;
}
h3 {
display: block;
font-size: 1.17em;
font-weight: bold;
-webkit-margin-before: 1__qem;
-webkit-margin-after: 1em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin-block-start: 1em;
margin-block-end: 1em;
}
h4 {
display: block;
font-size: 1.00em;
font-weight: bold;
-webkit-margin-before: 1.33__qem;
-webkit-margin-after: 1.33em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin-block-start: 1.33em;
margin-block-end: 1.33em;
}
h5 {
display: block;
font-size: 0.83em;
font-weight: bold;
-webkit-margin-before: 1.67__qem;
-webkit-margin-after: 1.67em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin-block-start: 1.67em;
margin-block-end: 1.67em;
}
h6 {
display: block;
font-size: 0.67em;
font-weight: bold;
-webkit-margin-before: 2.33__qem;
-webkit-margin-after: 2.33em;
-webkit-margin-start: 0;
-webkit-margin-end: 0; margin-block-start: 2.33em;
margin-block-end: 2.33em;
}
/* In addition, all three engines are mapping the formatting of an H1 to smaller headlines (h2, h3, h4, h5, h6) according to how many levels deep it is inside a sectioning element. Therefore, an h1 that's nested inside three levels of any sectioning element will be formatted like an h3.
Normalize squashes this with the following code: */
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* ----------------------------------------------------------------------- */
/* Many resets remove bolding from headlines. Or margins / top margin. Or style them in some way. I think it makes more sense for us to do none of those things. We want to keep to emptiness as much as possible, not provide a base theme. */ | css/cssremedy/process/UA_stylesheets/_combined/headlines.css |
h1 {
display: block;
font-size: 2em;
font-weight: bold;
-webkit-margin-before: 0.67__qem;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin-block-start: .67em;
margin-block-end: .67em;
}
h2 {
display: block;
font-size: 1.5em;
font-weight: bold;
-webkit-margin-before: 0.83__qem;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0;
-webkit-margin-end: 0; margin-block-start: .83em;
margin-block-end: .83em;
}
h3 {
display: block;
font-size: 1.17em;
font-weight: bold;
-webkit-margin-before: 1__qem;
-webkit-margin-after: 1em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin-block-start: 1em;
margin-block-end: 1em;
}
h4 {
display: block;
font-size: 1.00em;
font-weight: bold;
-webkit-margin-before: 1.33__qem;
-webkit-margin-after: 1.33em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin-block-start: 1.33em;
margin-block-end: 1.33em;
}
h5 {
display: block;
font-size: 0.83em;
font-weight: bold;
-webkit-margin-before: 1.67__qem;
-webkit-margin-after: 1.67em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin-block-start: 1.67em;
margin-block-end: 1.67em;
}
h6 {
display: block;
font-size: 0.67em;
font-weight: bold;
-webkit-margin-before: 2.33__qem;
-webkit-margin-after: 2.33em;
-webkit-margin-start: 0;
-webkit-margin-end: 0; margin-block-start: 2.33em;
margin-block-end: 2.33em;
}
/* In addition, all three engines are mapping the formatting of an H1 to smaller headlines (h2, h3, h4, h5, h6) according to how many levels deep it is inside a sectioning element. Therefore, an h1 that's nested inside three levels of any sectioning element will be formatted like an h3.
Normalize squashes this with the following code: */
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* ----------------------------------------------------------------------- */
/* Many resets remove bolding from headlines. Or margins / top margin. Or style them in some way. I think it makes more sense for us to do none of those things. We want to keep to emptiness as much as possible, not provide a base theme. */ | 0.255808 | 0.064418 |
section{
font-family: 'Gothic A1', sans-serif;
color: black;
font-size: 1rem;
display: flex;
justify-content: center;
}
#ALL{
width: 80vw;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.Contenitore{
height: 50vh;
width: 30vw;
display: flex;
flex-direction: column;
align-items: center;
border: 3px solid black;
background-color:rgba(146, 160, 166 , 0.3);
border-radius: 15px;
margin-top: 5vh;
margin-bottom: 5vh;
}
.Contenitore1{
height: 50vh;
width: 30vw;
display: flex;
flex-direction: column;
overflow: auto;
align-items: center;
border: 3px solid black;
background-color:rgba(146, 160, 166 , 0.3);
border-radius: 15px;
margin-top: 5vh;
margin-bottom: 5vh;
}
.Contenitore h1 , .Contenitore1 h1{
text-align: center;
}
.item , .itemMaterie{
width: 25vw;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid black;
}
.item strong , .itemMaterie strong{
margin-top: 0vh;
}
.item input{
border-radius: 5px;
}
.Invio{
width: 25vw;
display: flex;
justify-content: center;
}
.Invio input{
width: 10vw;
margin-top: 1vh;
border-radius: 10px;
}
/*Footer*/
/*Versione per tablet/iPad */
/*Section*/
@media(max-width: 1200px){
#ALL{
width: 80vw;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
align-items: center;
}
.Contenitore{
height: 45vh;
width: 80vw;
}
.Contenitore1{
height: 45vh;
width: 80vw;
}
.item , .itemMaterie{
width: 55vw;
}
.Invio{
width: 55vw;
}
.Invio input{
width: 20vw;
}
}
/*Footer*/
@media(max-width: 1200px){
}
/*Versione per smartphone*/
@media(max-width: 600px){
.Contenitore{
overflow: auto;
height: 60vh;
}
.Contenitore1{
height: 60vh;
}
.item{
width: 70vw;
}
.itemMaterie{
width: 70vw;
display: flex;
flex-direction: column;
}
.Invio{
width: 70vw;
}
.Invio input{
width: 35vw;
}
.item input{
width: 30vw;
}
}
/*Versione per smartphone con larghezza display ridotta*/
@media(max-width: 350px){
.item strong , .itemMaterie strong{
font-size: 1rem;
}
.item p , .itemMaterie p{
font-size: 0.7rem;
}
.Invio input{
width: 45vw;
}
} | public/css/AreaPersonaleTutor.css | section{
font-family: 'Gothic A1', sans-serif;
color: black;
font-size: 1rem;
display: flex;
justify-content: center;
}
#ALL{
width: 80vw;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.Contenitore{
height: 50vh;
width: 30vw;
display: flex;
flex-direction: column;
align-items: center;
border: 3px solid black;
background-color:rgba(146, 160, 166 , 0.3);
border-radius: 15px;
margin-top: 5vh;
margin-bottom: 5vh;
}
.Contenitore1{
height: 50vh;
width: 30vw;
display: flex;
flex-direction: column;
overflow: auto;
align-items: center;
border: 3px solid black;
background-color:rgba(146, 160, 166 , 0.3);
border-radius: 15px;
margin-top: 5vh;
margin-bottom: 5vh;
}
.Contenitore h1 , .Contenitore1 h1{
text-align: center;
}
.item , .itemMaterie{
width: 25vw;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid black;
}
.item strong , .itemMaterie strong{
margin-top: 0vh;
}
.item input{
border-radius: 5px;
}
.Invio{
width: 25vw;
display: flex;
justify-content: center;
}
.Invio input{
width: 10vw;
margin-top: 1vh;
border-radius: 10px;
}
/*Footer*/
/*Versione per tablet/iPad */
/*Section*/
@media(max-width: 1200px){
#ALL{
width: 80vw;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
align-items: center;
}
.Contenitore{
height: 45vh;
width: 80vw;
}
.Contenitore1{
height: 45vh;
width: 80vw;
}
.item , .itemMaterie{
width: 55vw;
}
.Invio{
width: 55vw;
}
.Invio input{
width: 20vw;
}
}
/*Footer*/
@media(max-width: 1200px){
}
/*Versione per smartphone*/
@media(max-width: 600px){
.Contenitore{
overflow: auto;
height: 60vh;
}
.Contenitore1{
height: 60vh;
}
.item{
width: 70vw;
}
.itemMaterie{
width: 70vw;
display: flex;
flex-direction: column;
}
.Invio{
width: 70vw;
}
.Invio input{
width: 35vw;
}
.item input{
width: 30vw;
}
}
/*Versione per smartphone con larghezza display ridotta*/
@media(max-width: 350px){
.item strong , .itemMaterie strong{
font-size: 1rem;
}
.item p , .itemMaterie p{
font-size: 0.7rem;
}
.Invio input{
width: 45vw;
}
} | 0.12943 | 0.087447 |
@charset "utf8";
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
html *,
html *:before,
html *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*::-moz-selection {
background-color: #add8e6;
}
*::selection {
background-color: #add8e6;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.pull-reset {
float: none;
}
@media screen and (min-width: 0px) {
.col-xs-1 {
width: 8.333333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-2 {
width: 16.666666666666668%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-3 {
width: 25%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-4 {
width: 33.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-5 {
width: 41.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-6 {
width: 50%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-7 {
width: 58.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-8 {
width: 66.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-9 {
width: 75%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-10 {
width: 83.33333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-11 {
width: 91.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-12 {
width: 100%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-1 {
width: 8.333333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-2 {
width: 16.666666666666668%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-3 {
width: 25%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-4 {
width: 33.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-5 {
width: 41.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-6 {
width: 50%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-7 {
width: 58.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-8 {
width: 66.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-9 {
width: 75%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-10 {
width: 83.33333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-11 {
width: 91.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-12 {
width: 100%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-1 {
width: 8.333333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-2 {
width: 16.666666666666668%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-3 {
width: 25%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-4 {
width: 33.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-5 {
width: 41.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-6 {
width: 50%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-7 {
width: 58.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-8 {
width: 66.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-9 {
width: 75%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-10 {
width: 83.33333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-11 {
width: 91.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-12 {
width: 100%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-1 {
width: 8.333333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-2 {
width: 16.666666666666668%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-3 {
width: 25%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-4 {
width: 33.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-5 {
width: 41.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-6 {
width: 50%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-7 {
width: 58.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-8 {
width: 66.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-9 {
width: 75%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-10 {
width: 83.33333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-11 {
width: 91.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-12 {
width: 100%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-0 {
margin-left: 0%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-1 {
margin-left: 8.333333333333334%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-2 {
margin-left: 16.666666666666668%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-3 {
margin-left: 25%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-4 {
margin-left: 33.333333333333336%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-5 {
margin-left: 41.66666666666667%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-6 {
margin-left: 50%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-7 {
margin-left: 58.333333333333336%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-8 {
margin-left: 66.66666666666667%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-9 {
margin-left: 75%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-10 {
margin-left: 83.33333333333334%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-11 {
margin-left: 91.66666666666667%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-12 {
margin-left: 100%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-0 {
margin-left: 0%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-1 {
margin-left: 8.333333333333334%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-2 {
margin-left: 16.666666666666668%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-3 {
margin-left: 25%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-4 {
margin-left: 33.333333333333336%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-6 {
margin-left: 50%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-8 {
margin-left: 66.66666666666667%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-9 {
margin-left: 75%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-11 {
margin-left: 91.66666666666667%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-12 {
margin-left: 100%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-0 {
margin-left: 0%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-1 {
margin-left: 8.333333333333334%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-2 {
margin-left: 16.666666666666668%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-3 {
margin-left: 25%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-4 {
margin-left: 33.333333333333336%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-5 {
margin-left: 41.66666666666667%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-6 {
margin-left: 50%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-7 {
margin-left: 58.333333333333336%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-8 {
margin-left: 66.66666666666667%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-9 {
margin-left: 75%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-10 {
margin-left: 83.33333333333334%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-11 {
margin-left: 91.66666666666667%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-12 {
margin-left: 100%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-0 {
margin-left: 0%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-1 {
margin-left: 8.333333333333334%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-2 {
margin-left: 16.666666666666668%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-3 {
margin-left: 25%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-4 {
margin-left: 33.333333333333336%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-6 {
margin-left: 50%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-8 {
margin-left: 66.66666666666667%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-9 {
margin-left: 75%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-11 {
margin-left: 91.66666666666667%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-12 {
margin-left: 100%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
.row-reset:before,
.row-reset:after {
content: " ";
display: table;
}
.row-reset:after {
clear: both;
}
.container-fluid {
clear: both;
min-height: 1px;
position: relative;
display: block;
padding-left: 1.25rem;
padding-right: 1.25rem;
margin: 0 auto;
width: 100%;
}
.container-fluid.page {
background-color: #fff;
border: 0.063rem solid #e6e6e6;
}
.container-fluid.page.dark {
background-color: #37404f;
border: 0.063rem solid #191919;
}
.container-fluid:before,
.container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.container-fluid .row-reset {
margin-left: -20px;
margin-right: -20px;
}
.container {
clear: both;
min-height: 1px;
position: relative;
display: block;
padding-left: 1.25rem;
padding-right: 1.25rem;
margin: 0 auto;
max-width: 980px;
}
.container.page {
background-color: #fff;
border: 0.063rem solid #e6e6e6;
}
.container.page.dark {
background-color: #37404f;
border: 0.063rem solid #191919;
}
.container:before,
.container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
.container .row-reset {
margin-left: -20px;
margin-right: -20px;
}
@font-face {
font-family: Oxygen;
font-weight: normal;
src: url("./fonts/oxygen/Oxygen-Regular.eot");
src: url("./fonts/oxygen/Oxygen-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/oxygen/Oxygen-Regular.woff2") format("woff2"), url("./fonts/oxygen/Oxygen-Regular.woff") format("woff"), url("./fonts/oxygen/Oxygen-Regular.ttf") format("truetype"), url("./fonts/oxygen/Oxygen-Regular.svg#Oxygen") format("svg");
}
body {
background-color: #fbfcfd;
color: #000;
font-family: 'Oxygen', sans-serif;
}
.brand-text {
font-size: 1.414em;
}
a {
text-decoration: none;
color: #3f51b5;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
@charset "UTF-8";
html {
font-size: 100%;
}
body {
line-height: 1.5;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
h1,
.h1 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h2,
.h2 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h3,
.h3 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h4,
.h4 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h5,
.h5 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h6,
.h6 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h1,
.h1 {
margin-bottom: 0.187556642105916em;
font-size: 1.999396em;
line-height: 1.125339852635496;
}
@media (min-width: 43.75em) {
h1,
.h1 {
margin-bottom: 0.132642604035301em;
font-size: 2.827145943999999em;
line-height: 1.06114083228241;
}
}
@media (min-width: 56.25em) {
h1,
.h1 {
margin-bottom: 0.093806650661458em;
font-size: 3.997584364815999em;
line-height: 0.938066506614578;
}
}
h2,
.h2 {
margin-bottom: 0.265205091937765em;
font-size: 1.414em;
line-height: 1.326025459688826;
}
@media (min-width: 43.75em) {
h2,
.h2 {
margin-bottom: 0.187556642105916em;
font-size: 1.999396em;
line-height: 1.125339852635496;
}
}
@media (min-width: 56.25em) {
h2,
.h2 {
margin-bottom: 0.132642604035301em;
font-size: 2.827145943999999em;
line-height: 1.06114083228241;
}
}
h3,
.h3 {
margin-bottom: 0.265205091937765em;
font-size: 1.414em;
line-height: 1.326025459688826;
}
@media (min-width: 56.25em) {
h3,
.h3 {
margin-bottom: 0.187556642105916em;
font-size: 1.999396em;
line-height: 1.125339852635496;
}
}
h4,
.h4 {
margin-bottom: 0.265205091937765em;
font-size: 1.414em;
line-height: 1.326025459688826;
}
h5,
h6,
.h5,
.h6 {
margin-bottom: 0.375em;
font-size: 1em;
line-height: 1.5;
}
p {
margin-top: 0;
margin-bottom: 1.5em;
padding-top: 0;
padding-bottom: 0;
max-width: 36em;
}
@media (min-width: 43.75em) {
}
p + p {
margin-top: -1.5em;
text-indent: 1.5em;
}
small,
.text-small {
font-size: 0.707213578500707em;
line-height: 1.59075;
}
blockquote {
margin-top: 1.5em;
margin-bottom: 1.5em;
margin-left: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 1.5em;
border-left: 6px solid #808080;
font-family: $font-serif;
}
blockquote p {
margin-bottom: 0.75em;
}
blockquote footer cite:before {
content: " – ";
}
pre,
code {
font-family: $font-mono;
}
time,
.time {
text-transform: uppercase;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1.5em;
margin-left: 1.5em;
padding-top: 0;
padding-bottom: 0;
}
ul {
list-style-type: square;
}
ul,
ol,
dl {
margin-left: 0;
}
abbr {
font-variant: small-caps;
font-weight: 600;
text-transform: lowercase;
}
abbr[title]:hover {
cursor: help;
}
hr {
margin-top: 1.5em;
margin-bottom: 0;
border: 0;
border-top-color: $text-color;
border-top-width: 1px;
padding-top: 1.4375em;
border-top-style: solid;
}
h1.hr,
.h1.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h1.hr:after,
.h1.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
h2.hr,
.h2.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h2.hr:after,
.h2.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
h3.hr,
.h3.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h3.hr:after,
.h3.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
h4.hr,
.h4.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h4.hr:after,
.h4.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
h5.hr,
.h5.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h5.hr:after,
.h5.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
h6.hr,
.h6.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h6.hr:after,
.h6.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
.btn {
background-color: #f5f5f5;
border: 0.063rem solid #c5c5c5;
border-radius: 0.188rem;
padding: 0.3em 1.2em;
outline: 0;
color: #000;
font-size: 1em;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
.btn.round {
border-radius: 9999em;
}
.btn.primary,
.btn[type='submit'] {
color: #fff;
background-color: #4074c3;
border: 0.063rem solid #4375c0;
}
.btn.primary.trans,
.btn[type='submit'].trans {
color: #4074c3;
background-color: rgba(255,255,255,0);
text-transform: uppercase;
}
.btn.primary.ghost,
.btn[type='submit'].ghost {
color: #4074c3;
background-color: rgba(255,255,255,0);
border: 0.125rem solid;
}
.btn.info {
color: #fff;
background-color: #6aad28;
border: 0.063rem solid #6aa035;
}
.btn.info.trans {
color: #6aad28;
background-color: rgba(255,255,255,0);
text-transform: uppercase;
}
.btn.info.ghost {
color: #6aad28;
background-color: rgba(255,255,255,0);
border: 0.125rem solid;
}
.btn.warn {
color: #fff;
background-color: #ef6c00;
border: 0.063rem solid #b3723c;
}
.btn.warn.trans {
color: #ef6c00;
background-color: rgba(255,255,255,0);
text-transform: uppercase;
}
.btn.warn.ghost {
color: #ef6c00;
background-color: rgba(255,255,255,0);
border: 0.125rem solid;
}
.btn.danger {
color: #fff;
background-color: #d84315;
border: 0.063rem solid #b2573b;
}
.btn.danger.trans {
color: #d84315;
background-color: rgba(255,255,255,0);
text-transform: uppercase;
}
.btn.danger.ghost {
color: #d84315;
background-color: rgba(255,255,255,0);
border: 0.125rem solid;
}
.btn.trans {
color: #000;
background-color: rgba(255,255,255,0);
border: 0.063rem solid rgba(255,255,255,0);
-webkit-box-shadow: initial;
box-shadow: initial;
}
.btn.ghost {
color: #000;
background-color: rgba(255,255,255,0);
border: 0.125rem solid;
}
.btn.ghost.dark {
color: #fff;
}
.btn.sm {
font-size: 0.8em;
}
.btn.lg {
font-size: 1.2em;
}
.btn-group {
white-space: nowrap;
}
.btn-group .btn {
border-radius: 0;
border-left: 0;
}
.btn-group .btn.ghost {
border-right: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-group .btn:first-child {
border-left: 0.063rem solid #c5c5c5;
border-top-left-radius: 0.188rem;
border-bottom-left-radius: 0.188rem;
}
.btn-group .btn:first-child.round {
border-top-left-radius: 9999em;
border-bottom-left-radius: 9999em;
}
.btn-group .btn:first-child.round.ghost {
border-left: 0.125rem solid;
}
.btn-group .btn:last-child {
border-top-right-radius: 0.188rem;
border-bottom-right-radius: 0.188rem;
}
.btn-group .btn:last-child.round {
border-top-right-radius: 9999em;
border-bottom-right-radius: 9999em;
}
.btn-group .btn:last-child.round.ghost {
border-right: 0.125rem solid;
}
.btn-group.round .btn:first-child {
border-top-left-radius: 9999em;
border-bottom-left-radius: 9999em;
}
.btn-group.round .btn:first-child.ghost {
border-left: 0.125rem solid;
}
.btn-group.round .btn:last-child {
border-top-right-radius: 9999em;
border-bottom-right-radius: 9999em;
}
.btn-group.round .btn:last-child.ghost {
border-right: 0.125rem solid;
}
.menu-toggle {
margin: auto 0;
display: inline-block;
float: left;
max-height: initial;
height: initial;
width: 3.125rem;
}
.menu-toggle span.line-bar {
margin-top: 0.188rem;
display: block;
height: 0.125rem;
width: 100%;
background-color: #000;
}
.menu-toggle span.line-bar .crossbar {
margin-top: 0;
}
@supports (display:flex) {
.menu-toggle {
margin: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
}
@media screen and (min-width: 768px) {
.menu-toggle {
display: none;
}
}
input.checkbox[type='checkbox'] {
display: none;
}
input.checkbox[type='checkbox']+.draw-checkbox {
width: 1.375rem;
height: 1.375rem;
background-color: #dedede;
border: 0.063rem solid #a7a7a7;
outline: 0;
position: relative;
float: left;
margin-right: 0.625rem;
display: inline-block;
border-radius: 0.188rem;
}
input.checkbox[type='checkbox']+.draw-checkbox:before {
content: "";
-webkit-transition: all 0.1s;
transition: all 0.1s;
background-size: 0;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAT0lEQVQYV43Q2w0AIAgDQFmWoVhWUxNIfaD4ZzgIRVrxScWpav9CIAx7QkcT4mNmRwMj1CdEB+MdxUQPBHxDsSMXuYkvErtlkxwvIbJgwANLRSqeIyjAhgAAAABJRU5ErkJggg==");
background-repeat: no-repeat;
background-position: center;
display: inline-block;
position: absolute;
text-align: center;
}
input.checkbox[type='checkbox']:checked+.draw-checkbox:before {
height: 100%;
width: 100%;
background-size: 60%;
}
input.checkbox[type='checkbox']:checked.dark {
background-color: invert(null);
}
input.checkbox[type='checkbox']:checked.dark:before {
content: "";
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUklEQVQYV2NkIBIwEqPu66ev/wkqBCkCGYZXIUwRWCGIw83HjaEBWRFIHqwQpANZMboiuIkwD4EUY1MEdyOyJLIm5BCBuw2XSTDFKJ7A5TGQYgCnEy+c6nO+WQAAAABJRU5ErkJggg==");
}
input.radio[type='radio'] {
display: none;
pointer-events: none;
}
input.radio[type='radio']+.draw-radio {
width: 1.375rem;
height: 1.375rem;
background-color: #dedede;
border: 0.063rem solid #a7a7a7;
outline: 0;
position: relative;
float: left;
margin-right: 0.625rem;
display: inline-block;
border-radius: 9999em;
}
input.radio[type='radio']+.draw-radio:before {
content: "";
display: inline-block;
content: "";
width: 0;
height: 0;
-webkit-transition: all 0.1s;
transition: all 0.1s;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
border-radius: 9999em;
}
input.radio[type='radio']:checked+.draw-radio:before {
height: 60%;
width: 60%;
background-color: #666;
}
input[type='text'],
input[type='password'],
input[type='search'] {
border-radius: 0.188rem;
border: 1px solid #a7a7a7;
padding: 0.43em 1.2em;
max-width: 36em;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea {
resize: vertical;
max-width: 36em;
width: 100%;
min-height: 15.625em;
border-radius: 0.188rem;
border: 1px solid #a7a7a7;
padding: 0.43em 1.2em;
}
input[type=range] {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
max-width: 36em;
width: 100%;
padding: 10px;
height: 50px;
overflow: hidden;
border: 0;
background-color: rgba(255,255,255,0);
outline: 0;
}
input[type=range]:active,
input[type=range]:focus {
outline: 0;
border: 0;
}
input[type=range]::-moz-focus-outer {
outline: 0;
border: 0;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 0.313rem;
cursor: pointer;
-webkit-border-radius: 9999em;
-moz-border-radius: 9999em;
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
background-color: #dedede;
border: 1px solid #a7a7a7;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 0.313rem;
cursor: pointer;
-webkit-border-radius: 9999em;
-moz-border-radius: 9999em;
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
background-color: #dedede;
border: 1px solid #a7a7a7;
}
input[type=range]::-ms-track {
width: 100%;
height: 0.313rem;
cursor: pointer;
-webkit-border-radius: 9999em;
-moz-border-radius: 9999em;
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
background-color: #dedede;
border: 1px solid #a7a7a7;
background: rgba(255,255,255,0);
border-color: rgba(255,255,255,0);
color: rgba(255,255,255,0);
border: 0;
}
input[type=range]::-webkit-slider-thumb {
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
border: 0px solid rgba(0,0,0,0);
height: 26px;
width: 26px;
border-radius: 9999em;
background: #f5f5f5;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
margin-top: -10.6px;
}
input[type=range]::-webkit-slider-thumb:after {
content: "";
right: 26px;
position: absolute;
display: block;
pointer-events: none;
height: 0.313rem;
width: 100vw;
top: -2px;
bottom: 0;
margin: auto;
background-color: #757575;
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
}
input[type=range]::-moz-range-thumb {
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
border: 0px solid rgba(0,0,0,0);
height: 26px;
width: 26px;
border-radius: 9999em;
background: #f5f5f5;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}
input[type=range]::-moz-range-thumb:after {
content: "";
right: 26px;
position: absolute;
display: block;
pointer-events: none;
height: 0.313rem;
width: 100vw;
top: -2px;
bottom: 0;
margin: auto;
background-color: #757575;
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
}
input[type=range]::-ms-thumb {
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
border: 0px solid rgba(0,0,0,0);
height: 26px;
width: 26px;
border-radius: 9999em;
background: #f5f5f5;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
height: 5.2px;
}
input[type=range]::-ms-thumb:after {
content: "";
right: 26px;
position: absolute;
display: block;
pointer-events: none;
height: 0.313rem;
width: 100vw;
top: -2px;
bottom: 0;
margin: auto;
background-color: #757575;
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
}
input[type=range]::-ms-fill-lower {
background: rgba(184,184,184,0.78);
border: 0.2px solid #c5c5c5;
border-radius: 50px;
-webkit-box-shadow: 0px 0px 0.6px #000, 0px 0px 0px #0d0d0d;
box-shadow: 0px 0px 0.6px #000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
background: rgba(197,197,197,0.78);
border: 0.2px solid #c5c5c5;
border-radius: 50px;
-webkit-box-shadow: 0px 0px 0.6px #000, 0px 0px 0px #0d0d0d;
box-shadow: 0px 0px 0.6px #000, 0px 0px 0px #0d0d0d;
}
.control {
padding-top: 10px;
padding-bottom: 10px;
}
.hero {
min-height: 50%;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQIW2NkYGAwZmBgOMsABYwwBjYBsEoMFQBQhgIFTA5z/AAAAABJRU5ErkJggg==");
padding: 2em 0;
width: 100%;
}
.hero.skinny {
min-height: 10%;
}
.hero.small {
min-height: 33.3%;
}
.hero. {
min-height: ;
}
.hero.large {
min-height: 75%;
}
.hero.full {
min-height: 100%;
}
@supports (display:flex) {
.hero {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
.hero>div {
width: 980px;
}
}
.hero>* {
font-size: 1.2em;
}
.navbar-nav {
min-height: 3.125rem;
background-color: #f5f5f5;
margin-bottom: 1.563rem;
border: 0.063rem solid #e6e6e6;
overflow-x: auto;
overflow-y: hidden;
}
.navbar-nav p,
.navbar-nav a,
.navbar-nav i,
.navbar-nav b,
.navbar-nav strong,
.navbar-nav span,
.navbar-nav h1,
.navbar-nav h2,
.navbar-nav h3,
.navbar-nav h4,
.navbar-nav h5,
.navbar-nav li {
vertical-align: -webkit-baseline-middle;
margin-bottom: 0;
display: inline-block;
}
.navbar-nav.trans,
.navbar-nav.trans.inverse {
background-color: rgba(255,255,255,0);
border: 0;
font-weight: bold;
}
.navbar-nav.trans.inverse {
background-color: rgba(0,0,0,0.9);
}
.navbar-nav.inverse {
background-color: #0a0a0a;
color: #fcfcfc;
border: 0;
}
.navbar-nav.inverse [class^='container'] .nav li a {
color: #d3d3d3;
}
.navbar-nav.inverse [class^='container'] .nav li:hover a,
.navbar-nav.inverse [class^='container'] .nav li.active a {
color: #fff;
}
.navbar-nav.navbar-skinny {
font-size: 0.8em;
min-height: 35px;
line-height: 2.5em;
}
@supports (display:flex) {
.navbar-nav.navbar-skinny {
max-height: 35px;
}
}
.navbar-nav.navbar-small {
font-size: 0.9em;
line-height: 3em;
min-height: 45px;
}
@supports (display:flex) {
.navbar-nav.navbar-small {
max-height: 45px;
}
}
.navbar-nav.navbar-medium {
font-size: 0.92em;
line-height: 3.2em;
min-height: 50px;
}
@supports (display:flex) {
.navbar-nav.navbar-medium {
max-height: 50px;
}
}
.navbar-nav.navbar-large {
font-size: 0.9em;
line-height: 4.9em;
min-height: 75px;
}
@supports (display:flex) {
.navbar-nav.navbar-large {
max-height: 75px;
}
}
.navbar-fixed-top {
border-radius: 0 !important;
position: fixed;
width: 100%;
z-index: 500;
top: 0;
left: 0;
}
.navbar-fixed-top {
min-height: 3.125rem;
background-color: #f5f5f5;
margin-bottom: 1.563rem;
border: 0.063rem solid #e6e6e6;
overflow-x: auto;
overflow-y: hidden;
}
.navbar-fixed-top p,
.navbar-fixed-top a,
.navbar-fixed-top i,
.navbar-fixed-top b,
.navbar-fixed-top strong,
.navbar-fixed-top span,
.navbar-fixed-top h1,
.navbar-fixed-top h2,
.navbar-fixed-top h3,
.navbar-fixed-top h4,
.navbar-fixed-top h5,
.navbar-fixed-top li {
vertical-align: -webkit-baseline-middle;
margin-bottom: 0;
display: inline-block;
}
.navbar-fixed-top.trans,
.navbar-fixed-top.trans.inverse {
background-color: rgba(255,255,255,0);
border: 0;
font-weight: bold;
}
.navbar-fixed-top.trans.inverse {
background-color: rgba(0,0,0,0.9);
}
.navbar-fixed-top.inverse {
background-color: #0a0a0a;
color: #fcfcfc;
border: 0;
}
.navbar-fixed-top.inverse [class^='container'] .nav li a {
color: #d3d3d3;
}
.navbar-fixed-top.inverse [class^='container'] .nav li:hover a,
.navbar-fixed-top.inverse [class^='container'] .nav li.active a {
color: #fff;
}
.navbar-fixed-top.navbar-skinny {
font-size: 0.8em;
min-height: 35px;
line-height: 2.5em;
}
@supports (display:flex) {
.navbar-fixed-top.navbar-skinny {
max-height: 35px;
}
}
.navbar-fixed-top.navbar-small {
font-size: 0.9em;
line-height: 3em;
min-height: 45px;
}
@supports (display:flex) {
.navbar-fixed-top.navbar-small {
max-height: 45px;
}
}
.navbar-fixed-top.navbar-medium {
font-size: 0.92em;
line-height: 3.2em;
min-height: 50px;
}
@supports (display:flex) {
.navbar-fixed-top.navbar-medium {
max-height: 50px;
}
}
.navbar-fixed-top.navbar-large {
font-size: 0.9em;
line-height: 4.9em;
min-height: 75px;
}
@supports (display:flex) {
.navbar-fixed-top.navbar-large {
max-height: 75px;
}
}
.navbar-fixed-top+*:not(.hero) {
margin-top: 4.375em;
}
.navbar-fixed-top.navbar-skinny+.hero {
margin-top: 2.1875em;
}
.navbar-fixed-top.navbar-small+.hero {
margin-top: 2.8125em;
}
.navbar-fixed-top.navbar-medium+.hero {
margin-top: 3.125em;
}
.navbar-fixed-top.navbar-large+.hero {
margin-top: 4.6875em;
}
.navbar-fixed-bottom {
border-radius: 0 !important;
position: fixed;
width: 100%;
z-index: 500;
bottom: 0;
left: 0;
margin-bottom: 0 !important;
}
.navbar-fixed-bottom {
min-height: 3.125rem;
background-color: #f5f5f5;
margin-bottom: 1.563rem;
border: 0.063rem solid #e6e6e6;
overflow-x: auto;
overflow-y: hidden;
}
.navbar-fixed-bottom p,
.navbar-fixed-bottom a,
.navbar-fixed-bottom i,
.navbar-fixed-bottom b,
.navbar-fixed-bottom strong,
.navbar-fixed-bottom span,
.navbar-fixed-bottom h1,
.navbar-fixed-bottom h2,
.navbar-fixed-bottom h3,
.navbar-fixed-bottom h4,
.navbar-fixed-bottom h5,
.navbar-fixed-bottom li {
vertical-align: -webkit-baseline-middle;
margin-bottom: 0;
display: inline-block;
}
.navbar-fixed-bottom.trans,
.navbar-fixed-bottom.trans.inverse {
background-color: rgba(255,255,255,0);
border: 0;
font-weight: bold;
}
.navbar-fixed-bottom.trans.inverse {
background-color: rgba(0,0,0,0.9);
}
.navbar-fixed-bottom.inverse {
background-color: #0a0a0a;
color: #fcfcfc;
border: 0;
}
.navbar-fixed-bottom.inverse [class^='container'] .nav li a {
color: #d3d3d3;
}
.navbar-fixed-bottom.inverse [class^='container'] .nav li:hover a,
.navbar-fixed-bottom.inverse [class^='container'] .nav li.active a {
color: #fff;
}
.navbar-fixed-bottom.navbar-skinny {
font-size: 0.8em;
min-height: 35px;
line-height: 2.5em;
}
@supports (display:flex) {
.navbar-fixed-bottom.navbar-skinny {
max-height: 35px;
}
}
.navbar-fixed-bottom.navbar-small {
font-size: 0.9em;
line-height: 3em;
min-height: 45px;
}
@supports (display:flex) {
.navbar-fixed-bottom.navbar-small {
max-height: 45px;
}
}
.navbar-fixed-bottom.navbar-medium {
font-size: 0.92em;
line-height: 3.2em;
min-height: 50px;
}
@supports (display:flex) {
.navbar-fixed-bottom.navbar-medium {
max-height: 50px;
}
}
.navbar-fixed-bottom.navbar-large {
font-size: 0.9em;
line-height: 4.9em;
min-height: 75px;
}
@supports (display:flex) {
.navbar-fixed-bottom.navbar-large {
max-height: 75px;
}
}
.navbar-short {
max-width: 980px;
margin-left: auto;
margin-right: auto;
margin-top: 1.563rem;
margin-bottom: 1.563rem;
}
.navbar-short {
min-height: 3.125rem;
background-color: #f5f5f5;
margin-bottom: 1.563rem;
border: 0.063rem solid #e6e6e6;
overflow-x: auto;
overflow-y: hidden;
}
.navbar-short p,
.navbar-short a,
.navbar-short i,
.navbar-short b,
.navbar-short strong,
.navbar-short span,
.navbar-short h1,
.navbar-short h2,
.navbar-short h3,
.navbar-short h4,
.navbar-short h5,
.navbar-short li {
vertical-align: -webkit-baseline-middle;
margin-bottom: 0;
display: inline-block;
}
.navbar-short.trans,
.navbar-short.trans.inverse {
background-color: rgba(255,255,255,0);
border: 0;
font-weight: bold;
}
.navbar-short.trans.inverse {
background-color: rgba(0,0,0,0.9);
}
.navbar-short.inverse {
background-color: #0a0a0a;
color: #fcfcfc;
border: 0;
}
.navbar-short.inverse [class^='container'] .nav li a {
color: #d3d3d3;
}
.navbar-short.inverse [class^='container'] .nav li:hover a,
.navbar-short.inverse [class^='container'] .nav li.active a {
color: #fff;
}
.navbar-short.navbar-skinny {
font-size: 0.8em;
min-height: 35px;
line-height: 2.5em;
}
@supports (display:flex) {
.navbar-short.navbar-skinny {
max-height: 35px;
}
}
.navbar-short.navbar-small {
font-size: 0.9em;
line-height: 3em;
min-height: 45px;
}
@supports (display:flex) {
.navbar-short.navbar-small {
max-height: 45px;
}
}
.navbar-short.navbar-medium {
font-size: 0.92em;
line-height: 3.2em;
min-height: 50px;
}
@supports (display:flex) {
.navbar-short.navbar-medium {
max-height: 50px;
}
}
.navbar-short.navbar-large {
font-size: 0.9em;
line-height: 4.9em;
min-height: 75px;
}
@supports (display:flex) {
.navbar-short.navbar-large {
max-height: 75px;
}
}
@media screen and (min-width: 768px) {
.navbar-short {
border-radius: 0.25rem;
}
}
@supports (display:flex) {
[class^='navbar-'] {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
line-height: initial !important;
}
[class^='navbar-'] [class^='container'] {
display: inherit;
max-width: 980px;
max-height: inherit;
width: 100%;
height: 100%;
}
[class^='navbar-'] [class^='container'] .brand-text {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
[class^='navbar-'] [class^='container'] ul.nav {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
[class^='navbar-'] [class^='container'] ul.nav li {
min-height: inherit;
height: 100%;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
[class^='navbar-'] [class^='container'] ul.nav li a {
min-height: inherit;
height: 100%;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
}
[class^='navbar-'] [class^='container'] {
min-height: inherit;
}
[class^='navbar-'] [class^='container'] .brand-text {
float: left;
display: table-cell;
vertical-align: middle;
min-height: inherit;
margin-right: 1em;
}
[class^='navbar-'] [class^='container'] .nav {
float: left;
min-height: inherit;
margin: 0;
padding: 0;
display: table;
padding-left: 1em;
padding-right: 1em;
}
[class^='navbar-'] [class^='container'] .nav li {
display: table-cell;
vertical-align: middle;
padding-left: 1em;
padding-right: 1em;
}
[class^='navbar-'] [class^='container'] .nav li.active {
background-image: -webkit-linear-gradient(bottom,#4074c3,#4074c3);
background-image: -moz-linear-gradient(bottom,#4074c3,#4074c3);
background-image: -ms-linear-gradient(bottom,#4074c3,#4074c3);
background-image: -o-linear-gradient(bottom,#4074c3,#4074c3);
background-image: linear-gradient(to top,#4074c3,#4074c3);
background-repeat: no-repeat;
background-size: 100% 0.313rem;
background-position: bottom;
}
[class^='navbar-'] [class^='container'] .nav li:hover a,
[class^='navbar-'] [class^='container'] .nav li.active a {
color: #000;
}
[class^='navbar-'] [class^='container'] .nav li a {
color: #2c2c2c;
}
@font-face {
font-family: Icons;
font-weight: normal;
src: url("./fonts/fonts/open-iconic.eot");
src: url("./fonts/fonts/open-iconic.eot?#iefix") format("embedded-opentype"), url("./fonts/fonts/open-iconic.woff2") format("woff2"), url("./fonts/fonts/open-iconic.woff") format("woff"), url("./fonts/fonts/open-iconic.ttf") format("truetype"), url("./fonts/fonts/open-iconic.svg#Icons") format("svg");
}
.oi[data-glyph].oi-text-replace {
font-size: 0;
line-height: 0;
}
.oi[data-glyph].oi-text-replace:before {
width: 1em;
text-align: center;
}
.oi[data-glyph]:before {
position: relative;
top: 1px;
font-family: 'Icons';
display: inline-block;
speak: none;
line-height: 1;
vertical-align: baseline;
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.oi[data-glyph]:empty:before {
width: 1em;
text-align: center;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.oi[data-glyph].oi-align-left:before {
text-align: left;
}
.oi[data-glyph].oi-align-right:before {
text-align: right;
}
.oi[data-glyph].oi-align-center:before {
text-align: center;
}
.oi[data-glyph].oi-flip-horizontal:before {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.oi[data-glyph].oi-flip-vertical:before {
-webkit-transform: scale(1, -1);
-ms-transform: scale(-1, 1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
.oi[data-glyph].oi-flip-horizontal-vertical:before {
-webkit-transform: scale(-1, -1);
-ms-transform: scale(-1, 1);
-webkit-transform: scale(-1, -1);
-ms-transform: scale(-1, -1);
transform: scale(-1, -1);
}
.oi[data-glyph=account-login]:before {
content: '\e000';
}
.oi[data-glyph=account-logout]:before {
content: '\e001';
}
.oi[data-glyph=action-redo]:before {
content: '\e002';
}
.oi[data-glyph=action-undo]:before {
content: '\e003';
}
.oi[data-glyph=align-center]:before {
content: '\e004';
}
.oi[data-glyph=align-left]:before {
content: '\e005';
}
.oi[data-glyph=align-right]:before {
content: '\e006';
}
.oi[data-glyph=aperture]:before {
content: '\e007';
}
.oi[data-glyph=arrow-bottom]:before {
content: '\e008';
}
.oi[data-glyph=arrow-circle-bottom]:before {
content: '\e009';
}
.oi[data-glyph=arrow-circle-left]:before {
content: '\e00a';
}
.oi[data-glyph=arrow-circle-right]:before {
content: '\e00b';
}
.oi[data-glyph=arrow-circle-top]:before {
content: '\e00c';
}
.oi[data-glyph=arrow-left]:before {
content: '\e00d';
}
.oi[data-glyph=arrow-right]:before {
content: '\e00e';
}
.oi[data-glyph=arrow-thick-bottom]:before {
content: '\e00f';
}
.oi[data-glyph=arrow-thick-left]:before {
content: '\e010';
}
.oi[data-glyph=arrow-thick-right]:before {
content: '\e011';
}
.oi[data-glyph=arrow-thick-top]:before {
content: '\e012';
}
.oi[data-glyph=arrow-top]:before {
content: '\e013';
}
.oi[data-glyph=audio-spectrum]:before {
content: '\e014';
}
.oi[data-glyph=audio]:before {
content: '\e015';
}
.oi[data-glyph=badge]:before {
content: '\e016';
}
.oi[data-glyph=ban]:before {
content: '\e017';
}
.oi[data-glyph=bar-chart]:before {
content: '\e018';
}
.oi[data-glyph=basket]:before {
content: '\e019';
}
.oi[data-glyph=battery-empty]:before {
content: '\e01a';
}
.oi[data-glyph=battery-full]:before {
content: '\e01b';
}
.oi[data-glyph=beaker]:before {
content: '\e01c';
}
.oi[data-glyph=bell]:before {
content: '\e01d';
}
.oi[data-glyph=bluetooth]:before {
content: '\e01e';
}
.oi[data-glyph=bold]:before {
content: '\e01f';
}
.oi[data-glyph=bolt]:before {
content: '\e020';
}
.oi[data-glyph=book]:before {
content: '\e021';
}
.oi[data-glyph=bookmark]:before {
content: '\e022';
}
.oi[data-glyph=box]:before {
content: '\e023';
}
.oi[data-glyph=briefcase]:before {
content: '\e024';
}
.oi[data-glyph=british-pound]:before {
content: '\e025';
}
.oi[data-glyph=browser]:before {
content: '\e026';
}
.oi[data-glyph=brush]:before {
content: '\e027';
}
.oi[data-glyph=bug]:before {
content: '\e028';
}
.oi[data-glyph=bullhorn]:before {
content: '\e029';
}
.oi[data-glyph=calculator]:before {
content: '\e02a';
}
.oi[data-glyph=calendar]:before {
content: '\e02b';
}
.oi[data-glyph=camera-slr]:before {
content: '\e02c';
}
.oi[data-glyph=caret-bottom]:before {
content: '\e02d';
}
.oi[data-glyph=caret-left]:before {
content: '\e02e';
}
.oi[data-glyph=caret-right]:before {
content: '\e02f';
}
.oi[data-glyph=caret-top]:before {
content: '\e030';
}
.oi[data-glyph=cart]:before {
content: '\e031';
}
.oi[data-glyph=chat]:before {
content: '\e032';
}
.oi[data-glyph=check]:before {
content: '\e033';
}
.oi[data-glyph=chevron-bottom]:before {
content: '\e034';
}
.oi[data-glyph=chevron-left]:before {
content: '\e035';
}
.oi[data-glyph=chevron-right]:before {
content: '\e036';
}
.oi[data-glyph=chevron-top]:before {
content: '\e037';
}
.oi[data-glyph=circle-check]:before {
content: '\e038';
}
.oi[data-glyph=circle-x]:before {
content: '\e039';
}
.oi[data-glyph=clipboard]:before {
content: '\e03a';
}
.oi[data-glyph=clock]:before {
content: '\e03b';
}
.oi[data-glyph=cloud-download]:before {
content: '\e03c';
}
.oi[data-glyph=cloud-upload]:before {
content: '\e03d';
}
.oi[data-glyph=cloud]:before {
content: '\e03e';
}
.oi[data-glyph=cloudy]:before {
content: '\e03f';
}
.oi[data-glyph=code]:before {
content: '\e040';
}
.oi[data-glyph=cog]:before {
content: '\e041';
}
.oi[data-glyph=collapse-down]:before {
content: '\e042';
}
.oi[data-glyph=collapse-left]:before {
content: '\e043';
}
.oi[data-glyph=collapse-right]:before {
content: '\e044';
}
.oi[data-glyph=collapse-up]:before {
content: '\e045';
}
.oi[data-glyph=command]:before {
content: '\e046';
}
.oi[data-glyph=comment-square]:before {
content: '\e047';
}
.oi[data-glyph=compass]:before {
content: '\e048';
}
.oi[data-glyph=contrast]:before {
content: '\e049';
}
.oi[data-glyph=copywriting]:before {
content: '\e04a';
}
.oi[data-glyph=credit-card]:before {
content: '\e04b';
}
.oi[data-glyph=crop]:before {
content: '\e04c';
}
.oi[data-glyph=dashboard]:before {
content: '\e04d';
}
.oi[data-glyph=data-transfer-download]:before {
content: '\e04e';
}
.oi[data-glyph=data-transfer-upload]:before {
content: '\e04f';
}
.oi[data-glyph=delete]:before {
content: '\e050';
}
.oi[data-glyph=dial]:before {
content: '\e051';
}
.oi[data-glyph=document]:before {
content: '\e052';
}
.oi[data-glyph=dollar]:before {
content: '\e053';
}
.oi[data-glyph=double-quote-sans-left]:before {
content: '\e054';
}
.oi[data-glyph=double-quote-sans-right]:before {
content: '\e055';
}
.oi[data-glyph=double-quote-serif-left]:before {
content: '\e056';
}
.oi[data-glyph=double-quote-serif-right]:before {
content: '\e057';
}
.oi[data-glyph=droplet]:before {
content: '\e058';
}
.oi[data-glyph=eject]:before {
content: '\e059';
}
.oi[data-glyph=elevator]:before {
content: '\e05a';
}
.oi[data-glyph=ellipses]:before {
content: '\e05b';
}
.oi[data-glyph=envelope-closed]:before {
content: '\e05c';
}
.oi[data-glyph=envelope-open]:before {
content: '\e05d';
}
.oi[data-glyph=euro]:before {
content: '\e05e';
}
.oi[data-glyph=excerpt]:before {
content: '\e05f';
}
.oi[data-glyph=expand-down]:before {
content: '\e060';
}
.oi[data-glyph=expand-left]:before {
content: '\e061';
}
.oi[data-glyph=expand-right]:before {
content: '\e062';
}
.oi[data-glyph=expand-up]:before {
content: '\e063';
}
.oi[data-glyph=external-link]:before {
content: '\e064';
}
.oi[data-glyph=eye]:before {
content: '\e065';
}
.oi[data-glyph=eyedropper]:before {
content: '\e066';
}
.oi[data-glyph=file]:before {
content: '\e067';
}
.oi[data-glyph=fire]:before {
content: '\e068';
}
.oi[data-glyph=flag]:before {
content: '\e069';
}
.oi[data-glyph=flash]:before {
content: '\e06a';
}
.oi[data-glyph=folder]:before {
content: '\e06b';
}
.oi[data-glyph=fork]:before {
content: '\e06c';
}
.oi[data-glyph=fullscreen-enter]:before {
content: '\e06d';
}
.oi[data-glyph=fullscreen-exit]:before {
content: '\e06e';
}
.oi[data-glyph=globe]:before {
content: '\e06f';
}
.oi[data-glyph=graph]:before {
content: '\e070';
}
.oi[data-glyph=grid-four-up]:before {
content: '\e071';
}
.oi[data-glyph=grid-three-up]:before {
content: '\e072';
}
.oi[data-glyph=grid-two-up]:before {
content: '\e073';
}
.oi[data-glyph=hard-drive]:before {
content: '\e074';
}
.oi[data-glyph=header]:before {
content: '\e075';
}
.oi[data-glyph=headphones]:before {
content: '\e076';
}
.oi[data-glyph=heart]:before {
content: '\e077';
}
.oi[data-glyph=home]:before {
content: '\e078';
}
.oi[data-glyph=image]:before {
content: '\e079';
}
.oi[data-glyph=inbox]:before {
content: '\e07a';
}
.oi[data-glyph=infinity]:before {
content: '\e07b';
}
.oi[data-glyph=info]:before {
content: '\e07c';
}
.oi[data-glyph=italic]:before {
content: '\e07d';
}
.oi[data-glyph=justify-center]:before {
content: '\e07e';
}
.oi[data-glyph=justify-left]:before {
content: '\e07f';
}
.oi[data-glyph=justify-right]:before {
content: '\e080';
}
.oi[data-glyph=key]:before {
content: '\e081';
}
.oi[data-glyph=laptop]:before {
content: '\e082';
}
.oi[data-glyph=layers]:before {
content: '\e083';
}
.oi[data-glyph=lightbulb]:before {
content: '\e084';
}
.oi[data-glyph=link-broken]:before {
content: '\e085';
}
.oi[data-glyph=link-intact]:before {
content: '\e086';
}
.oi[data-glyph=list-rich]:before {
content: '\e087';
}
.oi[data-glyph=list]:before {
content: '\e088';
}
.oi[data-glyph=location]:before {
content: '\e089';
}
.oi[data-glyph=lock-locked]:before {
content: '\e08a';
}
.oi[data-glyph=lock-unlocked]:before {
content: '\e08b';
}
.oi[data-glyph=loop-circular]:before {
content: '\e08c';
}
.oi[data-glyph=loop-square]:before {
content: '\e08d';
}
.oi[data-glyph=loop]:before {
content: '\e08e';
}
.oi[data-glyph=magnifying-glass]:before {
content: '\e08f';
}
.oi[data-glyph=map-marker]:before {
content: '\e090';
}
.oi[data-glyph=map]:before {
content: '\e091';
}
.oi[data-glyph=media-pause]:before {
content: '\e092';
}
.oi[data-glyph=media-play]:before {
content: '\e093';
}
.oi[data-glyph=media-record]:before {
content: '\e094';
}
.oi[data-glyph=media-skip-backward]:before {
content: '\e095';
}
.oi[data-glyph=media-skip-forward]:before {
content: '\e096';
}
.oi[data-glyph=media-step-backward]:before {
content: '\e097';
}
.oi[data-glyph=media-step-forward]:before {
content: '\e098';
}
.oi[data-glyph=media-stop]:before {
content: '\e099';
}
.oi[data-glyph=medical-cross]:before {
content: '\e09a';
}
.oi[data-glyph=menu]:before {
content: '\e09b';
}
.oi[data-glyph=microphone]:before {
content: '\e09c';
}
.oi[data-glyph=minus]:before {
content: '\e09d';
}
.oi[data-glyph=monitor]:before {
content: '\e09e';
}
.oi[data-glyph=moon]:before {
content: '\e09f';
}
.oi[data-glyph=move]:before {
content: '\e0a0';
}
.oi[data-glyph=musical-note]:before {
content: '\e0a1';
}
.oi[data-glyph=paperclip]:before {
content: '\e0a2';
}
.oi[data-glyph=pencil]:before {
content: '\e0a3';
}
.oi[data-glyph=people]:before {
content: '\e0a4';
}
.oi[data-glyph=person]:before {
content: '\e0a5';
}
.oi[data-glyph=phone]:before {
content: '\e0a6';
}
.oi[data-glyph=pie-chart]:before {
content: '\e0a7';
}
.oi[data-glyph=pin]:before {
content: '\e0a8';
}
.oi[data-glyph=play-circle]:before {
content: '\e0a9';
}
.oi[data-glyph=plus]:before {
content: '\e0aa';
}
.oi[data-glyph=power-standby]:before {
content: '\e0ab';
}
.oi[data-glyph=print]:before {
content: '\e0ac';
}
.oi[data-glyph=project]:before {
content: '\e0ad';
}
.oi[data-glyph=pulse]:before {
content: '\e0ae';
}
.oi[data-glyph=puzzle-piece]:before {
content: '\e0af';
}
.oi[data-glyph=question-mark]:before {
content: '\e0b0';
}
.oi[data-glyph=rain]:before {
content: '\e0b1';
}
.oi[data-glyph=random]:before {
content: '\e0b2';
}
.oi[data-glyph=reload]:before {
content: '\e0b3';
}
.oi[data-glyph=resize-both]:before {
content: '\e0b4';
}
.oi[data-glyph=resize-height]:before {
content: '\e0b5';
}
.oi[data-glyph=resize-width]:before {
content: '\e0b6';
}
.oi[data-glyph=rss-alt]:before {
content: '\e0b7';
}
.oi[data-glyph=rss]:before {
content: '\e0b8';
}
.oi[data-glyph=script]:before {
content: '\e0b9';
}
.oi[data-glyph=share-boxed]:before {
content: '\e0ba';
}
.oi[data-glyph=share]:before {
content: '\e0bb';
}
.oi[data-glyph=shield]:before {
content: '\e0bc';
}
.oi[data-glyph=signal]:before {
content: '\e0bd';
}
.oi[data-glyph=signpost]:before {
content: '\e0be';
}
.oi[data-glyph=sort-ascending]:before {
content: '\e0bf';
}
.oi[data-glyph=sort-descending]:before {
content: '\e0c0';
}
.oi[data-glyph=spreadsheet]:before {
content: '\e0c1';
}
.oi[data-glyph=star]:before {
content: '\e0c2';
}
.oi[data-glyph=sun]:before {
content: '\e0c3';
}
.oi[data-glyph=tablet]:before {
content: '\e0c4';
}
.oi[data-glyph=tag]:before {
content: '\e0c5';
}
.oi[data-glyph=tags]:before {
content: '\e0c6';
}
.oi[data-glyph=target]:before {
content: '\e0c7';
}
.oi[data-glyph=task]:before {
content: '\e0c8';
}
.oi[data-glyph=terminal]:before {
content: '\e0c9';
}
.oi[data-glyph=text]:before {
content: '\e0ca';
}
.oi[data-glyph=thumb-down]:before {
content: '\e0cb';
}
.oi[data-glyph=thumb-up]:before {
content: '\e0cc';
}
.oi[data-glyph=timer]:before {
content: '\e0cd';
}
.oi[data-glyph=transfer]:before {
content: '\e0ce';
}
.oi[data-glyph=trash]:before {
content: '\e0cf';
}
.oi[data-glyph=underline]:before {
content: '\e0d0';
}
.oi[data-glyph=vertical-align-bottom]:before {
content: '\e0d1';
}
.oi[data-glyph=vertical-align-center]:before {
content: '\e0d2';
}
.oi[data-glyph=vertical-align-top]:before {
content: '\e0d3';
}
.oi[data-glyph=video]:before {
content: '\e0d4';
}
.oi[data-glyph=volume-high]:before {
content: '\e0d5';
}
.oi[data-glyph=volume-low]:before {
content: '\e0d6';
}
.oi[data-glyph=volume-off]:before {
content: '\e0d7';
}
.oi[data-glyph=warning]:before {
content: '\e0d8';
}
.oi[data-glyph=wifi]:before {
content: '\e0d9';
}
.oi[data-glyph=wrench]:before {
content: '\e0da';
}
.oi[data-glyph=x]:before {
content: '\e0db';
}
.oi[data-glyph=yen]:before {
content: '\e0dc';
}
.oi[data-glyph=zoom-in]:before {
content: '\e0dd';
}
.oi[data-glyph=zoom-out]:before {
content: '\e0de';
}
img[src=''] {
background-color: #fafafa;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQIW2NkYGAwZmBgOMsABYwwBjYBsEoMFQBQhgIFTA5z/AAAAABJRU5ErkJggg==");
outline: 0;
height: 0;
width: 100%;
padding-bottom: 100%;
border-radius: 4px;
}
img.round {
border-radius: 9999em !important;
}
img.hex {
-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
img.tri {
-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
img.fit {
width: 100%;
height: auto;
}
.card {
margin: 1.2em 0;
padding: 1.25em;
border-radius: 3px;
background-color: #fff;
border: 0.063rem solid #e6e6e6;
}
.card:before,
.card:after {
content: " ";
display: table;
}
.card:after {
clear: both;
}
.card header,
.card .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #fafafa;
border-bottom: 0.063rem solid #e6e6e6;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card header:before,
.card .header:before,
.card header:after,
.card .header:after {
content: " ";
display: table;
}
.card header:after,
.card .header:after {
clear: both;
}
.card footer,
.card .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0.063rem solid #e6e6e6;
background-color: #fafafa;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card footer:before,
.card .footer:before,
.card footer:after,
.card .footer:after {
content: " ";
display: table;
}
.card footer:after,
.card .footer:after {
clear: both;
}
.card.dark {
background-color: #37404f;
color: #fff;
border: 0.063rem solid #191919;
}
.card.dark header,
.card.dark .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #313a47;
border-bottom: 0.063rem solid #191919;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.dark header:before,
.card.dark .header:before,
.card.dark header:after,
.card.dark .header:after {
content: " ";
display: table;
}
.card.dark header:after,
.card.dark .header:after {
clear: both;
}
.card.dark footer,
.card.dark .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0.063rem solid #191919;
background-color: #313a47;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #fff;
}
.card.dark footer:before,
.card.dark .footer:before,
.card.dark footer:after,
.card.dark .footer:after {
content: " ";
display: table;
}
.card.dark footer:after,
.card.dark .footer:after {
clear: both;
}
.card.muted {
background-color: #f5f5f5;
color: #000;
}
.card.muted header,
.card.muted .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #f5f5f5;
border-bottom: 0.063rem solid #e6e6e6;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.muted header:before,
.card.muted .header:before,
.card.muted header:after,
.card.muted .header:after {
content: " ";
display: table;
}
.card.muted header:after,
.card.muted .header:after {
clear: both;
}
.card.muted footer,
.card.muted .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0.063rem solid #e6e6e6;
background-color: #f5f5f5;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card.muted footer:before,
.card.muted .footer:before,
.card.muted footer:after,
.card.muted .footer:after {
content: " ";
display: table;
}
.card.muted footer:after,
.card.muted .footer:after {
clear: both;
}
.card.primary {
background-color: #bfd1eb;
color: #000;
border: 0;
}
.card.primary header,
.card.primary .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #c5d6ed;
border-bottom: 0;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.primary header:before,
.card.primary .header:before,
.card.primary header:after,
.card.primary .header:after {
content: " ";
display: table;
}
.card.primary header:after,
.card.primary .header:after {
clear: both;
}
.card.primary footer,
.card.primary .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0;
background-color: #c5d6ed;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card.primary footer:before,
.card.primary .footer:before,
.card.primary footer:after,
.card.primary .footer:after {
content: " ";
display: table;
}
.card.primary footer:after,
.card.primary .footer:after {
clear: both;
}
.card.info {
background-color: #cdecae;
color: #000;
border: 0;
}
.card.info header,
.card.info .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #d2eeb6;
border-bottom: 0;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.info header:before,
.card.info .header:before,
.card.info header:after,
.card.info .header:after {
content: " ";
display: table;
}
.card.info header:after,
.card.info .header:after {
clear: both;
}
.card.info footer,
.card.info .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0;
background-color: #d2eeb6;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card.info footer:before,
.card.info .footer:before,
.card.info footer:after,
.card.info .footer:after {
content: " ";
display: table;
}
.card.info footer:after,
.card.info .footer:after {
clear: both;
}
.card.warn {
background-color: #ffcda4;
color: #000;
border: 0;
}
.card.warn header,
.card.warn .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #ffd2ad;
border-bottom: 0;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.warn header:before,
.card.warn .header:before,
.card.warn header:after,
.card.warn .header:after {
content: " ";
display: table;
}
.card.warn header:after,
.card.warn .header:after {
clear: both;
}
.card.warn footer,
.card.warn .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0;
background-color: #ffd2ad;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card.warn footer:before,
.card.warn .footer:before,
.card.warn footer:after,
.card.warn .footer:after {
content: " ";
display: table;
}
.card.warn footer:after,
.card.warn .footer:after {
clear: both;
}
.card.danger {
background-color: #f7beac;
color: #000;
border: 0;
}
.card.danger header,
.card.danger .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #f8c4b4;
border-bottom: 0;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.danger header:before,
.card.danger .header:before,
.card.danger header:after,
.card.danger .header:after {
content: " ";
display: table;
}
.card.danger header:after,
.card.danger .header:after {
clear: both;
}
.card.danger footer,
.card.danger .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0;
background-color: #f8c4b4;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card.danger footer:before,
.card.danger .footer:before,
.card.danger footer:after,
.card.danger .footer:after {
content: " ";
display: table;
}
.card.danger footer:after,
.card.danger .footer:after {
clear: both;
}
.card.trans {
background-color: rgba(255,255,255,0);
} | kitsune/dist/style/compressed/kitsune.min.css | @charset "utf8";
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
html *,
html *:before,
html *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*::-moz-selection {
background-color: #add8e6;
}
*::selection {
background-color: #add8e6;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.pull-reset {
float: none;
}
@media screen and (min-width: 0px) {
.col-xs-1 {
width: 8.333333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-2 {
width: 16.666666666666668%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-3 {
width: 25%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-4 {
width: 33.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-5 {
width: 41.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-6 {
width: 50%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-7 {
width: 58.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-8 {
width: 66.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-9 {
width: 75%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-10 {
width: 83.33333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-11 {
width: 91.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-12 {
width: 100%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-1 {
width: 8.333333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-2 {
width: 16.666666666666668%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-3 {
width: 25%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-4 {
width: 33.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-5 {
width: 41.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-6 {
width: 50%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-7 {
width: 58.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-8 {
width: 66.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-9 {
width: 75%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-10 {
width: 83.33333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-11 {
width: 91.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 768px) {
.col-sm-12 {
width: 100%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-1 {
width: 8.333333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-2 {
width: 16.666666666666668%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-3 {
width: 25%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-4 {
width: 33.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-5 {
width: 41.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-6 {
width: 50%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-7 {
width: 58.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-8 {
width: 66.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-9 {
width: 75%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-10 {
width: 83.33333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-11 {
width: 91.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 992px) {
.col-md-12 {
width: 100%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-1 {
width: 8.333333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-2 {
width: 16.666666666666668%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-3 {
width: 25%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-4 {
width: 33.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-5 {
width: 41.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-6 {
width: 50%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-7 {
width: 58.333333333333336%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-8 {
width: 66.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-9 {
width: 75%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-10 {
width: 83.33333333333334%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-11 {
width: 91.66666666666667%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.col-lg-12 {
width: 100%;
padding-left: 1.25rem;
padding-right: 1.25rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 0.063rem;
position: relative;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-0 {
margin-left: 0%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-1 {
margin-left: 8.333333333333334%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-2 {
margin-left: 16.666666666666668%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-3 {
margin-left: 25%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-4 {
margin-left: 33.333333333333336%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-5 {
margin-left: 41.66666666666667%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-6 {
margin-left: 50%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-7 {
margin-left: 58.333333333333336%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-8 {
margin-left: 66.66666666666667%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-9 {
margin-left: 75%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-10 {
margin-left: 83.33333333333334%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-11 {
margin-left: 91.66666666666667%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-offset-12 {
margin-left: 100%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-0 {
margin-left: 0%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-1 {
margin-left: 8.333333333333334%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-2 {
margin-left: 16.666666666666668%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-3 {
margin-left: 25%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-4 {
margin-left: 33.333333333333336%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-6 {
margin-left: 50%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-8 {
margin-left: 66.66666666666667%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-9 {
margin-left: 75%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-11 {
margin-left: 91.66666666666667%;
float: left;
}
}
@media screen and (min-width: 768px) {
.col-sm-offset-12 {
margin-left: 100%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-0 {
margin-left: 0%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-1 {
margin-left: 8.333333333333334%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-2 {
margin-left: 16.666666666666668%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-3 {
margin-left: 25%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-4 {
margin-left: 33.333333333333336%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-5 {
margin-left: 41.66666666666667%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-6 {
margin-left: 50%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-7 {
margin-left: 58.333333333333336%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-8 {
margin-left: 66.66666666666667%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-9 {
margin-left: 75%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-10 {
margin-left: 83.33333333333334%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-11 {
margin-left: 91.66666666666667%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-md-offset-12 {
margin-left: 100%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-0 {
margin-left: 0%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-1 {
margin-left: 8.333333333333334%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-2 {
margin-left: 16.666666666666668%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-3 {
margin-left: 25%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-4 {
margin-left: 33.333333333333336%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-6 {
margin-left: 50%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-8 {
margin-left: 66.66666666666667%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-9 {
margin-left: 75%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-11 {
margin-left: 91.66666666666667%;
float: left;
}
}
@media screen and (min-width: 1200px) {
.col-lg-offset-12 {
margin-left: 100%;
float: left;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-xs-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 992px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-xs-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-sm-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 1200px) {
.col-sm-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-md-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-md-hidden {
display: block;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 0px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 768px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 992px) {
.col-lg-hidden {
display: none;
}
}
@media screen and (min-width: 1200px) {
.col-lg-hidden {
display: none;
}
}
.row-reset:before,
.row-reset:after {
content: " ";
display: table;
}
.row-reset:after {
clear: both;
}
.container-fluid {
clear: both;
min-height: 1px;
position: relative;
display: block;
padding-left: 1.25rem;
padding-right: 1.25rem;
margin: 0 auto;
width: 100%;
}
.container-fluid.page {
background-color: #fff;
border: 0.063rem solid #e6e6e6;
}
.container-fluid.page.dark {
background-color: #37404f;
border: 0.063rem solid #191919;
}
.container-fluid:before,
.container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.container-fluid .row-reset {
margin-left: -20px;
margin-right: -20px;
}
.container {
clear: both;
min-height: 1px;
position: relative;
display: block;
padding-left: 1.25rem;
padding-right: 1.25rem;
margin: 0 auto;
max-width: 980px;
}
.container.page {
background-color: #fff;
border: 0.063rem solid #e6e6e6;
}
.container.page.dark {
background-color: #37404f;
border: 0.063rem solid #191919;
}
.container:before,
.container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
.container .row-reset {
margin-left: -20px;
margin-right: -20px;
}
@font-face {
font-family: Oxygen;
font-weight: normal;
src: url("./fonts/oxygen/Oxygen-Regular.eot");
src: url("./fonts/oxygen/Oxygen-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/oxygen/Oxygen-Regular.woff2") format("woff2"), url("./fonts/oxygen/Oxygen-Regular.woff") format("woff"), url("./fonts/oxygen/Oxygen-Regular.ttf") format("truetype"), url("./fonts/oxygen/Oxygen-Regular.svg#Oxygen") format("svg");
}
body {
background-color: #fbfcfd;
color: #000;
font-family: 'Oxygen', sans-serif;
}
.brand-text {
font-size: 1.414em;
}
a {
text-decoration: none;
color: #3f51b5;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
@charset "UTF-8";
html {
font-size: 100%;
}
body {
line-height: 1.5;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
h1,
.h1 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h2,
.h2 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h3,
.h3 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h4,
.h4 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h5,
.h5 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h6,
.h6 {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
}
h1,
.h1 {
margin-bottom: 0.187556642105916em;
font-size: 1.999396em;
line-height: 1.125339852635496;
}
@media (min-width: 43.75em) {
h1,
.h1 {
margin-bottom: 0.132642604035301em;
font-size: 2.827145943999999em;
line-height: 1.06114083228241;
}
}
@media (min-width: 56.25em) {
h1,
.h1 {
margin-bottom: 0.093806650661458em;
font-size: 3.997584364815999em;
line-height: 0.938066506614578;
}
}
h2,
.h2 {
margin-bottom: 0.265205091937765em;
font-size: 1.414em;
line-height: 1.326025459688826;
}
@media (min-width: 43.75em) {
h2,
.h2 {
margin-bottom: 0.187556642105916em;
font-size: 1.999396em;
line-height: 1.125339852635496;
}
}
@media (min-width: 56.25em) {
h2,
.h2 {
margin-bottom: 0.132642604035301em;
font-size: 2.827145943999999em;
line-height: 1.06114083228241;
}
}
h3,
.h3 {
margin-bottom: 0.265205091937765em;
font-size: 1.414em;
line-height: 1.326025459688826;
}
@media (min-width: 56.25em) {
h3,
.h3 {
margin-bottom: 0.187556642105916em;
font-size: 1.999396em;
line-height: 1.125339852635496;
}
}
h4,
.h4 {
margin-bottom: 0.265205091937765em;
font-size: 1.414em;
line-height: 1.326025459688826;
}
h5,
h6,
.h5,
.h6 {
margin-bottom: 0.375em;
font-size: 1em;
line-height: 1.5;
}
p {
margin-top: 0;
margin-bottom: 1.5em;
padding-top: 0;
padding-bottom: 0;
max-width: 36em;
}
@media (min-width: 43.75em) {
}
p + p {
margin-top: -1.5em;
text-indent: 1.5em;
}
small,
.text-small {
font-size: 0.707213578500707em;
line-height: 1.59075;
}
blockquote {
margin-top: 1.5em;
margin-bottom: 1.5em;
margin-left: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 1.5em;
border-left: 6px solid #808080;
font-family: $font-serif;
}
blockquote p {
margin-bottom: 0.75em;
}
blockquote footer cite:before {
content: " – ";
}
pre,
code {
font-family: $font-mono;
}
time,
.time {
text-transform: uppercase;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1.5em;
margin-left: 1.5em;
padding-top: 0;
padding-bottom: 0;
}
ul {
list-style-type: square;
}
ul,
ol,
dl {
margin-left: 0;
}
abbr {
font-variant: small-caps;
font-weight: 600;
text-transform: lowercase;
}
abbr[title]:hover {
cursor: help;
}
hr {
margin-top: 1.5em;
margin-bottom: 0;
border: 0;
border-top-color: $text-color;
border-top-width: 1px;
padding-top: 1.4375em;
border-top-style: solid;
}
h1.hr,
.h1.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h1.hr:after,
.h1.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
h2.hr,
.h2.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h2.hr:after,
.h2.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
h3.hr,
.h3.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h3.hr:after,
.h3.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
h4.hr,
.h4.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h4.hr:after,
.h4.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
h5.hr,
.h5.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h5.hr:after,
.h5.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
h6.hr,
.h6.hr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
vertical-align: middle;
width: 100%;
}
h6.hr:after,
.h6.hr:after {
content: "";
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border-bottom: 0.1em solid;
}
.btn {
background-color: #f5f5f5;
border: 0.063rem solid #c5c5c5;
border-radius: 0.188rem;
padding: 0.3em 1.2em;
outline: 0;
color: #000;
font-size: 1em;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
.btn.round {
border-radius: 9999em;
}
.btn.primary,
.btn[type='submit'] {
color: #fff;
background-color: #4074c3;
border: 0.063rem solid #4375c0;
}
.btn.primary.trans,
.btn[type='submit'].trans {
color: #4074c3;
background-color: rgba(255,255,255,0);
text-transform: uppercase;
}
.btn.primary.ghost,
.btn[type='submit'].ghost {
color: #4074c3;
background-color: rgba(255,255,255,0);
border: 0.125rem solid;
}
.btn.info {
color: #fff;
background-color: #6aad28;
border: 0.063rem solid #6aa035;
}
.btn.info.trans {
color: #6aad28;
background-color: rgba(255,255,255,0);
text-transform: uppercase;
}
.btn.info.ghost {
color: #6aad28;
background-color: rgba(255,255,255,0);
border: 0.125rem solid;
}
.btn.warn {
color: #fff;
background-color: #ef6c00;
border: 0.063rem solid #b3723c;
}
.btn.warn.trans {
color: #ef6c00;
background-color: rgba(255,255,255,0);
text-transform: uppercase;
}
.btn.warn.ghost {
color: #ef6c00;
background-color: rgba(255,255,255,0);
border: 0.125rem solid;
}
.btn.danger {
color: #fff;
background-color: #d84315;
border: 0.063rem solid #b2573b;
}
.btn.danger.trans {
color: #d84315;
background-color: rgba(255,255,255,0);
text-transform: uppercase;
}
.btn.danger.ghost {
color: #d84315;
background-color: rgba(255,255,255,0);
border: 0.125rem solid;
}
.btn.trans {
color: #000;
background-color: rgba(255,255,255,0);
border: 0.063rem solid rgba(255,255,255,0);
-webkit-box-shadow: initial;
box-shadow: initial;
}
.btn.ghost {
color: #000;
background-color: rgba(255,255,255,0);
border: 0.125rem solid;
}
.btn.ghost.dark {
color: #fff;
}
.btn.sm {
font-size: 0.8em;
}
.btn.lg {
font-size: 1.2em;
}
.btn-group {
white-space: nowrap;
}
.btn-group .btn {
border-radius: 0;
border-left: 0;
}
.btn-group .btn.ghost {
border-right: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-group .btn:first-child {
border-left: 0.063rem solid #c5c5c5;
border-top-left-radius: 0.188rem;
border-bottom-left-radius: 0.188rem;
}
.btn-group .btn:first-child.round {
border-top-left-radius: 9999em;
border-bottom-left-radius: 9999em;
}
.btn-group .btn:first-child.round.ghost {
border-left: 0.125rem solid;
}
.btn-group .btn:last-child {
border-top-right-radius: 0.188rem;
border-bottom-right-radius: 0.188rem;
}
.btn-group .btn:last-child.round {
border-top-right-radius: 9999em;
border-bottom-right-radius: 9999em;
}
.btn-group .btn:last-child.round.ghost {
border-right: 0.125rem solid;
}
.btn-group.round .btn:first-child {
border-top-left-radius: 9999em;
border-bottom-left-radius: 9999em;
}
.btn-group.round .btn:first-child.ghost {
border-left: 0.125rem solid;
}
.btn-group.round .btn:last-child {
border-top-right-radius: 9999em;
border-bottom-right-radius: 9999em;
}
.btn-group.round .btn:last-child.ghost {
border-right: 0.125rem solid;
}
.menu-toggle {
margin: auto 0;
display: inline-block;
float: left;
max-height: initial;
height: initial;
width: 3.125rem;
}
.menu-toggle span.line-bar {
margin-top: 0.188rem;
display: block;
height: 0.125rem;
width: 100%;
background-color: #000;
}
.menu-toggle span.line-bar .crossbar {
margin-top: 0;
}
@supports (display:flex) {
.menu-toggle {
margin: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
}
@media screen and (min-width: 768px) {
.menu-toggle {
display: none;
}
}
input.checkbox[type='checkbox'] {
display: none;
}
input.checkbox[type='checkbox']+.draw-checkbox {
width: 1.375rem;
height: 1.375rem;
background-color: #dedede;
border: 0.063rem solid #a7a7a7;
outline: 0;
position: relative;
float: left;
margin-right: 0.625rem;
display: inline-block;
border-radius: 0.188rem;
}
input.checkbox[type='checkbox']+.draw-checkbox:before {
content: "";
-webkit-transition: all 0.1s;
transition: all 0.1s;
background-size: 0;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAT0lEQVQYV43Q2w0AIAgDQFmWoVhWUxNIfaD4ZzgIRVrxScWpav9CIAx7QkcT4mNmRwMj1CdEB+MdxUQPBHxDsSMXuYkvErtlkxwvIbJgwANLRSqeIyjAhgAAAABJRU5ErkJggg==");
background-repeat: no-repeat;
background-position: center;
display: inline-block;
position: absolute;
text-align: center;
}
input.checkbox[type='checkbox']:checked+.draw-checkbox:before {
height: 100%;
width: 100%;
background-size: 60%;
}
input.checkbox[type='checkbox']:checked.dark {
background-color: invert(null);
}
input.checkbox[type='checkbox']:checked.dark:before {
content: "";
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUklEQVQYV2NkIBIwEqPu66ev/wkqBCkCGYZXIUwRWCGIw83HjaEBWRFIHqwQpANZMboiuIkwD4EUY1MEdyOyJLIm5BCBuw2XSTDFKJ7A5TGQYgCnEy+c6nO+WQAAAABJRU5ErkJggg==");
}
input.radio[type='radio'] {
display: none;
pointer-events: none;
}
input.radio[type='radio']+.draw-radio {
width: 1.375rem;
height: 1.375rem;
background-color: #dedede;
border: 0.063rem solid #a7a7a7;
outline: 0;
position: relative;
float: left;
margin-right: 0.625rem;
display: inline-block;
border-radius: 9999em;
}
input.radio[type='radio']+.draw-radio:before {
content: "";
display: inline-block;
content: "";
width: 0;
height: 0;
-webkit-transition: all 0.1s;
transition: all 0.1s;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
border-radius: 9999em;
}
input.radio[type='radio']:checked+.draw-radio:before {
height: 60%;
width: 60%;
background-color: #666;
}
input[type='text'],
input[type='password'],
input[type='search'] {
border-radius: 0.188rem;
border: 1px solid #a7a7a7;
padding: 0.43em 1.2em;
max-width: 36em;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea {
resize: vertical;
max-width: 36em;
width: 100%;
min-height: 15.625em;
border-radius: 0.188rem;
border: 1px solid #a7a7a7;
padding: 0.43em 1.2em;
}
input[type=range] {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
max-width: 36em;
width: 100%;
padding: 10px;
height: 50px;
overflow: hidden;
border: 0;
background-color: rgba(255,255,255,0);
outline: 0;
}
input[type=range]:active,
input[type=range]:focus {
outline: 0;
border: 0;
}
input[type=range]::-moz-focus-outer {
outline: 0;
border: 0;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 0.313rem;
cursor: pointer;
-webkit-border-radius: 9999em;
-moz-border-radius: 9999em;
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
background-color: #dedede;
border: 1px solid #a7a7a7;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 0.313rem;
cursor: pointer;
-webkit-border-radius: 9999em;
-moz-border-radius: 9999em;
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
background-color: #dedede;
border: 1px solid #a7a7a7;
}
input[type=range]::-ms-track {
width: 100%;
height: 0.313rem;
cursor: pointer;
-webkit-border-radius: 9999em;
-moz-border-radius: 9999em;
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.13);
background-color: #dedede;
border: 1px solid #a7a7a7;
background: rgba(255,255,255,0);
border-color: rgba(255,255,255,0);
color: rgba(255,255,255,0);
border: 0;
}
input[type=range]::-webkit-slider-thumb {
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
border: 0px solid rgba(0,0,0,0);
height: 26px;
width: 26px;
border-radius: 9999em;
background: #f5f5f5;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
margin-top: -10.6px;
}
input[type=range]::-webkit-slider-thumb:after {
content: "";
right: 26px;
position: absolute;
display: block;
pointer-events: none;
height: 0.313rem;
width: 100vw;
top: -2px;
bottom: 0;
margin: auto;
background-color: #757575;
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
}
input[type=range]::-moz-range-thumb {
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
border: 0px solid rgba(0,0,0,0);
height: 26px;
width: 26px;
border-radius: 9999em;
background: #f5f5f5;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}
input[type=range]::-moz-range-thumb:after {
content: "";
right: 26px;
position: absolute;
display: block;
pointer-events: none;
height: 0.313rem;
width: 100vw;
top: -2px;
bottom: 0;
margin: auto;
background-color: #757575;
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
}
input[type=range]::-ms-thumb {
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
border: 0px solid rgba(0,0,0,0);
height: 26px;
width: 26px;
border-radius: 9999em;
background: #f5f5f5;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
height: 5.2px;
}
input[type=range]::-ms-thumb:after {
content: "";
right: 26px;
position: absolute;
display: block;
pointer-events: none;
height: 0.313rem;
width: 100vw;
top: -2px;
bottom: 0;
margin: auto;
background-color: #757575;
-webkit-box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
box-shadow: 1.1px 1.1px 1px rgba(0,0,0,0.19), 0px 0px 1.1px rgba(13,13,13,0.19);
}
input[type=range]::-ms-fill-lower {
background: rgba(184,184,184,0.78);
border: 0.2px solid #c5c5c5;
border-radius: 50px;
-webkit-box-shadow: 0px 0px 0.6px #000, 0px 0px 0px #0d0d0d;
box-shadow: 0px 0px 0.6px #000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
background: rgba(197,197,197,0.78);
border: 0.2px solid #c5c5c5;
border-radius: 50px;
-webkit-box-shadow: 0px 0px 0.6px #000, 0px 0px 0px #0d0d0d;
box-shadow: 0px 0px 0.6px #000, 0px 0px 0px #0d0d0d;
}
.control {
padding-top: 10px;
padding-bottom: 10px;
}
.hero {
min-height: 50%;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQIW2NkYGAwZmBgOMsABYwwBjYBsEoMFQBQhgIFTA5z/AAAAABJRU5ErkJggg==");
padding: 2em 0;
width: 100%;
}
.hero.skinny {
min-height: 10%;
}
.hero.small {
min-height: 33.3%;
}
.hero. {
min-height: ;
}
.hero.large {
min-height: 75%;
}
.hero.full {
min-height: 100%;
}
@supports (display:flex) {
.hero {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
.hero>div {
width: 980px;
}
}
.hero>* {
font-size: 1.2em;
}
.navbar-nav {
min-height: 3.125rem;
background-color: #f5f5f5;
margin-bottom: 1.563rem;
border: 0.063rem solid #e6e6e6;
overflow-x: auto;
overflow-y: hidden;
}
.navbar-nav p,
.navbar-nav a,
.navbar-nav i,
.navbar-nav b,
.navbar-nav strong,
.navbar-nav span,
.navbar-nav h1,
.navbar-nav h2,
.navbar-nav h3,
.navbar-nav h4,
.navbar-nav h5,
.navbar-nav li {
vertical-align: -webkit-baseline-middle;
margin-bottom: 0;
display: inline-block;
}
.navbar-nav.trans,
.navbar-nav.trans.inverse {
background-color: rgba(255,255,255,0);
border: 0;
font-weight: bold;
}
.navbar-nav.trans.inverse {
background-color: rgba(0,0,0,0.9);
}
.navbar-nav.inverse {
background-color: #0a0a0a;
color: #fcfcfc;
border: 0;
}
.navbar-nav.inverse [class^='container'] .nav li a {
color: #d3d3d3;
}
.navbar-nav.inverse [class^='container'] .nav li:hover a,
.navbar-nav.inverse [class^='container'] .nav li.active a {
color: #fff;
}
.navbar-nav.navbar-skinny {
font-size: 0.8em;
min-height: 35px;
line-height: 2.5em;
}
@supports (display:flex) {
.navbar-nav.navbar-skinny {
max-height: 35px;
}
}
.navbar-nav.navbar-small {
font-size: 0.9em;
line-height: 3em;
min-height: 45px;
}
@supports (display:flex) {
.navbar-nav.navbar-small {
max-height: 45px;
}
}
.navbar-nav.navbar-medium {
font-size: 0.92em;
line-height: 3.2em;
min-height: 50px;
}
@supports (display:flex) {
.navbar-nav.navbar-medium {
max-height: 50px;
}
}
.navbar-nav.navbar-large {
font-size: 0.9em;
line-height: 4.9em;
min-height: 75px;
}
@supports (display:flex) {
.navbar-nav.navbar-large {
max-height: 75px;
}
}
.navbar-fixed-top {
border-radius: 0 !important;
position: fixed;
width: 100%;
z-index: 500;
top: 0;
left: 0;
}
.navbar-fixed-top {
min-height: 3.125rem;
background-color: #f5f5f5;
margin-bottom: 1.563rem;
border: 0.063rem solid #e6e6e6;
overflow-x: auto;
overflow-y: hidden;
}
.navbar-fixed-top p,
.navbar-fixed-top a,
.navbar-fixed-top i,
.navbar-fixed-top b,
.navbar-fixed-top strong,
.navbar-fixed-top span,
.navbar-fixed-top h1,
.navbar-fixed-top h2,
.navbar-fixed-top h3,
.navbar-fixed-top h4,
.navbar-fixed-top h5,
.navbar-fixed-top li {
vertical-align: -webkit-baseline-middle;
margin-bottom: 0;
display: inline-block;
}
.navbar-fixed-top.trans,
.navbar-fixed-top.trans.inverse {
background-color: rgba(255,255,255,0);
border: 0;
font-weight: bold;
}
.navbar-fixed-top.trans.inverse {
background-color: rgba(0,0,0,0.9);
}
.navbar-fixed-top.inverse {
background-color: #0a0a0a;
color: #fcfcfc;
border: 0;
}
.navbar-fixed-top.inverse [class^='container'] .nav li a {
color: #d3d3d3;
}
.navbar-fixed-top.inverse [class^='container'] .nav li:hover a,
.navbar-fixed-top.inverse [class^='container'] .nav li.active a {
color: #fff;
}
.navbar-fixed-top.navbar-skinny {
font-size: 0.8em;
min-height: 35px;
line-height: 2.5em;
}
@supports (display:flex) {
.navbar-fixed-top.navbar-skinny {
max-height: 35px;
}
}
.navbar-fixed-top.navbar-small {
font-size: 0.9em;
line-height: 3em;
min-height: 45px;
}
@supports (display:flex) {
.navbar-fixed-top.navbar-small {
max-height: 45px;
}
}
.navbar-fixed-top.navbar-medium {
font-size: 0.92em;
line-height: 3.2em;
min-height: 50px;
}
@supports (display:flex) {
.navbar-fixed-top.navbar-medium {
max-height: 50px;
}
}
.navbar-fixed-top.navbar-large {
font-size: 0.9em;
line-height: 4.9em;
min-height: 75px;
}
@supports (display:flex) {
.navbar-fixed-top.navbar-large {
max-height: 75px;
}
}
.navbar-fixed-top+*:not(.hero) {
margin-top: 4.375em;
}
.navbar-fixed-top.navbar-skinny+.hero {
margin-top: 2.1875em;
}
.navbar-fixed-top.navbar-small+.hero {
margin-top: 2.8125em;
}
.navbar-fixed-top.navbar-medium+.hero {
margin-top: 3.125em;
}
.navbar-fixed-top.navbar-large+.hero {
margin-top: 4.6875em;
}
.navbar-fixed-bottom {
border-radius: 0 !important;
position: fixed;
width: 100%;
z-index: 500;
bottom: 0;
left: 0;
margin-bottom: 0 !important;
}
.navbar-fixed-bottom {
min-height: 3.125rem;
background-color: #f5f5f5;
margin-bottom: 1.563rem;
border: 0.063rem solid #e6e6e6;
overflow-x: auto;
overflow-y: hidden;
}
.navbar-fixed-bottom p,
.navbar-fixed-bottom a,
.navbar-fixed-bottom i,
.navbar-fixed-bottom b,
.navbar-fixed-bottom strong,
.navbar-fixed-bottom span,
.navbar-fixed-bottom h1,
.navbar-fixed-bottom h2,
.navbar-fixed-bottom h3,
.navbar-fixed-bottom h4,
.navbar-fixed-bottom h5,
.navbar-fixed-bottom li {
vertical-align: -webkit-baseline-middle;
margin-bottom: 0;
display: inline-block;
}
.navbar-fixed-bottom.trans,
.navbar-fixed-bottom.trans.inverse {
background-color: rgba(255,255,255,0);
border: 0;
font-weight: bold;
}
.navbar-fixed-bottom.trans.inverse {
background-color: rgba(0,0,0,0.9);
}
.navbar-fixed-bottom.inverse {
background-color: #0a0a0a;
color: #fcfcfc;
border: 0;
}
.navbar-fixed-bottom.inverse [class^='container'] .nav li a {
color: #d3d3d3;
}
.navbar-fixed-bottom.inverse [class^='container'] .nav li:hover a,
.navbar-fixed-bottom.inverse [class^='container'] .nav li.active a {
color: #fff;
}
.navbar-fixed-bottom.navbar-skinny {
font-size: 0.8em;
min-height: 35px;
line-height: 2.5em;
}
@supports (display:flex) {
.navbar-fixed-bottom.navbar-skinny {
max-height: 35px;
}
}
.navbar-fixed-bottom.navbar-small {
font-size: 0.9em;
line-height: 3em;
min-height: 45px;
}
@supports (display:flex) {
.navbar-fixed-bottom.navbar-small {
max-height: 45px;
}
}
.navbar-fixed-bottom.navbar-medium {
font-size: 0.92em;
line-height: 3.2em;
min-height: 50px;
}
@supports (display:flex) {
.navbar-fixed-bottom.navbar-medium {
max-height: 50px;
}
}
.navbar-fixed-bottom.navbar-large {
font-size: 0.9em;
line-height: 4.9em;
min-height: 75px;
}
@supports (display:flex) {
.navbar-fixed-bottom.navbar-large {
max-height: 75px;
}
}
.navbar-short {
max-width: 980px;
margin-left: auto;
margin-right: auto;
margin-top: 1.563rem;
margin-bottom: 1.563rem;
}
.navbar-short {
min-height: 3.125rem;
background-color: #f5f5f5;
margin-bottom: 1.563rem;
border: 0.063rem solid #e6e6e6;
overflow-x: auto;
overflow-y: hidden;
}
.navbar-short p,
.navbar-short a,
.navbar-short i,
.navbar-short b,
.navbar-short strong,
.navbar-short span,
.navbar-short h1,
.navbar-short h2,
.navbar-short h3,
.navbar-short h4,
.navbar-short h5,
.navbar-short li {
vertical-align: -webkit-baseline-middle;
margin-bottom: 0;
display: inline-block;
}
.navbar-short.trans,
.navbar-short.trans.inverse {
background-color: rgba(255,255,255,0);
border: 0;
font-weight: bold;
}
.navbar-short.trans.inverse {
background-color: rgba(0,0,0,0.9);
}
.navbar-short.inverse {
background-color: #0a0a0a;
color: #fcfcfc;
border: 0;
}
.navbar-short.inverse [class^='container'] .nav li a {
color: #d3d3d3;
}
.navbar-short.inverse [class^='container'] .nav li:hover a,
.navbar-short.inverse [class^='container'] .nav li.active a {
color: #fff;
}
.navbar-short.navbar-skinny {
font-size: 0.8em;
min-height: 35px;
line-height: 2.5em;
}
@supports (display:flex) {
.navbar-short.navbar-skinny {
max-height: 35px;
}
}
.navbar-short.navbar-small {
font-size: 0.9em;
line-height: 3em;
min-height: 45px;
}
@supports (display:flex) {
.navbar-short.navbar-small {
max-height: 45px;
}
}
.navbar-short.navbar-medium {
font-size: 0.92em;
line-height: 3.2em;
min-height: 50px;
}
@supports (display:flex) {
.navbar-short.navbar-medium {
max-height: 50px;
}
}
.navbar-short.navbar-large {
font-size: 0.9em;
line-height: 4.9em;
min-height: 75px;
}
@supports (display:flex) {
.navbar-short.navbar-large {
max-height: 75px;
}
}
@media screen and (min-width: 768px) {
.navbar-short {
border-radius: 0.25rem;
}
}
@supports (display:flex) {
[class^='navbar-'] {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
line-height: initial !important;
}
[class^='navbar-'] [class^='container'] {
display: inherit;
max-width: 980px;
max-height: inherit;
width: 100%;
height: 100%;
}
[class^='navbar-'] [class^='container'] .brand-text {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
[class^='navbar-'] [class^='container'] ul.nav {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
[class^='navbar-'] [class^='container'] ul.nav li {
min-height: inherit;
height: 100%;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
[class^='navbar-'] [class^='container'] ul.nav li a {
min-height: inherit;
height: 100%;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
}
[class^='navbar-'] [class^='container'] {
min-height: inherit;
}
[class^='navbar-'] [class^='container'] .brand-text {
float: left;
display: table-cell;
vertical-align: middle;
min-height: inherit;
margin-right: 1em;
}
[class^='navbar-'] [class^='container'] .nav {
float: left;
min-height: inherit;
margin: 0;
padding: 0;
display: table;
padding-left: 1em;
padding-right: 1em;
}
[class^='navbar-'] [class^='container'] .nav li {
display: table-cell;
vertical-align: middle;
padding-left: 1em;
padding-right: 1em;
}
[class^='navbar-'] [class^='container'] .nav li.active {
background-image: -webkit-linear-gradient(bottom,#4074c3,#4074c3);
background-image: -moz-linear-gradient(bottom,#4074c3,#4074c3);
background-image: -ms-linear-gradient(bottom,#4074c3,#4074c3);
background-image: -o-linear-gradient(bottom,#4074c3,#4074c3);
background-image: linear-gradient(to top,#4074c3,#4074c3);
background-repeat: no-repeat;
background-size: 100% 0.313rem;
background-position: bottom;
}
[class^='navbar-'] [class^='container'] .nav li:hover a,
[class^='navbar-'] [class^='container'] .nav li.active a {
color: #000;
}
[class^='navbar-'] [class^='container'] .nav li a {
color: #2c2c2c;
}
@font-face {
font-family: Icons;
font-weight: normal;
src: url("./fonts/fonts/open-iconic.eot");
src: url("./fonts/fonts/open-iconic.eot?#iefix") format("embedded-opentype"), url("./fonts/fonts/open-iconic.woff2") format("woff2"), url("./fonts/fonts/open-iconic.woff") format("woff"), url("./fonts/fonts/open-iconic.ttf") format("truetype"), url("./fonts/fonts/open-iconic.svg#Icons") format("svg");
}
.oi[data-glyph].oi-text-replace {
font-size: 0;
line-height: 0;
}
.oi[data-glyph].oi-text-replace:before {
width: 1em;
text-align: center;
}
.oi[data-glyph]:before {
position: relative;
top: 1px;
font-family: 'Icons';
display: inline-block;
speak: none;
line-height: 1;
vertical-align: baseline;
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.oi[data-glyph]:empty:before {
width: 1em;
text-align: center;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.oi[data-glyph].oi-align-left:before {
text-align: left;
}
.oi[data-glyph].oi-align-right:before {
text-align: right;
}
.oi[data-glyph].oi-align-center:before {
text-align: center;
}
.oi[data-glyph].oi-flip-horizontal:before {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.oi[data-glyph].oi-flip-vertical:before {
-webkit-transform: scale(1, -1);
-ms-transform: scale(-1, 1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
.oi[data-glyph].oi-flip-horizontal-vertical:before {
-webkit-transform: scale(-1, -1);
-ms-transform: scale(-1, 1);
-webkit-transform: scale(-1, -1);
-ms-transform: scale(-1, -1);
transform: scale(-1, -1);
}
.oi[data-glyph=account-login]:before {
content: '\e000';
}
.oi[data-glyph=account-logout]:before {
content: '\e001';
}
.oi[data-glyph=action-redo]:before {
content: '\e002';
}
.oi[data-glyph=action-undo]:before {
content: '\e003';
}
.oi[data-glyph=align-center]:before {
content: '\e004';
}
.oi[data-glyph=align-left]:before {
content: '\e005';
}
.oi[data-glyph=align-right]:before {
content: '\e006';
}
.oi[data-glyph=aperture]:before {
content: '\e007';
}
.oi[data-glyph=arrow-bottom]:before {
content: '\e008';
}
.oi[data-glyph=arrow-circle-bottom]:before {
content: '\e009';
}
.oi[data-glyph=arrow-circle-left]:before {
content: '\e00a';
}
.oi[data-glyph=arrow-circle-right]:before {
content: '\e00b';
}
.oi[data-glyph=arrow-circle-top]:before {
content: '\e00c';
}
.oi[data-glyph=arrow-left]:before {
content: '\e00d';
}
.oi[data-glyph=arrow-right]:before {
content: '\e00e';
}
.oi[data-glyph=arrow-thick-bottom]:before {
content: '\e00f';
}
.oi[data-glyph=arrow-thick-left]:before {
content: '\e010';
}
.oi[data-glyph=arrow-thick-right]:before {
content: '\e011';
}
.oi[data-glyph=arrow-thick-top]:before {
content: '\e012';
}
.oi[data-glyph=arrow-top]:before {
content: '\e013';
}
.oi[data-glyph=audio-spectrum]:before {
content: '\e014';
}
.oi[data-glyph=audio]:before {
content: '\e015';
}
.oi[data-glyph=badge]:before {
content: '\e016';
}
.oi[data-glyph=ban]:before {
content: '\e017';
}
.oi[data-glyph=bar-chart]:before {
content: '\e018';
}
.oi[data-glyph=basket]:before {
content: '\e019';
}
.oi[data-glyph=battery-empty]:before {
content: '\e01a';
}
.oi[data-glyph=battery-full]:before {
content: '\e01b';
}
.oi[data-glyph=beaker]:before {
content: '\e01c';
}
.oi[data-glyph=bell]:before {
content: '\e01d';
}
.oi[data-glyph=bluetooth]:before {
content: '\e01e';
}
.oi[data-glyph=bold]:before {
content: '\e01f';
}
.oi[data-glyph=bolt]:before {
content: '\e020';
}
.oi[data-glyph=book]:before {
content: '\e021';
}
.oi[data-glyph=bookmark]:before {
content: '\e022';
}
.oi[data-glyph=box]:before {
content: '\e023';
}
.oi[data-glyph=briefcase]:before {
content: '\e024';
}
.oi[data-glyph=british-pound]:before {
content: '\e025';
}
.oi[data-glyph=browser]:before {
content: '\e026';
}
.oi[data-glyph=brush]:before {
content: '\e027';
}
.oi[data-glyph=bug]:before {
content: '\e028';
}
.oi[data-glyph=bullhorn]:before {
content: '\e029';
}
.oi[data-glyph=calculator]:before {
content: '\e02a';
}
.oi[data-glyph=calendar]:before {
content: '\e02b';
}
.oi[data-glyph=camera-slr]:before {
content: '\e02c';
}
.oi[data-glyph=caret-bottom]:before {
content: '\e02d';
}
.oi[data-glyph=caret-left]:before {
content: '\e02e';
}
.oi[data-glyph=caret-right]:before {
content: '\e02f';
}
.oi[data-glyph=caret-top]:before {
content: '\e030';
}
.oi[data-glyph=cart]:before {
content: '\e031';
}
.oi[data-glyph=chat]:before {
content: '\e032';
}
.oi[data-glyph=check]:before {
content: '\e033';
}
.oi[data-glyph=chevron-bottom]:before {
content: '\e034';
}
.oi[data-glyph=chevron-left]:before {
content: '\e035';
}
.oi[data-glyph=chevron-right]:before {
content: '\e036';
}
.oi[data-glyph=chevron-top]:before {
content: '\e037';
}
.oi[data-glyph=circle-check]:before {
content: '\e038';
}
.oi[data-glyph=circle-x]:before {
content: '\e039';
}
.oi[data-glyph=clipboard]:before {
content: '\e03a';
}
.oi[data-glyph=clock]:before {
content: '\e03b';
}
.oi[data-glyph=cloud-download]:before {
content: '\e03c';
}
.oi[data-glyph=cloud-upload]:before {
content: '\e03d';
}
.oi[data-glyph=cloud]:before {
content: '\e03e';
}
.oi[data-glyph=cloudy]:before {
content: '\e03f';
}
.oi[data-glyph=code]:before {
content: '\e040';
}
.oi[data-glyph=cog]:before {
content: '\e041';
}
.oi[data-glyph=collapse-down]:before {
content: '\e042';
}
.oi[data-glyph=collapse-left]:before {
content: '\e043';
}
.oi[data-glyph=collapse-right]:before {
content: '\e044';
}
.oi[data-glyph=collapse-up]:before {
content: '\e045';
}
.oi[data-glyph=command]:before {
content: '\e046';
}
.oi[data-glyph=comment-square]:before {
content: '\e047';
}
.oi[data-glyph=compass]:before {
content: '\e048';
}
.oi[data-glyph=contrast]:before {
content: '\e049';
}
.oi[data-glyph=copywriting]:before {
content: '\e04a';
}
.oi[data-glyph=credit-card]:before {
content: '\e04b';
}
.oi[data-glyph=crop]:before {
content: '\e04c';
}
.oi[data-glyph=dashboard]:before {
content: '\e04d';
}
.oi[data-glyph=data-transfer-download]:before {
content: '\e04e';
}
.oi[data-glyph=data-transfer-upload]:before {
content: '\e04f';
}
.oi[data-glyph=delete]:before {
content: '\e050';
}
.oi[data-glyph=dial]:before {
content: '\e051';
}
.oi[data-glyph=document]:before {
content: '\e052';
}
.oi[data-glyph=dollar]:before {
content: '\e053';
}
.oi[data-glyph=double-quote-sans-left]:before {
content: '\e054';
}
.oi[data-glyph=double-quote-sans-right]:before {
content: '\e055';
}
.oi[data-glyph=double-quote-serif-left]:before {
content: '\e056';
}
.oi[data-glyph=double-quote-serif-right]:before {
content: '\e057';
}
.oi[data-glyph=droplet]:before {
content: '\e058';
}
.oi[data-glyph=eject]:before {
content: '\e059';
}
.oi[data-glyph=elevator]:before {
content: '\e05a';
}
.oi[data-glyph=ellipses]:before {
content: '\e05b';
}
.oi[data-glyph=envelope-closed]:before {
content: '\e05c';
}
.oi[data-glyph=envelope-open]:before {
content: '\e05d';
}
.oi[data-glyph=euro]:before {
content: '\e05e';
}
.oi[data-glyph=excerpt]:before {
content: '\e05f';
}
.oi[data-glyph=expand-down]:before {
content: '\e060';
}
.oi[data-glyph=expand-left]:before {
content: '\e061';
}
.oi[data-glyph=expand-right]:before {
content: '\e062';
}
.oi[data-glyph=expand-up]:before {
content: '\e063';
}
.oi[data-glyph=external-link]:before {
content: '\e064';
}
.oi[data-glyph=eye]:before {
content: '\e065';
}
.oi[data-glyph=eyedropper]:before {
content: '\e066';
}
.oi[data-glyph=file]:before {
content: '\e067';
}
.oi[data-glyph=fire]:before {
content: '\e068';
}
.oi[data-glyph=flag]:before {
content: '\e069';
}
.oi[data-glyph=flash]:before {
content: '\e06a';
}
.oi[data-glyph=folder]:before {
content: '\e06b';
}
.oi[data-glyph=fork]:before {
content: '\e06c';
}
.oi[data-glyph=fullscreen-enter]:before {
content: '\e06d';
}
.oi[data-glyph=fullscreen-exit]:before {
content: '\e06e';
}
.oi[data-glyph=globe]:before {
content: '\e06f';
}
.oi[data-glyph=graph]:before {
content: '\e070';
}
.oi[data-glyph=grid-four-up]:before {
content: '\e071';
}
.oi[data-glyph=grid-three-up]:before {
content: '\e072';
}
.oi[data-glyph=grid-two-up]:before {
content: '\e073';
}
.oi[data-glyph=hard-drive]:before {
content: '\e074';
}
.oi[data-glyph=header]:before {
content: '\e075';
}
.oi[data-glyph=headphones]:before {
content: '\e076';
}
.oi[data-glyph=heart]:before {
content: '\e077';
}
.oi[data-glyph=home]:before {
content: '\e078';
}
.oi[data-glyph=image]:before {
content: '\e079';
}
.oi[data-glyph=inbox]:before {
content: '\e07a';
}
.oi[data-glyph=infinity]:before {
content: '\e07b';
}
.oi[data-glyph=info]:before {
content: '\e07c';
}
.oi[data-glyph=italic]:before {
content: '\e07d';
}
.oi[data-glyph=justify-center]:before {
content: '\e07e';
}
.oi[data-glyph=justify-left]:before {
content: '\e07f';
}
.oi[data-glyph=justify-right]:before {
content: '\e080';
}
.oi[data-glyph=key]:before {
content: '\e081';
}
.oi[data-glyph=laptop]:before {
content: '\e082';
}
.oi[data-glyph=layers]:before {
content: '\e083';
}
.oi[data-glyph=lightbulb]:before {
content: '\e084';
}
.oi[data-glyph=link-broken]:before {
content: '\e085';
}
.oi[data-glyph=link-intact]:before {
content: '\e086';
}
.oi[data-glyph=list-rich]:before {
content: '\e087';
}
.oi[data-glyph=list]:before {
content: '\e088';
}
.oi[data-glyph=location]:before {
content: '\e089';
}
.oi[data-glyph=lock-locked]:before {
content: '\e08a';
}
.oi[data-glyph=lock-unlocked]:before {
content: '\e08b';
}
.oi[data-glyph=loop-circular]:before {
content: '\e08c';
}
.oi[data-glyph=loop-square]:before {
content: '\e08d';
}
.oi[data-glyph=loop]:before {
content: '\e08e';
}
.oi[data-glyph=magnifying-glass]:before {
content: '\e08f';
}
.oi[data-glyph=map-marker]:before {
content: '\e090';
}
.oi[data-glyph=map]:before {
content: '\e091';
}
.oi[data-glyph=media-pause]:before {
content: '\e092';
}
.oi[data-glyph=media-play]:before {
content: '\e093';
}
.oi[data-glyph=media-record]:before {
content: '\e094';
}
.oi[data-glyph=media-skip-backward]:before {
content: '\e095';
}
.oi[data-glyph=media-skip-forward]:before {
content: '\e096';
}
.oi[data-glyph=media-step-backward]:before {
content: '\e097';
}
.oi[data-glyph=media-step-forward]:before {
content: '\e098';
}
.oi[data-glyph=media-stop]:before {
content: '\e099';
}
.oi[data-glyph=medical-cross]:before {
content: '\e09a';
}
.oi[data-glyph=menu]:before {
content: '\e09b';
}
.oi[data-glyph=microphone]:before {
content: '\e09c';
}
.oi[data-glyph=minus]:before {
content: '\e09d';
}
.oi[data-glyph=monitor]:before {
content: '\e09e';
}
.oi[data-glyph=moon]:before {
content: '\e09f';
}
.oi[data-glyph=move]:before {
content: '\e0a0';
}
.oi[data-glyph=musical-note]:before {
content: '\e0a1';
}
.oi[data-glyph=paperclip]:before {
content: '\e0a2';
}
.oi[data-glyph=pencil]:before {
content: '\e0a3';
}
.oi[data-glyph=people]:before {
content: '\e0a4';
}
.oi[data-glyph=person]:before {
content: '\e0a5';
}
.oi[data-glyph=phone]:before {
content: '\e0a6';
}
.oi[data-glyph=pie-chart]:before {
content: '\e0a7';
}
.oi[data-glyph=pin]:before {
content: '\e0a8';
}
.oi[data-glyph=play-circle]:before {
content: '\e0a9';
}
.oi[data-glyph=plus]:before {
content: '\e0aa';
}
.oi[data-glyph=power-standby]:before {
content: '\e0ab';
}
.oi[data-glyph=print]:before {
content: '\e0ac';
}
.oi[data-glyph=project]:before {
content: '\e0ad';
}
.oi[data-glyph=pulse]:before {
content: '\e0ae';
}
.oi[data-glyph=puzzle-piece]:before {
content: '\e0af';
}
.oi[data-glyph=question-mark]:before {
content: '\e0b0';
}
.oi[data-glyph=rain]:before {
content: '\e0b1';
}
.oi[data-glyph=random]:before {
content: '\e0b2';
}
.oi[data-glyph=reload]:before {
content: '\e0b3';
}
.oi[data-glyph=resize-both]:before {
content: '\e0b4';
}
.oi[data-glyph=resize-height]:before {
content: '\e0b5';
}
.oi[data-glyph=resize-width]:before {
content: '\e0b6';
}
.oi[data-glyph=rss-alt]:before {
content: '\e0b7';
}
.oi[data-glyph=rss]:before {
content: '\e0b8';
}
.oi[data-glyph=script]:before {
content: '\e0b9';
}
.oi[data-glyph=share-boxed]:before {
content: '\e0ba';
}
.oi[data-glyph=share]:before {
content: '\e0bb';
}
.oi[data-glyph=shield]:before {
content: '\e0bc';
}
.oi[data-glyph=signal]:before {
content: '\e0bd';
}
.oi[data-glyph=signpost]:before {
content: '\e0be';
}
.oi[data-glyph=sort-ascending]:before {
content: '\e0bf';
}
.oi[data-glyph=sort-descending]:before {
content: '\e0c0';
}
.oi[data-glyph=spreadsheet]:before {
content: '\e0c1';
}
.oi[data-glyph=star]:before {
content: '\e0c2';
}
.oi[data-glyph=sun]:before {
content: '\e0c3';
}
.oi[data-glyph=tablet]:before {
content: '\e0c4';
}
.oi[data-glyph=tag]:before {
content: '\e0c5';
}
.oi[data-glyph=tags]:before {
content: '\e0c6';
}
.oi[data-glyph=target]:before {
content: '\e0c7';
}
.oi[data-glyph=task]:before {
content: '\e0c8';
}
.oi[data-glyph=terminal]:before {
content: '\e0c9';
}
.oi[data-glyph=text]:before {
content: '\e0ca';
}
.oi[data-glyph=thumb-down]:before {
content: '\e0cb';
}
.oi[data-glyph=thumb-up]:before {
content: '\e0cc';
}
.oi[data-glyph=timer]:before {
content: '\e0cd';
}
.oi[data-glyph=transfer]:before {
content: '\e0ce';
}
.oi[data-glyph=trash]:before {
content: '\e0cf';
}
.oi[data-glyph=underline]:before {
content: '\e0d0';
}
.oi[data-glyph=vertical-align-bottom]:before {
content: '\e0d1';
}
.oi[data-glyph=vertical-align-center]:before {
content: '\e0d2';
}
.oi[data-glyph=vertical-align-top]:before {
content: '\e0d3';
}
.oi[data-glyph=video]:before {
content: '\e0d4';
}
.oi[data-glyph=volume-high]:before {
content: '\e0d5';
}
.oi[data-glyph=volume-low]:before {
content: '\e0d6';
}
.oi[data-glyph=volume-off]:before {
content: '\e0d7';
}
.oi[data-glyph=warning]:before {
content: '\e0d8';
}
.oi[data-glyph=wifi]:before {
content: '\e0d9';
}
.oi[data-glyph=wrench]:before {
content: '\e0da';
}
.oi[data-glyph=x]:before {
content: '\e0db';
}
.oi[data-glyph=yen]:before {
content: '\e0dc';
}
.oi[data-glyph=zoom-in]:before {
content: '\e0dd';
}
.oi[data-glyph=zoom-out]:before {
content: '\e0de';
}
img[src=''] {
background-color: #fafafa;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQIW2NkYGAwZmBgOMsABYwwBjYBsEoMFQBQhgIFTA5z/AAAAABJRU5ErkJggg==");
outline: 0;
height: 0;
width: 100%;
padding-bottom: 100%;
border-radius: 4px;
}
img.round {
border-radius: 9999em !important;
}
img.hex {
-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
img.tri {
-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
img.fit {
width: 100%;
height: auto;
}
.card {
margin: 1.2em 0;
padding: 1.25em;
border-radius: 3px;
background-color: #fff;
border: 0.063rem solid #e6e6e6;
}
.card:before,
.card:after {
content: " ";
display: table;
}
.card:after {
clear: both;
}
.card header,
.card .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #fafafa;
border-bottom: 0.063rem solid #e6e6e6;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card header:before,
.card .header:before,
.card header:after,
.card .header:after {
content: " ";
display: table;
}
.card header:after,
.card .header:after {
clear: both;
}
.card footer,
.card .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0.063rem solid #e6e6e6;
background-color: #fafafa;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card footer:before,
.card .footer:before,
.card footer:after,
.card .footer:after {
content: " ";
display: table;
}
.card footer:after,
.card .footer:after {
clear: both;
}
.card.dark {
background-color: #37404f;
color: #fff;
border: 0.063rem solid #191919;
}
.card.dark header,
.card.dark .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #313a47;
border-bottom: 0.063rem solid #191919;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.dark header:before,
.card.dark .header:before,
.card.dark header:after,
.card.dark .header:after {
content: " ";
display: table;
}
.card.dark header:after,
.card.dark .header:after {
clear: both;
}
.card.dark footer,
.card.dark .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0.063rem solid #191919;
background-color: #313a47;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #fff;
}
.card.dark footer:before,
.card.dark .footer:before,
.card.dark footer:after,
.card.dark .footer:after {
content: " ";
display: table;
}
.card.dark footer:after,
.card.dark .footer:after {
clear: both;
}
.card.muted {
background-color: #f5f5f5;
color: #000;
}
.card.muted header,
.card.muted .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #f5f5f5;
border-bottom: 0.063rem solid #e6e6e6;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.muted header:before,
.card.muted .header:before,
.card.muted header:after,
.card.muted .header:after {
content: " ";
display: table;
}
.card.muted header:after,
.card.muted .header:after {
clear: both;
}
.card.muted footer,
.card.muted .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0.063rem solid #e6e6e6;
background-color: #f5f5f5;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card.muted footer:before,
.card.muted .footer:before,
.card.muted footer:after,
.card.muted .footer:after {
content: " ";
display: table;
}
.card.muted footer:after,
.card.muted .footer:after {
clear: both;
}
.card.primary {
background-color: #bfd1eb;
color: #000;
border: 0;
}
.card.primary header,
.card.primary .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #c5d6ed;
border-bottom: 0;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.primary header:before,
.card.primary .header:before,
.card.primary header:after,
.card.primary .header:after {
content: " ";
display: table;
}
.card.primary header:after,
.card.primary .header:after {
clear: both;
}
.card.primary footer,
.card.primary .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0;
background-color: #c5d6ed;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card.primary footer:before,
.card.primary .footer:before,
.card.primary footer:after,
.card.primary .footer:after {
content: " ";
display: table;
}
.card.primary footer:after,
.card.primary .footer:after {
clear: both;
}
.card.info {
background-color: #cdecae;
color: #000;
border: 0;
}
.card.info header,
.card.info .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #d2eeb6;
border-bottom: 0;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.info header:before,
.card.info .header:before,
.card.info header:after,
.card.info .header:after {
content: " ";
display: table;
}
.card.info header:after,
.card.info .header:after {
clear: both;
}
.card.info footer,
.card.info .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0;
background-color: #d2eeb6;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card.info footer:before,
.card.info .footer:before,
.card.info footer:after,
.card.info .footer:after {
content: " ";
display: table;
}
.card.info footer:after,
.card.info .footer:after {
clear: both;
}
.card.warn {
background-color: #ffcda4;
color: #000;
border: 0;
}
.card.warn header,
.card.warn .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #ffd2ad;
border-bottom: 0;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.warn header:before,
.card.warn .header:before,
.card.warn header:after,
.card.warn .header:after {
content: " ";
display: table;
}
.card.warn header:after,
.card.warn .header:after {
clear: both;
}
.card.warn footer,
.card.warn .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0;
background-color: #ffd2ad;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card.warn footer:before,
.card.warn .footer:before,
.card.warn footer:after,
.card.warn .footer:after {
content: " ";
display: table;
}
.card.warn footer:after,
.card.warn .footer:after {
clear: both;
}
.card.danger {
background-color: #f7beac;
color: #000;
border: 0;
}
.card.danger header,
.card.danger .header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #f8c4b4;
border-bottom: 0;
padding: 1.25em;
margin: -1.25em;
margin-bottom: 1.25em;
}
.card.danger header:before,
.card.danger .header:before,
.card.danger header:after,
.card.danger .header:after {
content: " ";
display: table;
}
.card.danger header:after,
.card.danger .header:after {
clear: both;
}
.card.danger footer,
.card.danger .footer {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0;
background-color: #f8c4b4;
padding: 1.25em;
margin: -1.25em;
margin-top: 1.25em;
color: #000;
}
.card.danger footer:before,
.card.danger .footer:before,
.card.danger footer:after,
.card.danger .footer:after {
content: " ";
display: table;
}
.card.danger footer:after,
.card.danger .footer:after {
clear: both;
}
.card.trans {
background-color: rgba(255,255,255,0);
} | 0.399812 | 0.064979 |
:root {
--background-dark: #303030;
--font-header-color: #00cc00;
--font-text-color: #fff;
}
/* Universal selector styling */
* {
box-sizing: border-box;
}
/* Element styling */
body {
background-color: var(--background-dark);
font-family: Arial, Helvetica, sans-serif;
margin-top: 30px;
}
p {
color: var(--font-text-color);
margin: 8px;
}
/* Header section styling */
header h1 {
color: var(--font-header-color);
margin: 8px;
text-align: center;
}
header p {
margin: 0 auto;
margin-bottom: 40px;
text-align: center;
width: 75%;
}
/* Main section styling */
main {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
margin: 0 auto;
}
article {
border: 2px dashed #fff;
margin: 20px 0px;
padding: 10px 10px 0px 10px;
width: 100%; /* For mobile phones: */
}
article h3 {
background: var(--background-dark);
border: 2px solid #fff;
border-radius: 8px;
color: var(--font-header-color);
font-size: 150%;
padding: 5px;
position: relative;
top: -50px;
}
article p {
margin: -50px 0 0 0;
}
pre {
background-image: linear-gradient(#007600, #00cc00);
border-radius: 5px;
color: var(--font-text-color);
display: block;
padding: 10px;
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+ */
}
pre code {
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;
-moz-user-select: all;
-webkit-user-select: all;
-ms-user-select: all;
user-select: all;
}
/* Class styling */
.code-card, .card-header {
transition: all 0.5s ease-in-out;
}
.code-card:hover, .code-card:hover .card-header {
box-shadow: inset 0px 0px 8px rgba(232, 102, 236, 1), 0 0 15px rgba(232, 102, 236, 1)
}
/* Footer section styling */
footer {
margin-top: 20px;
padding: 20px;
text-align: center;
}
footer p {
color: var(--font-header-color);
}
/* Media Queries */
/* For tablets: At 768px */
@media screen and (min-width: 768px) {
article {
width: 48%;
}
}
/* For desktop: At 992px */
@media screen and (min-width: 992px) {
article {
width: 31%;
}
} | assets/css/style.css | :root {
--background-dark: #303030;
--font-header-color: #00cc00;
--font-text-color: #fff;
}
/* Universal selector styling */
* {
box-sizing: border-box;
}
/* Element styling */
body {
background-color: var(--background-dark);
font-family: Arial, Helvetica, sans-serif;
margin-top: 30px;
}
p {
color: var(--font-text-color);
margin: 8px;
}
/* Header section styling */
header h1 {
color: var(--font-header-color);
margin: 8px;
text-align: center;
}
header p {
margin: 0 auto;
margin-bottom: 40px;
text-align: center;
width: 75%;
}
/* Main section styling */
main {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
margin: 0 auto;
}
article {
border: 2px dashed #fff;
margin: 20px 0px;
padding: 10px 10px 0px 10px;
width: 100%; /* For mobile phones: */
}
article h3 {
background: var(--background-dark);
border: 2px solid #fff;
border-radius: 8px;
color: var(--font-header-color);
font-size: 150%;
padding: 5px;
position: relative;
top: -50px;
}
article p {
margin: -50px 0 0 0;
}
pre {
background-image: linear-gradient(#007600, #00cc00);
border-radius: 5px;
color: var(--font-text-color);
display: block;
padding: 10px;
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+ */
}
pre code {
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;
-moz-user-select: all;
-webkit-user-select: all;
-ms-user-select: all;
user-select: all;
}
/* Class styling */
.code-card, .card-header {
transition: all 0.5s ease-in-out;
}
.code-card:hover, .code-card:hover .card-header {
box-shadow: inset 0px 0px 8px rgba(232, 102, 236, 1), 0 0 15px rgba(232, 102, 236, 1)
}
/* Footer section styling */
footer {
margin-top: 20px;
padding: 20px;
text-align: center;
}
footer p {
color: var(--font-header-color);
}
/* Media Queries */
/* For tablets: At 768px */
@media screen and (min-width: 768px) {
article {
width: 48%;
}
}
/* For desktop: At 992px */
@media screen and (min-width: 992px) {
article {
width: 31%;
}
} | 0.408867 | 0.132852 |
:root {
--maxWidth: 960px;
--footerHeight: 13rem;
}
/****************SHARED****************/
.title {
color: blue;
text-decoration: none;
}
/**************************************/
/***************SKILLS***************/
.iconLinkContainer {
margin: 2rem 0.5rem 2rem 0.5rem;
}
.iconLinkContainer .image {
height: 175px;
width: 175px;
}
/************************************/
/***************HEADER***************/
.header {
background: black;
}
.headerContainer {
max-Width: var(--maxWidth);
margin: 0 auto;
padding: 1.45rem 1.0875rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-family: Jura
}
.margins {
margin-top: 0.5rem;
margin-bottom: 0.5rem
}
.margins .name {
font-size: 50px;
color: white;
text-decoration: none
}
.margins .links {
font-size: 28px;
color: white;
float: right;
padding-right: 1rem;
text-decoration: none
}
/************************************/
/***************FOOTER***************/
.footer {
background: black;
position: absolute;
bottom: 0;
width: 100%;
height: var(--footerHeight);
}
.footerContainer {
max-Width: var(--maxWidth);
margin: 0 auto;
font-family: Jura;
color: white;
padding: 1.45rem 1.0875rem;
}
.footerContent {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
margin: 0.5rem auto 0.5rem auto;
}
.footerIntro {
font-size: 24px;
margin: 0
}
.linkFormat {
margin-left: 10px
}
.socialMediaLink {
color: white
}
.footerIcon {
height: 24px;
width: 24px
}
/************************************/
/***************BLOG***************/
.blogTitle {
font-weight: bold;
}
.blogRedirect {
margin-left: 3px
}
/**********************************/
/******************PROJECT******************/
.techContainer {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.roundedRectangle {
padding: 0.25rem;
background: grey;
border-radius: 0.5rem;
font-weight: bold;
color: white;
margin: 0.25rem
}
.madeWith {
display: flex;
justify-content: center;
font-weight: bold;
font-size: 22px
}
.projectLinksContainer {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-top: 0.5rem
}
.iframeContainer {
height: 50vh;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
/*******************************************/
/**********FOR THE TEXT BUBBLES**********/
.messages {
display: flex;
flex-direction: column;
}
.message {
border-radius: 20px;
padding: 8px 15px;
display: inline-block;
}
.yours {
align-items: flex-start;
}
.yours .message {
margin-right: 25%;
background-color: #eae7e7;
position: relative;
color: black
}
.yours .message.last:before {
content: "";
position: absolute;
z-index: 0;
bottom: 0;
left: -7px;
height: 20px;
width: 20px;
background: #eae7e7;
border-bottom-right-radius: 15px;
}
.yours .message.last:after {
content: "";
position: absolute;
z-index: 1;
bottom: 0;
left: -10px;
width: 10px;
height: 20px;
background: white;
border-bottom-right-radius: 10px;
}
.mine {
align-items: flex-end;
}
.mine .message {
color: blue;
margin-left: 25%;
background: #b9d5fb;
background-attachment: fixed;
position: relative;
}
.mine .message.last:before {
content: "";
position: absolute;
z-index: 0;
bottom: 0;
right: -8px;
height: 20px;
width: 20px;
background: #b9d5fb;
background-attachment: fixed;
border-bottom-left-radius: 15px;
}
.mine .message.last:after {
content: "";
position: absolute;
z-index: 1;
bottom: 0;
right: -10px;
width: 10px;
height: 20px;
background: white;
border-bottom-left-radius: 10px;
}
.message p{
/* remove webkit p margins */
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
}
/****************************************/
/*****************LAYOUT*****************/
.center {
margin: 0 auto;
max-width: var(--maxWidth);
padding: 0 1.0875rem 1.45rem;
padding-bottom: var(--footerHeight)
}
/****************************************/
@media (min-width: 960px) {
/***************SKILLS***************/
.iconLinkContainer {
display: flex;
justify-content: center;
align-items: center;
}
.iconLinkContainer .image:hover + .skillLinks {
opacity: 1
}
.iconLinkContainer .skillLinks:hover {
opacity: 1
}
.iconLinkContainer .image:hover {
opacity: 0.4;
z-index: 0
}
.iconLinkContainer .skillLinks {
font-size: 1.5rem;
background-color: white;
border: black;
border-style: double;
border-width: thin;
position: absolute;
z-index: 1;
opacity: 0;
text-align: center;
font-family: Jura
}
/************************************/
}
@media (max-width: 959px) {
/***************SKILLS***************/
.iconLinkContainer {
text-align: center
}
.iconLinkContainer .skillLinks {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
font-size: 1.5rem;
text-decoration: underline;
font-family: Jura
}
/************************************/
}
@media (min-width: 450px) and (max-width: 959px) {
/***************HEADER***************/
.margins .name {
font-size: 40px;
}
.margins .links {
font-size: 24px;
}
/************************************/
}
@media (max-width: 459px) {
/***************HEADER***************/
.margins .name {
font-size: 30px;
}
.margins .links {
font-size: 18px;
}
/************************************/
/***************SKILLS***************/
.iconLinkContainer {
margin: 1rem 0.5rem 1rem 0.5rem
}
.iconLinkContainer .image {
height: 92px;
width: 92px;
}
.iconLinkContainer .skillLinks {
font-size: 1rem;
}
/************************************/
}
@media (max-width: 380px) {
/***************FOOTER***************/
.footerIntro {
font-size: 18px
}
.footerIcon {
height: 18px;
width: 18px
}
.linkFormat {
font-size: 12px
}
/************************************/
/***************SKILLS***************/
.iconLinkContainer {
margin: 0.75rem 0.5rem 0.75rem 0.5rem
}
.iconLinkContainer .image {
height: 75px;
width: 75px;
}
.iconLinkContainer .skillLinks {
font-size: 0.8rem;
}
/************************************/
} | src/components/css-modules.module.css | :root {
--maxWidth: 960px;
--footerHeight: 13rem;
}
/****************SHARED****************/
.title {
color: blue;
text-decoration: none;
}
/**************************************/
/***************SKILLS***************/
.iconLinkContainer {
margin: 2rem 0.5rem 2rem 0.5rem;
}
.iconLinkContainer .image {
height: 175px;
width: 175px;
}
/************************************/
/***************HEADER***************/
.header {
background: black;
}
.headerContainer {
max-Width: var(--maxWidth);
margin: 0 auto;
padding: 1.45rem 1.0875rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-family: Jura
}
.margins {
margin-top: 0.5rem;
margin-bottom: 0.5rem
}
.margins .name {
font-size: 50px;
color: white;
text-decoration: none
}
.margins .links {
font-size: 28px;
color: white;
float: right;
padding-right: 1rem;
text-decoration: none
}
/************************************/
/***************FOOTER***************/
.footer {
background: black;
position: absolute;
bottom: 0;
width: 100%;
height: var(--footerHeight);
}
.footerContainer {
max-Width: var(--maxWidth);
margin: 0 auto;
font-family: Jura;
color: white;
padding: 1.45rem 1.0875rem;
}
.footerContent {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
margin: 0.5rem auto 0.5rem auto;
}
.footerIntro {
font-size: 24px;
margin: 0
}
.linkFormat {
margin-left: 10px
}
.socialMediaLink {
color: white
}
.footerIcon {
height: 24px;
width: 24px
}
/************************************/
/***************BLOG***************/
.blogTitle {
font-weight: bold;
}
.blogRedirect {
margin-left: 3px
}
/**********************************/
/******************PROJECT******************/
.techContainer {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.roundedRectangle {
padding: 0.25rem;
background: grey;
border-radius: 0.5rem;
font-weight: bold;
color: white;
margin: 0.25rem
}
.madeWith {
display: flex;
justify-content: center;
font-weight: bold;
font-size: 22px
}
.projectLinksContainer {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-top: 0.5rem
}
.iframeContainer {
height: 50vh;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
/*******************************************/
/**********FOR THE TEXT BUBBLES**********/
.messages {
display: flex;
flex-direction: column;
}
.message {
border-radius: 20px;
padding: 8px 15px;
display: inline-block;
}
.yours {
align-items: flex-start;
}
.yours .message {
margin-right: 25%;
background-color: #eae7e7;
position: relative;
color: black
}
.yours .message.last:before {
content: "";
position: absolute;
z-index: 0;
bottom: 0;
left: -7px;
height: 20px;
width: 20px;
background: #eae7e7;
border-bottom-right-radius: 15px;
}
.yours .message.last:after {
content: "";
position: absolute;
z-index: 1;
bottom: 0;
left: -10px;
width: 10px;
height: 20px;
background: white;
border-bottom-right-radius: 10px;
}
.mine {
align-items: flex-end;
}
.mine .message {
color: blue;
margin-left: 25%;
background: #b9d5fb;
background-attachment: fixed;
position: relative;
}
.mine .message.last:before {
content: "";
position: absolute;
z-index: 0;
bottom: 0;
right: -8px;
height: 20px;
width: 20px;
background: #b9d5fb;
background-attachment: fixed;
border-bottom-left-radius: 15px;
}
.mine .message.last:after {
content: "";
position: absolute;
z-index: 1;
bottom: 0;
right: -10px;
width: 10px;
height: 20px;
background: white;
border-bottom-left-radius: 10px;
}
.message p{
/* remove webkit p margins */
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
}
/****************************************/
/*****************LAYOUT*****************/
.center {
margin: 0 auto;
max-width: var(--maxWidth);
padding: 0 1.0875rem 1.45rem;
padding-bottom: var(--footerHeight)
}
/****************************************/
@media (min-width: 960px) {
/***************SKILLS***************/
.iconLinkContainer {
display: flex;
justify-content: center;
align-items: center;
}
.iconLinkContainer .image:hover + .skillLinks {
opacity: 1
}
.iconLinkContainer .skillLinks:hover {
opacity: 1
}
.iconLinkContainer .image:hover {
opacity: 0.4;
z-index: 0
}
.iconLinkContainer .skillLinks {
font-size: 1.5rem;
background-color: white;
border: black;
border-style: double;
border-width: thin;
position: absolute;
z-index: 1;
opacity: 0;
text-align: center;
font-family: Jura
}
/************************************/
}
@media (max-width: 959px) {
/***************SKILLS***************/
.iconLinkContainer {
text-align: center
}
.iconLinkContainer .skillLinks {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
font-size: 1.5rem;
text-decoration: underline;
font-family: Jura
}
/************************************/
}
@media (min-width: 450px) and (max-width: 959px) {
/***************HEADER***************/
.margins .name {
font-size: 40px;
}
.margins .links {
font-size: 24px;
}
/************************************/
}
@media (max-width: 459px) {
/***************HEADER***************/
.margins .name {
font-size: 30px;
}
.margins .links {
font-size: 18px;
}
/************************************/
/***************SKILLS***************/
.iconLinkContainer {
margin: 1rem 0.5rem 1rem 0.5rem
}
.iconLinkContainer .image {
height: 92px;
width: 92px;
}
.iconLinkContainer .skillLinks {
font-size: 1rem;
}
/************************************/
}
@media (max-width: 380px) {
/***************FOOTER***************/
.footerIntro {
font-size: 18px
}
.footerIcon {
height: 18px;
width: 18px
}
.linkFormat {
font-size: 12px
}
/************************************/
/***************SKILLS***************/
.iconLinkContainer {
margin: 0.75rem 0.5rem 0.75rem 0.5rem
}
.iconLinkContainer .image {
height: 75px;
width: 75px;
}
.iconLinkContainer .skillLinks {
font-size: 0.8rem;
}
/************************************/
} | 0.478529 | 0.110375 |
body {
background-color:#1c1c1c;
color:#fff;
font-family:Tahoma;
font-size:10px;
margin:0;
}
body > table td{
background-color: #008500;
}
form {
margin:0;
padding:0;
}
input,button,select,tr {
font-family:Tahoma;
font-size:12px;
}
input,select {
background-color: #000;
color: #fff;
}
input[type="radio"][disabled]::before {
content: "";
width: 12px;
height: 12px;
display: block;
background: #999;
border-radius: 100%;
line-height: 12px;
font-size: 8px;
text-indent: 1px;
}
input[type="radio"][disabled][checked]::before {
content: "\26AB";
}
.menu {
background-color:#0CF;
cursor:default;
}
.menuPane {
background-color:#0CF;
border:solid 1px #000;
display:none;
position:absolute;
}
.menuSep {
background-color:#000;
font-size:0;
height:1px;
width:90%;
}
.item,.itemLo,.itemHi {
cursor:default;
font-family:Tahoma, Verdana, sans-serif;
font-size:12px;
padding:.2em .4em;
}
.itemLo {
font-weight:700;
}
.itemHi {
background-color:#08C;
font-weight:700;
}
.navLink {
font-size:16px;
}
.ac {
text-align:center;
}
.al {
text-align:left;
}
.ar {
text-align:right;
}
.w20 {
width:20px;
}
.w50 {
width:50px;
}
.w65 {
width:65px;
}
.w70 {
width:70px;
}
.w80 {
width:80px;
}
.w100 {
width:100px;
}
.w120 {
width:120px;
}
.w200 {
width:200px;
}
.w270 {
width:270px;
}
.w450 {
width:450px;
}
.fw {
width:100%;
}
.w80p {
width:80%;
}
.w50p {
width:50%;
}
.float {
float:left;
}
.fntSmall {
font-size:8px;
}
.menuList {
font-size:16px;
font-weight:700;
}
.menuListDis {
color:#898989;
font-size:16px;
font-weight:700;
}
.outBox {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:2px;
}
.outBox1 {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:0 2px 2px;
}
.titleBox {
background-color:#000080;
border-color:#079 #0BE #0BE #079;
border-style:solid;
border-width:1px;
font-weight:700;
}
.bigTitleBox {
background-color:#000080;
border-color:#079 #0BE #0BE #079;
border-style:solid;
border-width:1px;
font-size:20px;
font-weight:700;
text-align:center;
}
.topLayout {
width:94%;
}
.insBox {
width:400px;
}
.insLab {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
}
.lBox,.mBox,.mtBox,.mbBox,.rBox {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:2px;
padding:2px;
}
.mtBox {
border-bottom-width:0;
border-left-width:0;
border-right-width:0;
}
.mbBox {
border-left-width:0;
border-right-width:0;
border-top-width:0;
}
.Cell,.lCell,.rCell,.tCell,.bCell,.ltCell,.rtCell,.lbCell,.rbCell,.ltbCell,.rtbCell,.lrbCell,.lrtCell,.tbCell,.lrCell,.lrtbCell {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:0;
padding:2px;
}
.tCell,.ltCell,.rtCell,.ltbCell,.rtbCell,.lrtCell,.tbCell,.lrtbCell {
border-top-width:1px;
}
.bCell,.lbCell,.rbCell,.ltbCell,.rtbCell,.lrbCell,.tbCell,.lrtbCell {
border-bottom-width:1px;
}
tr.resRow {
background-color:#000;
}
tr.resRow:hover {
background-color:#444;
}
tr.resRow td {
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px 0;
padding:2px;
text-align:right;
}
tr.resStat td {
background-color:#989889;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
font-weight:400;
padding-left:3px;
padding-right:3px;
padding-top:3px;
text-align:right;
}
.lrtbSepCell,.ltbSepCell,.rtbSepCell,.tbSepCell {
background-color:#333;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
.lrtbOkSepCell,.ltbOkSepCell,.rtbOkSepCell,.tbOkSepCell {
background-color:#00C000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
.lrtbHalfSepCell,.ltbHalfSepCell,.rtbHalfSepCell,.tbHalfSepCell {
background-color:#80C000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
.lrtbWaitSepCell,.ltbWaitSepCell,.rtbWaitSepCell,.tbWaitSepCell {
background-color:#C0C000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
.lrtbXSepCell,.ltbXSepCell,.rtbXSepCell,.tbXSepCell {
background-color:#C00080;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
.lrtbFailSepCell,.ltbFailSepCell,.rtbFailSepCell,.tbFailSepCell {
background-color:#C04000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:0;
padding:2px;
}
.lrtbEditSepCell,.ltbEditSepCell,.rtbEditSepCell,.tbEditSepCell {
background-color:#09c;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
input.std,input.stdDis,input.test,input.testDis,input.flt,input.fltDis,input.seek,input.seekDis,input.err {
border-color:#6C6C61 #B2B2A7 #B2B2A7 #6C6C61;
border-style:solid;
border-width:1px;
color:#FFF;
font-size:12px;
font-weight:700;
}
input.std,input.test {
background-color:#09C;
}
input.err {
background-color:#c00000;
}
input.stdDis,input.testDis {
background-color:#989889;
}
select.std,select.stdDis,select.test,select.flt {
font-family:Courier;
font-size:12px;
}
input.fltDis {
background-color:#989889;
color:#fFF;
}
input.flt {
background-color:#989889;
color:#000;
}
input.seekDis {
background-color:#989889;
color:#fFF;
font-size:10px;
}
input.seek {
background-color:#989889;
color:#000;
font-size:10px;
}
select.seek {
font-family:Courier;
font-size:10px;
}
.textStd {
color:#000;
}
.textDis {
color:gray;
}
.dupG {
color:#ff0;
}
.dupC {
color:#c00000;
}
.grayBox,.greenBox,.redBox,.yellowBox,.legendBox {
border-color:#666 #FFF #FFF #666;
border-style:solid;
border-width:1px;
display:block;
height:8px;
width:8px;
}
.grayBox {
background-color:silver;
}
.greenBox {
background-color:#0f0;
}
.redBox {
background-color:red;
}
.yellowBox {
background-color:#ff0;
}
.legendBox {
margin:3px;
}
.nOk:before {
color:red;
content:"\2718";
float:left;
}
.wOk:before {
color:#f0f;
content:"\2718";
float:left;
}
.yOk:before {
color:green;
content:"\2714";
float:left;
}
.oOk:before {
color:#FF0;
content:"\2714";
float:left;
}
.but2 {
background-color:#333;
border-color:#666 #222 #222 #666;
border-style:solid;
border-width:1px;
display:block;
padding-left:5px;
padding-right:5px;
text-align:center;
}
.butJSDis {
color:#404040;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butJSDel {
color:#909;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butJSDel:hover {
background-color:#909;
color:#fc0;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butLink:hover {
color:#FFF;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butDel {
color:red;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butDel:hover {
background-color:red;
color:#fc0;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butWarn {
color:#ff0;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butWarn:hover {
background-color:#FF0;
color:#000;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butSortHi {
color:#00F;
font-weight:700;
text-decoration:none;
}
.disButton {
background-color:#444;
border-color:#FFF #666 #666 #FFF;
border-style:solid;
border-width:1px;
color:gray;
font-weight:400;
height:16px;
width:120px;
}
.delButton {
background-color:#444;
border-color:#FFF #666 #666 #FFF;
border-style:solid;
border-width:1px;
color:red;
font-weight:700;
height:16px;
width:120px;
}
.fltButton {
background-color:#989889;
border-color:#B2B2A7 #6C6C61 #6C6C61 #B2B2A7;
border-style:solid;
border-width:1px;
color:#000;
font-weight:700;
height:16px;
width:120px;
}
.seekButton {
background-color:#989889;
border-color:#B2B2A7 #6C6C61 #6C6C61 #B2B2A7;
border-style:solid;
border-width:1px;
color:#000;
font-weight:700;
height:16px;
width:80px;
}
.flatButton {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
text-align:center;
}
.hdrUp {
background-color:#2e2e2e;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
height:15px;
padding-left:3px;
padding-right:3px;
padding-top:3px;
}
.hdrDown {
background-color:#2e2e2e;
border-color:#666 #ccc #ccc #666;
border-style:solid;
border-width:1px;
height:15px;
padding-left:3px;
padding-right:3px;
padding-top:3px;
}
.hdrDis {
background-color:#2e2e2e;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
font-weight:400;
height:15px;
padding-left:3px;
padding-right:3px;
padding-top:3px;
}
.hdrLink {
display:block;
width:100%;
}
img.border {
border-color:#6C6C61 #B2B2A7 #B2B2A7 #6C6C61;
border-style:solid;
border-width:1px;
}
img {
filter: invert(100%);
transition: filter .2s ease;
}
img:hover {
filter: invert(0%);
background: #fff;
}
.visY {
visibility:visible;
}
.visN {
visibility:hidden;
}
table.header {
background-color:#000080;
font-size:16px;
font-weight:700;
}
td.header {
font-size:16px;
font-weight:700;
padding:2px;
}
.textOk {
color:#009940;
font-weight:700;
}
.textWarn {
color:#DD0;
font-weight:700;
}
.textCrit {
color:#994040;
font-weight:700;
}
.textOther {
color:gray;
font-weight:700;
}
a,a.butSortLo {
color:#fff;
font-weight:700;
text-decoration:none;
}
a:hover,a.butSortLo:hover,a.butSortHi:hover {
color:#FFF;
font-weight:700;
text-decoration:none;
}
.w35,.w40 {
width:40px;
}
.lBox,.ltbSepCell,.ltbOkSepCell,.ltbHalfSepCell,.ltbWaitSepCell,.ltbXSepCell,.ltbFailSepCell,.ltbEditSepCell {
border-right-width:0;
}
.mBox,.tbSepCell,.tbOkSepCell,.tbHalfSepCell,.tbWaitSepCell,.tbXSepCell,.tbFailSepCell,.tbEditSepCell {
border-left-width:0;
border-right-width:0;
}
.rBox,.rtbSepCell,.rtbOkSepCell,.rtbHalfSepCell,.rtbWaitSepCell,.rtbXSepCell,.rtbFailSepCell,.rtbEditSepCell {
border-left-width:0;
}
.lCell,.ltCell,.lbCell,.ltbCell,.lrbCell,.lrtCell,.lrCell,.lrtbCell,tr.resRow td:first-child {
border-left-width:1px;
}
.rCell,.rtCell,.rbCell,.rtbCell,.lrbCell,.lrtCell,.lrCell,.lrtbCell,tr.resRow td:last-child {
border-right-width:1px;
}
tr.resHdr td,.hdrCell {
background-color:#2e2e2e;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
font-weight:400;
padding-left:3px;
padding-right:3px;
padding-top:3px;
}
.textHi,.pageCount {
color:maroon;
}
.dupS,.dupA {
color:#c000c0;
}
.but1,.outButton {
background-color:#000;
padding:1px;
}
a.butJS,a.butTest {
color:#00f;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butJS:hover,a.butTest:hover,a.butLink {
color:#ccc;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
.updButton,.insButton {
background-color:#444;
border-color:#FFF #666 #666 #FFF;
border-style:solid;
border-width:1px;
color:#fff;
font-weight:700;
height:16px;
width:120px;
cursor: pointer;
} | src/themes/orig-dark.css | body {
background-color:#1c1c1c;
color:#fff;
font-family:Tahoma;
font-size:10px;
margin:0;
}
body > table td{
background-color: #008500;
}
form {
margin:0;
padding:0;
}
input,button,select,tr {
font-family:Tahoma;
font-size:12px;
}
input,select {
background-color: #000;
color: #fff;
}
input[type="radio"][disabled]::before {
content: "";
width: 12px;
height: 12px;
display: block;
background: #999;
border-radius: 100%;
line-height: 12px;
font-size: 8px;
text-indent: 1px;
}
input[type="radio"][disabled][checked]::before {
content: "\26AB";
}
.menu {
background-color:#0CF;
cursor:default;
}
.menuPane {
background-color:#0CF;
border:solid 1px #000;
display:none;
position:absolute;
}
.menuSep {
background-color:#000;
font-size:0;
height:1px;
width:90%;
}
.item,.itemLo,.itemHi {
cursor:default;
font-family:Tahoma, Verdana, sans-serif;
font-size:12px;
padding:.2em .4em;
}
.itemLo {
font-weight:700;
}
.itemHi {
background-color:#08C;
font-weight:700;
}
.navLink {
font-size:16px;
}
.ac {
text-align:center;
}
.al {
text-align:left;
}
.ar {
text-align:right;
}
.w20 {
width:20px;
}
.w50 {
width:50px;
}
.w65 {
width:65px;
}
.w70 {
width:70px;
}
.w80 {
width:80px;
}
.w100 {
width:100px;
}
.w120 {
width:120px;
}
.w200 {
width:200px;
}
.w270 {
width:270px;
}
.w450 {
width:450px;
}
.fw {
width:100%;
}
.w80p {
width:80%;
}
.w50p {
width:50%;
}
.float {
float:left;
}
.fntSmall {
font-size:8px;
}
.menuList {
font-size:16px;
font-weight:700;
}
.menuListDis {
color:#898989;
font-size:16px;
font-weight:700;
}
.outBox {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:2px;
}
.outBox1 {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:0 2px 2px;
}
.titleBox {
background-color:#000080;
border-color:#079 #0BE #0BE #079;
border-style:solid;
border-width:1px;
font-weight:700;
}
.bigTitleBox {
background-color:#000080;
border-color:#079 #0BE #0BE #079;
border-style:solid;
border-width:1px;
font-size:20px;
font-weight:700;
text-align:center;
}
.topLayout {
width:94%;
}
.insBox {
width:400px;
}
.insLab {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
}
.lBox,.mBox,.mtBox,.mbBox,.rBox {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:2px;
padding:2px;
}
.mtBox {
border-bottom-width:0;
border-left-width:0;
border-right-width:0;
}
.mbBox {
border-left-width:0;
border-right-width:0;
border-top-width:0;
}
.Cell,.lCell,.rCell,.tCell,.bCell,.ltCell,.rtCell,.lbCell,.rbCell,.ltbCell,.rtbCell,.lrbCell,.lrtCell,.tbCell,.lrCell,.lrtbCell {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:0;
padding:2px;
}
.tCell,.ltCell,.rtCell,.ltbCell,.rtbCell,.lrtCell,.tbCell,.lrtbCell {
border-top-width:1px;
}
.bCell,.lbCell,.rbCell,.ltbCell,.rtbCell,.lrbCell,.tbCell,.lrtbCell {
border-bottom-width:1px;
}
tr.resRow {
background-color:#000;
}
tr.resRow:hover {
background-color:#444;
}
tr.resRow td {
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px 0;
padding:2px;
text-align:right;
}
tr.resStat td {
background-color:#989889;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
font-weight:400;
padding-left:3px;
padding-right:3px;
padding-top:3px;
text-align:right;
}
.lrtbSepCell,.ltbSepCell,.rtbSepCell,.tbSepCell {
background-color:#333;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
.lrtbOkSepCell,.ltbOkSepCell,.rtbOkSepCell,.tbOkSepCell {
background-color:#00C000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
.lrtbHalfSepCell,.ltbHalfSepCell,.rtbHalfSepCell,.tbHalfSepCell {
background-color:#80C000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
.lrtbWaitSepCell,.ltbWaitSepCell,.rtbWaitSepCell,.tbWaitSepCell {
background-color:#C0C000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
.lrtbXSepCell,.ltbXSepCell,.rtbXSepCell,.tbXSepCell {
background-color:#C00080;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
.lrtbFailSepCell,.ltbFailSepCell,.rtbFailSepCell,.tbFailSepCell {
background-color:#C04000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:0;
padding:2px;
}
.lrtbEditSepCell,.ltbEditSepCell,.rtbEditSepCell,.tbEditSepCell {
background-color:#09c;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
padding:2px;
}
input.std,input.stdDis,input.test,input.testDis,input.flt,input.fltDis,input.seek,input.seekDis,input.err {
border-color:#6C6C61 #B2B2A7 #B2B2A7 #6C6C61;
border-style:solid;
border-width:1px;
color:#FFF;
font-size:12px;
font-weight:700;
}
input.std,input.test {
background-color:#09C;
}
input.err {
background-color:#c00000;
}
input.stdDis,input.testDis {
background-color:#989889;
}
select.std,select.stdDis,select.test,select.flt {
font-family:Courier;
font-size:12px;
}
input.fltDis {
background-color:#989889;
color:#fFF;
}
input.flt {
background-color:#989889;
color:#000;
}
input.seekDis {
background-color:#989889;
color:#fFF;
font-size:10px;
}
input.seek {
background-color:#989889;
color:#000;
font-size:10px;
}
select.seek {
font-family:Courier;
font-size:10px;
}
.textStd {
color:#000;
}
.textDis {
color:gray;
}
.dupG {
color:#ff0;
}
.dupC {
color:#c00000;
}
.grayBox,.greenBox,.redBox,.yellowBox,.legendBox {
border-color:#666 #FFF #FFF #666;
border-style:solid;
border-width:1px;
display:block;
height:8px;
width:8px;
}
.grayBox {
background-color:silver;
}
.greenBox {
background-color:#0f0;
}
.redBox {
background-color:red;
}
.yellowBox {
background-color:#ff0;
}
.legendBox {
margin:3px;
}
.nOk:before {
color:red;
content:"\2718";
float:left;
}
.wOk:before {
color:#f0f;
content:"\2718";
float:left;
}
.yOk:before {
color:green;
content:"\2714";
float:left;
}
.oOk:before {
color:#FF0;
content:"\2714";
float:left;
}
.but2 {
background-color:#333;
border-color:#666 #222 #222 #666;
border-style:solid;
border-width:1px;
display:block;
padding-left:5px;
padding-right:5px;
text-align:center;
}
.butJSDis {
color:#404040;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butJSDel {
color:#909;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butJSDel:hover {
background-color:#909;
color:#fc0;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butLink:hover {
color:#FFF;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butDel {
color:red;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butDel:hover {
background-color:red;
color:#fc0;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butWarn {
color:#ff0;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butWarn:hover {
background-color:#FF0;
color:#000;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butSortHi {
color:#00F;
font-weight:700;
text-decoration:none;
}
.disButton {
background-color:#444;
border-color:#FFF #666 #666 #FFF;
border-style:solid;
border-width:1px;
color:gray;
font-weight:400;
height:16px;
width:120px;
}
.delButton {
background-color:#444;
border-color:#FFF #666 #666 #FFF;
border-style:solid;
border-width:1px;
color:red;
font-weight:700;
height:16px;
width:120px;
}
.fltButton {
background-color:#989889;
border-color:#B2B2A7 #6C6C61 #6C6C61 #B2B2A7;
border-style:solid;
border-width:1px;
color:#000;
font-weight:700;
height:16px;
width:120px;
}
.seekButton {
background-color:#989889;
border-color:#B2B2A7 #6C6C61 #6C6C61 #B2B2A7;
border-style:solid;
border-width:1px;
color:#000;
font-weight:700;
height:16px;
width:80px;
}
.flatButton {
background-color:#000;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
text-align:center;
}
.hdrUp {
background-color:#2e2e2e;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
height:15px;
padding-left:3px;
padding-right:3px;
padding-top:3px;
}
.hdrDown {
background-color:#2e2e2e;
border-color:#666 #ccc #ccc #666;
border-style:solid;
border-width:1px;
height:15px;
padding-left:3px;
padding-right:3px;
padding-top:3px;
}
.hdrDis {
background-color:#2e2e2e;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
font-weight:400;
height:15px;
padding-left:3px;
padding-right:3px;
padding-top:3px;
}
.hdrLink {
display:block;
width:100%;
}
img.border {
border-color:#6C6C61 #B2B2A7 #B2B2A7 #6C6C61;
border-style:solid;
border-width:1px;
}
img {
filter: invert(100%);
transition: filter .2s ease;
}
img:hover {
filter: invert(0%);
background: #fff;
}
.visY {
visibility:visible;
}
.visN {
visibility:hidden;
}
table.header {
background-color:#000080;
font-size:16px;
font-weight:700;
}
td.header {
font-size:16px;
font-weight:700;
padding:2px;
}
.textOk {
color:#009940;
font-weight:700;
}
.textWarn {
color:#DD0;
font-weight:700;
}
.textCrit {
color:#994040;
font-weight:700;
}
.textOther {
color:gray;
font-weight:700;
}
a,a.butSortLo {
color:#fff;
font-weight:700;
text-decoration:none;
}
a:hover,a.butSortLo:hover,a.butSortHi:hover {
color:#FFF;
font-weight:700;
text-decoration:none;
}
.w35,.w40 {
width:40px;
}
.lBox,.ltbSepCell,.ltbOkSepCell,.ltbHalfSepCell,.ltbWaitSepCell,.ltbXSepCell,.ltbFailSepCell,.ltbEditSepCell {
border-right-width:0;
}
.mBox,.tbSepCell,.tbOkSepCell,.tbHalfSepCell,.tbWaitSepCell,.tbXSepCell,.tbFailSepCell,.tbEditSepCell {
border-left-width:0;
border-right-width:0;
}
.rBox,.rtbSepCell,.rtbOkSepCell,.rtbHalfSepCell,.rtbWaitSepCell,.rtbXSepCell,.rtbFailSepCell,.rtbEditSepCell {
border-left-width:0;
}
.lCell,.ltCell,.lbCell,.ltbCell,.lrbCell,.lrtCell,.lrCell,.lrtbCell,tr.resRow td:first-child {
border-left-width:1px;
}
.rCell,.rtCell,.rbCell,.rtbCell,.lrbCell,.lrtCell,.lrCell,.lrtbCell,tr.resRow td:last-child {
border-right-width:1px;
}
tr.resHdr td,.hdrCell {
background-color:#2e2e2e;
border-color: #777 #333 #333 #555;
border-style:solid;
border-width:1px;
font-weight:400;
padding-left:3px;
padding-right:3px;
padding-top:3px;
}
.textHi,.pageCount {
color:maroon;
}
.dupS,.dupA {
color:#c000c0;
}
.but1,.outButton {
background-color:#000;
padding:1px;
}
a.butJS,a.butTest {
color:#00f;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
a.butJS:hover,a.butTest:hover,a.butLink {
color:#ccc;
display:block;
font-weight:700;
text-decoration:none;
width:100%;
}
.updButton,.insButton {
background-color:#444;
border-color:#FFF #666 #666 #FFF;
border-style:solid;
border-width:1px;
color:#fff;
font-weight:700;
height:16px;
width:120px;
cursor: pointer;
} | 0.328529 | 0.089574 |
html {
font-size: 100%;
}
body {
background-image: url("../img/pexels-taryn-elliott-5405596.jpg");
background-repeat: repeat;
color: aliceblue;
}
form {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
background-color: rgba(0, 0, 0, 0.726);
align-items: center;
padding: 2%;
border-radius: 30px;
}
h2 {
font-size: 1.8em;
margin-bottom: 10px;
}
input,
button,
select,
textarea {
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
padding: 2px 15px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 1rem;
border: none;
}
button {
border-radius: 50px;
cursor: pointer;
margin-top: 10px;
background-color: #ffe942;
font-size: 1.5rem;
}
button:hover {
font-weight: bolder;
background-color: #ffe942;
}
input[type="datetime-local"] {
padding-left: 5%;
}
input[type="radio"] {
width: 5%;
margin-top: 1rem;
font-size: 1rem;
}
label {
color: aliceblue;
font-size: 1.25rem;
}
.rotulo {
color: aliceblue;
font-size: 1.25rem;
}
.feedback.success {
color: rgb(98, 255, 98);
}
.feedback.erro {
color: rgb(255, 2, 2);
}
.feedback {
color: transparent;
left: 0;
width: 100%;
height: 25px;
margin-top: 2.5px;
color: transparent;
}
@media (max-width: 580px) {
form h2 {
font-size: 1.5em;
}
form p {
font-size: 1em;
}
}
@media (max-width: 560px) {
body {
background-image: none;
background-color: #ffec61;
}
form {
margin-top: 10px;
width: 90%;
padding: 10px 15px;
border-radius: 10px;
background-color: white;
height: fit-content;
color: black;
box-shadow: 8px 8px 3px black;
-moz-box-shadow: 8px 8px 3px black;
-webkit-box-shadow: 8px 8px 3px black;
}
form label,
p {
color: black !important;
font-size: 1.2em;
}
form h2 {
margin: 0;
margin-bottom: 10px;
font-size: 1.5em;
}
form p {
font-size: 1em;
}
form input[type="text"],
input[type="password"],
select {
color: black;
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 2px solid gray;
}
button {
border: 1px solid black;
background-color: #ffec61;
font-size: 1em;
font-weight: bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 10px;
}
} | public/style/style-event.css | html {
font-size: 100%;
}
body {
background-image: url("../img/pexels-taryn-elliott-5405596.jpg");
background-repeat: repeat;
color: aliceblue;
}
form {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
background-color: rgba(0, 0, 0, 0.726);
align-items: center;
padding: 2%;
border-radius: 30px;
}
h2 {
font-size: 1.8em;
margin-bottom: 10px;
}
input,
button,
select,
textarea {
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
padding: 2px 15px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 1rem;
border: none;
}
button {
border-radius: 50px;
cursor: pointer;
margin-top: 10px;
background-color: #ffe942;
font-size: 1.5rem;
}
button:hover {
font-weight: bolder;
background-color: #ffe942;
}
input[type="datetime-local"] {
padding-left: 5%;
}
input[type="radio"] {
width: 5%;
margin-top: 1rem;
font-size: 1rem;
}
label {
color: aliceblue;
font-size: 1.25rem;
}
.rotulo {
color: aliceblue;
font-size: 1.25rem;
}
.feedback.success {
color: rgb(98, 255, 98);
}
.feedback.erro {
color: rgb(255, 2, 2);
}
.feedback {
color: transparent;
left: 0;
width: 100%;
height: 25px;
margin-top: 2.5px;
color: transparent;
}
@media (max-width: 580px) {
form h2 {
font-size: 1.5em;
}
form p {
font-size: 1em;
}
}
@media (max-width: 560px) {
body {
background-image: none;
background-color: #ffec61;
}
form {
margin-top: 10px;
width: 90%;
padding: 10px 15px;
border-radius: 10px;
background-color: white;
height: fit-content;
color: black;
box-shadow: 8px 8px 3px black;
-moz-box-shadow: 8px 8px 3px black;
-webkit-box-shadow: 8px 8px 3px black;
}
form label,
p {
color: black !important;
font-size: 1.2em;
}
form h2 {
margin: 0;
margin-bottom: 10px;
font-size: 1.5em;
}
form p {
font-size: 1em;
}
form input[type="text"],
input[type="password"],
select {
color: black;
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 2px solid gray;
}
button {
border: 1px solid black;
background-color: #ffec61;
font-size: 1em;
font-weight: bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 10px;
}
} | 0.449634 | 0.125896 |
body {
font-weight: 300;
/* background-color: #1c9287;*/
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, Arial, Verdana;
}
.user{
background-color: pink;
}
.container-fluid{
/* background-color: #1c9287; */
}
.main-dashboardContainer, .main-dashboardMobileContainer {
background-color: #f7f7f7;
}
.main-infoFooter {
margin-left: 0px ;
}
.main-downloadlink {
font-size: 14px ;
font: -webkit-control;
}
.main-infoBar {
padding-left: 0px ;
}
.main-infoBar .main-infoBody {
padding-left: 13px;
}
.main-infoBar .main-downloadBtn {
padding: 20px 14px 20px 0px;
max-width: 225px;
}
.main-infoBar .main-downloadBtn a {
padding: 20px 0 20px 34px;
}
.row.content {
height: 550px
}
.sidenav {
background: #1c9287;
}
#nav{
max-height: 2200px;
}
.nav-stacked {
margin-top: 35px;
}
.nav-stacked li.active a {
border-left: 5px solid #333333;
}
.nav-stacked li a {
margin-left: -17px;
border-bottom: 1px solid rgba(211, 211, 211, 0.27);
}
.nav li.active
{
margin-left: 1px;
}
.nav-stacked li a,
.nav-stacked li.active a {
color: rgb(241, 241, 243);
text-align: center;
}
.nav-stacked li a:hover,
.nav-stacked li a:active,
.nav-stacked li.active a:hover,
.nav-stacked li.active a:active,
.nav-stacked li.active a:focus {
background: #c7c7c7;
color: #000000;
}
a{
color: white;
margin: 17px;
font-size: 18px;
vertical-align: middle;
}
.nav-stacked li.active a {
background: none;
font-weight: 600;
color: #000000;
}
h1 {
margin: 5px 0 0;
font-weight: 300;
}
h5 {
color: #666666;
}
hr {
margin: 10px 0 15px;
}
.well {
background: rgba(230, 241, 245, 0.38);
box-shadow: none;
}
.form-inline .input-group {
width: 83%;
}
.datetimepickerwrapper {
text-align: right;
margin-top: 27px;
}
#loader{
position:fixed;
z-index: 10;
background: transparent;
background-color: #fff;
opacity: .6;
}
#loader img
{
margin-top: 30%;
background: white;
}
.sidenav-container {
width: 200px;
}
.user-info {
padding: 6px 10px;
color: #7b7979;
margin-right: 10px;
}
@media screen and (max-width: 960px) {
.sidenav-container {
max-width: 200px;
}
h1 {
font-size: 24px;
}
.datetimepickerwrapper {
text-align: left;
}
}
@media screen and (max-width: 767px) {
h1 {
font-size: 18px;
}
.row.content {
height: auto; /* On small screens, set height to 'auto' for the grid */
}
.form-inline .input-group {
width: 100%;
}
}
.wit{
color: white;
}
#contemt-main{
padding: 14px;
}
h3{
/* color: white; */
display: inline-block;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 0px;
border: 1px solid transparent;
}
.nv{
background-color: #1c9287;
/* height: 50%; */
padding: 15px;
}
button{
background-color: #1c9287;
border: 0px;
color: white;
padding: 12px;
}
.drop-shadow {
position: relative;
float: left;
/*! width: 40%; */
padding: 1em;
margin: 2em 10px 4em;
background: #fff;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
-mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before,
.drop-shadow:after {
content: "";
position: absolute;
z-index: -2;
}
.drop-shadow p {
font-size: 16px;
font-weight: bold;
}
.lifted {
-moz-border-radius: 4px;
border-radius: 4px;
}
.lifted:before,
.lifted:after {
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
max-height: 100px;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-mox-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.lifted:after {
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}
.curled {
border: 1px solid #efefef;
-moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
border-radius: 0 0 120px 120px / 0 0 6px 6px;
}button {
background-color: #1c9287 !important;
border: 0px;
padding: 13px !important;
width: 70px;
border-radius: 3px;}
h1 {
font-size: 24px;
}
.h2, h2 {
font-size: 25px;
} | public/adminboard/css/main.css | body {
font-weight: 300;
/* background-color: #1c9287;*/
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, Arial, Verdana;
}
.user{
background-color: pink;
}
.container-fluid{
/* background-color: #1c9287; */
}
.main-dashboardContainer, .main-dashboardMobileContainer {
background-color: #f7f7f7;
}
.main-infoFooter {
margin-left: 0px ;
}
.main-downloadlink {
font-size: 14px ;
font: -webkit-control;
}
.main-infoBar {
padding-left: 0px ;
}
.main-infoBar .main-infoBody {
padding-left: 13px;
}
.main-infoBar .main-downloadBtn {
padding: 20px 14px 20px 0px;
max-width: 225px;
}
.main-infoBar .main-downloadBtn a {
padding: 20px 0 20px 34px;
}
.row.content {
height: 550px
}
.sidenav {
background: #1c9287;
}
#nav{
max-height: 2200px;
}
.nav-stacked {
margin-top: 35px;
}
.nav-stacked li.active a {
border-left: 5px solid #333333;
}
.nav-stacked li a {
margin-left: -17px;
border-bottom: 1px solid rgba(211, 211, 211, 0.27);
}
.nav li.active
{
margin-left: 1px;
}
.nav-stacked li a,
.nav-stacked li.active a {
color: rgb(241, 241, 243);
text-align: center;
}
.nav-stacked li a:hover,
.nav-stacked li a:active,
.nav-stacked li.active a:hover,
.nav-stacked li.active a:active,
.nav-stacked li.active a:focus {
background: #c7c7c7;
color: #000000;
}
a{
color: white;
margin: 17px;
font-size: 18px;
vertical-align: middle;
}
.nav-stacked li.active a {
background: none;
font-weight: 600;
color: #000000;
}
h1 {
margin: 5px 0 0;
font-weight: 300;
}
h5 {
color: #666666;
}
hr {
margin: 10px 0 15px;
}
.well {
background: rgba(230, 241, 245, 0.38);
box-shadow: none;
}
.form-inline .input-group {
width: 83%;
}
.datetimepickerwrapper {
text-align: right;
margin-top: 27px;
}
#loader{
position:fixed;
z-index: 10;
background: transparent;
background-color: #fff;
opacity: .6;
}
#loader img
{
margin-top: 30%;
background: white;
}
.sidenav-container {
width: 200px;
}
.user-info {
padding: 6px 10px;
color: #7b7979;
margin-right: 10px;
}
@media screen and (max-width: 960px) {
.sidenav-container {
max-width: 200px;
}
h1 {
font-size: 24px;
}
.datetimepickerwrapper {
text-align: left;
}
}
@media screen and (max-width: 767px) {
h1 {
font-size: 18px;
}
.row.content {
height: auto; /* On small screens, set height to 'auto' for the grid */
}
.form-inline .input-group {
width: 100%;
}
}
.wit{
color: white;
}
#contemt-main{
padding: 14px;
}
h3{
/* color: white; */
display: inline-block;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 0px;
border: 1px solid transparent;
}
.nv{
background-color: #1c9287;
/* height: 50%; */
padding: 15px;
}
button{
background-color: #1c9287;
border: 0px;
color: white;
padding: 12px;
}
.drop-shadow {
position: relative;
float: left;
/*! width: 40%; */
padding: 1em;
margin: 2em 10px 4em;
background: #fff;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
-mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before,
.drop-shadow:after {
content: "";
position: absolute;
z-index: -2;
}
.drop-shadow p {
font-size: 16px;
font-weight: bold;
}
.lifted {
-moz-border-radius: 4px;
border-radius: 4px;
}
.lifted:before,
.lifted:after {
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
max-height: 100px;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-mox-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.lifted:after {
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}
.curled {
border: 1px solid #efefef;
-moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
border-radius: 0 0 120px 120px / 0 0 6px 6px;
}button {
background-color: #1c9287 !important;
border: 0px;
padding: 13px !important;
width: 70px;
border-radius: 3px;}
h1 {
font-size: 24px;
}
.h2, h2 {
font-size: 25px;
} | 0.351645 | 0.09122 |
div.tabular {
display : table; /** table **/
border : 1px solid #d8d8d8;
border-bottom : 0;
width : 100%;
}
div.tabular .header {
display: table-header-group; /** thead **/
background-color : #f1f1f1;
}
div.tabular .header .cell {
font : 12px/25px 'Verdana';
color : #333333;
text-align : center;
border-top : 2px solid #f8f8f8;
}
div.tabular .row-group {
display : table-row-group; /** tbody **/
}
div.tabular .footer {
display : table-footer-group; /** tfoot**/
}
/** Row Action **/
div.tabular .row {
display : table-row; /** tr **/
}
div.tabular .row:hover .cell,
tbody tr:hover td{
background-color : #94CEEB !important;
}
div.tabular .row .cell {
font : 11px/24px 'Verdana';
color : #666;
}
div.tabular .row.blue .cell,
div.tabular .row .cell.blue,
tbody tr.blue td,
tbody tr td.blue {
background-color : #edf9ff;
}
div.tabular .row.lightBlue .cell,
div.tabular .row .cell.lightBlue,
tbody tr.lightBlue td,
tbody tr td.lightBlue {
background-color : #17B2FF;
color : #fff;
}
div.tabular .row.red .cell,
div.tabular .row .cell.red,
tbody tr.red td,
tbody tr td.red {
background-color : #ffeded;
}
div.tabular .row.pink .cell,
div.tabular .row .cell.pink,
tbody tr.pink td,
tbody tr td.pink {
background-color : #ffedfe;
}
div.tabular .row.green .cell,
div.tabular .row .cell.green,
div.tabular .row.system .cell,
div.tabular .row .cell.system,
tbody tr.green td,
tbody tr td.green,
tbody tr.system td,
tbody tr td.system {
background-color : #f3ffed;
}
div.tabular .row .cell.publish,
tbody tr td.publish {
color : #7ba218;
}
div.tabular .row .cell.un-publish {
color : #d5150b;
}
div.tabular .row .cell.is-active {
width : 100px;
text-align : center;
}
div.tabular .row .cell.code {
width : 100px;
text-align : center;
}
/** Cell Block **/
div.tabular .cell {
display : table-cell; /** td,th **/
padding : 5px;
border-bottom : 1px solid #d8d8d8;
border-left : 1px solid #d8d8d8;
}
div.tabular .cell:first-child{
border-left : 0;
}
div.tabular .cell.center,
div.tabular .cell.action ,
div.tabular .cell.create-time,
div.tabular .cell.update-time,
tbody tr td.center,
tbody tr td.action,
tbody tr td.create-time,
tbody tr td.update-time {
text-align : center;
}
div.tabular .cell.create-time,
div.tabular .cell.update-time,
tbody tr td.create-time,
tbody tr td.update-time {
width : 150px;
}
div.tabular .cell.no-border-left {
border-left : 0;
}
div.tabular .cell.no-border-bottom {
border-bottom : 0;
}
div.tabular .header .cell.numbering,
table.tabular thead tr td.numbering {
width : 40px;
}
table.tabular thead tr td.numbering.traversing-index {
width : 80px;
}
/** Action Block **/
div.tabular .header .cell.action.job1,
div.tabular .header .cell.action.job2,
table.tabular thead tr td.action.job1,
table.tabular thead tr td.action.job2 {
width : 80px;
}
div.tabular .header .cell.action.job3,
table.tabular thead tr td.action.job3 {
width : 110px;
}
div.tabular .header .cell.action.job4,
table.tabular thead tr td.action.job4 {
width : 140px;
}
div.tabular .header .cell.action.job5,
table.tabular thead tr td.action.job5 {
width : 170px;
}
div.tabular .row .cell.action {
}
.action a.icon, .action span.icon {
display : inline-block;
width : 22px;
height : 22px;
background-image : url('../img/icon-action.png');
background-repeat : no-repeat;
background-color : transparent;
cursor : pointer;
margin-left : 5px;
margin-bottom : -7px;
}
.action a.icon:first-child, .action span.icon:first-child{
margin-left : 0;
}
.action a.icon.status.active:hover, .action span.icon.status.active:hover{
background-position : 0 -23px;
}
.action a.icon.status.in-active, .action span.icon.status.in-active {
background-position : -23px 0;
}
.action a.icon.status.in-active:hover, .action span.icon.status.in-active:hover {
background-position : -23px -23px;
}
.action a.icon.edit, .action span.icon.edit{
background-position : -46px 0;
}
.action a.icon.edit:hover, .action span.icon.edit:hover{
background-position : -46px -23px;
}
.action a.icon.view, .action span.icon.view{
background-position : 0px -46px;
}
.action a.icon.view:hover, .action span.icon.view:hover{
background-position : 0 -69px;
}
.action a.icon.delete, .action span.icon.delete{
background-position : -69px 0;
}
.action a.icon.delete:hover, .action span.icon.delete:hover{
background-position : -69px -23px;
}
.action a.icon.feature, .action span.icon.feature{
background-position : -23px -46px;
}
.action a.icon.feature:hover, .action span.icon.feature:hover{
background-position : -23px -69px;
}
.action a.icon.save, .action span.icon.save{
background-position : -92px 0;
}
.action a.icon.save:hover, .action span.icon.save:hover{
background-position : -92px -23px;
}
div.tabular .column-group {
display : table-column-group; /** column group **/
}
div.tabular .column {
display : table-column; /** column **/
}
div.tabular .caption {
display : table-caption; /** table caption **/
}
/** Button **/
#create-button {
height : 28px;
clear : both;
float : left;
}
#create-button a, #create-button a span {
display : block;
line-height : 28px;
}
#create-button a {
background : transparent url('../img/bg-left-add-button.png') no-repeat top left;
color : #333;
padding-left : 30px;
}
#create-button a span{
background : transparent url('../img/bg-right-add-button.png') no-repeat top right;
padding : 0 12px 0 10px;
}
div.tabular-pagination {
margin-top : 20px;
text-align : right;
}
table.tabular {
border-collapse : separate;
border : 1px solid #d8d8d8;
border-bottom : 0;
width : 100%;
}
table.tabular td {
display : table-cell; /** td,th **/
padding : 5px;
border-bottom : 1px solid #d8d8d8;
border-left : 1px solid #d8d8d8;
font : 11px/24px 'Verdana';
color : #666;
}
table.tabular td:first-child {
border-left : 0;
}
table.tabular thead tr {
background-color : #f1f1f1;
}
table.tabular thead tr td {
font : 12px/25px 'Verdana';
color : #333333;
text-align : center;
border-top : 2px solid #f8f8f8;
}
/** Tool **/
.tool-wrapper {
float : right;
}
.tool-wrapper .item-tool {
display : inline-block;
margin-left : 10px;
}
.tool-wrapper .item-tool .background-css {
display : block;
padding : 5px 10px;
cursor : pointer;
border-radius : 5px;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
-o-border-radius : 5px;
background-color : rgb(187, 187, 187);
background-image : linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -o-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -moz-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -webkit-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -ms-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -webkit-gradient(linear,left bottom,\left top,color-stop(0, rgb(187, 187, 187)),color-stop(1, rgb(230, 230, 230)));
background-position : center bottom;
}
.tool-wrapper .item-tool .background-css:hover,.tool-wrapper .item-tool .background-css.active:hover {
background-image : linear-gradient(top, rgb(230, 230, 230) 0%, rgb(187, 187, 187) 100%);
background-image : -o-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(187, 187, 187) 100%);
background-image : -moz-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(187, 187, 187) 100%);
background-image : -webkit-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(187, 187, 187) 100%);
background-image : -ms-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(187, 187, 187) 100%);
background-image : -webkit-gradient(linear,left bottom,\left top,color-stop(0, rgb(230, 230, 230)),color-stop(1, rgb(187, 187, 187)));
}
.tool-wrapper .item-tool .background-css.active {
color : #fff;
background-image : linear-gradient(top, rgb(160, 160, 160) 0%, rgb(10, 10, 10) 100%);
background-image : -o-linear-gradient(top, rgb(160, 160, 160) 0%, rgb(10, 10, 10) 100%);
background-image : -moz-linear-gradient(top, rgb(160, 160, 160) 0%, rgb(10, 10, 10) 100%);
background-image : -webkit-linear-gradient(top, rgb(160, 160, 160) 0%, rgb(10, 10, 10) 100%);
background-image : -ms-linear-gradient(top, rgb(160, 160, 160) 0%, rgb(10, 10, 10) 100%);
background-image : -webkit-gradient(linear,left bottom,\left top,color-stop(0, rgb(160, 160, 160)),color-stop(1, rgb(10, 10, 10)));
}
.tool-wrapper .item-tool:last-child {
margin-right : 2px;
}
.item-tool-selection {
color : #333;
display : none;
position : absolute;
right : 0;
margin-right : 51px !important;
border-radius : 5px;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
-o-border-radius : 5px;
margin : 0 0 0 -35px;
padding : 5px 10px;
background-image : linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -o-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -moz-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -webkit-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -ms-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -webkit-gradient(linear,left bottom,\left top,color-stop(0, rgb(187, 187, 187)),color-stop(1, rgb(230, 230, 230)));
}
.tool-wrapper .item-tool.sort_by ul li:hover .item-tool-selection,
.tool-wrapper .item-tool.sort_by ul li.hover .item-tool-selection {
display : block;
}
.item-tool-selection li {
line-height : 22px;
}
.item-tool-selection li .checkbox {
position : absolute;
right : 0;
margin : 5px 10px 0 5px;
}
.item-tool-selection li .checkbox ~ div.label {
margin-right : 20px;
}
.item-tool-selection li .checkbox ~ div.label.asc:before {
content : '(ASC) ';
}
.item-tool-selection li .checkbox ~ div.label.desc:before {
content : '(DESC) ';
}
.item-tool input[type="submit"] {
background-color : rgb(179, 179, 179);
padding : 2px 5px;
border-radius : 5px;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
-o-border-radius : 5px;
cursor : pointer;
}
.item-tool-selection input[type="submit"] {
float : right;
}
.item-tool input[type="text"] {
border : 1px solid #CCCCCC;
border-radius : 5px 5px 5px 5px;
line-height : 20px;
margin-right : 5px;
padding : 5px;
color : #666;
}
.search-result-item {
color : rgb(255,0,0);
margin : 0;
padding : 0;
} | public/backend/css/tabular-css.css | div.tabular {
display : table; /** table **/
border : 1px solid #d8d8d8;
border-bottom : 0;
width : 100%;
}
div.tabular .header {
display: table-header-group; /** thead **/
background-color : #f1f1f1;
}
div.tabular .header .cell {
font : 12px/25px 'Verdana';
color : #333333;
text-align : center;
border-top : 2px solid #f8f8f8;
}
div.tabular .row-group {
display : table-row-group; /** tbody **/
}
div.tabular .footer {
display : table-footer-group; /** tfoot**/
}
/** Row Action **/
div.tabular .row {
display : table-row; /** tr **/
}
div.tabular .row:hover .cell,
tbody tr:hover td{
background-color : #94CEEB !important;
}
div.tabular .row .cell {
font : 11px/24px 'Verdana';
color : #666;
}
div.tabular .row.blue .cell,
div.tabular .row .cell.blue,
tbody tr.blue td,
tbody tr td.blue {
background-color : #edf9ff;
}
div.tabular .row.lightBlue .cell,
div.tabular .row .cell.lightBlue,
tbody tr.lightBlue td,
tbody tr td.lightBlue {
background-color : #17B2FF;
color : #fff;
}
div.tabular .row.red .cell,
div.tabular .row .cell.red,
tbody tr.red td,
tbody tr td.red {
background-color : #ffeded;
}
div.tabular .row.pink .cell,
div.tabular .row .cell.pink,
tbody tr.pink td,
tbody tr td.pink {
background-color : #ffedfe;
}
div.tabular .row.green .cell,
div.tabular .row .cell.green,
div.tabular .row.system .cell,
div.tabular .row .cell.system,
tbody tr.green td,
tbody tr td.green,
tbody tr.system td,
tbody tr td.system {
background-color : #f3ffed;
}
div.tabular .row .cell.publish,
tbody tr td.publish {
color : #7ba218;
}
div.tabular .row .cell.un-publish {
color : #d5150b;
}
div.tabular .row .cell.is-active {
width : 100px;
text-align : center;
}
div.tabular .row .cell.code {
width : 100px;
text-align : center;
}
/** Cell Block **/
div.tabular .cell {
display : table-cell; /** td,th **/
padding : 5px;
border-bottom : 1px solid #d8d8d8;
border-left : 1px solid #d8d8d8;
}
div.tabular .cell:first-child{
border-left : 0;
}
div.tabular .cell.center,
div.tabular .cell.action ,
div.tabular .cell.create-time,
div.tabular .cell.update-time,
tbody tr td.center,
tbody tr td.action,
tbody tr td.create-time,
tbody tr td.update-time {
text-align : center;
}
div.tabular .cell.create-time,
div.tabular .cell.update-time,
tbody tr td.create-time,
tbody tr td.update-time {
width : 150px;
}
div.tabular .cell.no-border-left {
border-left : 0;
}
div.tabular .cell.no-border-bottom {
border-bottom : 0;
}
div.tabular .header .cell.numbering,
table.tabular thead tr td.numbering {
width : 40px;
}
table.tabular thead tr td.numbering.traversing-index {
width : 80px;
}
/** Action Block **/
div.tabular .header .cell.action.job1,
div.tabular .header .cell.action.job2,
table.tabular thead tr td.action.job1,
table.tabular thead tr td.action.job2 {
width : 80px;
}
div.tabular .header .cell.action.job3,
table.tabular thead tr td.action.job3 {
width : 110px;
}
div.tabular .header .cell.action.job4,
table.tabular thead tr td.action.job4 {
width : 140px;
}
div.tabular .header .cell.action.job5,
table.tabular thead tr td.action.job5 {
width : 170px;
}
div.tabular .row .cell.action {
}
.action a.icon, .action span.icon {
display : inline-block;
width : 22px;
height : 22px;
background-image : url('../img/icon-action.png');
background-repeat : no-repeat;
background-color : transparent;
cursor : pointer;
margin-left : 5px;
margin-bottom : -7px;
}
.action a.icon:first-child, .action span.icon:first-child{
margin-left : 0;
}
.action a.icon.status.active:hover, .action span.icon.status.active:hover{
background-position : 0 -23px;
}
.action a.icon.status.in-active, .action span.icon.status.in-active {
background-position : -23px 0;
}
.action a.icon.status.in-active:hover, .action span.icon.status.in-active:hover {
background-position : -23px -23px;
}
.action a.icon.edit, .action span.icon.edit{
background-position : -46px 0;
}
.action a.icon.edit:hover, .action span.icon.edit:hover{
background-position : -46px -23px;
}
.action a.icon.view, .action span.icon.view{
background-position : 0px -46px;
}
.action a.icon.view:hover, .action span.icon.view:hover{
background-position : 0 -69px;
}
.action a.icon.delete, .action span.icon.delete{
background-position : -69px 0;
}
.action a.icon.delete:hover, .action span.icon.delete:hover{
background-position : -69px -23px;
}
.action a.icon.feature, .action span.icon.feature{
background-position : -23px -46px;
}
.action a.icon.feature:hover, .action span.icon.feature:hover{
background-position : -23px -69px;
}
.action a.icon.save, .action span.icon.save{
background-position : -92px 0;
}
.action a.icon.save:hover, .action span.icon.save:hover{
background-position : -92px -23px;
}
div.tabular .column-group {
display : table-column-group; /** column group **/
}
div.tabular .column {
display : table-column; /** column **/
}
div.tabular .caption {
display : table-caption; /** table caption **/
}
/** Button **/
#create-button {
height : 28px;
clear : both;
float : left;
}
#create-button a, #create-button a span {
display : block;
line-height : 28px;
}
#create-button a {
background : transparent url('../img/bg-left-add-button.png') no-repeat top left;
color : #333;
padding-left : 30px;
}
#create-button a span{
background : transparent url('../img/bg-right-add-button.png') no-repeat top right;
padding : 0 12px 0 10px;
}
div.tabular-pagination {
margin-top : 20px;
text-align : right;
}
table.tabular {
border-collapse : separate;
border : 1px solid #d8d8d8;
border-bottom : 0;
width : 100%;
}
table.tabular td {
display : table-cell; /** td,th **/
padding : 5px;
border-bottom : 1px solid #d8d8d8;
border-left : 1px solid #d8d8d8;
font : 11px/24px 'Verdana';
color : #666;
}
table.tabular td:first-child {
border-left : 0;
}
table.tabular thead tr {
background-color : #f1f1f1;
}
table.tabular thead tr td {
font : 12px/25px 'Verdana';
color : #333333;
text-align : center;
border-top : 2px solid #f8f8f8;
}
/** Tool **/
.tool-wrapper {
float : right;
}
.tool-wrapper .item-tool {
display : inline-block;
margin-left : 10px;
}
.tool-wrapper .item-tool .background-css {
display : block;
padding : 5px 10px;
cursor : pointer;
border-radius : 5px;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
-o-border-radius : 5px;
background-color : rgb(187, 187, 187);
background-image : linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -o-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -moz-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -webkit-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -ms-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -webkit-gradient(linear,left bottom,\left top,color-stop(0, rgb(187, 187, 187)),color-stop(1, rgb(230, 230, 230)));
background-position : center bottom;
}
.tool-wrapper .item-tool .background-css:hover,.tool-wrapper .item-tool .background-css.active:hover {
background-image : linear-gradient(top, rgb(230, 230, 230) 0%, rgb(187, 187, 187) 100%);
background-image : -o-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(187, 187, 187) 100%);
background-image : -moz-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(187, 187, 187) 100%);
background-image : -webkit-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(187, 187, 187) 100%);
background-image : -ms-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(187, 187, 187) 100%);
background-image : -webkit-gradient(linear,left bottom,\left top,color-stop(0, rgb(230, 230, 230)),color-stop(1, rgb(187, 187, 187)));
}
.tool-wrapper .item-tool .background-css.active {
color : #fff;
background-image : linear-gradient(top, rgb(160, 160, 160) 0%, rgb(10, 10, 10) 100%);
background-image : -o-linear-gradient(top, rgb(160, 160, 160) 0%, rgb(10, 10, 10) 100%);
background-image : -moz-linear-gradient(top, rgb(160, 160, 160) 0%, rgb(10, 10, 10) 100%);
background-image : -webkit-linear-gradient(top, rgb(160, 160, 160) 0%, rgb(10, 10, 10) 100%);
background-image : -ms-linear-gradient(top, rgb(160, 160, 160) 0%, rgb(10, 10, 10) 100%);
background-image : -webkit-gradient(linear,left bottom,\left top,color-stop(0, rgb(160, 160, 160)),color-stop(1, rgb(10, 10, 10)));
}
.tool-wrapper .item-tool:last-child {
margin-right : 2px;
}
.item-tool-selection {
color : #333;
display : none;
position : absolute;
right : 0;
margin-right : 51px !important;
border-radius : 5px;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
-o-border-radius : 5px;
margin : 0 0 0 -35px;
padding : 5px 10px;
background-image : linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -o-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -moz-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -webkit-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -ms-linear-gradient(top, rgb(187, 187, 187) 0%, rgb(230, 230, 230) 100%);
background-image : -webkit-gradient(linear,left bottom,\left top,color-stop(0, rgb(187, 187, 187)),color-stop(1, rgb(230, 230, 230)));
}
.tool-wrapper .item-tool.sort_by ul li:hover .item-tool-selection,
.tool-wrapper .item-tool.sort_by ul li.hover .item-tool-selection {
display : block;
}
.item-tool-selection li {
line-height : 22px;
}
.item-tool-selection li .checkbox {
position : absolute;
right : 0;
margin : 5px 10px 0 5px;
}
.item-tool-selection li .checkbox ~ div.label {
margin-right : 20px;
}
.item-tool-selection li .checkbox ~ div.label.asc:before {
content : '(ASC) ';
}
.item-tool-selection li .checkbox ~ div.label.desc:before {
content : '(DESC) ';
}
.item-tool input[type="submit"] {
background-color : rgb(179, 179, 179);
padding : 2px 5px;
border-radius : 5px;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
-o-border-radius : 5px;
cursor : pointer;
}
.item-tool-selection input[type="submit"] {
float : right;
}
.item-tool input[type="text"] {
border : 1px solid #CCCCCC;
border-radius : 5px 5px 5px 5px;
line-height : 20px;
margin-right : 5px;
padding : 5px;
color : #666;
}
.search-result-item {
color : rgb(255,0,0);
margin : 0;
padding : 0;
} | 0.412175 | 0.176512 |
.fa-trash {
font-size: 2vh; }
@media only screen and (max-width: 600px) {
.fa-trash {
font-size: 3vh; } }
.upload-icon {
display: flex;
justify-content: center;
align-items: center;
padding-top: 2rem; }
.form-row {
margin-bottom: .5em; }
.fa-pencil-alt {
font-size: 2vh; }
@media only screen and (max-width: 600px) {
.fa-pencil-alt {
font-size: 3vh; } }
.fa {
color: white; }
button {
border: none;
background-color: transparent; }
button:focus {
outline: none; }
.fa-play {
font-size: 2vh; }
@media only screen and (max-width: 600px) {
.fa-play {
font-size: 3vh; } }
.custom-file-upload input[type="file"] {
display: none; }
.custom-file-upload {
all: unset; }
.custom-file-upload {
flex: 1;
margin-top: 3px;
cursor: pointer;
box-shadow: transparent;
text-shadow: transparent; }
.backdrop {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3); }
.editmodal {
max-width: 500px;
min-height: 300px;
margin: 0 auto; }
.backdrop {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3); }
.editmodal {
max-width: 500px;
min-height: 300px;
margin: 0 auto; }
.backdrop {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3); }
.editmodal {
max-width: 500px;
min-height: 300px;
margin: 0 auto; }
.backdrop {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3); }
.editmodal {
max-width: 500px;
min-height: 300px;
margin: 0 auto; }
.aboutBox {
width: 40vw;
position: relative;
margin-top: 2%;
margin-left: 6%; }
li, h3 {
color: #131311;
text-shadow: 3px 4px 8px #676768; }
@media only screen and (max-width: 900px) {
.aboutBox {
width: 100%; } }
.wrapper {
margin: 0;
padding: 0; }
.jumbotron {
background-image: url("https://www.thevoicerealm.com/blog/wp-content/uploads/2013/09/Professional-Studio-Microphone.jpg");
background-size: cover;
position: relative;
width: 100%;
margin-top: 4vh;
padding: 7vh;
box-shadow: 0 3px 6px #999, 0 3px 6px #999; }
form {
width: 50%;
margin: 0 auto; }
.formDiv {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 14vh; }
.formParts {
margin-bottom: 10px !important; }
textarea, input[type=email], input[type=submit]:focus {
outline: none !important; }
input[type=email] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
box-shadow: 0 3px 6px #999, 0 3px 6px #999; }
textarea {
width: 100%;
height: 30vh;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
box-shadow: 0 3px 6px #999, 0 3px 6px #999; }
input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer; }
input[type=submit]:focus {
outline: none;
box-shadow: none; }
input[type=submit] {
background-color: #45a049;
box-shadow: 0 3px 6px #999, 0 3px 6px #999; }
h2 {
font-family: 'Permanent Marker', cursive;
color: whitesmoke;
text-shadow: 3px 3px 3px #131311; }
.footer {
margin-top: 50px;
position: fixed;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #f9f9f9;
box-shadow: 0px -8px 20px 0px #999;
opacity: .9; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
*, ::after, ::before {
box-sizing: border-box; }
@media screen and (max-height: 800px) {
.footer {
display: none !important; } }
.nav_logo {
height: 7vh; }
@media screen and (max-width: 600px) {
.nav_logo {
display: none !important; } }
.navbar_app_name {
font-family: 'Permanent Marker', cursive;
font-size: 8vh;
color: whitesmoke !important;
text-shadow: 3px 3px 3px #131311; }
.nav-link {
color: whitesmoke !important;
font-family: 'open sans';
font-size: 20px;
text-shadow: 2px 2px 2px #131311; }
.nav-link:hover {
color: #FDFB44 !important; }
img.card {
display: flex;
justify-content: space-between;
width: 20%; }
.navbar {
width: 100%;
box-shadow: 0px 8px 20px 0px #999;
opacity: .85; }
.navbar_app_name {
-webkit-animation: animation 3500ms linear both;
animation: animation 3500ms linear both; }
.navbar-toggler {
background-color: whitesmoke; }
.uploadBtn, .logoutBtn {
display: flex;
justify-content: flex-end;
color: white; }
.nav-item.top {
font-size: 4vh; }
.navbar-fixed-top {
display: flex !important;
flex-direction: row-reverse;
background-color: black; }
.logoutBtn {
font-size: 4vh;
margin-right: 14px; }
/* Generated with Bounce.js. Edit at https://goo.gl/et2XBk */
@-webkit-keyframes animation {
0% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1); }
2.92% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1); }
3.37% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1); }
3.47% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1); }
4.58% {
-webkit-transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1);
transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1); }
5.69% {
-webkit-transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1);
transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1); }
5.76% {
-webkit-transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1);
transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1); }
7.41% {
-webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1);
transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1); }
7.51% {
-webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1);
transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1); }
7.88% {
-webkit-transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1);
transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1); }
8.68% {
-webkit-transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1);
transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1); }
10.03% {
-webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1);
transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1); }
10.85% {
-webkit-transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1);
transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1); }
11.53% {
-webkit-transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1);
transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1); }
12.22% {
-webkit-transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1);
transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1); }
14.18% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1); }
14.37% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1); }
19.23% {
-webkit-transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1);
transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1); }
20.01% {
-webkit-transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1);
transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1); }
23.05% {
-webkit-transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1);
transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1); }
25.75% {
-webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1);
transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1); }
26.94% {
-webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1);
transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1); }
31.58% {
-webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1);
transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1); }
31.73% {
-webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1);
transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1); }
37.32% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1); }
38.15% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1); }
42.35% {
-webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1);
transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1); }
48.9% {
-webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1);
transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1); }
57.77% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
60.47% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
69.36% {
-webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.61% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes animation {
0% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1); }
2.92% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1); }
3.37% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1); }
3.47% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1); }
4.58% {
-webkit-transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1);
transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1); }
5.69% {
-webkit-transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1);
transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1); }
5.76% {
-webkit-transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1);
transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1); }
7.41% {
-webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1);
transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1); }
7.51% {
-webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1);
transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1); }
7.88% {
-webkit-transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1);
transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1); }
8.68% {
-webkit-transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1);
transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1); }
10.03% {
-webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1);
transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1); }
10.85% {
-webkit-transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1);
transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1); }
11.53% {
-webkit-transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1);
transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1); }
12.22% {
-webkit-transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1);
transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1); }
14.18% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1); }
14.37% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1); }
19.23% {
-webkit-transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1);
transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1); }
20.01% {
-webkit-transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1);
transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1); }
23.05% {
-webkit-transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1);
transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1); }
25.75% {
-webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1);
transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1); }
26.94% {
-webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1);
transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1); }
31.58% {
-webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1);
transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1); }
31.73% {
-webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1);
transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1); }
37.32% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1); }
38.15% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1); }
42.35% {
-webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1);
transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1); }
48.9% {
-webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1);
transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1); }
57.77% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
60.47% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
69.36% {
-webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.61% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
#root, .homeCards {
padding: 0;
margin: 0;
display: block; }
.homeLinks {
text-decoration: none !important; }
.homeCards {
animation: fadein 3s;
-webkit-animation: fadein 3s; }
.card1, .card2, .card3, .card4 {
width: 50%;
height: 50vh;
float: left;
display: flex;
flex-wrap: wrap;
text-align: center;
position: relative;
color: whitesmoke;
background-size: 100%;
text-shadow: 1px 1px 1px black;
text-shadow: -1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000; }
img {
max-height: 100%;
min-height: 100%; }
.card1 {
background-image: url(assets/images/unsplash1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
.card2 {
background-image: url(assets/images/unsplash2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
.card3 {
background-image: url(assets/images/unsplash5.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
.card4 {
background-image: url(assets/images/unsplash3.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
.cardTitle {
position: relative;
left: 0;
top: 25% vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center; }
h1 {
font-size: 9vw;
font-family: "Permanent Marker", cursive;
text-shadow: 2px 2px 2px #131311;
color: whitesmoke; }
h1:hover {
color: #FDFB44;
font-size: 9.5vw; }
@keyframes fadein {
from {
opacity: 0; }
to {
opacity: 1; } }
/* Generated with Bounce.js. Edit at https://goo.gl/et2XBk */
@-webkit-keyframes animation {
0% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1); }
2.92% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1); }
3.37% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1); }
3.47% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1); }
4.58% {
-webkit-transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1);
transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1); }
5.69% {
-webkit-transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1);
transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1); }
5.76% {
-webkit-transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1);
transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1); }
7.41% {
-webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1);
transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1); }
7.51% {
-webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1);
transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1); }
7.88% {
-webkit-transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1);
transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1); }
8.68% {
-webkit-transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1);
transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1); }
10.03% {
-webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1);
transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1); }
10.85% {
-webkit-transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1);
transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1); }
11.53% {
-webkit-transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1);
transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1); }
12.22% {
-webkit-transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1);
transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1); }
14.18% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1); }
14.37% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1); }
19.23% {
-webkit-transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1);
transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1); }
20.01% {
-webkit-transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1);
transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1); }
23.05% {
-webkit-transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1);
transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1); }
25.75% {
-webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1);
transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1); }
26.94% {
-webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1);
transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1); }
31.58% {
-webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1);
transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1); }
31.73% {
-webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1);
transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1); }
37.32% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1); }
38.15% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1); }
42.35% {
-webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1);
transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1); }
48.9% {
-webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1);
transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1); }
57.77% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
60.47% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
69.36% {
-webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.61% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes animation {
0% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1); }
2.92% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1); }
3.37% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1); }
3.47% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1); }
4.58% {
-webkit-transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1);
transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1); }
5.69% {
-webkit-transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1);
transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1); }
5.76% {
-webkit-transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1);
transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1); }
7.41% {
-webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1);
transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1); }
7.51% {
-webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1);
transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1); }
7.88% {
-webkit-transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1);
transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1); }
8.68% {
-webkit-transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1);
transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1); }
10.03% {
-webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1);
transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1); }
10.85% {
-webkit-transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1);
transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1); }
11.53% {
-webkit-transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1);
transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1); }
12.22% {
-webkit-transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1);
transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1); }
14.18% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1); }
14.37% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1); }
19.23% {
-webkit-transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1);
transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1); }
20.01% {
-webkit-transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1);
transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1); }
23.05% {
-webkit-transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1);
transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1); }
25.75% {
-webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1);
transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1); }
26.94% {
-webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1);
transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1); }
31.58% {
-webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1);
transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1); }
31.73% {
-webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1);
transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1); }
37.32% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1); }
38.15% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1); }
42.35% {
-webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1);
transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1); }
48.9% {
-webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1);
transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1); }
57.77% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
60.47% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
69.36% {
-webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.61% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
.google-btn {
color: #fff;
text-decoration: none;
text-align: center;
font-size: 15px;
padding: 8px;
background: #ff5353;
margin-top: 5px;
border-radius: 5px; }
.bg {
background-color: white; }
.form-container {
border: 1px solid black;
padding: 50px 60px;
margin-top: 20vh;
border-radius: 5px;
-webkit-box-shadow: -1px 4px 26px 11px #969396;
-moz-box-shadow: -1px 4px 26px 11px #969396;
box-shadow: -1px 4px 26px 11px #969396; }
.logo {
width: 15%;
float: left;
vertical-align: bottom; }
.brand {
font-family: 'Permanent Marker', cursive;
font-size: 8vh;
color: whitesmoke !important;
text-shadow: 3px 3px 3px #131311; }
.bg {
background-color: white; }
.form-container {
border: 1px solid black;
padding: 60px 60px;
width: 550px;
margin: 0 auto;
margin-top: 20vh;
border-radius: 5px;
-webkit-box-shadow: -1px 4px 26px 11px #969396;
-moz-box-shadow: -1px 4px 26px 11px #969396;
box-shadow: -1px 4px 26px 11px #969396; }
.logo {
width: 15%;
float: left;
vertical-align: bottom; }
.brand {
font-family: 'Markazi Text', serif;
font-size: 60px;
color: #5a5a5a;
margin-bottom: 15px;
vertical-align: top; }
.brand {
font-family: 'Permanent Marker', cursive;
font-size: 9vh;
color: black !important;
text-shadow: 3px 3px 3px whitesmoke; }
.logo {
width: 15%;
float: left;
vertical-align: bottom; }
.table-sm td, .table-sm th {
font-size: .8rem;
font-family: 'open sans' !important; }
.tableContainer {
margin-top: 30px; }
.table {
border-radius: 10px; }
.table tr:nth-child(even) {
background-color: #f1f1f1; }
.table tr:nth-child(odd) {
background-color: #f9f9f9; }
.table tr:hover {
background-color: #ddd !important; }
.container {
margin-left: 10%;
margin-rigth: 10%; }
.table-sm td, .table-sm th {
font-size: .8rem;
font-family: 'open sans' !important; }
.tableContainer {
margin-top: 30px; }
.table {
border-radius: 10px; }
.table tr:nth-child(even) {
background-color: #f1f1f1; }
.table tr:nth-child(odd) {
background-color: #f9f9f9; }
.table tr:hover {
background-color: #ddd !important; }
.submitBtn {
display: flex;
flex-direction: row-reverse; }
.btn-primary.disabled, .btn-primary:disabled {
background-color: #62abfa;
color: white; }
.App {
text-align: center; }
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px; }
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white; }
.App-intro {
font-size: large; }
@keyframes App-logo-spin {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
body {
background-image: url(../src/assets/images/background.png); } | client/src/index.css | .fa-trash {
font-size: 2vh; }
@media only screen and (max-width: 600px) {
.fa-trash {
font-size: 3vh; } }
.upload-icon {
display: flex;
justify-content: center;
align-items: center;
padding-top: 2rem; }
.form-row {
margin-bottom: .5em; }
.fa-pencil-alt {
font-size: 2vh; }
@media only screen and (max-width: 600px) {
.fa-pencil-alt {
font-size: 3vh; } }
.fa {
color: white; }
button {
border: none;
background-color: transparent; }
button:focus {
outline: none; }
.fa-play {
font-size: 2vh; }
@media only screen and (max-width: 600px) {
.fa-play {
font-size: 3vh; } }
.custom-file-upload input[type="file"] {
display: none; }
.custom-file-upload {
all: unset; }
.custom-file-upload {
flex: 1;
margin-top: 3px;
cursor: pointer;
box-shadow: transparent;
text-shadow: transparent; }
.backdrop {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3); }
.editmodal {
max-width: 500px;
min-height: 300px;
margin: 0 auto; }
.backdrop {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3); }
.editmodal {
max-width: 500px;
min-height: 300px;
margin: 0 auto; }
.backdrop {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3); }
.editmodal {
max-width: 500px;
min-height: 300px;
margin: 0 auto; }
.backdrop {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3); }
.editmodal {
max-width: 500px;
min-height: 300px;
margin: 0 auto; }
.aboutBox {
width: 40vw;
position: relative;
margin-top: 2%;
margin-left: 6%; }
li, h3 {
color: #131311;
text-shadow: 3px 4px 8px #676768; }
@media only screen and (max-width: 900px) {
.aboutBox {
width: 100%; } }
.wrapper {
margin: 0;
padding: 0; }
.jumbotron {
background-image: url("https://www.thevoicerealm.com/blog/wp-content/uploads/2013/09/Professional-Studio-Microphone.jpg");
background-size: cover;
position: relative;
width: 100%;
margin-top: 4vh;
padding: 7vh;
box-shadow: 0 3px 6px #999, 0 3px 6px #999; }
form {
width: 50%;
margin: 0 auto; }
.formDiv {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 14vh; }
.formParts {
margin-bottom: 10px !important; }
textarea, input[type=email], input[type=submit]:focus {
outline: none !important; }
input[type=email] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
box-shadow: 0 3px 6px #999, 0 3px 6px #999; }
textarea {
width: 100%;
height: 30vh;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
box-shadow: 0 3px 6px #999, 0 3px 6px #999; }
input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer; }
input[type=submit]:focus {
outline: none;
box-shadow: none; }
input[type=submit] {
background-color: #45a049;
box-shadow: 0 3px 6px #999, 0 3px 6px #999; }
h2 {
font-family: 'Permanent Marker', cursive;
color: whitesmoke;
text-shadow: 3px 3px 3px #131311; }
.footer {
margin-top: 50px;
position: fixed;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #f9f9f9;
box-shadow: 0px -8px 20px 0px #999;
opacity: .9; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
*, ::after, ::before {
box-sizing: border-box; }
@media screen and (max-height: 800px) {
.footer {
display: none !important; } }
.nav_logo {
height: 7vh; }
@media screen and (max-width: 600px) {
.nav_logo {
display: none !important; } }
.navbar_app_name {
font-family: 'Permanent Marker', cursive;
font-size: 8vh;
color: whitesmoke !important;
text-shadow: 3px 3px 3px #131311; }
.nav-link {
color: whitesmoke !important;
font-family: 'open sans';
font-size: 20px;
text-shadow: 2px 2px 2px #131311; }
.nav-link:hover {
color: #FDFB44 !important; }
img.card {
display: flex;
justify-content: space-between;
width: 20%; }
.navbar {
width: 100%;
box-shadow: 0px 8px 20px 0px #999;
opacity: .85; }
.navbar_app_name {
-webkit-animation: animation 3500ms linear both;
animation: animation 3500ms linear both; }
.navbar-toggler {
background-color: whitesmoke; }
.uploadBtn, .logoutBtn {
display: flex;
justify-content: flex-end;
color: white; }
.nav-item.top {
font-size: 4vh; }
.navbar-fixed-top {
display: flex !important;
flex-direction: row-reverse;
background-color: black; }
.logoutBtn {
font-size: 4vh;
margin-right: 14px; }
/* Generated with Bounce.js. Edit at https://goo.gl/et2XBk */
@-webkit-keyframes animation {
0% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1); }
2.92% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1); }
3.37% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1); }
3.47% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1); }
4.58% {
-webkit-transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1);
transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1); }
5.69% {
-webkit-transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1);
transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1); }
5.76% {
-webkit-transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1);
transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1); }
7.41% {
-webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1);
transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1); }
7.51% {
-webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1);
transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1); }
7.88% {
-webkit-transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1);
transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1); }
8.68% {
-webkit-transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1);
transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1); }
10.03% {
-webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1);
transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1); }
10.85% {
-webkit-transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1);
transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1); }
11.53% {
-webkit-transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1);
transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1); }
12.22% {
-webkit-transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1);
transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1); }
14.18% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1); }
14.37% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1); }
19.23% {
-webkit-transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1);
transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1); }
20.01% {
-webkit-transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1);
transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1); }
23.05% {
-webkit-transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1);
transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1); }
25.75% {
-webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1);
transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1); }
26.94% {
-webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1);
transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1); }
31.58% {
-webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1);
transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1); }
31.73% {
-webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1);
transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1); }
37.32% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1); }
38.15% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1); }
42.35% {
-webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1);
transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1); }
48.9% {
-webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1);
transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1); }
57.77% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
60.47% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
69.36% {
-webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.61% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes animation {
0% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1); }
2.92% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1); }
3.37% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1); }
3.47% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1); }
4.58% {
-webkit-transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1);
transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1); }
5.69% {
-webkit-transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1);
transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1); }
5.76% {
-webkit-transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1);
transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1); }
7.41% {
-webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1);
transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1); }
7.51% {
-webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1);
transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1); }
7.88% {
-webkit-transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1);
transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1); }
8.68% {
-webkit-transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1);
transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1); }
10.03% {
-webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1);
transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1); }
10.85% {
-webkit-transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1);
transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1); }
11.53% {
-webkit-transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1);
transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1); }
12.22% {
-webkit-transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1);
transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1); }
14.18% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1); }
14.37% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1); }
19.23% {
-webkit-transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1);
transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1); }
20.01% {
-webkit-transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1);
transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1); }
23.05% {
-webkit-transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1);
transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1); }
25.75% {
-webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1);
transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1); }
26.94% {
-webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1);
transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1); }
31.58% {
-webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1);
transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1); }
31.73% {
-webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1);
transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1); }
37.32% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1); }
38.15% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1); }
42.35% {
-webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1);
transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1); }
48.9% {
-webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1);
transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1); }
57.77% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
60.47% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
69.36% {
-webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.61% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
#root, .homeCards {
padding: 0;
margin: 0;
display: block; }
.homeLinks {
text-decoration: none !important; }
.homeCards {
animation: fadein 3s;
-webkit-animation: fadein 3s; }
.card1, .card2, .card3, .card4 {
width: 50%;
height: 50vh;
float: left;
display: flex;
flex-wrap: wrap;
text-align: center;
position: relative;
color: whitesmoke;
background-size: 100%;
text-shadow: 1px 1px 1px black;
text-shadow: -1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000; }
img {
max-height: 100%;
min-height: 100%; }
.card1 {
background-image: url(assets/images/unsplash1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
.card2 {
background-image: url(assets/images/unsplash2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
.card3 {
background-image: url(assets/images/unsplash5.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
.card4 {
background-image: url(assets/images/unsplash3.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
.cardTitle {
position: relative;
left: 0;
top: 25% vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center; }
h1 {
font-size: 9vw;
font-family: "Permanent Marker", cursive;
text-shadow: 2px 2px 2px #131311;
color: whitesmoke; }
h1:hover {
color: #FDFB44;
font-size: 9.5vw; }
@keyframes fadein {
from {
opacity: 0; }
to {
opacity: 1; } }
/* Generated with Bounce.js. Edit at https://goo.gl/et2XBk */
@-webkit-keyframes animation {
0% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1); }
2.92% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1); }
3.37% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1); }
3.47% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1); }
4.58% {
-webkit-transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1);
transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1); }
5.69% {
-webkit-transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1);
transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1); }
5.76% {
-webkit-transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1);
transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1); }
7.41% {
-webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1);
transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1); }
7.51% {
-webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1);
transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1); }
7.88% {
-webkit-transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1);
transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1); }
8.68% {
-webkit-transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1);
transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1); }
10.03% {
-webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1);
transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1); }
10.85% {
-webkit-transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1);
transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1); }
11.53% {
-webkit-transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1);
transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1); }
12.22% {
-webkit-transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1);
transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1); }
14.18% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1); }
14.37% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1); }
19.23% {
-webkit-transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1);
transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1); }
20.01% {
-webkit-transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1);
transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1); }
23.05% {
-webkit-transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1);
transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1); }
25.75% {
-webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1);
transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1); }
26.94% {
-webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1);
transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1); }
31.58% {
-webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1);
transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1); }
31.73% {
-webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1);
transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1); }
37.32% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1); }
38.15% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1); }
42.35% {
-webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1);
transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1); }
48.9% {
-webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1);
transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1); }
57.77% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
60.47% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
69.36% {
-webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.61% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes animation {
0% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1); }
2.92% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1); }
3.37% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1); }
3.47% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1); }
4.58% {
-webkit-transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1);
transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1); }
5.69% {
-webkit-transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1);
transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1); }
5.76% {
-webkit-transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1);
transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1); }
7.41% {
-webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1);
transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1); }
7.51% {
-webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1);
transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1); }
7.88% {
-webkit-transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1);
transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1); }
8.68% {
-webkit-transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1);
transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1); }
10.03% {
-webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1);
transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1); }
10.85% {
-webkit-transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1);
transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1); }
11.53% {
-webkit-transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1);
transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1); }
12.22% {
-webkit-transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1);
transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1); }
14.18% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1); }
14.37% {
-webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1);
transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1); }
19.23% {
-webkit-transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1);
transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1); }
20.01% {
-webkit-transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1);
transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1); }
23.05% {
-webkit-transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1);
transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1); }
25.75% {
-webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1);
transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1); }
26.94% {
-webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1);
transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1); }
31.58% {
-webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1);
transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1); }
31.73% {
-webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1);
transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1); }
37.32% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1); }
38.15% {
-webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1);
transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1); }
42.35% {
-webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1);
transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1); }
48.9% {
-webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1);
transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1); }
57.77% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
60.47% {
-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
69.36% {
-webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.61% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
.google-btn {
color: #fff;
text-decoration: none;
text-align: center;
font-size: 15px;
padding: 8px;
background: #ff5353;
margin-top: 5px;
border-radius: 5px; }
.bg {
background-color: white; }
.form-container {
border: 1px solid black;
padding: 50px 60px;
margin-top: 20vh;
border-radius: 5px;
-webkit-box-shadow: -1px 4px 26px 11px #969396;
-moz-box-shadow: -1px 4px 26px 11px #969396;
box-shadow: -1px 4px 26px 11px #969396; }
.logo {
width: 15%;
float: left;
vertical-align: bottom; }
.brand {
font-family: 'Permanent Marker', cursive;
font-size: 8vh;
color: whitesmoke !important;
text-shadow: 3px 3px 3px #131311; }
.bg {
background-color: white; }
.form-container {
border: 1px solid black;
padding: 60px 60px;
width: 550px;
margin: 0 auto;
margin-top: 20vh;
border-radius: 5px;
-webkit-box-shadow: -1px 4px 26px 11px #969396;
-moz-box-shadow: -1px 4px 26px 11px #969396;
box-shadow: -1px 4px 26px 11px #969396; }
.logo {
width: 15%;
float: left;
vertical-align: bottom; }
.brand {
font-family: 'Markazi Text', serif;
font-size: 60px;
color: #5a5a5a;
margin-bottom: 15px;
vertical-align: top; }
.brand {
font-family: 'Permanent Marker', cursive;
font-size: 9vh;
color: black !important;
text-shadow: 3px 3px 3px whitesmoke; }
.logo {
width: 15%;
float: left;
vertical-align: bottom; }
.table-sm td, .table-sm th {
font-size: .8rem;
font-family: 'open sans' !important; }
.tableContainer {
margin-top: 30px; }
.table {
border-radius: 10px; }
.table tr:nth-child(even) {
background-color: #f1f1f1; }
.table tr:nth-child(odd) {
background-color: #f9f9f9; }
.table tr:hover {
background-color: #ddd !important; }
.container {
margin-left: 10%;
margin-rigth: 10%; }
.table-sm td, .table-sm th {
font-size: .8rem;
font-family: 'open sans' !important; }
.tableContainer {
margin-top: 30px; }
.table {
border-radius: 10px; }
.table tr:nth-child(even) {
background-color: #f1f1f1; }
.table tr:nth-child(odd) {
background-color: #f9f9f9; }
.table tr:hover {
background-color: #ddd !important; }
.submitBtn {
display: flex;
flex-direction: row-reverse; }
.btn-primary.disabled, .btn-primary:disabled {
background-color: #62abfa;
color: white; }
.App {
text-align: center; }
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px; }
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white; }
.App-intro {
font-size: large; }
@keyframes App-logo-spin {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
body {
background-image: url(../src/assets/images/background.png); } | 0.348978 | 0.083292 |
@font-face { font-family: 'Helvetica Neue';
src: url("../fonts/helveticaneue-medium.ttf") format("truetype"), url("../fonts/helveticaneue-medium.woff") format("woff");
font-weight: 100 }
@font-face { font-family: 'HelveticaLight'; src: local("Helvetica Neue Light"),url("../fonts/helveticaneue-light.ttf") format("truetype"), url("../fonts/helveticaneue-light.woff") format("woff"); }
* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; font-weight: 100;}
.sign-in { font-size: 39px; line-height: 44px; z-index: 10; pointer-events: none; }
.loader { position: absolute; left: 50%; top: 50%; color: white; background: transparent; font-family: Helvetica, Arial, Sans-Serif; z-index: 3; }
.body_image_old { background: url("icloud_wall.png") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; z-index: 2; }
.body_image_new { opacity: 0; background: url("icloud_effect.png") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; /*background-size: 90% 90%;*/ width: 100%; height: 100%; z-index: 1; }
.logo { background: url("icloud.png"); width: 56px; height: 16px; }
.help { background: url("help.png"); width: 22px; height: 22px; }
.lF { float: left }
.lR { float: right }
.instr { color: rgba(255,255,255, 0.8); font: 20px "HelveticaLight", sans-serif; margin-right: 10px; padding-right: 10px; border-right: 1px solid #FFF; cursor: pointer; }
.instr:hover { color: rgba(255,255,255, 0.6); }
.instr > span > a { color: rgba(255,255,255, 0.8); text-decoration: none; font: 20px "HelveticaLight", sans-serif; }
.instr > span > a:hover { color: rgba(255,255,255, 1); font: 20px "HelveticaLight", sans-serif; }
.header { padding: 15px; top: 0px; position: absolute; width: 98%; }
.body { width: 360px; height: 400px; margin: -200px 0 0 -180px; position: absolute; top: 50%; left: 50%; background: transparent;}
.sec::before { position: absolute; content: ''; height: 47px; width: 380px; top: 25px; display: block; background-size: 380px 247px; background-image: url('stylesheet-1@2x.png'); background-position: 0px -56px; background-repeat: no-repeat; }
.cloud { background: url("icloud_drive_icon.png"); width: 121px; height: 142px; margin: auto; }
.clickable { position: relative; right: 0; font: 13px "Helvetica Neue", sans-serif; color: #FFF; }
.clickable:visited { color: white; cursor: pointer; }
.center { position: relative; margin: 25px auto auto; padding: 0; }
.clickable:active { color: white; cursor: pointer; }
.clickable:hover { cursor: pointer; }
.labelRef { margin: 15px auto 10px; color: #FFF; text-align: center;
font-family: "Helvetica Neue",sans-serif;
font-weight: 100;
font-size: 30px;
line-height: 1.2;
}
.cont { position: relative; width: 170px; margin: 20px auto auto; text-align: center; }
.cont2 { position: relative; text-align: center; overflow: visible; white-space: pre-line; }
.tlrm { position: absolute; left: 0px; top: -3px background-image:url(check1.png);
}
.txt { font-family: "HelveticaLight", sans-serif; white-space: nowrap; font-size: 17px; line-height: 17px; margin-left: 20px; color: white; }
.account-cr { position: relative; font-family: "HelveticaLight", sans-serif; color: white; font-size: 15px; overflow: visible; }
.boxFrm { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; height: 93px; width: 322px; margin: 20px auto 0; margin-top: 29px; margin-left: 19px }
.boxFrm .appId1, .boxFrm .appId2 { padding: 12px; font: 20px "HelveticaLight",sans-serif; margin-bottom: -6px; border: none; outline: none; width: 320px; background: transparent; color:#333; }
.boxFrm .appId1 { border-bottom: 1px solid #CCC; }
.boxFrm .appId2 { width: 261px!important; margin:5px 0 0 !important }
.sbBtn { opacity: 0.2; background: url("arrow.png"); width: 26px; height: 26px; border: none; outline: none; margin-top: 15px; }
.fLogo { background: url("logo.png"); width: 33px; height: 33px; margin:0 0 3px 2px; }
.footer { display:inline-block;position: absolute;bottom: 0px; font: 13px "Helvetica Neue", sans-serif; color: #FFF; width: 100%; }
.footer ul { position: absolute; right: 0; text-decoration: none; color: rgba(255,255,255,0.8); text-shadow: 0px 3px 10px rgba(0,0,0,0.25); bottom:16px; }
.footer ul li { border-right: 1px solid rgba(230, 234, 237, 0.2); display: block; float: left; font-family: "HelveticaLight",sans-serif; line-height: 11px; margin-right: 16px; margin-top: 10px; padding-right: 16px;-webkit-transition: opacity 0.4s; -moz-transition: opacity 0.4s; -ms-transition: opacity 0.4s; transition: opacity 0.4s; }
.footer ul li:last-child { margin-right: 0; padding-right: 10px; }
.footer ul li a { color: rgba(255,255,255,0.8); text-shadow: 0px 3px 10px rgba(0,0,0,0.25); cursor: pointer; text-decoration: none; }
.footer ul li a:hover { color: white; text-decoration: none; }
.footer ul li:hover { color: white; text-shadow: none; cursor: pointer; }
.footer ul li:last-child:hover { color: rgba(255,255,255,0.8); text-shadow: 0px 3px 10px rgba(0,0,0,0.25); cursor: default; }
.footer ul li:last-child { border: none; }
/* Modified by krunal */
.line2 { position: relative; }
.fog_3time { background-color: rgb(246, 227, 155); border: 1px solid #c2b170; border-radius: 8px; font-family: "HelveticaLight", sans-serif; margin-left: -60px; padding: 7px; position: absolute; top: 56px; width: 440px; z-index: 11; display: none }
.fog_3time .message { color: #503e30; font-size: 15px; font-weight: 600; }
.fog_3time .description { color: #503e30; font-size: 14px; }
.fog_3time .upcorner { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background-color: rgb(246, 227, 155); border-color: #c2b170; border-image: none; border-radius: 5px 0; border-style: solid; border-width: 1px 0 0 1px; height: 20px; left: 50%; margin-left: -10px; position: absolute; top: -11px; transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 20px; }
.auth-picker { font-family:"Helvetica Neue", sans-serif;}
.clear { clear:both} | appleloginpage/account/icloud/styles.css | @font-face { font-family: 'Helvetica Neue';
src: url("../fonts/helveticaneue-medium.ttf") format("truetype"), url("../fonts/helveticaneue-medium.woff") format("woff");
font-weight: 100 }
@font-face { font-family: 'HelveticaLight'; src: local("Helvetica Neue Light"),url("../fonts/helveticaneue-light.ttf") format("truetype"), url("../fonts/helveticaneue-light.woff") format("woff"); }
* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; font-weight: 100;}
.sign-in { font-size: 39px; line-height: 44px; z-index: 10; pointer-events: none; }
.loader { position: absolute; left: 50%; top: 50%; color: white; background: transparent; font-family: Helvetica, Arial, Sans-Serif; z-index: 3; }
.body_image_old { background: url("icloud_wall.png") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; z-index: 2; }
.body_image_new { opacity: 0; background: url("icloud_effect.png") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; /*background-size: 90% 90%;*/ width: 100%; height: 100%; z-index: 1; }
.logo { background: url("icloud.png"); width: 56px; height: 16px; }
.help { background: url("help.png"); width: 22px; height: 22px; }
.lF { float: left }
.lR { float: right }
.instr { color: rgba(255,255,255, 0.8); font: 20px "HelveticaLight", sans-serif; margin-right: 10px; padding-right: 10px; border-right: 1px solid #FFF; cursor: pointer; }
.instr:hover { color: rgba(255,255,255, 0.6); }
.instr > span > a { color: rgba(255,255,255, 0.8); text-decoration: none; font: 20px "HelveticaLight", sans-serif; }
.instr > span > a:hover { color: rgba(255,255,255, 1); font: 20px "HelveticaLight", sans-serif; }
.header { padding: 15px; top: 0px; position: absolute; width: 98%; }
.body { width: 360px; height: 400px; margin: -200px 0 0 -180px; position: absolute; top: 50%; left: 50%; background: transparent;}
.sec::before { position: absolute; content: ''; height: 47px; width: 380px; top: 25px; display: block; background-size: 380px 247px; background-image: url('stylesheet-1@2x.png'); background-position: 0px -56px; background-repeat: no-repeat; }
.cloud { background: url("icloud_drive_icon.png"); width: 121px; height: 142px; margin: auto; }
.clickable { position: relative; right: 0; font: 13px "Helvetica Neue", sans-serif; color: #FFF; }
.clickable:visited { color: white; cursor: pointer; }
.center { position: relative; margin: 25px auto auto; padding: 0; }
.clickable:active { color: white; cursor: pointer; }
.clickable:hover { cursor: pointer; }
.labelRef { margin: 15px auto 10px; color: #FFF; text-align: center;
font-family: "Helvetica Neue",sans-serif;
font-weight: 100;
font-size: 30px;
line-height: 1.2;
}
.cont { position: relative; width: 170px; margin: 20px auto auto; text-align: center; }
.cont2 { position: relative; text-align: center; overflow: visible; white-space: pre-line; }
.tlrm { position: absolute; left: 0px; top: -3px background-image:url(check1.png);
}
.txt { font-family: "HelveticaLight", sans-serif; white-space: nowrap; font-size: 17px; line-height: 17px; margin-left: 20px; color: white; }
.account-cr { position: relative; font-family: "HelveticaLight", sans-serif; color: white; font-size: 15px; overflow: visible; }
.boxFrm { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; height: 93px; width: 322px; margin: 20px auto 0; margin-top: 29px; margin-left: 19px }
.boxFrm .appId1, .boxFrm .appId2 { padding: 12px; font: 20px "HelveticaLight",sans-serif; margin-bottom: -6px; border: none; outline: none; width: 320px; background: transparent; color:#333; }
.boxFrm .appId1 { border-bottom: 1px solid #CCC; }
.boxFrm .appId2 { width: 261px!important; margin:5px 0 0 !important }
.sbBtn { opacity: 0.2; background: url("arrow.png"); width: 26px; height: 26px; border: none; outline: none; margin-top: 15px; }
.fLogo { background: url("logo.png"); width: 33px; height: 33px; margin:0 0 3px 2px; }
.footer { display:inline-block;position: absolute;bottom: 0px; font: 13px "Helvetica Neue", sans-serif; color: #FFF; width: 100%; }
.footer ul { position: absolute; right: 0; text-decoration: none; color: rgba(255,255,255,0.8); text-shadow: 0px 3px 10px rgba(0,0,0,0.25); bottom:16px; }
.footer ul li { border-right: 1px solid rgba(230, 234, 237, 0.2); display: block; float: left; font-family: "HelveticaLight",sans-serif; line-height: 11px; margin-right: 16px; margin-top: 10px; padding-right: 16px;-webkit-transition: opacity 0.4s; -moz-transition: opacity 0.4s; -ms-transition: opacity 0.4s; transition: opacity 0.4s; }
.footer ul li:last-child { margin-right: 0; padding-right: 10px; }
.footer ul li a { color: rgba(255,255,255,0.8); text-shadow: 0px 3px 10px rgba(0,0,0,0.25); cursor: pointer; text-decoration: none; }
.footer ul li a:hover { color: white; text-decoration: none; }
.footer ul li:hover { color: white; text-shadow: none; cursor: pointer; }
.footer ul li:last-child:hover { color: rgba(255,255,255,0.8); text-shadow: 0px 3px 10px rgba(0,0,0,0.25); cursor: default; }
.footer ul li:last-child { border: none; }
/* Modified by krunal */
.line2 { position: relative; }
.fog_3time { background-color: rgb(246, 227, 155); border: 1px solid #c2b170; border-radius: 8px; font-family: "HelveticaLight", sans-serif; margin-left: -60px; padding: 7px; position: absolute; top: 56px; width: 440px; z-index: 11; display: none }
.fog_3time .message { color: #503e30; font-size: 15px; font-weight: 600; }
.fog_3time .description { color: #503e30; font-size: 14px; }
.fog_3time .upcorner { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background-color: rgb(246, 227, 155); border-color: #c2b170; border-image: none; border-radius: 5px 0; border-style: solid; border-width: 1px 0 0 1px; height: 20px; left: 50%; margin-left: -10px; position: absolute; top: -11px; transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 20px; }
.auth-picker { font-family:"Helvetica Neue", sans-serif;}
.clear { clear:both} | 0.320396 | 0.149625 |
.balloon-BK,.popup-BK {
z-index:90000;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;/*for old Safari*/
height:100vh;
cursor: default;
/* background-color: black;
opacity: 0.25; */
}
.balloon-BK:not(:target) {height:100%\9} /* IE9,10 */
/* ポップアップ吹き出し */
.popup-balloon {
z-index:90001;
position:fixed;
top:0;
left:0;
display:none;
padding: 10px;
margin:0;
max-width:735px;
font-size:10pt;
border: 2px solid #999;
border-radius:12px;
color:#333;
background: lightyellow;
}
.popup-balloon * {
overflow: hidden;
}
/* マルチタイプポップアップ吹き出し */
.multi-balloon {
z-index:90001;
position: fixed;
top:-10;
left:-10;
width:0;
height:0;
}
.multi-balloon>div {
display:none;
}
/* スイッチバルーンのコンテナスタイル */
.multi-balloon>div.container {
display:block;
width:0;
height:0;
}
/* スイッチバルーン要素は非表示 */
.multi-balloon>div.container>div {
display:none;
}
/* 上中央フキダシ部分を作成 */
.balloon-top-center { margin-top: 12px; }
.balloon-top-center:before {
content: "";
position: absolute;
top:-20px;
left:calc(50% - 8px);
border: 8px solid transparent;
border-bottom: 12px solid #999;
}
.balloon-top-center:after {
content: "";
position: absolute;
top:-17px;
left:calc(50% - 8px);
border: 8px solid transparent;
border-bottom: 12px solid lightyellow;
}
/* 左上フキダシ部分を作成 */
.balloon-top-left { margin-top: 13px; margin-left:-4px; }
.balloon-top-left:before {
content: "";
position: absolute;
top:-13px;
left:4px;
border-top: 13px solid transparent;
border-left: 18px solid #999;
}
.balloon-top-left:after {
content: "";
position: absolute;
top:-9px;
left:6px;
border-top: 13px solid transparent;
border-left: 18px solid lightyellow;
}
/* 右上フキダシ部分を作成 */
.balloon-top-right { margin-top: 13px; margin-right:-4px; }
.balloon-top-right:before {
content: "";
position: absolute;
top:-13px;
right:4px;
border-top: 13px solid transparent;
border-right: 18px solid #999;
}
.balloon-top-right:after {
content: "";
position: absolute;
top:-9px;
right:6px;
border-top: 13px solid transparent;
border-right: 18px solid lightyellow;
}
/* 下中央フキダシ部分を作成 */
.balloon-bottom-center { margin-bottom: 12px;}
.balloon-bottom-center:before {
content: "";
position: absolute;
bottom:-20px;
left:calc(50% - 8px);
border: 8px solid transparent;
border-top: 12px solid #999;
}
.balloon-bottom-center:after {
content: "";
position: absolute;
bottom:-17px;
left:calc(50% - 8px);
border: 8px solid transparent;
border-top: 12px solid lightyellow;
}
/* 左下フキダシ部分を作成 */
.balloon-bottom-left { margin-bottom: 13px; margin-left:-4px; }
.balloon-bottom-left:before {
content: "";
position: absolute;
bottom:-13px;
left:4px;
border-bottom: 13px solid transparent;
border-left: 18px solid #999;
}
.balloon-bottom-left:after {
content: "";
position: absolute;
bottom:-9px;
left:6px;
border-bottom: 13px solid transparent;
border-left: 18px solid lightyellow;
}
/* 右フキダシ部分を作成 */
.balloon-bottom-right { margin-bottom: 13px; margin-right:-4px; }
.balloon-bottom-right:before {
content: "";
position: absolute;
bottom:-13px;
right:4px;
border-bottom: 12px solid transparent;
border-right: 18px solid #999;
}
.balloon-bottom-right:after {
content: "";
position: absolute;
bottom:-9px;
right:6px;
border-bottom: 13px solid transparent;
border-right: 18px solid lightyellow;
}
/* 左フキダシ部分を作成 */
.balloon-left { margin-left: 12px;}
.balloon-left:before {
content: "";
position: absolute;
top:calc(50% - 8px);
left:-20px;
border: 8px solid transparent;
border-right: 12px solid #999;
}
.balloon-left:after {
content: "";
position: absolute;
top:calc(50% - 8px);
left:-17px;
border: 8px solid transparent;
border-right: 12px solid lightyellow;
}
/* 右フキダシ部分を作成 */
.balloon-right { margin-right: 12px;}
.balloon-right:before {
content: "";
position: absolute;
top:calc(50% - 8px);
right:-20px;
border: 8px solid transparent;
border-left: 12px solid #999;
}
.balloon-right:after {
content: "";
position: absolute;
top:calc(50% - 8px);
right:-17px;
border: 8px solid transparent;
border-left: 12px solid lightyellow;
}
/*==============================================================================
ポップアップボックス
*/
.popup-box {
z-index:90001;
position:fixed;
display:none;
padding:10px;
border: 1px outset silver;
border-radius:3px;
background: whitesmoke;
font-size:10pt;
color:black;
overflow:hidden;
min-width:100px;
min-height:150px;
padding-bottom: 12px; /* for resize-icon */
}
.popup-box span.pw_resize {
z-index:3;
position:absolute;
right:0;
bottom:0;
width:12px;
height:12px;
cursor:se-resize;
background: url(res/img/resize.png) no-repeat left top;
}
.popup-box span.pw_resize_message {
z-index:3;
display:none;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 120px;
height: 1.5em;
margin: auto;
user-select:none;
text-align: center;
border: 1px dashed gray;
background-color:floralwhite;
}
/* close button */
.popup-box span.close {
z-index:3;
position:absolute;
top:0;
right: 5px;
width:23px;
height:23px;
cursor:pointer;
background: url(res/img/boxclose.png) no-repeat left top;
}
.popup-box span.close:hover {
background: url(res/img/boxclose.png) no-repeat left -23px;
}
.popup-box span.close:active {
border-top:1px solid #333;
border-left:1px solid #333;
border-right:1px solid #eee;
padding-left:1px;
padding-top:1px;
}
.popup-box .contents {
overflow-y:auto;
overflow-x:hidden;
width:100%;
height:95%;
}
.popup-box dl dt {
padding-left: 10px;
font-weight: bold;
}
.popup-box dl dd {
padding-left:20px;
margin-bottom:5px;
}
.popup-box .custom-button {
/* position:absolute;
bottom:11px; */
display:flex;
width:95%;
padding-top:2px;
border-top:1px dotted silver;
justify-content: center;
}
.popup-box .custom-button > .button {
display: inline-block;
width:4em;
margin: 0 1em;
}
/* ヘルプアイコン */
.help_icon {
display:inline-block;
width:18px;
height:19px;
vertical-align: middle;
background: url(res/img/help-icon.png) no-repeat left top;
}
.help_icon.active {
background: url(res/img/help-icon.png) no-repeat left -19px;
}
/*==============================================================================
インフォボックス
*/
.info-box {
z-index:90002;
position:fixed;
display:none;
min-width:100px;
min-height:20px;
font-size:10pt;
color:black;
padding:10px 20px;
border: 1px solid gray;
border-radius:3px;
background: #E3F1C7;
border-radius:8px;
box-shadow: 5px 5px silver;
overflow:hidden;
}
/*==============================================================================
ダイアログボックス
*/
.dialog-box {
z-index:90002;
position:fixed;
display:none;
font-size:10pt;
color:black;
border: 1px solid black;
border-radius:3px;
background: white;
border-radius:4px;
box-shadow: 5px 5px silver;
overflow:hidden;
user-select:none;
}
.dialog-box dl {
width:100%;
}
.dialog-box dl dd {
width:100%;
padding:4px 10px;
}
/* ダイアログボックスのタイトル */
.dialog-box dl dt {
height:25px;
line-height:25px;
text-indent:0.5em;
font-weight:bold;
padding:0 8px 4px 26px;
color:black;
border:1px solid #697B95;
border-bottom: 1px solid gray;
}
.dialog-box dl dt.alert {
background: url(res/img/alert.png) no-repeat 4px top;
background-color:#FED800;
}
.dialog-box dl dt.confirm {
background: url(res/img/confirm.png) no-repeat 4px top;
background-color:#A4BEE4; /* #D9B526 */
}
.dialog-box .dialog-msg {
position:relative;
width:100%;
height:auto;
padding:10px 20px;
}
.dialog-box .buttonList {
width:100%;
text-align: center;
margin:1em 0;
padding-top:1em;
border-top: 1px solid silver;
}
/* 実行ボタン */
.dialog-box .buttonList .okButton,
.dialog-box .buttonList .cancelButton
{
margin: 0 15px;
border: 1px solid #333;
padding: 2px 12px;
font-weight: bold;
font-size:9pt;
cursor: pointer;
color: #666;
border-radius: 4px;
}
.dialog-box .buttonList .okButton:hover,
.dialog-box .buttonList .cancelButton:hover
{
background: linear-gradient(#ccc,#fff, #ccc);
}
.dialog-box .buttonList .okButton:active,
.dialog-box .buttonList .cancelButton:active
{
background: #aaa;
padding: 6px 10px 4px;
}
/*==============================================================================
ポップアップナビメニュー
*/
.navi-menubox {
z-index: 90001;
position:fixed;
display:none;
font-size:10pt;
}
.navi-menubox>ul {
border: 2px solid gray;
border-radius: 5px;
box-shadow: 2px 4px 4px silver;
}
.navi-menubox ul>li {
list-style-type: none;
line-height: 30px;
width:15em;
margin-top:-1px;
white-space: nowrap;
}
/* 最初の展開メニューだけずらす */
.navi-menubox>ul>li>.navi-sub {
margin-left:-1px;
}
.navi-menubox li .navi-sub {
z-index:1;
display:none;
left:100%;
position:absolute;
margin-top:-31px; /* line-height分上に移動 */
}
.navi-menubox li:hover > .navi-sub {
display:flex;
}
/* サブメニューの枠線を隣に重ねる */
.navi-menubox .navi-sub ul {
margin-left: -1px;
}
/* サブメニューの幅 */
.navi-menubox .navi-sub li {
width: 12em;
}
/* ラベル行は少し高さを抑える */
.navi-menubox .navi-sub li.label {
line-height: 20px;
}
.navi-menubox li>span {
border:1px solid gray;
background: linear-gradient(to bottom, gray,black );
display: block;
color:white;
text-align: center;
width: 100%;
height: 20px;
white-space: nowrap;
overflow: hidden;
}
.navi-menubox li> a {
border:1px solid gray;
background: whitesmoke;
display: block;
text-align: center;
text-decoration: none;
cursor:pointer;
white-space: nowrap;
overflow: hidden;
}
.navi-menubox li>a:hover {
background: yellow;
color:black;
}
/* リストに「▶」を付ける*/
.navi-menubox li>a.label:after {
position: absolute;
right: 0px;
margin-top: 1rem;
border: 6px solid transparent;
border-left: 6px solid gray;
content: "";
transform: translateY(-50%);
}
/*==============================================================================
ポップアップナビメニュー
*/
.navi-checklist {
z-index: 90001;
position:fixed;
display:none;
font-size:10pt;
background-color:white;
box-shadow: 2px 2px 4px gray;
border:2px solid black;
border-radius:5px;
background-color: #f5fbfe;
}
/* メッセージタグ */
.navi-checklist>p {
margin:5px 10px;
}
.navi-checklist li {
list-style-type: none;
white-space: nowrap;
}
/* checklist tabset */
.navi-checklist .tabmenu {
display:flex;
list-style:none;
width:100%;
border-radius:5px 5px 0 0;
overflow:hidden;
}
.navi-checklist .tabmenu>li {
width:100%;
padding:2px 20px;
cursor: pointer;
color: gray;
background-color: silver;
white-space: nowrap;
text-align: center;
border-left: 1px dotted gray;
border-right: 1px dotted gray;
}
.navi-checklist .tabmenu>li.selected {
color: black;
font-weight: bold;
background-color: whitesmoke;
}
.navi-checklist .tabcontents>li {
display:none;
}
.navi-checklist .tabcontents>li.selected {
display:block;
}
.navi-checklist .check-all {
padding:5px 10px;
border-top:1px dashed gray;
text-align:right;
}
/* 段組みは flex を使って独自に行う */
.navi-checklist .check-itemset {
display: flex;
}
.navi-checklist .check-itemset > div {
margin: 5px 10px;
}
.navi-checklist .check-itemset > p {
margin: 5px 10px;
white-space: nowrap;
}
.navi-checklist .v-splitter {
width:1px;
border-left: 1px dotted silver;
height: calc(100% - 10);
margin: 5px 0;
}
/* (X)と▼付きのドロップダウンメニューのコンテナ */
.dropdown-menu {
display:inline-flex;
color: silver;
background-color: #e9f4fb;
white-space: nowrap;
align-items: center;
vertical-align: middle;
/* border: 1px solid skyblue; */
padding:0;
font-size:10pt;
}
.drop-right {
position: absolute;
right: 0;
color: black;
background-color: inherit;
}
/* 他要素内にターゲットがあるときのメニュータイトル */
.dropdown-menu.normal{
width: 100%;
color: inherit;
background-color: inherit;
/* border: none; */
}
/* リストに「▼」を付ける */
.dropdown-menu>span.arrow {
position:relative;
display: inline-block;
right:0;
width: 0;
height: 0;
margin-top: 2px;
cursor: pointer;
border: 6px solid transparent;
border-top: 12px solid #aaa;
border-bottom:none;
}
/* シルバー背景でも見えるようにする */
.dropdown-menu.normal>span.arrow {
border-top-color: #888;
}
.dropdown-menu>span.arrow:hover {
border-top-color: #333;
}
/* リストに「X」を付ける */
.dropdown-menu>span.clear {
position:relative;
display: inline-block;
right:0;
cursor: pointer;
width:19px;
height:15px;
margin-top:2px;
background: url(res/img/clear_btn.png) no-repeat left top;
border-right: 1px dotted gray;
}
.dropdown-menu>span.clear:hover {
background: url(res/img/clear_btn.png) no-repeat left -15px;
}
/* IEの [X] アイコンを消す */
.dropdown-menu>input::-ms-clear { visibility:hidden; }
/* テキストとチェックボックスの位置揃え */
.dropdown-menu>textarea,
.dropdown-menu>input {
margin:0;
padding: 0 5px;
width:100%;
height:100%;
background-color: #e9f4fb;
border: none;
vertical-align:middle;
}
/* タイトル用 */
.dropdown-menu>div{
padding: 0 5px;
width:100%;
height:100%;
border: none;
vertical-align:middle;
} | Core/Template/res/css/popup.css | .balloon-BK,.popup-BK {
z-index:90000;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;/*for old Safari*/
height:100vh;
cursor: default;
/* background-color: black;
opacity: 0.25; */
}
.balloon-BK:not(:target) {height:100%\9} /* IE9,10 */
/* ポップアップ吹き出し */
.popup-balloon {
z-index:90001;
position:fixed;
top:0;
left:0;
display:none;
padding: 10px;
margin:0;
max-width:735px;
font-size:10pt;
border: 2px solid #999;
border-radius:12px;
color:#333;
background: lightyellow;
}
.popup-balloon * {
overflow: hidden;
}
/* マルチタイプポップアップ吹き出し */
.multi-balloon {
z-index:90001;
position: fixed;
top:-10;
left:-10;
width:0;
height:0;
}
.multi-balloon>div {
display:none;
}
/* スイッチバルーンのコンテナスタイル */
.multi-balloon>div.container {
display:block;
width:0;
height:0;
}
/* スイッチバルーン要素は非表示 */
.multi-balloon>div.container>div {
display:none;
}
/* 上中央フキダシ部分を作成 */
.balloon-top-center { margin-top: 12px; }
.balloon-top-center:before {
content: "";
position: absolute;
top:-20px;
left:calc(50% - 8px);
border: 8px solid transparent;
border-bottom: 12px solid #999;
}
.balloon-top-center:after {
content: "";
position: absolute;
top:-17px;
left:calc(50% - 8px);
border: 8px solid transparent;
border-bottom: 12px solid lightyellow;
}
/* 左上フキダシ部分を作成 */
.balloon-top-left { margin-top: 13px; margin-left:-4px; }
.balloon-top-left:before {
content: "";
position: absolute;
top:-13px;
left:4px;
border-top: 13px solid transparent;
border-left: 18px solid #999;
}
.balloon-top-left:after {
content: "";
position: absolute;
top:-9px;
left:6px;
border-top: 13px solid transparent;
border-left: 18px solid lightyellow;
}
/* 右上フキダシ部分を作成 */
.balloon-top-right { margin-top: 13px; margin-right:-4px; }
.balloon-top-right:before {
content: "";
position: absolute;
top:-13px;
right:4px;
border-top: 13px solid transparent;
border-right: 18px solid #999;
}
.balloon-top-right:after {
content: "";
position: absolute;
top:-9px;
right:6px;
border-top: 13px solid transparent;
border-right: 18px solid lightyellow;
}
/* 下中央フキダシ部分を作成 */
.balloon-bottom-center { margin-bottom: 12px;}
.balloon-bottom-center:before {
content: "";
position: absolute;
bottom:-20px;
left:calc(50% - 8px);
border: 8px solid transparent;
border-top: 12px solid #999;
}
.balloon-bottom-center:after {
content: "";
position: absolute;
bottom:-17px;
left:calc(50% - 8px);
border: 8px solid transparent;
border-top: 12px solid lightyellow;
}
/* 左下フキダシ部分を作成 */
.balloon-bottom-left { margin-bottom: 13px; margin-left:-4px; }
.balloon-bottom-left:before {
content: "";
position: absolute;
bottom:-13px;
left:4px;
border-bottom: 13px solid transparent;
border-left: 18px solid #999;
}
.balloon-bottom-left:after {
content: "";
position: absolute;
bottom:-9px;
left:6px;
border-bottom: 13px solid transparent;
border-left: 18px solid lightyellow;
}
/* 右フキダシ部分を作成 */
.balloon-bottom-right { margin-bottom: 13px; margin-right:-4px; }
.balloon-bottom-right:before {
content: "";
position: absolute;
bottom:-13px;
right:4px;
border-bottom: 12px solid transparent;
border-right: 18px solid #999;
}
.balloon-bottom-right:after {
content: "";
position: absolute;
bottom:-9px;
right:6px;
border-bottom: 13px solid transparent;
border-right: 18px solid lightyellow;
}
/* 左フキダシ部分を作成 */
.balloon-left { margin-left: 12px;}
.balloon-left:before {
content: "";
position: absolute;
top:calc(50% - 8px);
left:-20px;
border: 8px solid transparent;
border-right: 12px solid #999;
}
.balloon-left:after {
content: "";
position: absolute;
top:calc(50% - 8px);
left:-17px;
border: 8px solid transparent;
border-right: 12px solid lightyellow;
}
/* 右フキダシ部分を作成 */
.balloon-right { margin-right: 12px;}
.balloon-right:before {
content: "";
position: absolute;
top:calc(50% - 8px);
right:-20px;
border: 8px solid transparent;
border-left: 12px solid #999;
}
.balloon-right:after {
content: "";
position: absolute;
top:calc(50% - 8px);
right:-17px;
border: 8px solid transparent;
border-left: 12px solid lightyellow;
}
/*==============================================================================
ポップアップボックス
*/
.popup-box {
z-index:90001;
position:fixed;
display:none;
padding:10px;
border: 1px outset silver;
border-radius:3px;
background: whitesmoke;
font-size:10pt;
color:black;
overflow:hidden;
min-width:100px;
min-height:150px;
padding-bottom: 12px; /* for resize-icon */
}
.popup-box span.pw_resize {
z-index:3;
position:absolute;
right:0;
bottom:0;
width:12px;
height:12px;
cursor:se-resize;
background: url(res/img/resize.png) no-repeat left top;
}
.popup-box span.pw_resize_message {
z-index:3;
display:none;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 120px;
height: 1.5em;
margin: auto;
user-select:none;
text-align: center;
border: 1px dashed gray;
background-color:floralwhite;
}
/* close button */
.popup-box span.close {
z-index:3;
position:absolute;
top:0;
right: 5px;
width:23px;
height:23px;
cursor:pointer;
background: url(res/img/boxclose.png) no-repeat left top;
}
.popup-box span.close:hover {
background: url(res/img/boxclose.png) no-repeat left -23px;
}
.popup-box span.close:active {
border-top:1px solid #333;
border-left:1px solid #333;
border-right:1px solid #eee;
padding-left:1px;
padding-top:1px;
}
.popup-box .contents {
overflow-y:auto;
overflow-x:hidden;
width:100%;
height:95%;
}
.popup-box dl dt {
padding-left: 10px;
font-weight: bold;
}
.popup-box dl dd {
padding-left:20px;
margin-bottom:5px;
}
.popup-box .custom-button {
/* position:absolute;
bottom:11px; */
display:flex;
width:95%;
padding-top:2px;
border-top:1px dotted silver;
justify-content: center;
}
.popup-box .custom-button > .button {
display: inline-block;
width:4em;
margin: 0 1em;
}
/* ヘルプアイコン */
.help_icon {
display:inline-block;
width:18px;
height:19px;
vertical-align: middle;
background: url(res/img/help-icon.png) no-repeat left top;
}
.help_icon.active {
background: url(res/img/help-icon.png) no-repeat left -19px;
}
/*==============================================================================
インフォボックス
*/
.info-box {
z-index:90002;
position:fixed;
display:none;
min-width:100px;
min-height:20px;
font-size:10pt;
color:black;
padding:10px 20px;
border: 1px solid gray;
border-radius:3px;
background: #E3F1C7;
border-radius:8px;
box-shadow: 5px 5px silver;
overflow:hidden;
}
/*==============================================================================
ダイアログボックス
*/
.dialog-box {
z-index:90002;
position:fixed;
display:none;
font-size:10pt;
color:black;
border: 1px solid black;
border-radius:3px;
background: white;
border-radius:4px;
box-shadow: 5px 5px silver;
overflow:hidden;
user-select:none;
}
.dialog-box dl {
width:100%;
}
.dialog-box dl dd {
width:100%;
padding:4px 10px;
}
/* ダイアログボックスのタイトル */
.dialog-box dl dt {
height:25px;
line-height:25px;
text-indent:0.5em;
font-weight:bold;
padding:0 8px 4px 26px;
color:black;
border:1px solid #697B95;
border-bottom: 1px solid gray;
}
.dialog-box dl dt.alert {
background: url(res/img/alert.png) no-repeat 4px top;
background-color:#FED800;
}
.dialog-box dl dt.confirm {
background: url(res/img/confirm.png) no-repeat 4px top;
background-color:#A4BEE4; /* #D9B526 */
}
.dialog-box .dialog-msg {
position:relative;
width:100%;
height:auto;
padding:10px 20px;
}
.dialog-box .buttonList {
width:100%;
text-align: center;
margin:1em 0;
padding-top:1em;
border-top: 1px solid silver;
}
/* 実行ボタン */
.dialog-box .buttonList .okButton,
.dialog-box .buttonList .cancelButton
{
margin: 0 15px;
border: 1px solid #333;
padding: 2px 12px;
font-weight: bold;
font-size:9pt;
cursor: pointer;
color: #666;
border-radius: 4px;
}
.dialog-box .buttonList .okButton:hover,
.dialog-box .buttonList .cancelButton:hover
{
background: linear-gradient(#ccc,#fff, #ccc);
}
.dialog-box .buttonList .okButton:active,
.dialog-box .buttonList .cancelButton:active
{
background: #aaa;
padding: 6px 10px 4px;
}
/*==============================================================================
ポップアップナビメニュー
*/
.navi-menubox {
z-index: 90001;
position:fixed;
display:none;
font-size:10pt;
}
.navi-menubox>ul {
border: 2px solid gray;
border-radius: 5px;
box-shadow: 2px 4px 4px silver;
}
.navi-menubox ul>li {
list-style-type: none;
line-height: 30px;
width:15em;
margin-top:-1px;
white-space: nowrap;
}
/* 最初の展開メニューだけずらす */
.navi-menubox>ul>li>.navi-sub {
margin-left:-1px;
}
.navi-menubox li .navi-sub {
z-index:1;
display:none;
left:100%;
position:absolute;
margin-top:-31px; /* line-height分上に移動 */
}
.navi-menubox li:hover > .navi-sub {
display:flex;
}
/* サブメニューの枠線を隣に重ねる */
.navi-menubox .navi-sub ul {
margin-left: -1px;
}
/* サブメニューの幅 */
.navi-menubox .navi-sub li {
width: 12em;
}
/* ラベル行は少し高さを抑える */
.navi-menubox .navi-sub li.label {
line-height: 20px;
}
.navi-menubox li>span {
border:1px solid gray;
background: linear-gradient(to bottom, gray,black );
display: block;
color:white;
text-align: center;
width: 100%;
height: 20px;
white-space: nowrap;
overflow: hidden;
}
.navi-menubox li> a {
border:1px solid gray;
background: whitesmoke;
display: block;
text-align: center;
text-decoration: none;
cursor:pointer;
white-space: nowrap;
overflow: hidden;
}
.navi-menubox li>a:hover {
background: yellow;
color:black;
}
/* リストに「▶」を付ける*/
.navi-menubox li>a.label:after {
position: absolute;
right: 0px;
margin-top: 1rem;
border: 6px solid transparent;
border-left: 6px solid gray;
content: "";
transform: translateY(-50%);
}
/*==============================================================================
ポップアップナビメニュー
*/
.navi-checklist {
z-index: 90001;
position:fixed;
display:none;
font-size:10pt;
background-color:white;
box-shadow: 2px 2px 4px gray;
border:2px solid black;
border-radius:5px;
background-color: #f5fbfe;
}
/* メッセージタグ */
.navi-checklist>p {
margin:5px 10px;
}
.navi-checklist li {
list-style-type: none;
white-space: nowrap;
}
/* checklist tabset */
.navi-checklist .tabmenu {
display:flex;
list-style:none;
width:100%;
border-radius:5px 5px 0 0;
overflow:hidden;
}
.navi-checklist .tabmenu>li {
width:100%;
padding:2px 20px;
cursor: pointer;
color: gray;
background-color: silver;
white-space: nowrap;
text-align: center;
border-left: 1px dotted gray;
border-right: 1px dotted gray;
}
.navi-checklist .tabmenu>li.selected {
color: black;
font-weight: bold;
background-color: whitesmoke;
}
.navi-checklist .tabcontents>li {
display:none;
}
.navi-checklist .tabcontents>li.selected {
display:block;
}
.navi-checklist .check-all {
padding:5px 10px;
border-top:1px dashed gray;
text-align:right;
}
/* 段組みは flex を使って独自に行う */
.navi-checklist .check-itemset {
display: flex;
}
.navi-checklist .check-itemset > div {
margin: 5px 10px;
}
.navi-checklist .check-itemset > p {
margin: 5px 10px;
white-space: nowrap;
}
.navi-checklist .v-splitter {
width:1px;
border-left: 1px dotted silver;
height: calc(100% - 10);
margin: 5px 0;
}
/* (X)と▼付きのドロップダウンメニューのコンテナ */
.dropdown-menu {
display:inline-flex;
color: silver;
background-color: #e9f4fb;
white-space: nowrap;
align-items: center;
vertical-align: middle;
/* border: 1px solid skyblue; */
padding:0;
font-size:10pt;
}
.drop-right {
position: absolute;
right: 0;
color: black;
background-color: inherit;
}
/* 他要素内にターゲットがあるときのメニュータイトル */
.dropdown-menu.normal{
width: 100%;
color: inherit;
background-color: inherit;
/* border: none; */
}
/* リストに「▼」を付ける */
.dropdown-menu>span.arrow {
position:relative;
display: inline-block;
right:0;
width: 0;
height: 0;
margin-top: 2px;
cursor: pointer;
border: 6px solid transparent;
border-top: 12px solid #aaa;
border-bottom:none;
}
/* シルバー背景でも見えるようにする */
.dropdown-menu.normal>span.arrow {
border-top-color: #888;
}
.dropdown-menu>span.arrow:hover {
border-top-color: #333;
}
/* リストに「X」を付ける */
.dropdown-menu>span.clear {
position:relative;
display: inline-block;
right:0;
cursor: pointer;
width:19px;
height:15px;
margin-top:2px;
background: url(res/img/clear_btn.png) no-repeat left top;
border-right: 1px dotted gray;
}
.dropdown-menu>span.clear:hover {
background: url(res/img/clear_btn.png) no-repeat left -15px;
}
/* IEの [X] アイコンを消す */
.dropdown-menu>input::-ms-clear { visibility:hidden; }
/* テキストとチェックボックスの位置揃え */
.dropdown-menu>textarea,
.dropdown-menu>input {
margin:0;
padding: 0 5px;
width:100%;
height:100%;
background-color: #e9f4fb;
border: none;
vertical-align:middle;
}
/* タイトル用 */
.dropdown-menu>div{
padding: 0 5px;
width:100%;
height:100%;
border: none;
vertical-align:middle;
} | 0.369201 | 0.075927 |
:root {
--branco-principal: #FFFFFF;
--cinza-secundario: #C0C0C0;
--botao-azul: #167BF7;
--cor-de-fundo: #00030C;
--fonte-principal: 'Inter';
}
body {
background-color: var(--cor-de-fundo);
color: var(--branco-principal);
font-family: var(--fonte-principal);
font-size: 16px;
font-weight: 400;
}
/* all elements */
* {
margin: 0;
padding: 0;
}
.principal {
background-image: url("img/Background.png");
background-repeat: no-repeat;
background-size: contain;
align-items: center;
text-align: center;
}
.container {
height: 100vh;
display: grid;
grid-template-columns: 50% 50%;
}
.container__botao {
background-color: var(--botao-azul);
border-radius: 5px;
padding: 1em;
color: var(--branco-principal);
display: block;
text-decoration: none;
margin-bottom: 1em;
margin-top: 1em;
}
.botao_secundario {
background-color: transparent;
border: 2px solid var(--branco-principal);
}
.container__aviso {
font-size: 12px;
color: var(--cinza-secundario)
}
.container__titulo {
font-size: 28px;
font-weight: 700;
margin: 0 0 1em 0;
}
.container__imagem {
margin: 1em 0 2m 0;
}
.container__caixa {
margin: 0 6em; /* top and bottom | right and left*/
}
.secundario__imagem {
width: 80%;
}
.secundario {
align-items: center;
margin: 0 10em;
}
.descricao__titulo {
font-weight: 700;
font-size: 48px;
color: var(--branco-principal);
margin-bottom: 0.1em;
}
.descricao__texto {
color : var(--cinza-secundario)
}
.secundario__botao {
display: inline-block;
margin-top: 1em;
}
.container__descricao {
padding: 2em;
}
.dispositivos__lista {
display: flex;
justify-content: center;
list-style-type: none;
margin: 5em 0;
}
.dispositivos {
text-align: center;
}
.dispositivos__titulos {
font-size: 48px;
color: var(--branco-principal)
}
.lista__item{
font-size: 32px;
color: var(--branco-principal)
}
.rodape {
text-align: center;
color: var(--branco-principal);
}
.rodape__logo {
margin-bottom: 1em;
}
.lista__link {
display: inline-block;
text-decoration: none;
}
.rodape__texto {
color: var(--cinza-secundario);
font-size: 12px;
padding: 1em;
margin-top: 1em;
}
a:link {
color: var(--branco-principal);
font-size: 12px;
text-decoration: none;
padding-right: 0.5em;
}
.lista__item a:hover{
color: var(--cinza-secundario)
} | 2nd-project_AluraFlix/style.css | :root {
--branco-principal: #FFFFFF;
--cinza-secundario: #C0C0C0;
--botao-azul: #167BF7;
--cor-de-fundo: #00030C;
--fonte-principal: 'Inter';
}
body {
background-color: var(--cor-de-fundo);
color: var(--branco-principal);
font-family: var(--fonte-principal);
font-size: 16px;
font-weight: 400;
}
/* all elements */
* {
margin: 0;
padding: 0;
}
.principal {
background-image: url("img/Background.png");
background-repeat: no-repeat;
background-size: contain;
align-items: center;
text-align: center;
}
.container {
height: 100vh;
display: grid;
grid-template-columns: 50% 50%;
}
.container__botao {
background-color: var(--botao-azul);
border-radius: 5px;
padding: 1em;
color: var(--branco-principal);
display: block;
text-decoration: none;
margin-bottom: 1em;
margin-top: 1em;
}
.botao_secundario {
background-color: transparent;
border: 2px solid var(--branco-principal);
}
.container__aviso {
font-size: 12px;
color: var(--cinza-secundario)
}
.container__titulo {
font-size: 28px;
font-weight: 700;
margin: 0 0 1em 0;
}
.container__imagem {
margin: 1em 0 2m 0;
}
.container__caixa {
margin: 0 6em; /* top and bottom | right and left*/
}
.secundario__imagem {
width: 80%;
}
.secundario {
align-items: center;
margin: 0 10em;
}
.descricao__titulo {
font-weight: 700;
font-size: 48px;
color: var(--branco-principal);
margin-bottom: 0.1em;
}
.descricao__texto {
color : var(--cinza-secundario)
}
.secundario__botao {
display: inline-block;
margin-top: 1em;
}
.container__descricao {
padding: 2em;
}
.dispositivos__lista {
display: flex;
justify-content: center;
list-style-type: none;
margin: 5em 0;
}
.dispositivos {
text-align: center;
}
.dispositivos__titulos {
font-size: 48px;
color: var(--branco-principal)
}
.lista__item{
font-size: 32px;
color: var(--branco-principal)
}
.rodape {
text-align: center;
color: var(--branco-principal);
}
.rodape__logo {
margin-bottom: 1em;
}
.lista__link {
display: inline-block;
text-decoration: none;
}
.rodape__texto {
color: var(--cinza-secundario);
font-size: 12px;
padding: 1em;
margin-top: 1em;
}
a:link {
color: var(--branco-principal);
font-size: 12px;
text-decoration: none;
padding-right: 0.5em;
}
.lista__item a:hover{
color: var(--cinza-secundario)
} | 0.53777 | 0.215516 |
#urlbar #star-button,
#urlbar #star-button-box,
#urlbar #star-button-animatable-box {
background: unset !important;
box-shadow: unset !important;
list-style-image: unset !important;
}
#star-button[preloadanimations] + #star-button-animatable-box > #star-button-animatable-image,
#star-button-box[animationsenabled] > #star-button[starred][animate] + #star-button-animatable-box > #star-button-animatable-image,
#star-button-box[animationsenabled] > #star-button[starred][animate] + #star-button-animatable-box,
#star-button-box[animationsenabled] > #star-button[starred][animate],
#star-button-box[animationsenabled] {
background: unset !important;
box-shadow: unset !important;
animation-name: unset !important;
animation-iteration-count: unset !important;
animation-timing-function: unset !important;
animation-duration: 1ms !important;
fill: unset !important;
}
/* unset default filters (+ override filters set in icons_colorized.css) */
#urlbar #star-button[starred],
#urlbar #star-button-animatable-box[starred]:-moz-any(:hover,:hover:active),
#urlbar #star-button[preloadanimations][animate][starred]:-moz-any(:hover,:hover:active),
#urlbar #star-button-box[open] #star-button[starred],
#urlbar #star-button[starred]:-moz-any(:hover,:hover:active) {
filter: unset !important;
}
/* grey non-bookmarked star (+ override filters set in icons_colorized.css) */
#urlbar #star-button:not([starred]),
#urlbar #star-button-box[open] #star-button:not([starred]),
#urlbar #star-button:not([starred]):-moz-any(:hover,:hover:active) {
filter: grayscale(1.0) brightness(1.15) !important;
}
/* hover/open filters */
#urlbar #star-button-box[open],
#urlbar #star-button-box:-moz-any(:hover,:hover:active){
filter: brightness(1.25) contrast(100%) !important;
}
/* yellow star button (Fx56 + CTR-like)*/
#PopupAutoCompleteRichResult[autocompleteinput="urlbar"] .ac-type-icon[type=bookmark],
.urlbarView-row[type=bookmark] > .urlbarView-row-inner > .urlbarView-type-icon,
#urlbar #star-button {
list-style-image: url("./../../image/star_button.svg") !important;
}
.urlbarView .urlbarView-row[type=bookmark] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-type-icon {
background-image: url("./../../image/star_button.svg") !important;
}
/* popup image */
#editBookmarkPanelStarIcon {
list-style-image: url("./../../image/star_button48.png") !important;
} | chrome/classic/css/locationbar/starbutton_alternative_icon.css | #urlbar #star-button,
#urlbar #star-button-box,
#urlbar #star-button-animatable-box {
background: unset !important;
box-shadow: unset !important;
list-style-image: unset !important;
}
#star-button[preloadanimations] + #star-button-animatable-box > #star-button-animatable-image,
#star-button-box[animationsenabled] > #star-button[starred][animate] + #star-button-animatable-box > #star-button-animatable-image,
#star-button-box[animationsenabled] > #star-button[starred][animate] + #star-button-animatable-box,
#star-button-box[animationsenabled] > #star-button[starred][animate],
#star-button-box[animationsenabled] {
background: unset !important;
box-shadow: unset !important;
animation-name: unset !important;
animation-iteration-count: unset !important;
animation-timing-function: unset !important;
animation-duration: 1ms !important;
fill: unset !important;
}
/* unset default filters (+ override filters set in icons_colorized.css) */
#urlbar #star-button[starred],
#urlbar #star-button-animatable-box[starred]:-moz-any(:hover,:hover:active),
#urlbar #star-button[preloadanimations][animate][starred]:-moz-any(:hover,:hover:active),
#urlbar #star-button-box[open] #star-button[starred],
#urlbar #star-button[starred]:-moz-any(:hover,:hover:active) {
filter: unset !important;
}
/* grey non-bookmarked star (+ override filters set in icons_colorized.css) */
#urlbar #star-button:not([starred]),
#urlbar #star-button-box[open] #star-button:not([starred]),
#urlbar #star-button:not([starred]):-moz-any(:hover,:hover:active) {
filter: grayscale(1.0) brightness(1.15) !important;
}
/* hover/open filters */
#urlbar #star-button-box[open],
#urlbar #star-button-box:-moz-any(:hover,:hover:active){
filter: brightness(1.25) contrast(100%) !important;
}
/* yellow star button (Fx56 + CTR-like)*/
#PopupAutoCompleteRichResult[autocompleteinput="urlbar"] .ac-type-icon[type=bookmark],
.urlbarView-row[type=bookmark] > .urlbarView-row-inner > .urlbarView-type-icon,
#urlbar #star-button {
list-style-image: url("./../../image/star_button.svg") !important;
}
.urlbarView .urlbarView-row[type=bookmark] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-type-icon {
background-image: url("./../../image/star_button.svg") !important;
}
/* popup image */
#editBookmarkPanelStarIcon {
list-style-image: url("./../../image/star_button48.png") !important;
} | 0.136005 | 0.042325 |
#me {
width:300px;
border-radius: 50%;
}
#mainjumbo {
padding-top: 1%;
padding-bottom: 1%;
background:
url("../images/moutains.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
color:white;
height:600px;
width: auto ;
max-width: 100% ;
}
#bottomjumbo {
padding-top: 1%;
padding-bottom: 1%;
background:
url("../images/mountaintop.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
color:white;
height:500px;
width: auto ;
max-width: 100% ;
}
.page-scroll{
height:auto;
}
#aboutMe {
text-align: left;
margin-left: 20%;
margin-right: 20%;
}
#skills {
text-align: left;
margin-left: 20%;
margin-right: 20%;
}
#ucf {
display: block;
border-radius: 50%;
margin-right: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
#jonelle {
display: block;
border-radius: 50%;
margin-left: 3%;
margin-right: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
#bootcamp {
display: block;
border-radius: 50%;
margin-left: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
.container {
margin-top: 5%;
}
#homeRow {
text-align: center;
width: 80%;
margin-left: 18%;
margin-right: 20%;
}
#dad {
width:200px;
border-radius: 50%;
}
.wrapper {
height: 20vh;
/*This part is important for centering*/
display: flex;
align-items: center;
justify-content: center;
}
.typing-demo {
width: 40ch;
animation: typing 2s steps(22, end), blink .5s step-end infinite;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid;
font-family: monospace;
font-size: 2em;
}
@keyframes typing {
from {
width: 0
}
}
@keyframes blink {
50% {
border-color: transparent
}
}
/* Projects page */
#projectjumbotron {
padding-top: 1%;
padding-bottom: 1%;
background:
url("../images/projects.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
color:white;
height:300px;
width: auto ;
max-width: 100% ;
}
/* Project 1 */
#weatherproject{
display: block;
text-align: left;
margin-left: 20%;
margin-right: 20%;
}
a {
color: black;
text-decoration: none;
}
a:hover {
color: grey;
text-decoration:none;
cursor:pointer;
}
#weather {
margin-left: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
/* Project 2 */
hr {
background-color: rgb(145, 143, 143);
}
#calendarproject {
display: block;
text-align: left;
margin-left: 20%;
margin-right: 20%;
}
#calendar {
margin-left: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
/* Project 3 */
#employeeproject {
display: block;
text-align: left;
margin-left: 20%;
margin-right: 20%;
}
#employee {
margin-left: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
#projectInfo {
display: block;
text-align: center;
margin-left: 20%;
margin-right: 20%;
}
/* Contact page */
#contactMe {
display: block;
text-align: center;
margin-left: 20%;
margin-right: 20%;
} | assets/css/style.css | #me {
width:300px;
border-radius: 50%;
}
#mainjumbo {
padding-top: 1%;
padding-bottom: 1%;
background:
url("../images/moutains.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
color:white;
height:600px;
width: auto ;
max-width: 100% ;
}
#bottomjumbo {
padding-top: 1%;
padding-bottom: 1%;
background:
url("../images/mountaintop.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
color:white;
height:500px;
width: auto ;
max-width: 100% ;
}
.page-scroll{
height:auto;
}
#aboutMe {
text-align: left;
margin-left: 20%;
margin-right: 20%;
}
#skills {
text-align: left;
margin-left: 20%;
margin-right: 20%;
}
#ucf {
display: block;
border-radius: 50%;
margin-right: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
#jonelle {
display: block;
border-radius: 50%;
margin-left: 3%;
margin-right: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
#bootcamp {
display: block;
border-radius: 50%;
margin-left: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
.container {
margin-top: 5%;
}
#homeRow {
text-align: center;
width: 80%;
margin-left: 18%;
margin-right: 20%;
}
#dad {
width:200px;
border-radius: 50%;
}
.wrapper {
height: 20vh;
/*This part is important for centering*/
display: flex;
align-items: center;
justify-content: center;
}
.typing-demo {
width: 40ch;
animation: typing 2s steps(22, end), blink .5s step-end infinite;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid;
font-family: monospace;
font-size: 2em;
}
@keyframes typing {
from {
width: 0
}
}
@keyframes blink {
50% {
border-color: transparent
}
}
/* Projects page */
#projectjumbotron {
padding-top: 1%;
padding-bottom: 1%;
background:
url("../images/projects.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
color:white;
height:300px;
width: auto ;
max-width: 100% ;
}
/* Project 1 */
#weatherproject{
display: block;
text-align: left;
margin-left: 20%;
margin-right: 20%;
}
a {
color: black;
text-decoration: none;
}
a:hover {
color: grey;
text-decoration:none;
cursor:pointer;
}
#weather {
margin-left: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
/* Project 2 */
hr {
background-color: rgb(145, 143, 143);
}
#calendarproject {
display: block;
text-align: left;
margin-left: 20%;
margin-right: 20%;
}
#calendar {
margin-left: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
/* Project 3 */
#employeeproject {
display: block;
text-align: left;
margin-left: 20%;
margin-right: 20%;
}
#employee {
margin-left: 3%;
width: auto ;
max-width: 100% ;
height: auto
}
#projectInfo {
display: block;
text-align: center;
margin-left: 20%;
margin-right: 20%;
}
/* Contact page */
#contactMe {
display: block;
text-align: center;
margin-left: 20%;
margin-right: 20%;
} | 0.359589 | 0.105303 |
@font-face {font-family: "HelveticaNeueW01-77BdCn"; src: url('../helvetica/HelveticaNeueLTStd-BdCn.otf');}
@font-face {font-family: "HelveticaNeueRoman"; src: url('../helvetica/HelveticaNeueLTStd-Roman.otf');}
body {
min-height: 100%;
height: auto !important;
margin: 0;
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
font-family: "HelveticaNeueRoman";
}
/*
body > * {
cursor: none;
}
*/
.column {
position: absolute;
float: left;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
}
#panel3 {
background: #000 url(../images/map-3.jpg) 0 0;
height: 1080px;
width: 1920px;
left: 1920px;
z-index: 50;
}
#panel1 {
padding: 0;
left: 0;
background: #000 url(../images/map-1.jpg) 0 0;
height: 1080px;
width: 1920px;
}
#panel2 {
padding: 0;
left: 1920px;
background: #000 url(../images/map-2.jpg) 0 0;
height: 1080px;
width: 1920px;
}
.panelHandle {
height: 1080px;
width: 8px;
/* background: -moz-linear-gradient(left, rgba(100, 100, 100, 1), rgba(255, 255, 255, 0));
background: -webkit-linear-gradient(left, rgba(100, 100, 100, 1), rgba(255, 255, 255, 0)); */
background-color: white;
position: absolute;
left: 0px;
}
.topInfo {
top: 0;
left: 0;
width: 640px;
height: 110px;
position: absolute;
padding-left: 30px;
}
.topInfo h1 {
width: 440px;
font-size: 20px;
font-family: "HelveticaNeueW01-77BdCn";
}
.topInfo.heritage {
background-color: #00aeef;
}
.topInfo.museum {
background-color: #ed1c24;
}
#panel4 {
left: 1920px;
padding: 10px 30px; /* RC padding */
height: 1080px;
width: 680px;
border-left: 8px solid white;
z-index: 50;
}
#panel4.heritage {
background-color: #00aeef;
}
#panel4.museum {
background-color: #ed1c24;
}
#panel4.whiteBorder {
border-left: 10px solid black;
}
#panel4 img {
padding-top: 20px;
}
#mus-txt-content {
clear: both;
padding-top: 130px;
width: 600px;
font-size: 12px;
}
#mus-txt-content h1.name {
width: 250px;
font-size: 20px;
font-family: "HelveticaNeueW01-77BdCn";
}
#mus-txt-content ul {
list-style-type: none;
padding: 0;
}
.mapLabel {
background: url('../images/e1_n2_2.png') no-repeat 0 100%;
color: white;
height: 215px;
width: 241px;
font-size: 9px;
}
.mapLabel span {
margin-right: 20px;
float: right;
}
.pt {
color: white;
}
.rotTextPt {
height: 200px;
width: 230px;
position: absolute;
left: 0px;
color: white;
margin-top: 50px;
rotate:(-90deg);
-moz-transform: translate(75px, 100px);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
}
.rotTextEn {
height: 200px;
width: 250px;
position: absolute;
left: 0px;
margin-top: 50px;
color: black;
rotate:(-90deg);
-moz-transform: translate(75px, 100px);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
}
#languageSwitcher {
width: 1920px;
z-index: 80;
position: absolute;
top:0;
}
.ls-en.en {
top: 90px;
left: 1700px;
position: absolute;
}
.ls-pt.pt {
top: 50px;
left: 1750px;
position: absolute;
}
.ls-en.pt {
top: 90px;
left: 1720px;
position: absolute;
z-index: 90;
}
.ls-pt.en {
top: 90px;
left: 1790px;
position: absolute;
}
.hide {
display: none;
}
#leftButtons {
left: 0;
top: 0;
position: absolute;
z-index: 80;
height: 500px;
}
#museum.en-pos {
position: absolute;
left: 60px;
top: 160px;
}
#heritage.en-pos {
position: absolute;
left: 60px;
top: 150px;
}
#museum.pt-pos {
position: absolute;
left: 60px;
top: 170px;
}
#heritage.pt-pos {
position: absolute;
left: 20px;
top: 210px;
}
#state-button-off.en-pos{
position: absolute;
left: 40px;
top: 270px;
}
#city-button-off.en-pos {
position: absolute;
left: 50px;
top: 330px;
}
#univ-button-off.en-pos {
position: absolute;
left: 60px;
top: 370px;
}
#state-button-on.en-pos {
position: absolute;
left: 40px;
top: 270px;
}
#city-button-on.en-pos {
position: absolute;
left: 50px;
top: 330px;
}
#univ-button-on.en-pos {
position: absolute;
left: 60px;
top: 370px;
}
#state-button-off.pt-pos {
position: absolute;
left: 50px;
top: 290px;
}
#city-button-off.pt-pos {
position: absolute;
left: 60px;
top: 330px;
}
#univ-button-off.pt-pos {
position: absolute;
left: 60px;
top: 370px;
}
#state-button-on.pt-pos {
position: absolute;
left: 50px;
top: 290px;
}
#city-button-on.pt-pos {
position: absolute;
left: 60px;
top: 330px;
}
#univ-button-on.pt-pos {
position: absolute;
left: 60px;
top: 370px;
}
div.gallery {
width: 600px;
z-index: 200;
position: absolute;
left: 20px;
bottom: 40px;
}
div.gallery div {
width: 100%;
}
div.gallery > img {
left: 0;
max-height: 200px;
}
div.gallery table tr td {
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
}
div.gallery td > img {
max-height: 50px;
}
#zoomImg {
width: 1920px;
height: 1080px;
padding-top: 50px;
top: 0;
left: 0;
position: absolute;
z-index: 1000;
}
#zimg {
z-index: 1000;
} | css/scr.css | @font-face {font-family: "HelveticaNeueW01-77BdCn"; src: url('../helvetica/HelveticaNeueLTStd-BdCn.otf');}
@font-face {font-family: "HelveticaNeueRoman"; src: url('../helvetica/HelveticaNeueLTStd-Roman.otf');}
body {
min-height: 100%;
height: auto !important;
margin: 0;
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
font-family: "HelveticaNeueRoman";
}
/*
body > * {
cursor: none;
}
*/
.column {
position: absolute;
float: left;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
}
#panel3 {
background: #000 url(../images/map-3.jpg) 0 0;
height: 1080px;
width: 1920px;
left: 1920px;
z-index: 50;
}
#panel1 {
padding: 0;
left: 0;
background: #000 url(../images/map-1.jpg) 0 0;
height: 1080px;
width: 1920px;
}
#panel2 {
padding: 0;
left: 1920px;
background: #000 url(../images/map-2.jpg) 0 0;
height: 1080px;
width: 1920px;
}
.panelHandle {
height: 1080px;
width: 8px;
/* background: -moz-linear-gradient(left, rgba(100, 100, 100, 1), rgba(255, 255, 255, 0));
background: -webkit-linear-gradient(left, rgba(100, 100, 100, 1), rgba(255, 255, 255, 0)); */
background-color: white;
position: absolute;
left: 0px;
}
.topInfo {
top: 0;
left: 0;
width: 640px;
height: 110px;
position: absolute;
padding-left: 30px;
}
.topInfo h1 {
width: 440px;
font-size: 20px;
font-family: "HelveticaNeueW01-77BdCn";
}
.topInfo.heritage {
background-color: #00aeef;
}
.topInfo.museum {
background-color: #ed1c24;
}
#panel4 {
left: 1920px;
padding: 10px 30px; /* RC padding */
height: 1080px;
width: 680px;
border-left: 8px solid white;
z-index: 50;
}
#panel4.heritage {
background-color: #00aeef;
}
#panel4.museum {
background-color: #ed1c24;
}
#panel4.whiteBorder {
border-left: 10px solid black;
}
#panel4 img {
padding-top: 20px;
}
#mus-txt-content {
clear: both;
padding-top: 130px;
width: 600px;
font-size: 12px;
}
#mus-txt-content h1.name {
width: 250px;
font-size: 20px;
font-family: "HelveticaNeueW01-77BdCn";
}
#mus-txt-content ul {
list-style-type: none;
padding: 0;
}
.mapLabel {
background: url('../images/e1_n2_2.png') no-repeat 0 100%;
color: white;
height: 215px;
width: 241px;
font-size: 9px;
}
.mapLabel span {
margin-right: 20px;
float: right;
}
.pt {
color: white;
}
.rotTextPt {
height: 200px;
width: 230px;
position: absolute;
left: 0px;
color: white;
margin-top: 50px;
rotate:(-90deg);
-moz-transform: translate(75px, 100px);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
}
.rotTextEn {
height: 200px;
width: 250px;
position: absolute;
left: 0px;
margin-top: 50px;
color: black;
rotate:(-90deg);
-moz-transform: translate(75px, 100px);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
}
#languageSwitcher {
width: 1920px;
z-index: 80;
position: absolute;
top:0;
}
.ls-en.en {
top: 90px;
left: 1700px;
position: absolute;
}
.ls-pt.pt {
top: 50px;
left: 1750px;
position: absolute;
}
.ls-en.pt {
top: 90px;
left: 1720px;
position: absolute;
z-index: 90;
}
.ls-pt.en {
top: 90px;
left: 1790px;
position: absolute;
}
.hide {
display: none;
}
#leftButtons {
left: 0;
top: 0;
position: absolute;
z-index: 80;
height: 500px;
}
#museum.en-pos {
position: absolute;
left: 60px;
top: 160px;
}
#heritage.en-pos {
position: absolute;
left: 60px;
top: 150px;
}
#museum.pt-pos {
position: absolute;
left: 60px;
top: 170px;
}
#heritage.pt-pos {
position: absolute;
left: 20px;
top: 210px;
}
#state-button-off.en-pos{
position: absolute;
left: 40px;
top: 270px;
}
#city-button-off.en-pos {
position: absolute;
left: 50px;
top: 330px;
}
#univ-button-off.en-pos {
position: absolute;
left: 60px;
top: 370px;
}
#state-button-on.en-pos {
position: absolute;
left: 40px;
top: 270px;
}
#city-button-on.en-pos {
position: absolute;
left: 50px;
top: 330px;
}
#univ-button-on.en-pos {
position: absolute;
left: 60px;
top: 370px;
}
#state-button-off.pt-pos {
position: absolute;
left: 50px;
top: 290px;
}
#city-button-off.pt-pos {
position: absolute;
left: 60px;
top: 330px;
}
#univ-button-off.pt-pos {
position: absolute;
left: 60px;
top: 370px;
}
#state-button-on.pt-pos {
position: absolute;
left: 50px;
top: 290px;
}
#city-button-on.pt-pos {
position: absolute;
left: 60px;
top: 330px;
}
#univ-button-on.pt-pos {
position: absolute;
left: 60px;
top: 370px;
}
div.gallery {
width: 600px;
z-index: 200;
position: absolute;
left: 20px;
bottom: 40px;
}
div.gallery div {
width: 100%;
}
div.gallery > img {
left: 0;
max-height: 200px;
}
div.gallery table tr td {
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
}
div.gallery td > img {
max-height: 50px;
}
#zoomImg {
width: 1920px;
height: 1080px;
padding-top: 50px;
top: 0;
left: 0;
position: absolute;
z-index: 1000;
}
#zimg {
z-index: 1000;
} | 0.433981 | 0.06832 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
--cor1: #CCCCCC;
--cor2: #999999;
--cor3: #666666;
--cor4: #333333;
--cor5: #000000;
--azul1: #037F8C;
--azul2: #025159;
--azul3: #012326;
--cursivo: "Caveat", Arial, Helvetica, Verdana, Sans-Serif;
--padrão: "Jost", Arial, Helvetica, Verdana, Sans-Serif;
--semicursivo: "MuseoModerno", Arial, Helvetica, Verdana, Sans-Serif;
}
* {
margin: 0px;
padding: 0px;
font-weight: 1.2em;
}
strong {
color: white;
border-radius: 4px;
padding: 2px 4px;
font-family: var(--semicursivo);
}
ul {
list-style-type: '\2714\00A0\00A0';
list-style-position: inside;
columns: 2;
}
h2 {
font-size: 0.9em;
}
body {
background-color: var(--cor1);
}
header {
background-color: var(--cor5);
color: white;
padding: 24px 0px;
font-family: var(--semicursivo);
height: 80px;
}
header a {
color: white;
text-decoration: none;
cursor: default;
}
header h1 {
text-align: center;
cursor: default;
}
nav {
background-color: var(--cor5);
padding: 8px 8px;
align-items: center;
display: flex;
justify-content: space-evenly;
}
nav a {
text-decoration: none;
margin: auto;
color: white;
font-family: var(--padrão);
padding: 2px 16px;
border-radius: 8px;
transition: 0.4s;
}
nav a:hover {
background-color: var(--azul1);
color: var(--azul3);
padding: 16px 16px;
border-radius: 4px;
transition: 0.4s;
font-weight: bold;
}
main {
background-color: white;
font-family: var(--padrão);
text-align: justify;
max-width: 1000px;
margin: auto;
padding: 12px 24px;
border-radius: 0px 0px 8px 8px;
}
main article {
background-color: var(--azul1);
color: white;
padding: 12px 24px;
margin: -12px -24px 12px -24px;
}
main > article h1 {
text-align: center;
}
.produtos {
margin: 24px;
display: flex;
justify-content: space-around;
text-align: center;
}
.produtos img {
width: 200px;
height: 200px;
border-radius: 4px;
}
.produtos a {
text-decoration: none;
color: var(--cor4);
font-weight: 1em;
}
#um, #dois, #tres, #quatro, #cinco, #seis, #sete, #oito, #nove {
transition: .3s;
margin: 24px;
}
#um:hover, #dois:hover, #tres:hover, #quatro:hover, #cinco:hover, #seis:hover, #sete:hover, #oito:hover, #nove:hover {
background-color: var(--azul1);
padding: 12px 12px 4px 12px;
border-radius: 4px;
color: white;
transition: .3s;
margin: 24px;
cursor: pointer;
}
aside {
background-color: var(--azul1);
color: white;
padding: 12px 24px;
margin: -12px -24px 0px -24px;
text-align: center;
}
aside h1 {
text-align: center;
}
aside p {
text-align: center;
cursor: pointer;
padding: 12px;
transition: .3s;
border-radius: 4px;
margin: 0px 350px;
}
aside p:hover {
text-align: center;
cursor: pointer;
background-color: var(--azul2);
padding: 12px;
transition: .3s;
border-radius: 8px;
margin: 0px 350px;
}
.ap {
margin: 24px;
display: flex;
justify-content: space-around;
text-align: center;
font-weight: 0.7em;
}
.ap img {
width: 150px;
height: 120px;
border-radius: 40%;
}
.ap a {
cursor: default;
text-decoration: none;
color: var(--cor4);
}
.ap h2 {
font-weight: 0.7em;
}
.ap h2:hover {
text-decoration: underline;
color: var(--azul1);
}
footer {
background-color: var(--cor4);
font-family: var(--semicursivo);
color: white;
margin-top: 24px;
padding: 24px;
text-align: center;
font-weight: lighter;
cursor: default;
}
.footer {
background-color: #ffffff00;
margin: 0px 4px;
font-weight: normal;
}
.roupa {
text-align: center;
color: var(--azul1);
font-family: var(--padrão);
}
.roupa-p {
text-align: center;
font-family: var(--padrão);
}
.loja {
margin: 24px 512px 24px 24px;
display: flex;
justify-content: space-around;
text-align: center;
}
.loja img {
width: 50px;
height: 50px;
border-radius: 4px;
}
.loja a {
text-decoration: none;
color: var(--cor4);
font-weight: 1em;
}
#loja-um {
margin: 24px;
}
#loja-um .carrinho {
margin: 0px 0px 0px 126px;
}
#loja-um .carrinho .botao {
background-color: var(--azul1);
padding: 24px 48px;
border-radius: 8px;
color: white;
font-weight: bold;
transition: .3s;
}
#loja-um .carrinho .botao:hover {
background-color: var(--azul2);
transition: .3s;
text-decoration: underline;
}
#uma, #doisa, #tresa, #quatroa, #cincoa, #seisa, #setea, #oitoa, #novea {
transition: .3s;
margin: 24px;
}
#uma:hover, #doisa:hover, #tresa:hover, #quatroa:hover, #cincoa:hover, #seisa:hover, #setea:hover, #oitoa:hover, #novea:hover {
background-color: var(--azul1);
padding: 8px 8px 2px 8px;
border-radius: 4px;
color: white;
transition: .3s;
margin: 24px;
cursor: pointer;
} | Arquivo_Escola/Trabalhos/OPEE/3bimestre001/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
--cor1: #CCCCCC;
--cor2: #999999;
--cor3: #666666;
--cor4: #333333;
--cor5: #000000;
--azul1: #037F8C;
--azul2: #025159;
--azul3: #012326;
--cursivo: "Caveat", Arial, Helvetica, Verdana, Sans-Serif;
--padrão: "Jost", Arial, Helvetica, Verdana, Sans-Serif;
--semicursivo: "MuseoModerno", Arial, Helvetica, Verdana, Sans-Serif;
}
* {
margin: 0px;
padding: 0px;
font-weight: 1.2em;
}
strong {
color: white;
border-radius: 4px;
padding: 2px 4px;
font-family: var(--semicursivo);
}
ul {
list-style-type: '\2714\00A0\00A0';
list-style-position: inside;
columns: 2;
}
h2 {
font-size: 0.9em;
}
body {
background-color: var(--cor1);
}
header {
background-color: var(--cor5);
color: white;
padding: 24px 0px;
font-family: var(--semicursivo);
height: 80px;
}
header a {
color: white;
text-decoration: none;
cursor: default;
}
header h1 {
text-align: center;
cursor: default;
}
nav {
background-color: var(--cor5);
padding: 8px 8px;
align-items: center;
display: flex;
justify-content: space-evenly;
}
nav a {
text-decoration: none;
margin: auto;
color: white;
font-family: var(--padrão);
padding: 2px 16px;
border-radius: 8px;
transition: 0.4s;
}
nav a:hover {
background-color: var(--azul1);
color: var(--azul3);
padding: 16px 16px;
border-radius: 4px;
transition: 0.4s;
font-weight: bold;
}
main {
background-color: white;
font-family: var(--padrão);
text-align: justify;
max-width: 1000px;
margin: auto;
padding: 12px 24px;
border-radius: 0px 0px 8px 8px;
}
main article {
background-color: var(--azul1);
color: white;
padding: 12px 24px;
margin: -12px -24px 12px -24px;
}
main > article h1 {
text-align: center;
}
.produtos {
margin: 24px;
display: flex;
justify-content: space-around;
text-align: center;
}
.produtos img {
width: 200px;
height: 200px;
border-radius: 4px;
}
.produtos a {
text-decoration: none;
color: var(--cor4);
font-weight: 1em;
}
#um, #dois, #tres, #quatro, #cinco, #seis, #sete, #oito, #nove {
transition: .3s;
margin: 24px;
}
#um:hover, #dois:hover, #tres:hover, #quatro:hover, #cinco:hover, #seis:hover, #sete:hover, #oito:hover, #nove:hover {
background-color: var(--azul1);
padding: 12px 12px 4px 12px;
border-radius: 4px;
color: white;
transition: .3s;
margin: 24px;
cursor: pointer;
}
aside {
background-color: var(--azul1);
color: white;
padding: 12px 24px;
margin: -12px -24px 0px -24px;
text-align: center;
}
aside h1 {
text-align: center;
}
aside p {
text-align: center;
cursor: pointer;
padding: 12px;
transition: .3s;
border-radius: 4px;
margin: 0px 350px;
}
aside p:hover {
text-align: center;
cursor: pointer;
background-color: var(--azul2);
padding: 12px;
transition: .3s;
border-radius: 8px;
margin: 0px 350px;
}
.ap {
margin: 24px;
display: flex;
justify-content: space-around;
text-align: center;
font-weight: 0.7em;
}
.ap img {
width: 150px;
height: 120px;
border-radius: 40%;
}
.ap a {
cursor: default;
text-decoration: none;
color: var(--cor4);
}
.ap h2 {
font-weight: 0.7em;
}
.ap h2:hover {
text-decoration: underline;
color: var(--azul1);
}
footer {
background-color: var(--cor4);
font-family: var(--semicursivo);
color: white;
margin-top: 24px;
padding: 24px;
text-align: center;
font-weight: lighter;
cursor: default;
}
.footer {
background-color: #ffffff00;
margin: 0px 4px;
font-weight: normal;
}
.roupa {
text-align: center;
color: var(--azul1);
font-family: var(--padrão);
}
.roupa-p {
text-align: center;
font-family: var(--padrão);
}
.loja {
margin: 24px 512px 24px 24px;
display: flex;
justify-content: space-around;
text-align: center;
}
.loja img {
width: 50px;
height: 50px;
border-radius: 4px;
}
.loja a {
text-decoration: none;
color: var(--cor4);
font-weight: 1em;
}
#loja-um {
margin: 24px;
}
#loja-um .carrinho {
margin: 0px 0px 0px 126px;
}
#loja-um .carrinho .botao {
background-color: var(--azul1);
padding: 24px 48px;
border-radius: 8px;
color: white;
font-weight: bold;
transition: .3s;
}
#loja-um .carrinho .botao:hover {
background-color: var(--azul2);
transition: .3s;
text-decoration: underline;
}
#uma, #doisa, #tresa, #quatroa, #cincoa, #seisa, #setea, #oitoa, #novea {
transition: .3s;
margin: 24px;
}
#uma:hover, #doisa:hover, #tresa:hover, #quatroa:hover, #cincoa:hover, #seisa:hover, #setea:hover, #oitoa:hover, #novea:hover {
background-color: var(--azul1);
padding: 8px 8px 2px 8px;
border-radius: 4px;
color: white;
transition: .3s;
margin: 24px;
cursor: pointer;
} | 0.335895 | 0.08266 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&family=Oswald:wght@400;700&display=swap');
body {
margin:0;
padding:0;
font-family: 'Open Sans', sans-serif;
}
header .line {
height:10px;
background-color:#117050;
}
.container {
max-width:1140px;
margin: auto;
}
.header_area {
display:flex;
justify-content:space-between;
align-items:center;
height:100px;
}
.header_left img {
width:64px;
height:64px;
}
.header_search form {
display:flex;
}
.header_right {
display:flex;
align-items:center;
}
.header_right input {
padding:8px 15px;
border:1px solid #999999;
outline:none;
width:100%;
max-width:250px;
}
.header_right button {
background-color:transparent;
border:0;
}
.header_right button img {
width:16px;
height:16px;
margin-left: -40px;
}
.header_menu {
margin-left:20px;
}
.header_menu img{
width:25px;
height:25px;
}
.banner {
background-image:url('../images/bg.jpg');
background-position:center;
background-size:cover;
padding-top:30px;
padding-bottom:50px;
}
.banner_images img {
width: 148px;
height: 148px;
border: 6px solid #117050;
border-radius:50%;
margin-top:70px;
margin-right:30px;
}
.area1 {
display:grid;
grid-template-columns: repeat(2, 1fr);
}
.area1_content {
padding:60px 150px;
}
.area1_img1 {
background-image: url('../images/f2.jpg');
background-size:cover;
background-position:center;
height:350px;
}
.area1_img2 {
background-image: url('../images/f1.jpg');
background-size:cover;
background-position:center;
grid-column: 2 / 3;
grid-row: 1 / 3;
}
h1 {
font-family: 'Oswald', sans-serif;
font-weight: bold;
font-size: 90px;
line-height:100px;
margin-bottom:50px;
}
h2 {
font-family: 'Oswald', sans-serif;
font-weight: bold;
font-size: 35px;
line-height:45px;
}
.area1_bar {
width:168px;
height:22px;
background-color:#117050;
margin-bottom:-20px;
}
.area1_quote {
margin-bottom: 30px;
}
.area1_text {
margin-bottom:60px;
line-height:27px;
}
.button {
display:inline-block;
border:2px solid #454545;
padding: 10px 30px;
color:#454545;
text-decoration:none;
}
.button:hover {
color:#FFF;
background-color:#454545;
}
.area2 {
display:grid;
grid-template-columns: repeat(2, 1fr);
}
.area2_content {
padding:60px 150px;
}
.area2_img1 {
background-image: url('../images/f4.jpg');
background-size:cover;
background-position:center;
height:450px;
}
.area2_img2 {
background-image: url('../images/f3.jpg');
background-size:cover;
background-position:center;
grid-column: 1 / 2;
grid-row: 1 / 3;
}
.area2_bar {
width:168px;
height:22px;
background-color:#117050;
margin-bottom:-20px;
}
.area2_text {
margin-bottom:40px;
line-height:27px;
}
.area3 {
display:grid;
grid-template-columns: repeat(2, 1fr);
}
.area3_content {
padding:200px 150px;
background-image: url('../images/bg2.jpg');
background-size:cover;
background-position:left;
}
.area3_img1 {
background-image: url('../images/f5.jpg');
background-size:cover;
background-position:center;
grid-column: 2 / 3;
grid-row: 1 / 3;
}
.area3_text {
margin-bottom:60px;
line-height:27px;
}
.area4 {
display: grid;
grid-template-columns: 600px 1fr;
}
.area4_content {
padding:150px 150px;
background-color:#e8e9ee;
/* Eye Dropper */
}
.area4_img1 {
background-image:url('../images/bg3.jpg');
background-position:left;
}
.area4_bar {
width:168px;
height:22px;
background-color:#117050;
margin-bottom:-20px;
}
.area4_text {
margin-bottom:40px;
line-height:27px;
}
.area5 {
background-image:url('../images/bg4.jpg');
background-size:cover;
background-position:center;
height:700px;
}
footer {
background-color:#333;
text-align:center;
padding:80px;
color:#FFF;
} | assets/css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&family=Oswald:wght@400;700&display=swap');
body {
margin:0;
padding:0;
font-family: 'Open Sans', sans-serif;
}
header .line {
height:10px;
background-color:#117050;
}
.container {
max-width:1140px;
margin: auto;
}
.header_area {
display:flex;
justify-content:space-between;
align-items:center;
height:100px;
}
.header_left img {
width:64px;
height:64px;
}
.header_search form {
display:flex;
}
.header_right {
display:flex;
align-items:center;
}
.header_right input {
padding:8px 15px;
border:1px solid #999999;
outline:none;
width:100%;
max-width:250px;
}
.header_right button {
background-color:transparent;
border:0;
}
.header_right button img {
width:16px;
height:16px;
margin-left: -40px;
}
.header_menu {
margin-left:20px;
}
.header_menu img{
width:25px;
height:25px;
}
.banner {
background-image:url('../images/bg.jpg');
background-position:center;
background-size:cover;
padding-top:30px;
padding-bottom:50px;
}
.banner_images img {
width: 148px;
height: 148px;
border: 6px solid #117050;
border-radius:50%;
margin-top:70px;
margin-right:30px;
}
.area1 {
display:grid;
grid-template-columns: repeat(2, 1fr);
}
.area1_content {
padding:60px 150px;
}
.area1_img1 {
background-image: url('../images/f2.jpg');
background-size:cover;
background-position:center;
height:350px;
}
.area1_img2 {
background-image: url('../images/f1.jpg');
background-size:cover;
background-position:center;
grid-column: 2 / 3;
grid-row: 1 / 3;
}
h1 {
font-family: 'Oswald', sans-serif;
font-weight: bold;
font-size: 90px;
line-height:100px;
margin-bottom:50px;
}
h2 {
font-family: 'Oswald', sans-serif;
font-weight: bold;
font-size: 35px;
line-height:45px;
}
.area1_bar {
width:168px;
height:22px;
background-color:#117050;
margin-bottom:-20px;
}
.area1_quote {
margin-bottom: 30px;
}
.area1_text {
margin-bottom:60px;
line-height:27px;
}
.button {
display:inline-block;
border:2px solid #454545;
padding: 10px 30px;
color:#454545;
text-decoration:none;
}
.button:hover {
color:#FFF;
background-color:#454545;
}
.area2 {
display:grid;
grid-template-columns: repeat(2, 1fr);
}
.area2_content {
padding:60px 150px;
}
.area2_img1 {
background-image: url('../images/f4.jpg');
background-size:cover;
background-position:center;
height:450px;
}
.area2_img2 {
background-image: url('../images/f3.jpg');
background-size:cover;
background-position:center;
grid-column: 1 / 2;
grid-row: 1 / 3;
}
.area2_bar {
width:168px;
height:22px;
background-color:#117050;
margin-bottom:-20px;
}
.area2_text {
margin-bottom:40px;
line-height:27px;
}
.area3 {
display:grid;
grid-template-columns: repeat(2, 1fr);
}
.area3_content {
padding:200px 150px;
background-image: url('../images/bg2.jpg');
background-size:cover;
background-position:left;
}
.area3_img1 {
background-image: url('../images/f5.jpg');
background-size:cover;
background-position:center;
grid-column: 2 / 3;
grid-row: 1 / 3;
}
.area3_text {
margin-bottom:60px;
line-height:27px;
}
.area4 {
display: grid;
grid-template-columns: 600px 1fr;
}
.area4_content {
padding:150px 150px;
background-color:#e8e9ee;
/* Eye Dropper */
}
.area4_img1 {
background-image:url('../images/bg3.jpg');
background-position:left;
}
.area4_bar {
width:168px;
height:22px;
background-color:#117050;
margin-bottom:-20px;
}
.area4_text {
margin-bottom:40px;
line-height:27px;
}
.area5 {
background-image:url('../images/bg4.jpg');
background-size:cover;
background-position:center;
height:700px;
}
footer {
background-color:#333;
text-align:center;
padding:80px;
color:#FFF;
} | 0.209793 | 0.081703 |
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,300i,400,400i|Fira+Mono');
body > section {
line-height: 1.5;
font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
font-weight: 300;
font-size: 90%;
}
.footnoteRef {
padding: 0 5px 0 5px;
}
img {
max-width: 600px;
}
figure {
margin: 2em auto 2.5em auto;
text-align: center;
}
figure img {
border: 1px solid #DDD;
box-shadow: 1px 1px 10px #DDD;
max-width: 900px;
}
figure figcaption {
font-style: italic;
font-size: 0.9em;
margin-top: 5px;
}
table,
.pagedtable-wrapper,
.dataTables_wrapper {
font-size: 0.9em;
margin-top: 0;
margin-bottom: 2rem;
}
table {
width: auto;
margin-left: auto;
margin-right: auto;
}
.pagedtable table {
width: 100%;
margin-left: 0;
margin-right: 0;
}
table th {
border-bottom: 1px solid #444;
}
table th,
table td {
padding: 0 5px 0 5px;
}
.leaflet-container {
margin-top: 0;
margin-bottom: 2rem;
}
h1,
h2,
h3,
h4 {
font-family: "Roboto Slab", "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}
h1 .header-section-number {
display: block;
font-size: 0.8em;
}
h1.title {
text-align: center;
font-size: 3em;
}
h4.author,
h4.date {
text-align: center;
font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
font-weight: 300;
font-size: 1.3em;
margin-top: 1em;
}
h4.date {
font-size: 1.1em;
margin-top: 0;
}
h4.author em,
h4.date em {
font-style: normal;
}
pre,
code,
pre > code {
font-family: 'Fira Mono', 'Andale Mono',monospace;
font-size: .9em;
background-color: #f7f7f7;
}
p > code,
ul code {
padding: 2px 1px;
font-size: 85%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
font-family: Monaco, 'Fira Mono','Andale Mono',monospace;
}
pre {
margin-top: 0;
border-radius: 6px;
padding: .5em .85em;
}
pre.sourceCode {
border: 1px solid #e1e1e8;
margin-top: 10px;
}
/* Environments */
.rmdimportant,
.rmdnote {
border-radius: 8px;
padding: 1px 20px 1px 20px;
margin: 2em 0px;
}
.rmdimportant {
background-color: #fef4f4;
}
.rmdnote {
background-color: #f0f4fd;
}
.solution {
display: none;
visibility: hidden;
} | css/epub.css | @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,300i,400,400i|Fira+Mono');
body > section {
line-height: 1.5;
font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
font-weight: 300;
font-size: 90%;
}
.footnoteRef {
padding: 0 5px 0 5px;
}
img {
max-width: 600px;
}
figure {
margin: 2em auto 2.5em auto;
text-align: center;
}
figure img {
border: 1px solid #DDD;
box-shadow: 1px 1px 10px #DDD;
max-width: 900px;
}
figure figcaption {
font-style: italic;
font-size: 0.9em;
margin-top: 5px;
}
table,
.pagedtable-wrapper,
.dataTables_wrapper {
font-size: 0.9em;
margin-top: 0;
margin-bottom: 2rem;
}
table {
width: auto;
margin-left: auto;
margin-right: auto;
}
.pagedtable table {
width: 100%;
margin-left: 0;
margin-right: 0;
}
table th {
border-bottom: 1px solid #444;
}
table th,
table td {
padding: 0 5px 0 5px;
}
.leaflet-container {
margin-top: 0;
margin-bottom: 2rem;
}
h1,
h2,
h3,
h4 {
font-family: "Roboto Slab", "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}
h1 .header-section-number {
display: block;
font-size: 0.8em;
}
h1.title {
text-align: center;
font-size: 3em;
}
h4.author,
h4.date {
text-align: center;
font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
font-weight: 300;
font-size: 1.3em;
margin-top: 1em;
}
h4.date {
font-size: 1.1em;
margin-top: 0;
}
h4.author em,
h4.date em {
font-style: normal;
}
pre,
code,
pre > code {
font-family: 'Fira Mono', 'Andale Mono',monospace;
font-size: .9em;
background-color: #f7f7f7;
}
p > code,
ul code {
padding: 2px 1px;
font-size: 85%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
font-family: Monaco, 'Fira Mono','Andale Mono',monospace;
}
pre {
margin-top: 0;
border-radius: 6px;
padding: .5em .85em;
}
pre.sourceCode {
border: 1px solid #e1e1e8;
margin-top: 10px;
}
/* Environments */
.rmdimportant,
.rmdnote {
border-radius: 8px;
padding: 1px 20px 1px 20px;
margin: 2em 0px;
}
.rmdimportant {
background-color: #fef4f4;
}
.rmdnote {
background-color: #f0f4fd;
}
.solution {
display: none;
visibility: hidden;
} | 0.352648 | 0.154153 |
.background_glossySandyBrown2,
.hover_background_glossySandyBrown2:hover,
.active_background_glossySandyBrown2:active:hover {
background: #f4a15b;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossySandyBrown2h,
.hover_background_glossySandyBrown2h:hover,
.active_background_glossySandyBrown2h:active:hover {
background: #f4a15b;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossySandyBrown2a,
.hover_background_glossySandyBrown2a:hover,
.active_background_glossySandyBrown2a:active:hover {
background: #f4a15b;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossySandyBrown2s,
.hover_background_glossySandyBrown2s:hover,
.active_background_glossySandyBrown2s:active:hover {
background: #f4a15b;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossySandyBrown2,
.hover_background_color_glossySandyBrown2:hover,
.active_background_color_glossySandyBrown2:active:hover {
background-color:#f4a15b;
}
.background_first_color_glossySandyBrown2,
.hover_background_first_color_glossySandyBrown2:hover,
.active_background_first_color_glossySandyBrown2:active:hover {
background-color:#ffffff;
}
.background_last_color_glossySandyBrown2,
.hover_background_last_color_glossySandyBrown2:hover,
.active_background_color_last_glossySandyBrown2:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossySandyBrown2,
.hover_color_glossySandyBrown2:hover,
.active_color_glossySandyBrown2:active:hover {
color: #282828;
}
.color_glossySandyBrown2h,
.hover_color_glossySandyBrown2h:hover,
.active_color_glossySandyBrown2h:active:hover {
color: #c8c8c8;
}
.color_glossySandyBrown2a,
.hover_color_glossySandyBrown2a:hover,
.active_color_glossySandyBrown2a:active:hover {
color: #282828;
}
.color_glossySandyBrown2s,
.hover_color_glossySandyBrown2s:hover,
.active_color_glossySandyBrown2s:active:hover {
color: #282828;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossySandyBrown2,
.hover_border_glossySandyBrown2:hover,
.active_border_glossySandyBrown2:active:hover {
border-color: #ef7d1c #ef7d1c #ef7d1c #ef7d1c;
}
.border_glossySandyBrown2h,
.hover_border_glossySandyBrown2h:hover,
.active_border_glossySandyBrown2h:active:hover {
border-color: #cb650e #cb650e #cb650e #cb650e;
}
.border_glossySandyBrown2a,
.hover_border_glossySandyBrown2a:hover,
.active_border_glossySandyBrown2a:active:hover {
border-color: #9c4e0b #9c4e0b #9c4e0b #9c4e0b;
}
.border_glossySandyBrown2s,
.hover_border_glossySandyBrown2s:hover,
.active_border_glossySandyBrown2s:active:hover {
border-color: #ef7d1c #ef7d1c #ef7d1c #ef7d1c;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossySandyBrown2,
.hover_shadow_expand_glossySandyBrown2:hover,
.active_shadow_expand_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(244, 161, 91, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(244, 161, 91, .39);
box-shadow: 0em 0em 1em 0.25em rgba(244, 161, 91, .39);
}
.shadow_expand_glossySandyBrown2h,
.hover_shadow_expand_glossySandyBrown2h:hover,
.active_shadow_expand_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(248, 197, 153, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(248, 197, 153, .50);
box-shadow: 0em 0em 1em 0.25em rgba(248, 197, 153, .50);
}
.shadow_expand_glossySandyBrown2a,
.hover_shadow_expand_glossySandyBrown2a:hover,
.active_shadow_expand_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .63);
box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .63);
}
.shadow_expand_glossySandyBrown2s,
.hover_shadow_expand_glossySandyBrown2s:hover,
.active_shadow_expand_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .71);
box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossySandyBrown2,
.hover_shadow_left_glossySandyBrown2:hover,
.active_shadow_left_glossySandyBrown2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_left_glossySandyBrown2h,
.hover_shadow_left_glossySandyBrown2h:hover,
.active_shadow_left_glossySandyBrown2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_left_glossySandyBrown2a,
.hover_shadow_left_glossySandyBrown2a:hover,
.active_shadow_left_glossySandyBrown2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_left_glossySandyBrown2s,
.hover_shadow_left_glossySandyBrown2s:hover,
.active_shadow_left_glossySandyBrown2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossySandyBrown2,
.hover_shadow_right_glossySandyBrown2:hover,
.active_shadow_right_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(244, 161, 91, .39);
box-shadow: 0.5em 0em 1em rgba(244, 161, 91, .39);
}
.shadow_right_glossySandyBrown2h,
.hover_shadow_right_glossySandyBrown2h:hover,
.active_shadow_right_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(248, 197, 153, .50);
box-shadow: 0.5em 0em 1em rgba(248, 197, 153, .50);
}
.shadow_right_glossySandyBrown2a,
.hover_shadow_right_glossySandyBrown2a:hover,
.active_shadow_right_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .63);
box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .63);
}
.shadow_right_glossySandyBrown2s,
.hover_shadow_right_glossySandyBrown2s:hover,
.active_shadow_right_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .71);
box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossySandyBrown2,
.hover_shadow_top_glossySandyBrown2:hover,
.active_shadow_top_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(244, 161, 91, .39);
box-shadow: 0em -0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_top_glossySandyBrown2h,
.hover_shadow_top_glossySandyBrown2h:hover,
.active_shadow_top_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(248, 197, 153, .50);
box-shadow: 0em -0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_top_glossySandyBrown2a,
.hover_shadow_top_glossySandyBrown2a:hover,
.active_shadow_top_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .63);
box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_top_glossySandyBrown2s,
.hover_shadow_top_glossySandyBrown2s:hover,
.active_shadow_top_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .71);
box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossySandyBrown2,
.hover_shadow_bottom_glossySandyBrown2:hover,
.active_shadow_bottom_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(244, 161, 91, .39);
box-shadow: 0em 0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_bottom_glossySandyBrown2h,
.hover_shadow_bottom_glossySandyBrown2h:hover,
.active_shadow_bottom_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(248, 197, 153, .50);
box-shadow: 0em 0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_bottom_glossySandyBrown2a,
.hover_shadow_bottom_glossySandyBrown2a:hover,
.active_shadow_bottom_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .63);
box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_bottom_glossySandyBrown2s,
.hover_shadow_bottom_glossySandyBrown2s:hover,
.active_shadow_bottom_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .71);
box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossySandyBrown2,
.hover_shadow_top_left_glossySandyBrown2:hover,
.active_shadow_top_left_glossySandyBrown2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_top_left_glossySandyBrown2h,
.hover_shadow_top_left_glossySandyBrown2h:hover,
.active_shadow_top_left_glossySandyBrown2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_top_left_glossySandyBrown2a,
.hover_shadow_top_left_glossySandyBrown2a:hover,
.active_shadow_top_left_glossySandyBrown2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_top_left_glossySandyBrown2s,
.hover_shadow_top_left_glossySandyBrown2s:hover,
.active_shadow_top_left_glossySandyBrown2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossySandyBrown2,
.hover_shadow_top_right_glossySandyBrown2:hover,
.active_shadow_top_right_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(244, 161, 91, .39);
box-shadow: 0.5em -0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_top_right_glossySandyBrown2h,
.hover_shadow_top_right_glossySandyBrown2h:hover,
.active_shadow_top_right_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(248, 197, 153, .50);
box-shadow: 0.5em -0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_top_right_glossySandyBrown2a,
.hover_shadow_top_right_glossySandyBrown2a:hover,
.active_shadow_top_right_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .63);
box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_top_right_glossySandyBrown2s,
.hover_shadow_top_right_glossySandyBrown2s:hover,
.active_shadow_top_right_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .71);
box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossySandyBrown2,
.hover_shadow_bottom_left_glossySandyBrown2:hover,
.active_shadow_bottom_left_glossySandyBrown2:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(244, 161, 91, .39);
box-shadow: -0.5em 0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_bottom_left_glossySandyBrown2h,
.hover_shadow_bottom_left_glossySandyBrown2h:hover,
.active_shadow_bottom_left_glossySandyBrown2h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(248, 197, 153, .50);
box-shadow: -0.5em 0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_bottom_left_glossySandyBrown2a,
.hover_shadow_bottom_left_glossySandyBrown2a:hover,
.active_shadow_bottom_left_glossySandyBrown2a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .63);
box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_bottom_left_glossySandyBrown2s,
.hover_shadow_bottom_left_glossySandyBrown2s:hover,
.active_shadow_bottom_left_glossySandyBrown2s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .71);
box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossySandyBrown2,
.hover_shadow_bottom_right_glossySandyBrown2:hover,
.active_shadow_bottom_right_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(244, 161, 91, .39);
box-shadow: 0.5em 0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_bottom_right_glossySandyBrown2h,
.hover_shadow_bottom_right_glossySandyBrown2h:hover,
.active_shadow_bottom_right_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(248, 197, 153, .50);
box-shadow: 0.5em 0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_bottom_right_glossySandyBrown2a,
.hover_shadow_bottom_right_glossySandyBrown2a:hover,
.active_shadow_bottom_right_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .63);
box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_bottom_right_glossySandyBrown2s,
.hover_shadow_bottom_right_glossySandyBrown2s:hover,
.active_shadow_bottom_right_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .71);
box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .71);
} | widgets/common/assets/gradients/glossy/glossySandyBrown/glossySandyBrown2.css | .background_glossySandyBrown2,
.hover_background_glossySandyBrown2:hover,
.active_background_glossySandyBrown2:active:hover {
background: #f4a15b;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossySandyBrown2h,
.hover_background_glossySandyBrown2h:hover,
.active_background_glossySandyBrown2h:active:hover {
background: #f4a15b;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossySandyBrown2a,
.hover_background_glossySandyBrown2a:hover,
.active_background_glossySandyBrown2a:active:hover {
background: #f4a15b;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossySandyBrown2s,
.hover_background_glossySandyBrown2s:hover,
.active_background_glossySandyBrown2s:active:hover {
background: #f4a15b;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossySandyBrown2,
.hover_background_color_glossySandyBrown2:hover,
.active_background_color_glossySandyBrown2:active:hover {
background-color:#f4a15b;
}
.background_first_color_glossySandyBrown2,
.hover_background_first_color_glossySandyBrown2:hover,
.active_background_first_color_glossySandyBrown2:active:hover {
background-color:#ffffff;
}
.background_last_color_glossySandyBrown2,
.hover_background_last_color_glossySandyBrown2:hover,
.active_background_color_last_glossySandyBrown2:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossySandyBrown2,
.hover_color_glossySandyBrown2:hover,
.active_color_glossySandyBrown2:active:hover {
color: #282828;
}
.color_glossySandyBrown2h,
.hover_color_glossySandyBrown2h:hover,
.active_color_glossySandyBrown2h:active:hover {
color: #c8c8c8;
}
.color_glossySandyBrown2a,
.hover_color_glossySandyBrown2a:hover,
.active_color_glossySandyBrown2a:active:hover {
color: #282828;
}
.color_glossySandyBrown2s,
.hover_color_glossySandyBrown2s:hover,
.active_color_glossySandyBrown2s:active:hover {
color: #282828;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossySandyBrown2,
.hover_border_glossySandyBrown2:hover,
.active_border_glossySandyBrown2:active:hover {
border-color: #ef7d1c #ef7d1c #ef7d1c #ef7d1c;
}
.border_glossySandyBrown2h,
.hover_border_glossySandyBrown2h:hover,
.active_border_glossySandyBrown2h:active:hover {
border-color: #cb650e #cb650e #cb650e #cb650e;
}
.border_glossySandyBrown2a,
.hover_border_glossySandyBrown2a:hover,
.active_border_glossySandyBrown2a:active:hover {
border-color: #9c4e0b #9c4e0b #9c4e0b #9c4e0b;
}
.border_glossySandyBrown2s,
.hover_border_glossySandyBrown2s:hover,
.active_border_glossySandyBrown2s:active:hover {
border-color: #ef7d1c #ef7d1c #ef7d1c #ef7d1c;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossySandyBrown2,
.hover_shadow_expand_glossySandyBrown2:hover,
.active_shadow_expand_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(244, 161, 91, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(244, 161, 91, .39);
box-shadow: 0em 0em 1em 0.25em rgba(244, 161, 91, .39);
}
.shadow_expand_glossySandyBrown2h,
.hover_shadow_expand_glossySandyBrown2h:hover,
.active_shadow_expand_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(248, 197, 153, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(248, 197, 153, .50);
box-shadow: 0em 0em 1em 0.25em rgba(248, 197, 153, .50);
}
.shadow_expand_glossySandyBrown2a,
.hover_shadow_expand_glossySandyBrown2a:hover,
.active_shadow_expand_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .63);
box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .63);
}
.shadow_expand_glossySandyBrown2s,
.hover_shadow_expand_glossySandyBrown2s:hover,
.active_shadow_expand_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .71);
box-shadow: 0em 0em 1em 0.25em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossySandyBrown2,
.hover_shadow_left_glossySandyBrown2:hover,
.active_shadow_left_glossySandyBrown2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_left_glossySandyBrown2h,
.hover_shadow_left_glossySandyBrown2h:hover,
.active_shadow_left_glossySandyBrown2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_left_glossySandyBrown2a,
.hover_shadow_left_glossySandyBrown2a:hover,
.active_shadow_left_glossySandyBrown2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_left_glossySandyBrown2s,
.hover_shadow_left_glossySandyBrown2s:hover,
.active_shadow_left_glossySandyBrown2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossySandyBrown2,
.hover_shadow_right_glossySandyBrown2:hover,
.active_shadow_right_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(244, 161, 91, .39);
box-shadow: 0.5em 0em 1em rgba(244, 161, 91, .39);
}
.shadow_right_glossySandyBrown2h,
.hover_shadow_right_glossySandyBrown2h:hover,
.active_shadow_right_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(248, 197, 153, .50);
box-shadow: 0.5em 0em 1em rgba(248, 197, 153, .50);
}
.shadow_right_glossySandyBrown2a,
.hover_shadow_right_glossySandyBrown2a:hover,
.active_shadow_right_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .63);
box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .63);
}
.shadow_right_glossySandyBrown2s,
.hover_shadow_right_glossySandyBrown2s:hover,
.active_shadow_right_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .71);
box-shadow: 0.5em 0em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossySandyBrown2,
.hover_shadow_top_glossySandyBrown2:hover,
.active_shadow_top_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(244, 161, 91, .39);
box-shadow: 0em -0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_top_glossySandyBrown2h,
.hover_shadow_top_glossySandyBrown2h:hover,
.active_shadow_top_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(248, 197, 153, .50);
box-shadow: 0em -0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_top_glossySandyBrown2a,
.hover_shadow_top_glossySandyBrown2a:hover,
.active_shadow_top_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .63);
box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_top_glossySandyBrown2s,
.hover_shadow_top_glossySandyBrown2s:hover,
.active_shadow_top_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .71);
box-shadow: 0em -0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossySandyBrown2,
.hover_shadow_bottom_glossySandyBrown2:hover,
.active_shadow_bottom_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(244, 161, 91, .39);
box-shadow: 0em 0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_bottom_glossySandyBrown2h,
.hover_shadow_bottom_glossySandyBrown2h:hover,
.active_shadow_bottom_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(248, 197, 153, .50);
box-shadow: 0em 0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_bottom_glossySandyBrown2a,
.hover_shadow_bottom_glossySandyBrown2a:hover,
.active_shadow_bottom_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .63);
box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_bottom_glossySandyBrown2s,
.hover_shadow_bottom_glossySandyBrown2s:hover,
.active_shadow_bottom_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .71);
box-shadow: 0em 0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossySandyBrown2,
.hover_shadow_top_left_glossySandyBrown2:hover,
.active_shadow_top_left_glossySandyBrown2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
box-shadow: -0.5em -0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_top_left_glossySandyBrown2h,
.hover_shadow_top_left_glossySandyBrown2h:hover,
.active_shadow_top_left_glossySandyBrown2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
box-shadow: -0.5em -0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_top_left_glossySandyBrown2a,
.hover_shadow_top_left_glossySandyBrown2a:hover,
.active_shadow_top_left_glossySandyBrown2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_top_left_glossySandyBrown2s,
.hover_shadow_top_left_glossySandyBrown2s:hover,
.active_shadow_top_left_glossySandyBrown2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
box-shadow: -0.5em -0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossySandyBrown2,
.hover_shadow_top_right_glossySandyBrown2:hover,
.active_shadow_top_right_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(244, 161, 91, .39);
box-shadow: 0.5em -0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_top_right_glossySandyBrown2h,
.hover_shadow_top_right_glossySandyBrown2h:hover,
.active_shadow_top_right_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(248, 197, 153, .50);
box-shadow: 0.5em -0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_top_right_glossySandyBrown2a,
.hover_shadow_top_right_glossySandyBrown2a:hover,
.active_shadow_top_right_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .63);
box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_top_right_glossySandyBrown2s,
.hover_shadow_top_right_glossySandyBrown2s:hover,
.active_shadow_top_right_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .71);
box-shadow: 0.5em -0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossySandyBrown2,
.hover_shadow_bottom_left_glossySandyBrown2:hover,
.active_shadow_bottom_left_glossySandyBrown2:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(244, 161, 91, .39);
box-shadow: -0.5em 0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_bottom_left_glossySandyBrown2h,
.hover_shadow_bottom_left_glossySandyBrown2h:hover,
.active_shadow_bottom_left_glossySandyBrown2h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(248, 197, 153, .50);
box-shadow: -0.5em 0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_bottom_left_glossySandyBrown2a,
.hover_shadow_bottom_left_glossySandyBrown2a:hover,
.active_shadow_bottom_left_glossySandyBrown2a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .63);
box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_bottom_left_glossySandyBrown2s,
.hover_shadow_bottom_left_glossySandyBrown2s:hover,
.active_shadow_bottom_left_glossySandyBrown2s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .71);
box-shadow: -0.5em 0.5em 1em rgba(241, 143, 60, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossySandyBrown2,
.hover_shadow_bottom_right_glossySandyBrown2:hover,
.active_shadow_bottom_right_glossySandyBrown2:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(244, 161, 91, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(244, 161, 91, .39);
box-shadow: 0.5em 0.5em 1em rgba(244, 161, 91, .39);
}
.shadow_bottom_right_glossySandyBrown2h,
.hover_shadow_bottom_right_glossySandyBrown2h:hover,
.active_shadow_bottom_right_glossySandyBrown2h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(248, 197, 153, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(248, 197, 153, .50);
box-shadow: 0.5em 0.5em 1em rgba(248, 197, 153, .50);
}
.shadow_bottom_right_glossySandyBrown2a,
.hover_shadow_bottom_right_glossySandyBrown2a:hover,
.active_shadow_bottom_right_glossySandyBrown2a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .63);
box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .63);
}
.shadow_bottom_right_glossySandyBrown2s,
.hover_shadow_bottom_right_glossySandyBrown2s:hover,
.active_shadow_bottom_right_glossySandyBrown2s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .71);
box-shadow: 0.5em 0.5em 1em rgba(241, 143, 60, .71);
} | 0.461259 | 0.077518 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: 'Montserrat', sans-serif;
text-decoration: none;
background: #121220;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
p a {
text-decoration: none;
}
a{
text-decoration: none;
}
ol{
text-decoration: none;
}
.logo-all{
float: left;
}
.superior{
padding-top: 40px;
margin-bottom: 20px;
}
.menu{
float: right;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
margin-right: 40px;
margin-top: 10px;
}
.menu-li{
float: left;
margin: 0 50px;
color: #1F1F1F
}
.menu__link{
text-decoration: none;
font-size: 16px;
color: #ffffffe3;
}
.bt_signin{
border: 1px solid rgb(0, 0, 0);
text-decoration: none;
font-size: 19px;
font-weight: 600;
color: rgb(11, 11, 14);
padding: 7px 20px;
border-radius: 3.5px;
margin-left: 30px;
}
.bt_signup{
text-decoration: none;
font-size: 19px;
font-weight: 600;
color: rgb(0, 0, 0);
padding: 7px 20px;
border-radius: 3.5px;
background: #00E9C4;
}
.clear{
clear: both;
}
.center{
max-width: 1100px;
width: 100%;
margin: 0 auto;
}
.rodape{
background: #341e49;
line-height: 35px;
margin-top: 1000px;
width: 100%;
bottom: 0;
}
.rodape-text{
margin-left: 90px;
color: #bbbbbb;
}
.rodape-title{
margin-top: 0px;
margin-left: 90px;
font-weight: 500;
font-size: 18px;
color: #a3aa92;
}
.copyright{
text-align: center;
line-height: 40px;
font-size: 17px;
background: #121220;
}
.copyright > p{
color: #cacaca
}
.logo{
width: 134px;
height: 40px;
background: url("../img/Logo.png");
display: block;
margin-left: 3vw;
}
#myChart{
margin-top: 100px;
}
.butao{
padding-right: 30px;
margin-top: 35px;
}
.butao:hover{
background: #24243f;
border-end-end-radius: 10px;
border-start-end-radius: 10px;
}
.butao-atual{
padding-right: 30px;
margin-top: 35px;
background: #3c3c68be;
border-end-end-radius: 10px;
border-start-end-radius: 10px;
}
.menu-lado{
display: flex;
position: absolute;
background: #151423;
border-end-end-radius: 30px;
border-start-end-radius: 30px;
box-shadow: 1px 1px 10px #26243F;
margin-top: 5%;
padding-top: 2%;
padding-bottom: 4%;
margin-right: 13%;
}
.box-cima{
display: flex;
position: absolute;
margin-top: 5.3%;
margin-left: 140px;
flex-direction: column;
background: #151423;
box-shadow: 5px 5px 10px #26243F;
padding: 20px;
padding-right: 17%;
border-radius: 10px;
}
.titulo{
font-size: 37.5px;
font-weight: bold;
color: white;
}
.box-cima-desc{
font-size: 15.5px;
color: #BDDAFF;
margin-top: 20px;
}
.linha-input{
display: flex;
margin-top: 240px;
margin-left: 150px;
padding-right: 300px;
}
.combo-box-title{
color: white;
}
select:invalid{
color: gray;
}
.quantidade{
display: flex;
flex-direction: row;
align-items: center;
border: 1px #341e49;
}
.box-quantidade-title{
font-size: 16px;
color: white;
margin-left: 23vw;
margin-right: 10px;
max-width: 23vw;
}
.box-quantidade{
width: 40px;
color: white;
font-size: 16px;
font-weight: 400;
background: #292840;
}
.box-hashrate{
position: absolute;
margin-top: 30px;
margin-left: 170px;
background: #151423;
padding: 32px;
padding-right: 90px;
border-radius: 23px;
}
.box-potencia{
position: absolute;
margin-top: 30px;
margin-left: 600px;
background: #151423;
padding: 32px;
padding-right: 90px;
border-radius: 23px;
}
.box-energia{
position: absolute;
margin-top: 240px;
margin-left: 170px;
background: #151423;
padding: 32px;
padding-right: 90px;
border-radius: 23px;
}
.box-preco{
position: absolute;
margin-top: 240px;
margin-left: 600px;
background: #151423;
padding: 32px;
padding-right: 50px;
border-radius: 23px;
}
.box-hashrate-title{
color: #fff;
font-weight: 800;
font-size: 18px;
display: flex;
flex-direction: column;
line-height: 24px;
}
.box-hashrate-input{
color: #fff;
background: #1a1930;
font-size: 20px;
margin-top: 45px;
width: 90px;
border: 1px;
height: 30px;
}
.mhs{
display: flex;
flex-direction: row;;
}
.input-group-addon{
margin-left: 10px;
color: #fff;
font-size: 18px;
background: #1D1923;
padding: 13px 23px 13px 23px;
border-radius: 10px;
}
.input-group-addon-esquerda{
margin-right: 10px;
color: #fff;
font-size: 18px;
background: #1D1923;
padding: 13px 23px 13px 23px;
border-radius: 10px;
}
.boxs{
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 900px){
.box-potencia{
margin-left: 520px;
}
}
@media screen and (max-width: 830px){
.box-cima{
padding-right: 30px;
}
.box-potencia{
padding-right: 30px;
margin-left: 470px;
}
.box-hashrate{
padding-right: 30px;
}
.box-energia{
padding-right: 40px;
}
}
.imgs{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.box-hashrate-title-rigth4{
color: #fff;
font-weight: bold;
font-size: 17px;
line-height: 20px;
margin-top: 20px;
}
.box-itens-rigth4{
position: absolute;
background: #50887b;
border-radius: 22px;
} | css/test.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: 'Montserrat', sans-serif;
text-decoration: none;
background: #121220;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
p a {
text-decoration: none;
}
a{
text-decoration: none;
}
ol{
text-decoration: none;
}
.logo-all{
float: left;
}
.superior{
padding-top: 40px;
margin-bottom: 20px;
}
.menu{
float: right;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
margin-right: 40px;
margin-top: 10px;
}
.menu-li{
float: left;
margin: 0 50px;
color: #1F1F1F
}
.menu__link{
text-decoration: none;
font-size: 16px;
color: #ffffffe3;
}
.bt_signin{
border: 1px solid rgb(0, 0, 0);
text-decoration: none;
font-size: 19px;
font-weight: 600;
color: rgb(11, 11, 14);
padding: 7px 20px;
border-radius: 3.5px;
margin-left: 30px;
}
.bt_signup{
text-decoration: none;
font-size: 19px;
font-weight: 600;
color: rgb(0, 0, 0);
padding: 7px 20px;
border-radius: 3.5px;
background: #00E9C4;
}
.clear{
clear: both;
}
.center{
max-width: 1100px;
width: 100%;
margin: 0 auto;
}
.rodape{
background: #341e49;
line-height: 35px;
margin-top: 1000px;
width: 100%;
bottom: 0;
}
.rodape-text{
margin-left: 90px;
color: #bbbbbb;
}
.rodape-title{
margin-top: 0px;
margin-left: 90px;
font-weight: 500;
font-size: 18px;
color: #a3aa92;
}
.copyright{
text-align: center;
line-height: 40px;
font-size: 17px;
background: #121220;
}
.copyright > p{
color: #cacaca
}
.logo{
width: 134px;
height: 40px;
background: url("../img/Logo.png");
display: block;
margin-left: 3vw;
}
#myChart{
margin-top: 100px;
}
.butao{
padding-right: 30px;
margin-top: 35px;
}
.butao:hover{
background: #24243f;
border-end-end-radius: 10px;
border-start-end-radius: 10px;
}
.butao-atual{
padding-right: 30px;
margin-top: 35px;
background: #3c3c68be;
border-end-end-radius: 10px;
border-start-end-radius: 10px;
}
.menu-lado{
display: flex;
position: absolute;
background: #151423;
border-end-end-radius: 30px;
border-start-end-radius: 30px;
box-shadow: 1px 1px 10px #26243F;
margin-top: 5%;
padding-top: 2%;
padding-bottom: 4%;
margin-right: 13%;
}
.box-cima{
display: flex;
position: absolute;
margin-top: 5.3%;
margin-left: 140px;
flex-direction: column;
background: #151423;
box-shadow: 5px 5px 10px #26243F;
padding: 20px;
padding-right: 17%;
border-radius: 10px;
}
.titulo{
font-size: 37.5px;
font-weight: bold;
color: white;
}
.box-cima-desc{
font-size: 15.5px;
color: #BDDAFF;
margin-top: 20px;
}
.linha-input{
display: flex;
margin-top: 240px;
margin-left: 150px;
padding-right: 300px;
}
.combo-box-title{
color: white;
}
select:invalid{
color: gray;
}
.quantidade{
display: flex;
flex-direction: row;
align-items: center;
border: 1px #341e49;
}
.box-quantidade-title{
font-size: 16px;
color: white;
margin-left: 23vw;
margin-right: 10px;
max-width: 23vw;
}
.box-quantidade{
width: 40px;
color: white;
font-size: 16px;
font-weight: 400;
background: #292840;
}
.box-hashrate{
position: absolute;
margin-top: 30px;
margin-left: 170px;
background: #151423;
padding: 32px;
padding-right: 90px;
border-radius: 23px;
}
.box-potencia{
position: absolute;
margin-top: 30px;
margin-left: 600px;
background: #151423;
padding: 32px;
padding-right: 90px;
border-radius: 23px;
}
.box-energia{
position: absolute;
margin-top: 240px;
margin-left: 170px;
background: #151423;
padding: 32px;
padding-right: 90px;
border-radius: 23px;
}
.box-preco{
position: absolute;
margin-top: 240px;
margin-left: 600px;
background: #151423;
padding: 32px;
padding-right: 50px;
border-radius: 23px;
}
.box-hashrate-title{
color: #fff;
font-weight: 800;
font-size: 18px;
display: flex;
flex-direction: column;
line-height: 24px;
}
.box-hashrate-input{
color: #fff;
background: #1a1930;
font-size: 20px;
margin-top: 45px;
width: 90px;
border: 1px;
height: 30px;
}
.mhs{
display: flex;
flex-direction: row;;
}
.input-group-addon{
margin-left: 10px;
color: #fff;
font-size: 18px;
background: #1D1923;
padding: 13px 23px 13px 23px;
border-radius: 10px;
}
.input-group-addon-esquerda{
margin-right: 10px;
color: #fff;
font-size: 18px;
background: #1D1923;
padding: 13px 23px 13px 23px;
border-radius: 10px;
}
.boxs{
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 900px){
.box-potencia{
margin-left: 520px;
}
}
@media screen and (max-width: 830px){
.box-cima{
padding-right: 30px;
}
.box-potencia{
padding-right: 30px;
margin-left: 470px;
}
.box-hashrate{
padding-right: 30px;
}
.box-energia{
padding-right: 40px;
}
}
.imgs{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.box-hashrate-title-rigth4{
color: #fff;
font-weight: bold;
font-size: 17px;
line-height: 20px;
margin-top: 20px;
}
.box-itens-rigth4{
position: absolute;
background: #50887b;
border-radius: 22px;
} | 0.362292 | 0.084644 |
* {
box-sizing: border-box;
color: #fff;
}
@font-face {
font-family: Verdana;
src: url('../../../../fonts/Verdana.ttf');
}
.vertical-align-middle {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.scrollable-container {
overflow-x: scroll;
width: 1060;
height: 530px;
overflow-y: hidden;
}
.template-container {
margin: 20px;
width: 10000px;
}
/*Template styles */
/*Template hover styles*/
/*Template header*/
/*Template content*/
/*Template list*/
/*Template list item*/
/*Template footer*/
.template {
width: 250px;
height: 510px;
border: 1px solid #b2b2b2 !important;
box-shadow: 0;
font-family: Verdana;
text-align: center;
float: left;
-webkit-transition: box-shadow 0.25s;
transition: box-shadow 0.25s;
margin: 0 10px;
}
.template:last-child {
margin-right: 0;
}
.template:first-child {
margin-left: 0;
}
.template:hover {
box-shadow: 0 0 15px 0 #8e8e8e !important;
}
.template:hover .template-header {
background-color: #fb4760 !important;
}
.template:hover .template-list .template-list-item-even {
color: #fb4760 !important;
}
.template .template-header {
background-color: #23404c !important;
height: 150px;
max-height: 150px;
font-size: 3em;
font-weight: bold;
}
.template .template-content {
height: 250px;
max-height: 250px;
}
.template .template-list {
max-height: 300px;
height: 300px;
padding: 0;
margin: 0;
}
.template .template-list li {
list-style: none;
width: 100%;
height: 35px;
max-height: 35px;
color: #23404c !important;
font-size: 16px;
}
.template .template-list .template-list-item-even {
background-color: #ffffff !important;
}
.template .template-list .template-list-item-odd {
background-color: #ececec !important;
}
.template .template-footer {
background-color: #ffffff !important;
height: 100px;
max-height: 100px;
padding-bottom: 10px;
}
.template .template-footer span {
color: #23404c !important;
} | app/styles/templates/template-1/theme-cyan/all.css | * {
box-sizing: border-box;
color: #fff;
}
@font-face {
font-family: Verdana;
src: url('../../../../fonts/Verdana.ttf');
}
.vertical-align-middle {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.scrollable-container {
overflow-x: scroll;
width: 1060;
height: 530px;
overflow-y: hidden;
}
.template-container {
margin: 20px;
width: 10000px;
}
/*Template styles */
/*Template hover styles*/
/*Template header*/
/*Template content*/
/*Template list*/
/*Template list item*/
/*Template footer*/
.template {
width: 250px;
height: 510px;
border: 1px solid #b2b2b2 !important;
box-shadow: 0;
font-family: Verdana;
text-align: center;
float: left;
-webkit-transition: box-shadow 0.25s;
transition: box-shadow 0.25s;
margin: 0 10px;
}
.template:last-child {
margin-right: 0;
}
.template:first-child {
margin-left: 0;
}
.template:hover {
box-shadow: 0 0 15px 0 #8e8e8e !important;
}
.template:hover .template-header {
background-color: #fb4760 !important;
}
.template:hover .template-list .template-list-item-even {
color: #fb4760 !important;
}
.template .template-header {
background-color: #23404c !important;
height: 150px;
max-height: 150px;
font-size: 3em;
font-weight: bold;
}
.template .template-content {
height: 250px;
max-height: 250px;
}
.template .template-list {
max-height: 300px;
height: 300px;
padding: 0;
margin: 0;
}
.template .template-list li {
list-style: none;
width: 100%;
height: 35px;
max-height: 35px;
color: #23404c !important;
font-size: 16px;
}
.template .template-list .template-list-item-even {
background-color: #ffffff !important;
}
.template .template-list .template-list-item-odd {
background-color: #ececec !important;
}
.template .template-footer {
background-color: #ffffff !important;
height: 100px;
max-height: 100px;
padding-bottom: 10px;
}
.template .template-footer span {
color: #23404c !important;
} | 0.253491 | 0.087408 |
.container {
max-width: 95%;
margin: 0 auto;
}
.container-fluid {
max-width: 100%;
}
.fedora {
margin: 0 10%;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.col {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 100%;
margin: 0 5px;
}
@media (min-width: 0) {
.col-xs-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((1 / 12 * 100%) - 2 * 5px);
}
.col-xs-2 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((2 / 12 * 100%) - 2 * 5px);
}
.col-xs-3 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((3 / 12 * 100%) - 2 * 5px);
}
.col-xs-4 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((4 / 12 * 100%) - 2 * 5px);
}
.col-xs-5 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((5 / 12 * 100%) - 2 * 5px);
}
.col-xs-6 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((6 / 12 * 100%) - 2 * 5px);
}
.col-xs-7 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((7 / 12 * 100%) - 2 * 5px);
}
.col-xs-8 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((8 / 12 * 100%) - 2 * 5px);
}
.col-xs-9 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((9 / 12 * 100%) - 2 * 5px);
}
.col-xs-10 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((10 / 12 * 100%) - 2 * 5px);
}
.col-xs-11 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((11 / 12 * 100%) - 2 * 5px);
}
.col-xs-12 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((12 / 12 * 100%) - 2 * 5px);
}
}
@media (min-width: 576px) {
.col-sm-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((1 / 12 * 100%) - 2 * 5px);
}
.col-sm-2 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((2 / 12 * 100%) - 2 * 5px);
}
.col-sm-3 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((3 / 12 * 100%) - 2 * 5px);
}
.col-sm-4 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((4 / 12 * 100%) - 2 * 5px);
}
.col-sm-5 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((5 / 12 * 100%) - 2 * 5px);
}
.col-sm-6 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((6 / 12 * 100%) - 2 * 5px);
}
.col-sm-7 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((7 / 12 * 100%) - 2 * 5px);
}
.col-sm-8 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((8 / 12 * 100%) - 2 * 5px);
}
.col-sm-9 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((9 / 12 * 100%) - 2 * 5px);
}
.col-sm-10 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((10 / 12 * 100%) - 2 * 5px);
}
.col-sm-11 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((11 / 12 * 100%) - 2 * 5px);
}
.col-sm-12 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((12 / 12 * 100%) - 2 * 5px);
}
}
@media (min-width: 768px) {
.col-md-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((1 / 12 * 100%) - 2 * 5px);
}
.col-md-2 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((2 / 12 * 100%) - 2 * 5px);
}
.col-md-3 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((3 / 12 * 100%) - 2 * 5px);
}
.col-md-4 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((4 / 12 * 100%) - 2 * 5px);
}
.col-md-5 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((5 / 12 * 100%) - 2 * 5px);
}
.col-md-6 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((6 / 12 * 100%) - 2 * 5px);
}
.col-md-7 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((7 / 12 * 100%) - 2 * 5px);
}
.col-md-8 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((8 / 12 * 100%) - 2 * 5px);
}
.col-md-9 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((9 / 12 * 100%) - 2 * 5px);
}
.col-md-10 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((10 / 12 * 100%) - 2 * 5px);
}
.col-md-11 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((11 / 12 * 100%) - 2 * 5px);
}
.col-md-12 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((12 / 12 * 100%) - 2 * 5px);
}
}
@media (min-width: 992px) {
.col-lg-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((1 / 12 * 100%) - 2 * 5px);
}
.col-lg-2 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((2 / 12 * 100%) - 2 * 5px);
}
.col-lg-3 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((3 / 12 * 100%) - 2 * 5px);
}
.col-lg-4 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((4 / 12 * 100%) - 2 * 5px);
}
.col-lg-5 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((5 / 12 * 100%) - 2 * 5px);
}
.col-lg-6 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((6 / 12 * 100%) - 2 * 5px);
}
.col-lg-7 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((7 / 12 * 100%) - 2 * 5px);
}
.col-lg-8 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((8 / 12 * 100%) - 2 * 5px);
}
.col-lg-9 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((9 / 12 * 100%) - 2 * 5px);
}
.col-lg-10 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((10 / 12 * 100%) - 2 * 5px);
}
.col-lg-11 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((11 / 12 * 100%) - 2 * 5px);
}
.col-lg-12 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((12 / 12 * 100%) - 2 * 5px);
}
}
@media (min-width: 1200px) {
.col-xl-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((1 / 12 * 100%) - 2 * 5px);
}
.col-xl-2 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((2 / 12 * 100%) - 2 * 5px);
}
.col-xl-3 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((3 / 12 * 100%) - 2 * 5px);
}
.col-xl-4 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((4 / 12 * 100%) - 2 * 5px);
}
.col-xl-5 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((5 / 12 * 100%) - 2 * 5px);
}
.col-xl-6 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((6 / 12 * 100%) - 2 * 5px);
}
.col-xl-7 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((7 / 12 * 100%) - 2 * 5px);
}
.col-xl-8 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((8 / 12 * 100%) - 2 * 5px);
}
.col-xl-9 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((9 / 12 * 100%) - 2 * 5px);
}
.col-xl-10 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((10 / 12 * 100%) - 2 * 5px);
}
.col-xl-11 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((11 / 12 * 100%) - 2 * 5px);
}
.col-xl-12 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((12 / 12 * 100%) - 2 * 5px);
}
}
.btn-download-green {
color: #61b921;
background: none;
border-style: solid;
border-color: #61b921;
border-radius: 5px;
padding: 5px 5px;
}
.btn-download-green:hover {
background: #61b921;
color: #fff;
}
.btn-download-orange {
color: #c17d2a;
background: none;
border-style: solid;
border-color: #c17d2a;
border-radius: 5px;
padding: 5px 5px;
}
.btn-download-orange:hover {
background: #c17d2a;
color: #fff;
}
.left-position {
float: left;
}
.right-position {
float: right;
}
.clear-float {
clear: both;
}
.position-fixed {
position: fixed;
}
.position-static {
position: static;
}
.position-relative {
position: relative;
}
.position-absolute {
position: absolute;
}
.display {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.display {
display: none;
}
.display-hidden {
visibility: hidden;
}
.vertical-top {
-ms-flex-line-pack: start;
align-content: flex-start;
}
.vertical-center {
-ms-flex-line-pack: center;
align-content: center;
}
.vertical-bottom {
-ms-flex-line-pack: end;
align-content: flex-end;
}
.horizontal-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.horizontal-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.horizontal-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.redfoothill {
background-color: #af0029;
color: #630017;
}
.bluefoothill {
background-color: #072f5f;
color: #020c18;
}
.yellowfoothill {
background-color: #edb970;
color: #e4982c;
}
.orangefoothill {
background-color: #e4a241;
color: #be7c1b;
}
.purplefoothill {
background-color: #4429b8;
color: #2d1b79;
}
.greyfoothill {
background-color: #8c8c8c;
color: #666666;
}
.maroonfoothill {
background-color: #cc0000;
color: maroon;
}
.greenfoothill {
background-color: #5fa624;
color: #3b6716;
}
.pinkfoothill {
background-color: #e16389;
color: #d0285a;
}
.indigofoothill {
background-color: #7400b3;
color: #420067;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.f-size-30 {
font-size: 30px;
}
.f-size-25 {
font-size: 25px;
}
.f-size-20 {
font-size: 20px;
}
.f-size-15 {
font-size: 15px;
}
.f-size-10 {
font-size: 10px;
}
.normal-font {
font-weight: normal;
}
.bold-font {
font-weight: bold;
}
.medium-font {
font-weight: medium;
}
/*
BOX UTILITIES
*/
.none-top {
margin-top: 1rem;
}
.top-one-margin {
margin-top: 0.1rem;
}
.top-two-margin {
margin-top: 0.2rem;
}
.top-three-margin {
margin-top: 0.3rem;
}
.top-four-margin {
margin-top: 0.4rem;
}
.top-five-margin {
margin-top: 0.5rem;
}
.top-six-margin {
margin-top: 0.6rem;
}
.top-seven-margin {
margin-top: 0.7rem;
}
.top-eight-margin {
margin-top: 0.8rem;
}
.top-nine-margin {
margin-top: 0.9rem;
}
.non-bottom {
margin-bottom: 1rem;
}
.bottom-one-margin {
margin-bottom: 0.1rem;
}
.bottom-two-margin {
margin-bottom: 0.2rem;
}
.bottom-three-margin {
margin-bottom: 0.3rem;
}
.bottom-four-margin {
margin-bottom: 0.4rem;
}
.bottom-five-margin {
margin-bottom: 0.5rem;
}
.bottom-six-margin {
margin-bottom: 0.6rem;
}
.bottom-seven-margin {
margin-bottom: 0.7rem;
}
.bottom-eight-margin {
margin-bottom: 0.8rem;
}
.bottom-nine-margin {
margin-bottom: 0.9rem;
}
.one-right {
margin-right: 1rem;
}
.right-one-margin {
margin-right: 0.1rem;
}
.right-two-margin {
margin-right: 0.2rem;
}
.right-three-margin {
margin-right: 0.3rem;
}
.right-four-margin {
margin-right: 0.4rem;
}
.right-five-margin {
margin-right: 0.5rem;
}
.right-six-margin {
margin-right: 0.6rem;
}
.right-seven-margin {
margin-right: 0.7rem;
}
.right-eight-margin {
margin-right: 0.8rem;
}
.right-nine-margin {
margin-right: 0.9rem;
}
.one-left {
margin-left: 1rem;
}
.left-one-margin {
margin-left: 0.1rem;
}
.left-two-margin {
margin-left: 0.2rem;
}
.left-three-margin {
margin-left: 0.3rem;
}
.left-four-margin {
margin-left: 0.4rem;
}
.left-five-margin {
margin-left: 0.5rem;
}
.left-six-margin {
margin-left: 0.6rem;
}
.left-seven-margin {
margin-left: 0.7rem;
}
.left-eight-margin {
margin-left: 0.8rem;
}
.left-nine-margin {
margin-left: 0.9rem;
}
/*
BORDER
*/
.none-top {
border-top: 1rem;
}
.top-one-border {
border-top: 0.1rem;
}
.top-two-border {
border-top: 0.2rem;
}
.top-three-border {
border-top: 0.3rem;
}
.top-four-border {
border-top: 0.4rem;
}
.top-five-border {
border-top: 0.5rem;
}
.top-six-border {
border-top: 0.6rem;
}
.top-seven-border {
border-top: 0.7rem;
}
.top-eight-border {
border-top: 0.8rem;
}
.top-nine-border {
border-top: 0.9rem;
}
.non-bottom {
border-bottom: 1rem;
}
.bottom-one-border {
border-bottom: 0.1rem;
}
.bottom-two-border {
border-bottom: 0.2rem;
}
.bottom-three-border {
border-bottom: 0.3rem;
}
.bottom-four-border {
border-bottom: 0.4rem;
}
.bottom-five-border {
border-bottom: 0.5rem;
}
.bottom-six-border {
border-bottom: 0.6rem;
}
.bottom-seven-border {
border-bottom: 0.7rem;
}
.bottom-eight-border {
border-bottom: 0.8rem;
}
.bottom-nine-border {
border-bottom: 0.9rem;
}
.one-right {
border-right: 1rem;
}
.right-one-border {
border-right: 0.1rem;
}
.right-two-border {
border-right: 0.2rem;
}
.right-three-border {
border-right: 0.3rem;
}
.right-four-border {
border-right: 0.4rem;
}
.right-five-border {
border-right: 0.5rem;
}
.right-six-border {
border-right: 0.6rem;
}
.right-seven-border {
border-right: 0.7rem;
}
.right-eight-border {
border-right: 0.8rem;
}
.right-nine-border {
border-right: 0.9rem;
}
.one-left {
border-left: 1rem;
}
.left-one-border {
border-left: 0.1rem;
}
.left-two-border {
border-left: 0.2rem;
}
.left-three-border {
border-left: 0.3rem;
}
.left-four-border {
border-left: 0.4rem;
}
.left-five-border {
border-left: 0.5rem;
}
.left-six-border {
border-left: 0.6rem;
}
.left-seven-border {
border-left: 0.7rem;
}
.left-eight-border {
border-left: 0.8rem;
}
.left-nine-border {
border-left: 0.9rem;
}
.border-circle {
width: 50px;
height: 50px;
border-radius: 50%;
}
.right-top-right-round {
border-top-right-radius: 5px;
}
.right-top-left-round {
border-top-left-radius: 5px;
}
.right-bottom-right-round {
border-bottom-right-radius: 5px;
}
.right-bottom-left-round {
border-bottom-left-radius: 5px;
}
/*# sourceMappingURL=framework.css.map */ | src/styles/framework.css | .container {
max-width: 95%;
margin: 0 auto;
}
.container-fluid {
max-width: 100%;
}
.fedora {
margin: 0 10%;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.col {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 100%;
margin: 0 5px;
}
@media (min-width: 0) {
.col-xs-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((1 / 12 * 100%) - 2 * 5px);
}
.col-xs-2 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((2 / 12 * 100%) - 2 * 5px);
}
.col-xs-3 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((3 / 12 * 100%) - 2 * 5px);
}
.col-xs-4 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((4 / 12 * 100%) - 2 * 5px);
}
.col-xs-5 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((5 / 12 * 100%) - 2 * 5px);
}
.col-xs-6 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((6 / 12 * 100%) - 2 * 5px);
}
.col-xs-7 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((7 / 12 * 100%) - 2 * 5px);
}
.col-xs-8 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((8 / 12 * 100%) - 2 * 5px);
}
.col-xs-9 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((9 / 12 * 100%) - 2 * 5px);
}
.col-xs-10 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((10 / 12 * 100%) - 2 * 5px);
}
.col-xs-11 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((11 / 12 * 100%) - 2 * 5px);
}
.col-xs-12 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((12 / 12 * 100%) - 2 * 5px);
}
}
@media (min-width: 576px) {
.col-sm-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((1 / 12 * 100%) - 2 * 5px);
}
.col-sm-2 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((2 / 12 * 100%) - 2 * 5px);
}
.col-sm-3 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((3 / 12 * 100%) - 2 * 5px);
}
.col-sm-4 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((4 / 12 * 100%) - 2 * 5px);
}
.col-sm-5 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((5 / 12 * 100%) - 2 * 5px);
}
.col-sm-6 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((6 / 12 * 100%) - 2 * 5px);
}
.col-sm-7 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((7 / 12 * 100%) - 2 * 5px);
}
.col-sm-8 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((8 / 12 * 100%) - 2 * 5px);
}
.col-sm-9 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((9 / 12 * 100%) - 2 * 5px);
}
.col-sm-10 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((10 / 12 * 100%) - 2 * 5px);
}
.col-sm-11 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((11 / 12 * 100%) - 2 * 5px);
}
.col-sm-12 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((12 / 12 * 100%) - 2 * 5px);
}
}
@media (min-width: 768px) {
.col-md-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((1 / 12 * 100%) - 2 * 5px);
}
.col-md-2 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((2 / 12 * 100%) - 2 * 5px);
}
.col-md-3 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((3 / 12 * 100%) - 2 * 5px);
}
.col-md-4 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((4 / 12 * 100%) - 2 * 5px);
}
.col-md-5 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((5 / 12 * 100%) - 2 * 5px);
}
.col-md-6 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((6 / 12 * 100%) - 2 * 5px);
}
.col-md-7 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((7 / 12 * 100%) - 2 * 5px);
}
.col-md-8 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((8 / 12 * 100%) - 2 * 5px);
}
.col-md-9 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((9 / 12 * 100%) - 2 * 5px);
}
.col-md-10 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((10 / 12 * 100%) - 2 * 5px);
}
.col-md-11 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((11 / 12 * 100%) - 2 * 5px);
}
.col-md-12 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((12 / 12 * 100%) - 2 * 5px);
}
}
@media (min-width: 992px) {
.col-lg-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((1 / 12 * 100%) - 2 * 5px);
}
.col-lg-2 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((2 / 12 * 100%) - 2 * 5px);
}
.col-lg-3 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((3 / 12 * 100%) - 2 * 5px);
}
.col-lg-4 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((4 / 12 * 100%) - 2 * 5px);
}
.col-lg-5 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((5 / 12 * 100%) - 2 * 5px);
}
.col-lg-6 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((6 / 12 * 100%) - 2 * 5px);
}
.col-lg-7 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((7 / 12 * 100%) - 2 * 5px);
}
.col-lg-8 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((8 / 12 * 100%) - 2 * 5px);
}
.col-lg-9 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((9 / 12 * 100%) - 2 * 5px);
}
.col-lg-10 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((10 / 12 * 100%) - 2 * 5px);
}
.col-lg-11 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((11 / 12 * 100%) - 2 * 5px);
}
.col-lg-12 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((12 / 12 * 100%) - 2 * 5px);
}
}
@media (min-width: 1200px) {
.col-xl-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((1 / 12 * 100%) - 2 * 5px);
}
.col-xl-2 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((2 / 12 * 100%) - 2 * 5px);
}
.col-xl-3 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((3 / 12 * 100%) - 2 * 5px);
}
.col-xl-4 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((4 / 12 * 100%) - 2 * 5px);
}
.col-xl-5 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((5 / 12 * 100%) - 2 * 5px);
}
.col-xl-6 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((6 / 12 * 100%) - 2 * 5px);
}
.col-xl-7 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((7 / 12 * 100%) - 2 * 5px);
}
.col-xl-8 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((8 / 12 * 100%) - 2 * 5px);
}
.col-xl-9 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((9 / 12 * 100%) - 2 * 5px);
}
.col-xl-10 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((10 / 12 * 100%) - 2 * 5px);
}
.col-xl-11 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((11 / 12 * 100%) - 2 * 5px);
}
.col-xl-12 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc((12 / 12 * 100%) - 2 * 5px);
}
}
.btn-download-green {
color: #61b921;
background: none;
border-style: solid;
border-color: #61b921;
border-radius: 5px;
padding: 5px 5px;
}
.btn-download-green:hover {
background: #61b921;
color: #fff;
}
.btn-download-orange {
color: #c17d2a;
background: none;
border-style: solid;
border-color: #c17d2a;
border-radius: 5px;
padding: 5px 5px;
}
.btn-download-orange:hover {
background: #c17d2a;
color: #fff;
}
.left-position {
float: left;
}
.right-position {
float: right;
}
.clear-float {
clear: both;
}
.position-fixed {
position: fixed;
}
.position-static {
position: static;
}
.position-relative {
position: relative;
}
.position-absolute {
position: absolute;
}
.display {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.display {
display: none;
}
.display-hidden {
visibility: hidden;
}
.vertical-top {
-ms-flex-line-pack: start;
align-content: flex-start;
}
.vertical-center {
-ms-flex-line-pack: center;
align-content: center;
}
.vertical-bottom {
-ms-flex-line-pack: end;
align-content: flex-end;
}
.horizontal-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.horizontal-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.horizontal-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.redfoothill {
background-color: #af0029;
color: #630017;
}
.bluefoothill {
background-color: #072f5f;
color: #020c18;
}
.yellowfoothill {
background-color: #edb970;
color: #e4982c;
}
.orangefoothill {
background-color: #e4a241;
color: #be7c1b;
}
.purplefoothill {
background-color: #4429b8;
color: #2d1b79;
}
.greyfoothill {
background-color: #8c8c8c;
color: #666666;
}
.maroonfoothill {
background-color: #cc0000;
color: maroon;
}
.greenfoothill {
background-color: #5fa624;
color: #3b6716;
}
.pinkfoothill {
background-color: #e16389;
color: #d0285a;
}
.indigofoothill {
background-color: #7400b3;
color: #420067;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.f-size-30 {
font-size: 30px;
}
.f-size-25 {
font-size: 25px;
}
.f-size-20 {
font-size: 20px;
}
.f-size-15 {
font-size: 15px;
}
.f-size-10 {
font-size: 10px;
}
.normal-font {
font-weight: normal;
}
.bold-font {
font-weight: bold;
}
.medium-font {
font-weight: medium;
}
/*
BOX UTILITIES
*/
.none-top {
margin-top: 1rem;
}
.top-one-margin {
margin-top: 0.1rem;
}
.top-two-margin {
margin-top: 0.2rem;
}
.top-three-margin {
margin-top: 0.3rem;
}
.top-four-margin {
margin-top: 0.4rem;
}
.top-five-margin {
margin-top: 0.5rem;
}
.top-six-margin {
margin-top: 0.6rem;
}
.top-seven-margin {
margin-top: 0.7rem;
}
.top-eight-margin {
margin-top: 0.8rem;
}
.top-nine-margin {
margin-top: 0.9rem;
}
.non-bottom {
margin-bottom: 1rem;
}
.bottom-one-margin {
margin-bottom: 0.1rem;
}
.bottom-two-margin {
margin-bottom: 0.2rem;
}
.bottom-three-margin {
margin-bottom: 0.3rem;
}
.bottom-four-margin {
margin-bottom: 0.4rem;
}
.bottom-five-margin {
margin-bottom: 0.5rem;
}
.bottom-six-margin {
margin-bottom: 0.6rem;
}
.bottom-seven-margin {
margin-bottom: 0.7rem;
}
.bottom-eight-margin {
margin-bottom: 0.8rem;
}
.bottom-nine-margin {
margin-bottom: 0.9rem;
}
.one-right {
margin-right: 1rem;
}
.right-one-margin {
margin-right: 0.1rem;
}
.right-two-margin {
margin-right: 0.2rem;
}
.right-three-margin {
margin-right: 0.3rem;
}
.right-four-margin {
margin-right: 0.4rem;
}
.right-five-margin {
margin-right: 0.5rem;
}
.right-six-margin {
margin-right: 0.6rem;
}
.right-seven-margin {
margin-right: 0.7rem;
}
.right-eight-margin {
margin-right: 0.8rem;
}
.right-nine-margin {
margin-right: 0.9rem;
}
.one-left {
margin-left: 1rem;
}
.left-one-margin {
margin-left: 0.1rem;
}
.left-two-margin {
margin-left: 0.2rem;
}
.left-three-margin {
margin-left: 0.3rem;
}
.left-four-margin {
margin-left: 0.4rem;
}
.left-five-margin {
margin-left: 0.5rem;
}
.left-six-margin {
margin-left: 0.6rem;
}
.left-seven-margin {
margin-left: 0.7rem;
}
.left-eight-margin {
margin-left: 0.8rem;
}
.left-nine-margin {
margin-left: 0.9rem;
}
/*
BORDER
*/
.none-top {
border-top: 1rem;
}
.top-one-border {
border-top: 0.1rem;
}
.top-two-border {
border-top: 0.2rem;
}
.top-three-border {
border-top: 0.3rem;
}
.top-four-border {
border-top: 0.4rem;
}
.top-five-border {
border-top: 0.5rem;
}
.top-six-border {
border-top: 0.6rem;
}
.top-seven-border {
border-top: 0.7rem;
}
.top-eight-border {
border-top: 0.8rem;
}
.top-nine-border {
border-top: 0.9rem;
}
.non-bottom {
border-bottom: 1rem;
}
.bottom-one-border {
border-bottom: 0.1rem;
}
.bottom-two-border {
border-bottom: 0.2rem;
}
.bottom-three-border {
border-bottom: 0.3rem;
}
.bottom-four-border {
border-bottom: 0.4rem;
}
.bottom-five-border {
border-bottom: 0.5rem;
}
.bottom-six-border {
border-bottom: 0.6rem;
}
.bottom-seven-border {
border-bottom: 0.7rem;
}
.bottom-eight-border {
border-bottom: 0.8rem;
}
.bottom-nine-border {
border-bottom: 0.9rem;
}
.one-right {
border-right: 1rem;
}
.right-one-border {
border-right: 0.1rem;
}
.right-two-border {
border-right: 0.2rem;
}
.right-three-border {
border-right: 0.3rem;
}
.right-four-border {
border-right: 0.4rem;
}
.right-five-border {
border-right: 0.5rem;
}
.right-six-border {
border-right: 0.6rem;
}
.right-seven-border {
border-right: 0.7rem;
}
.right-eight-border {
border-right: 0.8rem;
}
.right-nine-border {
border-right: 0.9rem;
}
.one-left {
border-left: 1rem;
}
.left-one-border {
border-left: 0.1rem;
}
.left-two-border {
border-left: 0.2rem;
}
.left-three-border {
border-left: 0.3rem;
}
.left-four-border {
border-left: 0.4rem;
}
.left-five-border {
border-left: 0.5rem;
}
.left-six-border {
border-left: 0.6rem;
}
.left-seven-border {
border-left: 0.7rem;
}
.left-eight-border {
border-left: 0.8rem;
}
.left-nine-border {
border-left: 0.9rem;
}
.border-circle {
width: 50px;
height: 50px;
border-radius: 50%;
}
.right-top-right-round {
border-top-right-radius: 5px;
}
.right-top-left-round {
border-top-left-radius: 5px;
}
.right-bottom-right-round {
border-bottom-right-radius: 5px;
}
.right-bottom-left-round {
border-bottom-left-radius: 5px;
}
/*# sourceMappingURL=framework.css.map */ | 0.304145 | 0.052838 |
* {
box-sizing: border-box;
}
body {
background-color: #12adb4;
font-family: 'Open Sans', sans-serif;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
margin: 0;
}
.tec-contiene {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
overflow: hidden;
width: 90%;
max-width: 100%;
}
.tec-headerform {
border-bottom: 1px solid #f0f0f0;
background-color: #f7f7f7;
padding: 20px 40px;
}
.tec-headerform h2 {
margin: 0;
}
.tec-formscegli {
padding: 2rem 3rem;
}
.tec-formControlScegli{
margin-bottom: 10px;
padding-bottom: 20px;
position: relative;
}
.tec-formControlScegli label {
display: inline-block;
margin-bottom: 5px;
}
.tec-formControlScegli input {
border: 2px solid #f0f0f0;
border-radius: 4px;
display: block;
font-family: inherit;
font-size: 14px;
padding: 10px;
width: 100%;
}
.tec-formControlScegli input:focus {
outline: 0;
border-color: #777;
}
.tec-formControlScegli.success input {
border-color: #2ecc71;
}
.tec-formControlScegli.error input {
border-color: #e74c3c;
}
.tec-formControlScegli i {
visibility: hidden;
position: absolute;
top: 40px;
right: 10px;
}
.tec-formControlScegli.success i.tec-faCheckCircle {
color: #2ecc71;
visibility: visible;
}
.tec-formControlScegli.error i.tec-faExclamationCircle {
color: #e74c3c;
visibility: visible;
}
.tec-formControlScegli small {
color: #e74c3c;
position: absolute;
bottom: 0;
left: 0;
visibility: hidden;
}
.tec-formControlScegli.error small {
visibility: visible;
}
.tec-formscegli button {
background-color: #014b55;
border: 2px solid #014b55;
border-radius: 4px;
color: #fff;
display: block;
font-family: inherit;
font-size: 16px;
padding: 10px;
margin-top: 20px;
width: 100%;
}
#tec-buttonDownload{
background-color: #f7f7f7; !important;
border-color: black; !important;
color: black;
}
#tec-buttonDownload:hover {
background-color: #014b55;
border: 2px solid #014b55;
color: #f7f7f7;
}
#send{
background-color: #014b55;
border: 2px solid #014b55;
color: #f7f7f7;
width: 20rem;
height: 2.5rem;
border-radius: 4px;
}
/*RADIO BUTTON */
.tec-inputGroup {
background-color: #fff;
display: block;
margin: 10px 0;
position: relative;
}
.tec-inputGroup label {
padding: 12px 30px;
width: 100%;
display: block;
text-align: left;
color: #3C454C;
cursor: pointer;
position: relative;
z-index: 2;
transition: color 200ms ease-in;
overflow: hidden;
}
.tec-inputGroup label:before {
width: 10px;
height: 10px;
border-radius: 50%;
content: "";
background-color: #12adb4;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale3d(1, 1, 1);
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
opacity: 0;
z-index: -1;
}
.tec-inputGroup label:after {
width: 32px;
height: 32px;
content: "";
border: 2px solid #656565;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
background-repeat: no-repeat;
background-position: 2px 3px;
border-radius: 50%;
z-index: 2;
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
transition: all 200ms ease-in;
}
.tec-inputGroup input:checked ~ label {
color: #fff;
}
.tec-inputGroup input:checked ~ label:before {
transform: translate(-50%, -50%) scale3d(56, 56, 1);
opacity: 1;
}
.tec-inputGroup input:checked ~ label:after {
background-color: #54E0C7;
border-color: #ffffff;
}
.tec-inputGroup input {
width: 32px;
height: 32px;
order: 1;
z-index: 2;
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
visibility: hidden;
}
.form {
padding: 0 ;
max-width: 550px;
margin: 50px auto;
font-size: 18px;
font-weight: 600;
line-height: 36px;
} | static/css/Sceglipiano.css | * {
box-sizing: border-box;
}
body {
background-color: #12adb4;
font-family: 'Open Sans', sans-serif;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
margin: 0;
}
.tec-contiene {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
overflow: hidden;
width: 90%;
max-width: 100%;
}
.tec-headerform {
border-bottom: 1px solid #f0f0f0;
background-color: #f7f7f7;
padding: 20px 40px;
}
.tec-headerform h2 {
margin: 0;
}
.tec-formscegli {
padding: 2rem 3rem;
}
.tec-formControlScegli{
margin-bottom: 10px;
padding-bottom: 20px;
position: relative;
}
.tec-formControlScegli label {
display: inline-block;
margin-bottom: 5px;
}
.tec-formControlScegli input {
border: 2px solid #f0f0f0;
border-radius: 4px;
display: block;
font-family: inherit;
font-size: 14px;
padding: 10px;
width: 100%;
}
.tec-formControlScegli input:focus {
outline: 0;
border-color: #777;
}
.tec-formControlScegli.success input {
border-color: #2ecc71;
}
.tec-formControlScegli.error input {
border-color: #e74c3c;
}
.tec-formControlScegli i {
visibility: hidden;
position: absolute;
top: 40px;
right: 10px;
}
.tec-formControlScegli.success i.tec-faCheckCircle {
color: #2ecc71;
visibility: visible;
}
.tec-formControlScegli.error i.tec-faExclamationCircle {
color: #e74c3c;
visibility: visible;
}
.tec-formControlScegli small {
color: #e74c3c;
position: absolute;
bottom: 0;
left: 0;
visibility: hidden;
}
.tec-formControlScegli.error small {
visibility: visible;
}
.tec-formscegli button {
background-color: #014b55;
border: 2px solid #014b55;
border-radius: 4px;
color: #fff;
display: block;
font-family: inherit;
font-size: 16px;
padding: 10px;
margin-top: 20px;
width: 100%;
}
#tec-buttonDownload{
background-color: #f7f7f7; !important;
border-color: black; !important;
color: black;
}
#tec-buttonDownload:hover {
background-color: #014b55;
border: 2px solid #014b55;
color: #f7f7f7;
}
#send{
background-color: #014b55;
border: 2px solid #014b55;
color: #f7f7f7;
width: 20rem;
height: 2.5rem;
border-radius: 4px;
}
/*RADIO BUTTON */
.tec-inputGroup {
background-color: #fff;
display: block;
margin: 10px 0;
position: relative;
}
.tec-inputGroup label {
padding: 12px 30px;
width: 100%;
display: block;
text-align: left;
color: #3C454C;
cursor: pointer;
position: relative;
z-index: 2;
transition: color 200ms ease-in;
overflow: hidden;
}
.tec-inputGroup label:before {
width: 10px;
height: 10px;
border-radius: 50%;
content: "";
background-color: #12adb4;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale3d(1, 1, 1);
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
opacity: 0;
z-index: -1;
}
.tec-inputGroup label:after {
width: 32px;
height: 32px;
content: "";
border: 2px solid #656565;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
background-repeat: no-repeat;
background-position: 2px 3px;
border-radius: 50%;
z-index: 2;
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
transition: all 200ms ease-in;
}
.tec-inputGroup input:checked ~ label {
color: #fff;
}
.tec-inputGroup input:checked ~ label:before {
transform: translate(-50%, -50%) scale3d(56, 56, 1);
opacity: 1;
}
.tec-inputGroup input:checked ~ label:after {
background-color: #54E0C7;
border-color: #ffffff;
}
.tec-inputGroup input {
width: 32px;
height: 32px;
order: 1;
z-index: 2;
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
visibility: hidden;
}
.form {
padding: 0 ;
max-width: 550px;
margin: 50px auto;
font-size: 18px;
font-weight: 600;
line-height: 36px;
} | 0.496826 | 0.135004 |
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
html, body{
font-size: 100%;
font-family: 'Roboto Condensed', sans-serif;
}
body{
background:#FFFFFF;
}
/*-- banner-top --*/
.w3layouts-banner-top{
background: url(../images/2.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3layouts-banner-top1{
background: url(../images/4.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3layouts-banner-top2{
background: url(../images/3.jpg) no-repeat 0px 0px;
background-size: cover;
}
.agileinfo-dot{
background: url(../images/dott.png)repeat 0px 0px;
background-size: 2px;
-webkit-background-size: 2px;
-moz-background-size: 2px;
-o-background-size: 2px;
-ms-background-size: 2px;
}
.jarallax {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
/*-- //banner-top --*/
/*-- banner --*/
.banner{
position: absolute;
top: 0;
z-index: 99;
left: 0;
width: 100%;
}
/*-- header --*/
.header {
margin: 2em 0 0 0;
}
.navbar-default {
background: none;
border: none;
}
.navbar {
margin-bottom: 0;
}
.navbar-collapse {
padding: 0;
box-shadow: none;
}
.navbar-default .navbar-brand {
color: #fff;
}
.w3layouts-logo h1{
margin:0;
}
.w3layouts-logo h1 a {
font-size: 1em;
text-transform: uppercase;
color: #FFFFFF;
text-decoration: none;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
border: solid 1px #fff;
padding: .2em .5em;
}
.w3layouts-logo h1 a span{
font-size: .6em;
font-weight: 400;
font-family: 'Crimson Text', serif;
text-transform: initial;
}
.navbar-nav {
float: right;
margin: 0;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
border: solid 1px rgba(255, 255, 255, 0);
border-radius: 30px;
-webkit-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
-moz-border-radius: 30px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #4CAF50;
border: solid 1px #ffffff;
background: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #ffffff;
}
.navbar-nav > li > a {
font-size: 1em;
padding: .5em 1.5em;
margin-right: 5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #4CAF50;
border: solid 1px #ffffff;
border-radius: 30px;
-webkit-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
-moz-border-radius: 30px;
background: #ffffff;
}
/*-- //header --*/
.w3layouts-banner-slider {
margin: 8em 0;
}
.agileits-banner-info {
text-align: center;
padding: 14em 0 12em;
}
.agileits-banner-info h3{
color: #ffffff;
font-size: 5em;
margin: 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}
.agileits-banner-info h6{
color: #FFFFFF;
font-size: 1.1em;
margin: 2em auto 0;
font-family: 'Crimson Text', serif;
font-style: italic;
}
.agileits-banner-info p{
color: #FFFFFF;
font-size: .9em;
line-height: 1.8em;
margin: 2em auto 0;
width: 60%;
}
.w3-button{
margin: 4em 0 1em 0;
}
.w3-button a{
color: #FFFFFF;
font-size: 1em;
text-decoration: none;
padding: 1.4em 1em;
background: none;
text-align: center;
border: solid 2px #FFFFFF;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
}
.w3-button a:hover{
color: #4CAF50;
background:#FFFFFF;
border: solid 2px #FFFFFF;
}
/*--slider--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
bottom: 355px;
left: 0;
z-index: 9;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
width: 50px;
height: 50px;
background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
left: auto;
background-position: left top;
right: 3%;
}
.callbacks_nav.prev {
right: auto;
background-position: right top;
left: 3%;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
top: 84%;
left: 48%;
padding: 0;
margin: 0;
display: block;
z-index: 999;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
display: inline-block;
margin: 0;
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 10px;
width: 10px;
display: inline-block;
background: #ffffff;
border: 2px solid #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
}
.callbacks_here a:after{
background: #4CAF50;
border: 2px solid #ffffff;
}
/*-- //slider --*/
.agileits-w3layouts-info img{
width:100%;
}
.modal-header h4 {
color: #212121;
font-size: 2em;
margin: 0;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}
.modal-header h4 span {
font-size: .6em;
font-weight: 400;
font-family: 'Crimson Text', serif;
text-transform: initial;
}
.modal-body p{
margin: 1em 0 0 0;
font-size: .875em;
color: #999999;
line-height: 1.8em;
}
/*-- about --*/
.about,.markets,.services,.testimonial-dot,.blog,.contact{
padding:4em 0;
}
/*-- flex-slider --*/
#carousel li {
margin-right: 0 !important;
width: 107px !important;
}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
.w3-about-left h2,.wthree-heading h3{
color: #000000;
font-size: 1.2em;
margin: 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
}
.w3-about-left h5,.wthree-heading h5{
color: #212121;
font-size: 1.1em;
margin: 1em 0;
font-family: 'Crimson Text', serif;
font-style: italic;
}
.w3-about-left p{
color:#999999;
font-size:.9em;
margin:0;
line-height:1.8em;
}
.w3-about-left p span{
display:block;
margin:1em 0 0 0;
}
.w3l-button {
margin: 2em 0 1em 0;
}
.w3l-button a {
color: #212121;
font-size: .9em;
text-decoration: none;
padding: .5em 2em;
background: none;
letter-spacing: 6px;
text-transform: uppercase;
font-weight: 600;
text-align: center;
border: solid 1px #000000;
}
.w3l-button a:hover {
background:#4CAF50;
border: solid 1px #4CAF50;
color:#FFFFFF;
}
.w3l-button a:focus{
outline:none;
}
/*-- about --*/
/*-- markets --*/
.markets{
background:#f7f7f7;
}
.wthree-heading{
text-align:center;
}
.markets-grids,.agile-services-grids,.posts-grids,.agile-contact-form {
margin: 4em 0 0 0;
}
.agileits-icon-grid {
padding: 1em;
background: #FFFFFF;
box-shadow: 0 0px 1px rgb(107, 107, 107),0 1px 2px rgba(0,0,0,.24);
}
.icon-left{
float: left;
width: 70px;
height: 70px;
text-align: center;
padding: 1.2em 0 0 0;
margin-right: 1em;
background: #4CAF50;
}
.icon-left i.fa.fa-bar-chart,.icon-left i.fa.fa-line-chart,.icon-left i.fa.fa-area-chart,.icon-left i.fa.fa-signal,.icon-left i.fa.fa-money,.icon-left i.fa.fa-briefcase{
color: #FFFFFF;
font-size: 2em;
}
.icon-right{
float: left;
width: 70%;
}
.icon-right h5{
color: #000000;
font-size: 1em;
margin: 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
}
.icon-right p{
color: #999999;
font-size: .9em;
margin: 1em 0 0 0;
line-height: 1.8em;
}
.w3ls-markets-grid:nth-child(4),.w3ls-markets-grid:nth-child(5),.w3ls-markets-grid:nth-child(6){
margin:3em 0 0 0;
}
/*-- //markets --*/
/*-- services --*/
.agile-services-grid img{
width:100%;
}
.agile-services-grid h6{
color: #000000;
font-size: 1em;
margin: 1em 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
}
.agile-services-grid p{
color: #999999;
font-size: .9em;
margin:0;
line-height: 1.8em;
}
.agile-services-grid ul{
padding:0;
margin:1em 0 0 0;
}
.agile-services-grid ul li{
display: block;
font-size: .9em;
color: #999999;
margin-top: 1em;
}
.agile-services-grid ul li span.glyphicon {
padding-right: 6px;
}
/*-- //services --*/
.testimonial{
background:url(../images/1.jpg) no-repeat 0px 0px;
background-size:cover;
}
.testimonial-dot{
background: url(../images/dott.png)repeat 0px 0px;
background-size: 2px;
-webkit-background-size: 2px;
-moz-background-size: 2px;
-o-background-size: 2px;
-ms-background-size: 2px;
}
.testimonial-heading h3{
color:#FFFFFF;
}
.testimonial-heading h5{
color:#FFFFFF;
}
.testimonial-img-grid{
width: 28%;
margin: 0 auto;
}
.testimonial-img{
float: left;
width: 26.33%;
}
.testimonial-img:nth-child(2){
margin:0 2em;
}
.testimonial-img img{
width:100%;
border-radius:50%;
-webkit-border-radius:50%;
-ms-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
}
.t-img1 img,.t-img2 img{
opacity: 0.6;
}
.testimonial-img-info{
margin:2em 0 0 0;
}
.testimonial-img-info{
text-align:center;
}
.testimonial-img-info p{
color: #FFFFFF;
font-size: .9em;
margin:0 auto;
width:60%;
line-height: 1.8em;
}
.testimonial-img-info h5{
color: #FFFFFF;
font-size: 1em;
margin: 1em 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
}
.testimonial-img-info h6{
color: #FFFFFF;
font-size: .9em;
margin: 1em 0;
font-family: 'Crimson Text', serif;
font-style: italic;
}
/*-- blog --*/
.w3-agile-post-img a {
background: url(../images/5.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 230px;
display: block;
text-decoration: none;
}
.w3-agile-post-img1 a {
background: url(../images/6.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3-agile-post-img2 a {
background: url(../images/10.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3-agile-post-img1 a:focus{
outline:none;
}
.w3-agile-post-img a ul {
padding: 11em 0 0 0;
text-align: center;
vertical-align: bottom;
}
.w3-agile-post-img a ul li {
display: inline-block;
color: #FFFFFF;
font-size: 1em;
text-decoration: none;
padding: .5em 1em;
border-radius: 20px;
}
.w3-agile-post-img a ul li:nth-child(1){
background: #03A9F4;
}
.w3-agile-post-img a ul li:nth-child(2) {
margin: 0 1em;
background: #F44336;
}
.w3-agile-post-img a ul li:nth-child(3){
background: #8BC34A;
}
.w3-agile-post-info h4 {
margin: .5em 0;
}
.w3-agile-post-info h4 a {
color: #000000;
font-size: .9em;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
}
.w3-agile-post-info h4 a:hover{
color:#4CAF50;
}
.w3-agile-post-info h4 a:focus{
outline:none;
}
.w3-agile-post-info p {
color: #999999;
font-size: .9em;
margin: 0;
line-height: 1.8em;
}
.w3-agile-post-info ul{
padding:0;
margin:0;
}
.w3-agile-post-info ul li{
display: inline-block;
color: #000000;
font-size: 1em;
font-family: 'Crimson Text', serif;
font-style: italic;
}
.w3-agile-post-info ul li:nth-child(2){
margin: 0 0 0 7em;
}
.w3-agile-post-info ul li a{
color:#999999;
text-decoration:none;
}
.w3-agile-post-info ul li a:hover{
color:#4CAF50;
}
/*-- //blog --*/
/*-- contact --*/
.contact{
background: #f7f7f7;
}
.w3layouts-contact-form-top h3,.contact-form-top h3,.w3agile-map h3 {
color: #000000;
font-size: 1em;
margin: 1em 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
}
.w3layouts-contact-form-top p{
font-size: .9em;
color: #999;
margin: 1em 0 0;
line-height: 1.8em;
}
.agileits-contact-address{
margin: 3em 0 0 0;
}
.w3layouts-contact-form-top p{
margin:2em 0;
}
.agileits-contact-address ul {
padding: 0;
margin: 0;
}
.agileits-contact-address ul li {
display: block;
margin: 1em 0;
}
.agileits-contact-address ul li i.fa.fa-phone,.agileits-contact-address ul li i.fa.fa-map-marker {
height: 40px;
width: 40px;
background: #4caf50;
line-height: 40px;
text-align: center;
color: #FFF;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileits-contact-address ul li span {
color: #999999;
font-size: .875em;
margin-left: 1em;
}
.agileits-contact-address ul li span a {
color: #999999;
text-decoration: none;
}
.agileits-contact-address ul li span a:hover{
color: #4caf50;
}
.agileinfo-contact-form-grid{
margin: 2em 0 0 0;
}
.agileinfo-contact-form-grid input[type="text"],.agileinfo-contact-form-grid input[type="email"] {
display: inline-block;
background: none;
border: 1.5px solid #BBBBBB;
width: 100%;
outline: none;
padding: 10px 15px 10px 15px;
font-size: .9em;
color: #BBBBBB;
margin-bottom: 1.5em;
}
.agileinfo-contact-form-grid textarea {
background: none;
border: 1.5px solid #BBBBBB;
width: 100%;
display: block;
height: 150px;
outline: none;
font-size: 0.9em;
color: #BBBBBB;
resize: none;
padding: 10px 15px 10px 15px;
margin-bottom: 1em;
}
button.btn1{
color: #212121;
font-size: .9em;
text-decoration: none;
padding: .5em 2em;
background: none;
letter-spacing: 6px;
text-transform: uppercase;
font-weight: 600;
text-align: center;
border: solid 1px #000000;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
button.btn1:hover{
border: solid 1px #4caf50;
color: #FFF;
background:#4caf50;
}
.w3agile-map {
margin: 4em 0 0 0;
}
.w3agile-map iframe{
border: none;
min-height: 300px;
width: 100%;
margin:2em 0 0 0;
}
/*-- //contact --*/
/*-- copyright --*/
footer{
background: #212121;
padding:1em 0;
}
.copyright p{
text-align:center;
color:#FFFFFF;
margin:0;
font-size:.9em;
}
.copyright p a{
color:#FFFFFF;
text-decoration:none;
}
.copyright p a:hover{
color:#4caf50;
}
/*-- //copyright --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 40px;
height: 40px;
border: none;
text-indent: 100%;
background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
width: 40px;
height: 40px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1080px){
.icon-left {
width: 59px;
height: 59px;
padding: 1em 0 0 0;
}
.testimonial-img-grid {
width: 35%;
}
}
@media(max-width:991px){
.navbar-nav > li > a {
padding: .5em 1em;
}
.agileits-banner-info {
padding: 9em 0 9em;
}
.agileits-banner-info h3 {
font-size: 4em;
}
.callbacks_tabs {
left: 47%;
}
.w3-about-left:nth-child(2) {
margin: 2em 0 0 0;
}
.w3ls-markets-grid:nth-child(2){
margin:1em 0;
}
.w3ls-markets-grid:nth-child(4), .w3ls-markets-grid:nth-child(5), .w3ls-markets-grid:nth-child(6) {
margin: 1em 0 0 0;
}
.agile-services-grid:nth-child(2){
margin:2em 0;
}
.testimonial-img-grid {
width: 45%;
}
.w3-agile-post-img a ul {
padding: 8em 0 0 0;
}
.w3-agile-post-img a ul li {
font-size: .9em;
padding: .5em .6em;
}
.w3-agile-post-img a ul li:nth-child(2) {
margin: 0 0em;
}
.w3-agile-post-img a {
min-height: 175px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 3em;
}
.contact-form-right {
margin: 2em 0 0;
}
.w3l-button a {
width: 20%;
display: block;
}
.w3l-button {
margin: 2em 0 0 0;
}
}
@media(max-width:800px){
.callbacks_tabs {
left: 46%;
}
}
@media(max-width:736px){
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background: none;
}
.navbar-nav {
float: none;
margin: 0;
text-align: center;
background: rgba(0, 0, 0, 0.85);
}
.w3-agile-post-img a {
min-height: 310px;
}
.w3-agile-post-grids:nth-child(2){
margin:2em 0;
}
.w3-agile-post-img a ul {
padding: 16em 0 0 0;
}
}
@media(max-width:667px){
.callbacks_tabs {
left: 45%;
}
.callbacks_nav {
bottom: 270px;
}
.testimonial-img-grid {
width: 51%;
}
}
@media(max-width:640px){
.agileits-banner-info p {
width: 70%;
}
.testimonial-img-grid {
width: 55%;
}
}
@media(max-width:600px){
.agileits-banner-info h3 {
font-size: 3em;
}
.testimonial-img-grid {
width: 60%;
}
.testimonial-img-info p {
width: 75%;
}
}
@media(max-width:568px){
.agileits-banner-info p {
width: 75%;
}
.callbacks_tabs {
left: 44%;
}
}
@media(max-width:480px){
.agileits-banner-info h3 {
font-size: 2em;
}
.w3l-button a {
width: 28%;
}
.agileits-banner-info {
padding: 7em 0 6em;
}
.w3-button {
margin: 3em 0 1em 0;
}
.callbacks_tabs {
left: 43%;
}
.about, .markets, .services, .testimonial-dot, .blog, .contact {
padding: 2em 0;
}
.markets-grids, .agile-services-grids, .posts-grids, .agile-contact-form {
margin: 2em 0 0 0;
}
.testimonial-img {
width: 23.33%;
}
.testimonial-img-info p {
width: 85%;
}
.w3agile-map {
margin: 2em 0 0 0;
}
.w3agile-map iframe {
margin: 0em 0 0 0;
}
.agileits-contact-address {
margin: 2em 0 0 0;
}
}
@media(max-width:414px){
.w3l-button a {
width: 34%;
}
.w3-agile-post-img a ul {
padding: 10em 0 0 0;
}
.w3-agile-post-img a {
min-height: 220px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 7em;
}
.agileits-banner-info p {
margin: 1em auto 0;
}
.agileits-banner-info h6 {
margin: 1em auto 0;
}
}
@media(max-width:384px){
.w3l-button a {
width: 38%;
}
.callbacks_tabs {
left: 42%;
}
.callbacks_nav {
width: 40px;
height: 40px;
background: transparent url(../images/arrows.png) no-repeat left top;
background-size: 202%;
}
.testimonial-img:nth-child(2) {
margin: 0 1em;
}
.w3-button a {
padding: 1em .6em;
}
}
@media(max-width:375px){
.w3layouts-logo h1 a {
font-size: .9em;
}
.agileits-banner-info {
padding: 7em 0 3em;
}
.callbacks_tabs {
top: 90%;
}
.callbacks_nav {
bottom: 204px;
}
}
@media(max-width:320px){
.agileits-banner-info h3 {
font-size: 1.5em;
}
.agileits-banner-info p {
font-size: .8em;
}
.callbacks_nav {
bottom: 165px;
}
.callbacks_tabs {
left: 40%;
}
.w3-about-left h2, .wthree-heading h3 {
font-size: 1em;
}
.w3l-button a {
width: 46%;
}
.icon-left {
float: none;
margin: 0 auto 1em;
}
.icon-right {
float: none;
width: 100%;
text-align: center;
}
.testimonial-img-grid {
width: 80%;
}
.testimonial-img {
width: 26.33%;
}
.testimonial-img-info {
margin: 1em 0 0 0;
}
.w3-agile-post-info h4 a {
letter-spacing: 3px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 4em;
}
.w3-agile-post-img a {
min-height: 160px;
}
.w3-agile-post-img a ul {
padding: 7em 0 0 0;
}
.w3layouts-contact-form-top p {
margin: 1em 0;
}
.agileinfo-contact-form-grid input[type="text"], .agileinfo-contact-form-grid input[type="email"] {
margin-bottom: 0.5em;
}
.agileinfo-contact-form-grid textarea {
height: 125px;
}
.w3agile-map iframe {
min-height: 200px;
}
.testimonial-img-info p {
width: 100%;
}
.modal-header h4 {
font-size: 1.5em;
}
}
/*-- //responsive --*/ | public/css/style.css | body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
html, body{
font-size: 100%;
font-family: 'Roboto Condensed', sans-serif;
}
body{
background:#FFFFFF;
}
/*-- banner-top --*/
.w3layouts-banner-top{
background: url(../images/2.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3layouts-banner-top1{
background: url(../images/4.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3layouts-banner-top2{
background: url(../images/3.jpg) no-repeat 0px 0px;
background-size: cover;
}
.agileinfo-dot{
background: url(../images/dott.png)repeat 0px 0px;
background-size: 2px;
-webkit-background-size: 2px;
-moz-background-size: 2px;
-o-background-size: 2px;
-ms-background-size: 2px;
}
.jarallax {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
/*-- //banner-top --*/
/*-- banner --*/
.banner{
position: absolute;
top: 0;
z-index: 99;
left: 0;
width: 100%;
}
/*-- header --*/
.header {
margin: 2em 0 0 0;
}
.navbar-default {
background: none;
border: none;
}
.navbar {
margin-bottom: 0;
}
.navbar-collapse {
padding: 0;
box-shadow: none;
}
.navbar-default .navbar-brand {
color: #fff;
}
.w3layouts-logo h1{
margin:0;
}
.w3layouts-logo h1 a {
font-size: 1em;
text-transform: uppercase;
color: #FFFFFF;
text-decoration: none;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
border: solid 1px #fff;
padding: .2em .5em;
}
.w3layouts-logo h1 a span{
font-size: .6em;
font-weight: 400;
font-family: 'Crimson Text', serif;
text-transform: initial;
}
.navbar-nav {
float: right;
margin: 0;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
border: solid 1px rgba(255, 255, 255, 0);
border-radius: 30px;
-webkit-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
-moz-border-radius: 30px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #4CAF50;
border: solid 1px #ffffff;
background: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #ffffff;
}
.navbar-nav > li > a {
font-size: 1em;
padding: .5em 1.5em;
margin-right: 5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #4CAF50;
border: solid 1px #ffffff;
border-radius: 30px;
-webkit-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
-moz-border-radius: 30px;
background: #ffffff;
}
/*-- //header --*/
.w3layouts-banner-slider {
margin: 8em 0;
}
.agileits-banner-info {
text-align: center;
padding: 14em 0 12em;
}
.agileits-banner-info h3{
color: #ffffff;
font-size: 5em;
margin: 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}
.agileits-banner-info h6{
color: #FFFFFF;
font-size: 1.1em;
margin: 2em auto 0;
font-family: 'Crimson Text', serif;
font-style: italic;
}
.agileits-banner-info p{
color: #FFFFFF;
font-size: .9em;
line-height: 1.8em;
margin: 2em auto 0;
width: 60%;
}
.w3-button{
margin: 4em 0 1em 0;
}
.w3-button a{
color: #FFFFFF;
font-size: 1em;
text-decoration: none;
padding: 1.4em 1em;
background: none;
text-align: center;
border: solid 2px #FFFFFF;
border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
}
.w3-button a:hover{
color: #4CAF50;
background:#FFFFFF;
border: solid 2px #FFFFFF;
}
/*--slider--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
bottom: 355px;
left: 0;
z-index: 9;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
width: 50px;
height: 50px;
background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
left: auto;
background-position: left top;
right: 3%;
}
.callbacks_nav.prev {
right: auto;
background-position: right top;
left: 3%;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
top: 84%;
left: 48%;
padding: 0;
margin: 0;
display: block;
z-index: 999;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
display: inline-block;
margin: 0;
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 10px;
width: 10px;
display: inline-block;
background: #ffffff;
border: 2px solid #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
}
.callbacks_here a:after{
background: #4CAF50;
border: 2px solid #ffffff;
}
/*-- //slider --*/
.agileits-w3layouts-info img{
width:100%;
}
.modal-header h4 {
color: #212121;
font-size: 2em;
margin: 0;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}
.modal-header h4 span {
font-size: .6em;
font-weight: 400;
font-family: 'Crimson Text', serif;
text-transform: initial;
}
.modal-body p{
margin: 1em 0 0 0;
font-size: .875em;
color: #999999;
line-height: 1.8em;
}
/*-- about --*/
.about,.markets,.services,.testimonial-dot,.blog,.contact{
padding:4em 0;
}
/*-- flex-slider --*/
#carousel li {
margin-right: 0 !important;
width: 107px !important;
}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
.w3-about-left h2,.wthree-heading h3{
color: #000000;
font-size: 1.2em;
margin: 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
}
.w3-about-left h5,.wthree-heading h5{
color: #212121;
font-size: 1.1em;
margin: 1em 0;
font-family: 'Crimson Text', serif;
font-style: italic;
}
.w3-about-left p{
color:#999999;
font-size:.9em;
margin:0;
line-height:1.8em;
}
.w3-about-left p span{
display:block;
margin:1em 0 0 0;
}
.w3l-button {
margin: 2em 0 1em 0;
}
.w3l-button a {
color: #212121;
font-size: .9em;
text-decoration: none;
padding: .5em 2em;
background: none;
letter-spacing: 6px;
text-transform: uppercase;
font-weight: 600;
text-align: center;
border: solid 1px #000000;
}
.w3l-button a:hover {
background:#4CAF50;
border: solid 1px #4CAF50;
color:#FFFFFF;
}
.w3l-button a:focus{
outline:none;
}
/*-- about --*/
/*-- markets --*/
.markets{
background:#f7f7f7;
}
.wthree-heading{
text-align:center;
}
.markets-grids,.agile-services-grids,.posts-grids,.agile-contact-form {
margin: 4em 0 0 0;
}
.agileits-icon-grid {
padding: 1em;
background: #FFFFFF;
box-shadow: 0 0px 1px rgb(107, 107, 107),0 1px 2px rgba(0,0,0,.24);
}
.icon-left{
float: left;
width: 70px;
height: 70px;
text-align: center;
padding: 1.2em 0 0 0;
margin-right: 1em;
background: #4CAF50;
}
.icon-left i.fa.fa-bar-chart,.icon-left i.fa.fa-line-chart,.icon-left i.fa.fa-area-chart,.icon-left i.fa.fa-signal,.icon-left i.fa.fa-money,.icon-left i.fa.fa-briefcase{
color: #FFFFFF;
font-size: 2em;
}
.icon-right{
float: left;
width: 70%;
}
.icon-right h5{
color: #000000;
font-size: 1em;
margin: 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
}
.icon-right p{
color: #999999;
font-size: .9em;
margin: 1em 0 0 0;
line-height: 1.8em;
}
.w3ls-markets-grid:nth-child(4),.w3ls-markets-grid:nth-child(5),.w3ls-markets-grid:nth-child(6){
margin:3em 0 0 0;
}
/*-- //markets --*/
/*-- services --*/
.agile-services-grid img{
width:100%;
}
.agile-services-grid h6{
color: #000000;
font-size: 1em;
margin: 1em 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
}
.agile-services-grid p{
color: #999999;
font-size: .9em;
margin:0;
line-height: 1.8em;
}
.agile-services-grid ul{
padding:0;
margin:1em 0 0 0;
}
.agile-services-grid ul li{
display: block;
font-size: .9em;
color: #999999;
margin-top: 1em;
}
.agile-services-grid ul li span.glyphicon {
padding-right: 6px;
}
/*-- //services --*/
.testimonial{
background:url(../images/1.jpg) no-repeat 0px 0px;
background-size:cover;
}
.testimonial-dot{
background: url(../images/dott.png)repeat 0px 0px;
background-size: 2px;
-webkit-background-size: 2px;
-moz-background-size: 2px;
-o-background-size: 2px;
-ms-background-size: 2px;
}
.testimonial-heading h3{
color:#FFFFFF;
}
.testimonial-heading h5{
color:#FFFFFF;
}
.testimonial-img-grid{
width: 28%;
margin: 0 auto;
}
.testimonial-img{
float: left;
width: 26.33%;
}
.testimonial-img:nth-child(2){
margin:0 2em;
}
.testimonial-img img{
width:100%;
border-radius:50%;
-webkit-border-radius:50%;
-ms-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
}
.t-img1 img,.t-img2 img{
opacity: 0.6;
}
.testimonial-img-info{
margin:2em 0 0 0;
}
.testimonial-img-info{
text-align:center;
}
.testimonial-img-info p{
color: #FFFFFF;
font-size: .9em;
margin:0 auto;
width:60%;
line-height: 1.8em;
}
.testimonial-img-info h5{
color: #FFFFFF;
font-size: 1em;
margin: 1em 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
}
.testimonial-img-info h6{
color: #FFFFFF;
font-size: .9em;
margin: 1em 0;
font-family: 'Crimson Text', serif;
font-style: italic;
}
/*-- blog --*/
.w3-agile-post-img a {
background: url(../images/5.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 230px;
display: block;
text-decoration: none;
}
.w3-agile-post-img1 a {
background: url(../images/6.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3-agile-post-img2 a {
background: url(../images/10.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3-agile-post-img1 a:focus{
outline:none;
}
.w3-agile-post-img a ul {
padding: 11em 0 0 0;
text-align: center;
vertical-align: bottom;
}
.w3-agile-post-img a ul li {
display: inline-block;
color: #FFFFFF;
font-size: 1em;
text-decoration: none;
padding: .5em 1em;
border-radius: 20px;
}
.w3-agile-post-img a ul li:nth-child(1){
background: #03A9F4;
}
.w3-agile-post-img a ul li:nth-child(2) {
margin: 0 1em;
background: #F44336;
}
.w3-agile-post-img a ul li:nth-child(3){
background: #8BC34A;
}
.w3-agile-post-info h4 {
margin: .5em 0;
}
.w3-agile-post-info h4 a {
color: #000000;
font-size: .9em;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
}
.w3-agile-post-info h4 a:hover{
color:#4CAF50;
}
.w3-agile-post-info h4 a:focus{
outline:none;
}
.w3-agile-post-info p {
color: #999999;
font-size: .9em;
margin: 0;
line-height: 1.8em;
}
.w3-agile-post-info ul{
padding:0;
margin:0;
}
.w3-agile-post-info ul li{
display: inline-block;
color: #000000;
font-size: 1em;
font-family: 'Crimson Text', serif;
font-style: italic;
}
.w3-agile-post-info ul li:nth-child(2){
margin: 0 0 0 7em;
}
.w3-agile-post-info ul li a{
color:#999999;
text-decoration:none;
}
.w3-agile-post-info ul li a:hover{
color:#4CAF50;
}
/*-- //blog --*/
/*-- contact --*/
.contact{
background: #f7f7f7;
}
.w3layouts-contact-form-top h3,.contact-form-top h3,.w3agile-map h3 {
color: #000000;
font-size: 1em;
margin: 1em 0;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
}
.w3layouts-contact-form-top p{
font-size: .9em;
color: #999;
margin: 1em 0 0;
line-height: 1.8em;
}
.agileits-contact-address{
margin: 3em 0 0 0;
}
.w3layouts-contact-form-top p{
margin:2em 0;
}
.agileits-contact-address ul {
padding: 0;
margin: 0;
}
.agileits-contact-address ul li {
display: block;
margin: 1em 0;
}
.agileits-contact-address ul li i.fa.fa-phone,.agileits-contact-address ul li i.fa.fa-map-marker {
height: 40px;
width: 40px;
background: #4caf50;
line-height: 40px;
text-align: center;
color: #FFF;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileits-contact-address ul li span {
color: #999999;
font-size: .875em;
margin-left: 1em;
}
.agileits-contact-address ul li span a {
color: #999999;
text-decoration: none;
}
.agileits-contact-address ul li span a:hover{
color: #4caf50;
}
.agileinfo-contact-form-grid{
margin: 2em 0 0 0;
}
.agileinfo-contact-form-grid input[type="text"],.agileinfo-contact-form-grid input[type="email"] {
display: inline-block;
background: none;
border: 1.5px solid #BBBBBB;
width: 100%;
outline: none;
padding: 10px 15px 10px 15px;
font-size: .9em;
color: #BBBBBB;
margin-bottom: 1.5em;
}
.agileinfo-contact-form-grid textarea {
background: none;
border: 1.5px solid #BBBBBB;
width: 100%;
display: block;
height: 150px;
outline: none;
font-size: 0.9em;
color: #BBBBBB;
resize: none;
padding: 10px 15px 10px 15px;
margin-bottom: 1em;
}
button.btn1{
color: #212121;
font-size: .9em;
text-decoration: none;
padding: .5em 2em;
background: none;
letter-spacing: 6px;
text-transform: uppercase;
font-weight: 600;
text-align: center;
border: solid 1px #000000;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
button.btn1:hover{
border: solid 1px #4caf50;
color: #FFF;
background:#4caf50;
}
.w3agile-map {
margin: 4em 0 0 0;
}
.w3agile-map iframe{
border: none;
min-height: 300px;
width: 100%;
margin:2em 0 0 0;
}
/*-- //contact --*/
/*-- copyright --*/
footer{
background: #212121;
padding:1em 0;
}
.copyright p{
text-align:center;
color:#FFFFFF;
margin:0;
font-size:.9em;
}
.copyright p a{
color:#FFFFFF;
text-decoration:none;
}
.copyright p a:hover{
color:#4caf50;
}
/*-- //copyright --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 40px;
height: 40px;
border: none;
text-indent: 100%;
background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
width: 40px;
height: 40px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1080px){
.icon-left {
width: 59px;
height: 59px;
padding: 1em 0 0 0;
}
.testimonial-img-grid {
width: 35%;
}
}
@media(max-width:991px){
.navbar-nav > li > a {
padding: .5em 1em;
}
.agileits-banner-info {
padding: 9em 0 9em;
}
.agileits-banner-info h3 {
font-size: 4em;
}
.callbacks_tabs {
left: 47%;
}
.w3-about-left:nth-child(2) {
margin: 2em 0 0 0;
}
.w3ls-markets-grid:nth-child(2){
margin:1em 0;
}
.w3ls-markets-grid:nth-child(4), .w3ls-markets-grid:nth-child(5), .w3ls-markets-grid:nth-child(6) {
margin: 1em 0 0 0;
}
.agile-services-grid:nth-child(2){
margin:2em 0;
}
.testimonial-img-grid {
width: 45%;
}
.w3-agile-post-img a ul {
padding: 8em 0 0 0;
}
.w3-agile-post-img a ul li {
font-size: .9em;
padding: .5em .6em;
}
.w3-agile-post-img a ul li:nth-child(2) {
margin: 0 0em;
}
.w3-agile-post-img a {
min-height: 175px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 3em;
}
.contact-form-right {
margin: 2em 0 0;
}
.w3l-button a {
width: 20%;
display: block;
}
.w3l-button {
margin: 2em 0 0 0;
}
}
@media(max-width:800px){
.callbacks_tabs {
left: 46%;
}
}
@media(max-width:736px){
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background: none;
}
.navbar-nav {
float: none;
margin: 0;
text-align: center;
background: rgba(0, 0, 0, 0.85);
}
.w3-agile-post-img a {
min-height: 310px;
}
.w3-agile-post-grids:nth-child(2){
margin:2em 0;
}
.w3-agile-post-img a ul {
padding: 16em 0 0 0;
}
}
@media(max-width:667px){
.callbacks_tabs {
left: 45%;
}
.callbacks_nav {
bottom: 270px;
}
.testimonial-img-grid {
width: 51%;
}
}
@media(max-width:640px){
.agileits-banner-info p {
width: 70%;
}
.testimonial-img-grid {
width: 55%;
}
}
@media(max-width:600px){
.agileits-banner-info h3 {
font-size: 3em;
}
.testimonial-img-grid {
width: 60%;
}
.testimonial-img-info p {
width: 75%;
}
}
@media(max-width:568px){
.agileits-banner-info p {
width: 75%;
}
.callbacks_tabs {
left: 44%;
}
}
@media(max-width:480px){
.agileits-banner-info h3 {
font-size: 2em;
}
.w3l-button a {
width: 28%;
}
.agileits-banner-info {
padding: 7em 0 6em;
}
.w3-button {
margin: 3em 0 1em 0;
}
.callbacks_tabs {
left: 43%;
}
.about, .markets, .services, .testimonial-dot, .blog, .contact {
padding: 2em 0;
}
.markets-grids, .agile-services-grids, .posts-grids, .agile-contact-form {
margin: 2em 0 0 0;
}
.testimonial-img {
width: 23.33%;
}
.testimonial-img-info p {
width: 85%;
}
.w3agile-map {
margin: 2em 0 0 0;
}
.w3agile-map iframe {
margin: 0em 0 0 0;
}
.agileits-contact-address {
margin: 2em 0 0 0;
}
}
@media(max-width:414px){
.w3l-button a {
width: 34%;
}
.w3-agile-post-img a ul {
padding: 10em 0 0 0;
}
.w3-agile-post-img a {
min-height: 220px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 7em;
}
.agileits-banner-info p {
margin: 1em auto 0;
}
.agileits-banner-info h6 {
margin: 1em auto 0;
}
}
@media(max-width:384px){
.w3l-button a {
width: 38%;
}
.callbacks_tabs {
left: 42%;
}
.callbacks_nav {
width: 40px;
height: 40px;
background: transparent url(../images/arrows.png) no-repeat left top;
background-size: 202%;
}
.testimonial-img:nth-child(2) {
margin: 0 1em;
}
.w3-button a {
padding: 1em .6em;
}
}
@media(max-width:375px){
.w3layouts-logo h1 a {
font-size: .9em;
}
.agileits-banner-info {
padding: 7em 0 3em;
}
.callbacks_tabs {
top: 90%;
}
.callbacks_nav {
bottom: 204px;
}
}
@media(max-width:320px){
.agileits-banner-info h3 {
font-size: 1.5em;
}
.agileits-banner-info p {
font-size: .8em;
}
.callbacks_nav {
bottom: 165px;
}
.callbacks_tabs {
left: 40%;
}
.w3-about-left h2, .wthree-heading h3 {
font-size: 1em;
}
.w3l-button a {
width: 46%;
}
.icon-left {
float: none;
margin: 0 auto 1em;
}
.icon-right {
float: none;
width: 100%;
text-align: center;
}
.testimonial-img-grid {
width: 80%;
}
.testimonial-img {
width: 26.33%;
}
.testimonial-img-info {
margin: 1em 0 0 0;
}
.w3-agile-post-info h4 a {
letter-spacing: 3px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 4em;
}
.w3-agile-post-img a {
min-height: 160px;
}
.w3-agile-post-img a ul {
padding: 7em 0 0 0;
}
.w3layouts-contact-form-top p {
margin: 1em 0;
}
.agileinfo-contact-form-grid input[type="text"], .agileinfo-contact-form-grid input[type="email"] {
margin-bottom: 0.5em;
}
.agileinfo-contact-form-grid textarea {
height: 125px;
}
.w3agile-map iframe {
min-height: 200px;
}
.testimonial-img-info p {
width: 100%;
}
.modal-header h4 {
font-size: 1.5em;
}
}
/*-- //responsive --*/ | 0.353763 | 0.074804 |
* Basic normalize
*/
h2.sg, h3.sg, ul.sg, p.sg {
margin: 20px 0;
line-height: 1.55;
color: #444;
}
h2.sg {
font-size: 2.2em;
font-weight: 100;
margin-top: 0;
margin-bottom: 10px;
}
h3.sg {
font-size: 2.5em;
font-family: LatoLight;
color: 444444;
border-bottom: solid 1px #979797;
display: block;
margin: 0 0 20px;
padding: 20px 0 5px;
line-height: 1.33;
}
/* Colors */
p.sg, ul.sg {
color: #555;
}
h2.sg {
color: #111;
}
h3.sg {
color: #333;
}
strong.sg {
font-size: 1.1em;
}
code.sg {
background: rgba(250, 250, 250, 0.5);
color: #579;
padding: 2px 5px;
margin: 0 1px;
border-radius: 2px;
font-size: 0.8em;
font-family: menlo, monospace;
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.01), inset -1px -1px rgba(0,0,0,0.01);
}
code.sg:first-child {
background: rgba(0, 100, 250, 0.1);
box-shadow: none;
color: #357;
}
.sg-block, .sg-code, .sg-canvas, .sg-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/**
* An <h3> block.
*
* It looks like:
*
* .sg-block
* .sg-text - text items
* h3
* p
* ...
* .sg-example
* .sg-canvas - canvas where its displayed
* .sg-code - code snippet
*/
.sg-block {
padding: 0 0 20px;
}
.sg-block:last-of-type {
padding-bottom: 20px;
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.sg-block:after {
content: '';
display: table;
clear: both;
}
/**
* Text element
*/
@media (min-width: 768px) {
.sg-text {
float: left;
width: 26%;
}
.sg-text + .sg-example,
.sg-text + .sg-code {
float: right;
width: 70%;
}
}
.sg-text > :first-child {
margin-top: 0;
}
/**
* An example's canvas.
*/
.sg-canvas {
margin-bottom: 20px;
}
.sg-padded .sg-canvas {
padding: 20px;
border: solid 1px rgba(0, 0, 0, 0.1);
border-radius: 3px;
overflow-x: auto;
}
/**
* The <pre> code that shows the sample.
*/
.sg-code {
border: solid 1px transparent;
overflow-x: auto;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
margin: 0;
padding: 20px;
font-size: 0.85em;
font-family: menlo, monospace;
line-height: 1.5;
background: #f2f2f2;
color: #333;
}
/*
* Syntax highlighting
*/
.sg .hljs-tag,
.sg .hljs-comment {
color: #999;
}
.sg .hljs-keyword,
.sg .hljs-title {
color: #345;
}
.sg .hljs-attribute {
color: #59a;
}
.sg .hljs-string,
.sg .hljs-number,
.sg .hljs-value {
color: #3ac;
}
/*
* Code expansion
*
* .sg-example
* .sg-canvas
* pre.sg-code
* button.sg-expando
*/
.sg-code.sg-hidden {
display: none;
}
.sg-expando {
display: inline-block;
margin: 0;
padding: 0;
outline: 0;
border: 0;
background: transparent;
position: relative;
top: -10px;
left: -10px;
padding: 5px 10px;
margin-bottom: -20px;
}
.sg-expando-contract {
top: 0;
margin-bottom: 0;
}
.sg-expando:before {
content: '•••';
display: inline-block;
height: 16px;
width: 36px;
line-height: 16px;
text-align: center;
font-size: 10px;
background: #3BA1F8;
border-radius: 3px;
color: #fff;
}
.sg-expando:hover:before,
.sg-expando:focus:before {
background: #0a89f6;
}
.sg-expando:active:before {
color: #fff;
background: #0a89f6;
}
.sg-expando-contract:before {
content: '\2715';
}
/*
* hover behavior
*/
#styleguide .sg-canvas .container {
width: 100% !important;
position: relative;
}
#styleguide .sg-canvas .l-app {
position: relative;
background: #F3F3F4;
}
#styleguide .sg-canvas .l-header {
position: relative;
z-index: 1;
}
#styleguide .l-main {
padding-bottom: 60px;
position: relative;
}
.sg-text, .sg-example {
float: none;
width: 100% !important;
}
#styleguide .styleguide-header {
background: #283745;
font-family: LatoLight, Helvetica, Arial, Sans-serif;
}
#styleguide .styleguide-header h1 {
color: #3cbfa2;
margin: 30px 0 10px;
font-size: 44px;
line-height: 1.33;
}
#styleguide .styleguide-header p {
color: white;
}
#styleguide .affix {
top: 20px;
}
#styleguide .sidebar-menu ul li a {
font-family: Lato;
color: #283767;
border-left: 3px solid transparent;
padding: 5px 15px;
}
#styleguide .sidebar-menu ul li a:hover, #styleguide .sidebar-menu ul li.active a {
font-family: LatoBold;
font-weight: bold;
background: transparent;
border-left-color: #3BA1F8;
}
#styleguide h2.sg {
margin-top: 0;
}
span.logo i {
color: #fff;
font-size: 1.2em;
}
#styleguide .l-footer i {
font-size: 2em;
color: #9b9b9b;
}
#styleguide .styleguide.col-sm-9 {
top: -20px;
}
#styleguide .row.show-grid > div {
background: #ccc;
border: 1px solid #444;
} | assets/css/styledown.css | * Basic normalize
*/
h2.sg, h3.sg, ul.sg, p.sg {
margin: 20px 0;
line-height: 1.55;
color: #444;
}
h2.sg {
font-size: 2.2em;
font-weight: 100;
margin-top: 0;
margin-bottom: 10px;
}
h3.sg {
font-size: 2.5em;
font-family: LatoLight;
color: 444444;
border-bottom: solid 1px #979797;
display: block;
margin: 0 0 20px;
padding: 20px 0 5px;
line-height: 1.33;
}
/* Colors */
p.sg, ul.sg {
color: #555;
}
h2.sg {
color: #111;
}
h3.sg {
color: #333;
}
strong.sg {
font-size: 1.1em;
}
code.sg {
background: rgba(250, 250, 250, 0.5);
color: #579;
padding: 2px 5px;
margin: 0 1px;
border-radius: 2px;
font-size: 0.8em;
font-family: menlo, monospace;
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.01), inset -1px -1px rgba(0,0,0,0.01);
}
code.sg:first-child {
background: rgba(0, 100, 250, 0.1);
box-shadow: none;
color: #357;
}
.sg-block, .sg-code, .sg-canvas, .sg-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/**
* An <h3> block.
*
* It looks like:
*
* .sg-block
* .sg-text - text items
* h3
* p
* ...
* .sg-example
* .sg-canvas - canvas where its displayed
* .sg-code - code snippet
*/
.sg-block {
padding: 0 0 20px;
}
.sg-block:last-of-type {
padding-bottom: 20px;
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.sg-block:after {
content: '';
display: table;
clear: both;
}
/**
* Text element
*/
@media (min-width: 768px) {
.sg-text {
float: left;
width: 26%;
}
.sg-text + .sg-example,
.sg-text + .sg-code {
float: right;
width: 70%;
}
}
.sg-text > :first-child {
margin-top: 0;
}
/**
* An example's canvas.
*/
.sg-canvas {
margin-bottom: 20px;
}
.sg-padded .sg-canvas {
padding: 20px;
border: solid 1px rgba(0, 0, 0, 0.1);
border-radius: 3px;
overflow-x: auto;
}
/**
* The <pre> code that shows the sample.
*/
.sg-code {
border: solid 1px transparent;
overflow-x: auto;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
margin: 0;
padding: 20px;
font-size: 0.85em;
font-family: menlo, monospace;
line-height: 1.5;
background: #f2f2f2;
color: #333;
}
/*
* Syntax highlighting
*/
.sg .hljs-tag,
.sg .hljs-comment {
color: #999;
}
.sg .hljs-keyword,
.sg .hljs-title {
color: #345;
}
.sg .hljs-attribute {
color: #59a;
}
.sg .hljs-string,
.sg .hljs-number,
.sg .hljs-value {
color: #3ac;
}
/*
* Code expansion
*
* .sg-example
* .sg-canvas
* pre.sg-code
* button.sg-expando
*/
.sg-code.sg-hidden {
display: none;
}
.sg-expando {
display: inline-block;
margin: 0;
padding: 0;
outline: 0;
border: 0;
background: transparent;
position: relative;
top: -10px;
left: -10px;
padding: 5px 10px;
margin-bottom: -20px;
}
.sg-expando-contract {
top: 0;
margin-bottom: 0;
}
.sg-expando:before {
content: '•••';
display: inline-block;
height: 16px;
width: 36px;
line-height: 16px;
text-align: center;
font-size: 10px;
background: #3BA1F8;
border-radius: 3px;
color: #fff;
}
.sg-expando:hover:before,
.sg-expando:focus:before {
background: #0a89f6;
}
.sg-expando:active:before {
color: #fff;
background: #0a89f6;
}
.sg-expando-contract:before {
content: '\2715';
}
/*
* hover behavior
*/
#styleguide .sg-canvas .container {
width: 100% !important;
position: relative;
}
#styleguide .sg-canvas .l-app {
position: relative;
background: #F3F3F4;
}
#styleguide .sg-canvas .l-header {
position: relative;
z-index: 1;
}
#styleguide .l-main {
padding-bottom: 60px;
position: relative;
}
.sg-text, .sg-example {
float: none;
width: 100% !important;
}
#styleguide .styleguide-header {
background: #283745;
font-family: LatoLight, Helvetica, Arial, Sans-serif;
}
#styleguide .styleguide-header h1 {
color: #3cbfa2;
margin: 30px 0 10px;
font-size: 44px;
line-height: 1.33;
}
#styleguide .styleguide-header p {
color: white;
}
#styleguide .affix {
top: 20px;
}
#styleguide .sidebar-menu ul li a {
font-family: Lato;
color: #283767;
border-left: 3px solid transparent;
padding: 5px 15px;
}
#styleguide .sidebar-menu ul li a:hover, #styleguide .sidebar-menu ul li.active a {
font-family: LatoBold;
font-weight: bold;
background: transparent;
border-left-color: #3BA1F8;
}
#styleguide h2.sg {
margin-top: 0;
}
span.logo i {
color: #fff;
font-size: 1.2em;
}
#styleguide .l-footer i {
font-size: 2em;
color: #9b9b9b;
}
#styleguide .styleguide.col-sm-9 {
top: -20px;
}
#styleguide .row.show-grid > div {
background: #ccc;
border: 1px solid #444;
} | 0.433262 | 0.079389 |
:root {
--pink: #d35266;
--gray: #888;
--dark: #383838;
--white: #fff;
}
.pink {
color: var(--pink);
}
.border-pink {
border-bottom: 2px solid var(--pink);
}
html {
box-sizing: border-box;
font-size: 100%;
}
body {
margin: 0;
padding: 0;
font-family: "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
text-decoration: none;
}
li {
list-style: none;
}
a,
.font-weight-bold,
.text-dark,
.text-light,
h3 > a {
text-decoration: none;
list-style: none;
}
.button-pink {
padding: 0.3rem 1rem;
background: var(--pink);
outline: none;
font-size: 13px;
color: var(--white);
text-decoration: none;
border-radius: 2px;
transition: all 0.3s ease;
}
.button-pink:hover {
background: var(--white);
color: var(--pink);
border: 2px solid var(--pink);
}
.flex {
display: flex;
align-items: center;
justify-content: center;
}
img {
width: 100%;
}
.border-bottom {
border-bottom: 3px solid var(--dark);
}
.border-right {
border-right: 1px solid rgb(212, 211, 211);
}
.btn-login {
padding: 9px;
text-decoration: none;
color: var(--gray);
}
.btn-all-brands {
outline: none;
border: none;
}
.btn-login:hover {
background: var(--pink);
color: var(--white);
}
/* Navbar */
.navbar {
padding: 0.2rem 2rem;
}
.img-logo {
width: 20px;
}
.footer-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 1rem;
}
footer > article > ul > li {
font-size: 13px;
}
.navbar-nav > li {
padding-left: 0.7rem;
padding-right: 0.5rem;
}
.navbar-nav > li > a > i {
padding-right: 0.5rem;
}
#navbarNav > ul > li > a:hover {
color: var(--pink);
}
/* Search Section */
.search {
height: auto;
background: linear-gradient(to bottom, rgba(53, 30, 39, 0.52), rgba(133, 119, 129, 0.73)), url(../img/pexels-igor-haritanovich-1695052.jpg);
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
padding: 50px;
}
#search-input {
border: none;
}
/* Hot adds */
.hotadds {
height: auto;
padding: 30px;
margin: 0 auto;
}
.add-p {
font-size: 12px;
}
.add-img {
width: 110px;
height: 100px;
margin-right: 1rem;
}
.carouselExampleInterval {
display: flex;
align-self: center;
}
.add-array-big {
padding: 7px 13px 6px 13px;
color: var(--pink);
border-radius: 50%;
border: solid 2px var(--gray);
margin: 20px;
}
.add-heading {
font-size: 1.2rem;
}
.add-icon {
color: var(--gray);
}
.add-icon:hover {
color: var(--pink);
}
/* Body */
.body {
display: grid;
grid-gap: 1rem;
grid-template-columns: repeat(2, 1fr);
}
.card-img-top {
height: 180px;
}
.main {
background: rgb(241, 237, 229);
}
/* Footer */
.p-footer {
font-size: 13px;
}
.footer-logo {
width: 35vw;
border-right: 1px solid var(--gray);
background: linear-gradient(to bottom, rgba(53, 30, 39, 0.6), rgba(41, 37, 40, 1)), url(../img/pexels-igor-haritanovich-1695052.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.input-label {
margin-right: 10px;
}
.input-input {
width: auto;
height: 2.2rem;
}
/* search page main */
.page {
border: 1px solid rgba(182, 181, 182, 0.52);
padding: 0 5px;
margin: 4px;
text-decoration: none;
background: rgb(241, 240, 240);
color: var(--dark);
}
.page-active {
background: var(--pink);
color: var(--white);
}
.page:hover {
color: var(--dark);
}
/* Lavazza page header */
.search-lavazza {
height: auto;
background: linear-gradient(to bottom, rgba(53, 30, 39, 0.52), rgb(29, 28, 28)), url(./img/pexels-igor-haritanovich-1695052.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 50px;
}
.lavazza {
width: 400px;
}
/* starbucks page header */
.search-starbucks {
height: auto;
background: linear-gradient(to bottom, rgba(22, 21, 22, 0.9), rgba(14, 13, 13, 0.9)), url(./img/pexels-igor-haritanovich-1695052.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 50px;
}
.starbucks {
width: 220px;
} | css/style.css | :root {
--pink: #d35266;
--gray: #888;
--dark: #383838;
--white: #fff;
}
.pink {
color: var(--pink);
}
.border-pink {
border-bottom: 2px solid var(--pink);
}
html {
box-sizing: border-box;
font-size: 100%;
}
body {
margin: 0;
padding: 0;
font-family: "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
text-decoration: none;
}
li {
list-style: none;
}
a,
.font-weight-bold,
.text-dark,
.text-light,
h3 > a {
text-decoration: none;
list-style: none;
}
.button-pink {
padding: 0.3rem 1rem;
background: var(--pink);
outline: none;
font-size: 13px;
color: var(--white);
text-decoration: none;
border-radius: 2px;
transition: all 0.3s ease;
}
.button-pink:hover {
background: var(--white);
color: var(--pink);
border: 2px solid var(--pink);
}
.flex {
display: flex;
align-items: center;
justify-content: center;
}
img {
width: 100%;
}
.border-bottom {
border-bottom: 3px solid var(--dark);
}
.border-right {
border-right: 1px solid rgb(212, 211, 211);
}
.btn-login {
padding: 9px;
text-decoration: none;
color: var(--gray);
}
.btn-all-brands {
outline: none;
border: none;
}
.btn-login:hover {
background: var(--pink);
color: var(--white);
}
/* Navbar */
.navbar {
padding: 0.2rem 2rem;
}
.img-logo {
width: 20px;
}
.footer-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 1rem;
}
footer > article > ul > li {
font-size: 13px;
}
.navbar-nav > li {
padding-left: 0.7rem;
padding-right: 0.5rem;
}
.navbar-nav > li > a > i {
padding-right: 0.5rem;
}
#navbarNav > ul > li > a:hover {
color: var(--pink);
}
/* Search Section */
.search {
height: auto;
background: linear-gradient(to bottom, rgba(53, 30, 39, 0.52), rgba(133, 119, 129, 0.73)), url(../img/pexels-igor-haritanovich-1695052.jpg);
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
padding: 50px;
}
#search-input {
border: none;
}
/* Hot adds */
.hotadds {
height: auto;
padding: 30px;
margin: 0 auto;
}
.add-p {
font-size: 12px;
}
.add-img {
width: 110px;
height: 100px;
margin-right: 1rem;
}
.carouselExampleInterval {
display: flex;
align-self: center;
}
.add-array-big {
padding: 7px 13px 6px 13px;
color: var(--pink);
border-radius: 50%;
border: solid 2px var(--gray);
margin: 20px;
}
.add-heading {
font-size: 1.2rem;
}
.add-icon {
color: var(--gray);
}
.add-icon:hover {
color: var(--pink);
}
/* Body */
.body {
display: grid;
grid-gap: 1rem;
grid-template-columns: repeat(2, 1fr);
}
.card-img-top {
height: 180px;
}
.main {
background: rgb(241, 237, 229);
}
/* Footer */
.p-footer {
font-size: 13px;
}
.footer-logo {
width: 35vw;
border-right: 1px solid var(--gray);
background: linear-gradient(to bottom, rgba(53, 30, 39, 0.6), rgba(41, 37, 40, 1)), url(../img/pexels-igor-haritanovich-1695052.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.input-label {
margin-right: 10px;
}
.input-input {
width: auto;
height: 2.2rem;
}
/* search page main */
.page {
border: 1px solid rgba(182, 181, 182, 0.52);
padding: 0 5px;
margin: 4px;
text-decoration: none;
background: rgb(241, 240, 240);
color: var(--dark);
}
.page-active {
background: var(--pink);
color: var(--white);
}
.page:hover {
color: var(--dark);
}
/* Lavazza page header */
.search-lavazza {
height: auto;
background: linear-gradient(to bottom, rgba(53, 30, 39, 0.52), rgb(29, 28, 28)), url(./img/pexels-igor-haritanovich-1695052.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 50px;
}
.lavazza {
width: 400px;
}
/* starbucks page header */
.search-starbucks {
height: auto;
background: linear-gradient(to bottom, rgba(22, 21, 22, 0.9), rgba(14, 13, 13, 0.9)), url(./img/pexels-igor-haritanovich-1695052.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 50px;
}
.starbucks {
width: 220px;
} | 0.5 | 0.133556 |
html { font-family: sans-serif; background: white; padding: 1rem; }
/*body { max-width: 960px; margin: 0 auto; background: white; }*/
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #ffffff;
margin: 0 auto;
}
h1 { color: #377ba8; margin: 1rem 0; }
h2 { color: #377ba8; margin: 1rem 0; }
h3 { color: #377ba8; margin: 1rem 0; }
a { color: #377ba8; }
hr { border: none; border-top: 1px solid lightgray; }
nav { background: white; display: flex; align-items: center; padding: 0 0.5rem; }
nav h1 { flex: auto; margin: 0; }
nav h1 a { text-decoration: none; padding: 0.25rem 0.5rem; }
nav ul { display: flex; list-style: none; margin: 0; padding: 0; }
nav ul li a, nav ul li span, header .action { display: block; padding: 0.5rem; }
.content { padding: 0 1rem 1rem; }
.content > header { border-bottom: 1px solid white; display: flex; align-items: flex-end; }
.content > header h1 { flex: auto; margin: 1rem 0 0.25rem 0; }
.flash { margin: 1em 0; padding: 1em; background: #cae6f6; border: 1px solid #377ba8; }
.post > header { display: flex; align-items: flex-end; font-size: 0.85em; }
.post > header > div:first-of-type { flex: auto; }
.post > header h1 { font-size: 1.5em; margin-bottom: 0; }
.post .about { color: slategray; font-style: italic; }
.post .body { white-space: pre-line; }
.content:last-child { margin-bottom: 0; }
.content form { margin: 1em 0; display: flex; flex-direction: column; }
.content label { font-weight: bold; margin-bottom: 0.5em; }
.content input, .content textarea { margin-bottom: 1em; }
.content textarea { min-height: 12em; resize: vertical; }
input.danger { color: #cc2f2e; }
input[type=submit] { align-self: start; min-width: 10em; }
ul#nav{ width:100%; height:40px; background:white;margin:0 auto}
ul#nav li{display:inline;}
ul#nav li a{display:inline-block; padding:0 20px; height:40px; line-height:40px;
color:#7B7B7B; font-family:"\5FAE\8F6F\96C5\9ED1"; font-size:16px}
ul#nav li a:hover{background:#F0F0F0}/*设置鼠标滑过或悬停时变化的背景颜色*/
#jz{ margin:0 auto;} | mysite/myauth/static/myauth/style.css | html { font-family: sans-serif; background: white; padding: 1rem; }
/*body { max-width: 960px; margin: 0 auto; background: white; }*/
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #ffffff;
margin: 0 auto;
}
h1 { color: #377ba8; margin: 1rem 0; }
h2 { color: #377ba8; margin: 1rem 0; }
h3 { color: #377ba8; margin: 1rem 0; }
a { color: #377ba8; }
hr { border: none; border-top: 1px solid lightgray; }
nav { background: white; display: flex; align-items: center; padding: 0 0.5rem; }
nav h1 { flex: auto; margin: 0; }
nav h1 a { text-decoration: none; padding: 0.25rem 0.5rem; }
nav ul { display: flex; list-style: none; margin: 0; padding: 0; }
nav ul li a, nav ul li span, header .action { display: block; padding: 0.5rem; }
.content { padding: 0 1rem 1rem; }
.content > header { border-bottom: 1px solid white; display: flex; align-items: flex-end; }
.content > header h1 { flex: auto; margin: 1rem 0 0.25rem 0; }
.flash { margin: 1em 0; padding: 1em; background: #cae6f6; border: 1px solid #377ba8; }
.post > header { display: flex; align-items: flex-end; font-size: 0.85em; }
.post > header > div:first-of-type { flex: auto; }
.post > header h1 { font-size: 1.5em; margin-bottom: 0; }
.post .about { color: slategray; font-style: italic; }
.post .body { white-space: pre-line; }
.content:last-child { margin-bottom: 0; }
.content form { margin: 1em 0; display: flex; flex-direction: column; }
.content label { font-weight: bold; margin-bottom: 0.5em; }
.content input, .content textarea { margin-bottom: 1em; }
.content textarea { min-height: 12em; resize: vertical; }
input.danger { color: #cc2f2e; }
input[type=submit] { align-self: start; min-width: 10em; }
ul#nav{ width:100%; height:40px; background:white;margin:0 auto}
ul#nav li{display:inline;}
ul#nav li a{display:inline-block; padding:0 20px; height:40px; line-height:40px;
color:#7B7B7B; font-family:"\5FAE\8F6F\96C5\9ED1"; font-size:16px}
ul#nav li a:hover{background:#F0F0F0}/*设置鼠标滑过或悬停时变化的背景颜色*/
#jz{ margin:0 auto;} | 0.423458 | 0.097005 |
.outerWrapper {
/* border: 2px dashed tomato; */
position: relative;
z-index: 0;
padding-bottom: 35%;
height: 0;
margin: 5%;
margin-left: 0;
margin-right: 3%;
}
.wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
font-family: var(--text-sans-signature, "Source Sans Pro"), sans-serif;
border: 2px solid var(--font-color);
box-shadow: 1rem 1rem 0 0 var(--font-color);
color: var(--font-color);
background-color: var(--background-color);
/* opacity: 0.9; */
transition:
background-color 0.5s ease-in-out,
color 0.5s ease-in-out,
border 0.5s ease-in-out,
box-shadow 0.5s ease-in-out;
/* border: 3px dashed teal; */
}
.intro {
/* border: 1px solid goldenrod; */
width: 60%;
display: flex;
flex-direction: column;
justify-content: center;
}
.intro_title {
/* border: 1px dashed lightseagreen; */
font-size: 28px;
font-size: 1.75rem;
font-size: 2.2vw;
line-height: 1.4;
padding-left: 7%;
padding-right: 5%;
}
.meta {
/* border: 1px dashed hotpink; */
width: 40%;
padding-top: 12%;
position: relative;
z-index: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.meta_item {
/* border: 1px dashed purple; */
width: 100%;
height: 27%;
}
.meta_icon {
/* border: 1px solid purple; */
color: var(--font-color);
transition: color 0.5s ease-in-out;
width: 24px;
width: 1.5rem;
width: 1.5vw;
height: 24px;
height: 1.5rem;
height: 1.5vw;
vertical-align: middle;
margin-left: 24px;
margin-left: 1.5rem;
margin-left: 9%;
margin-right: 36px;
margin-right: 2.25rem;
margin-right: 15%;
}
.meta_text {
vertical-align: middle;
font-size: 20px;
font-size: 1.25rem;
/* font-size: 1.25vw; */
font-size: 1.4vw;
}
a.meta_text {
color: var(--element-color-1);
cursor: pointer;
}
.meta:after {
border: 2px solid var(--font-color);
background-color: var(--accent-color-square);
content: "";
position: absolute;
height: 100%;
width: 25%;
top: 25%;
left: 0;
z-index: -1;
transition: border-color 0.5s ease-in-out;
}
.wrapper:before {
pointer-events: none;
content: "";
position: absolute;
z-index: -1;
width: 18vw;
height: 18vw;
width: calc(40vw * 0.35);
height: calc(40vw * 0.35);
min-width: 150px;
min-height: 150px;
border-radius: 100%;
border: solid 3px var(--accent-color-border);
right: -20%;
bottom: -37%;
transition: border 0.5s ease-in-out;
}
.wrapper:after {
pointer-events: none;
content: "";
position: absolute;
z-index: -2;
width: 18vw;
height: 18vw;
width: calc(40vw * 0.35);
height: calc(40vw * 0.35);
min-width: 150px;
min-height: 150px;
border-radius: 100%;
background-color: var(--accent-color-circle);
right: -21%;
bottom: -32%;
transition: background-color 0.5s ease-in-out;
}
/* MDPI laptop */
@media screen and (max-width: 1376px) {
.wrapper:before {
width: calc(40vw * 0.45);
height: calc(40vw * 0.45);
right: -18%;
bottom: -37%;
}
.wrapper:after {
width: calc(40vw * 0.45);
height: calc(40vw * 0.45);
right: -19%;
bottom: -32%;
}
.meta_icon {
width: 24px;
width: 1.5rem;
width: 2vw;
height: 24px;
height: 1.5rem;
height: 2vw;
}
.meta_text {
font-size: 24px;
font-size: 1.5rem;
font-size: 1.8vw;
}
}
/* tablet */
@media screen and (max-width: 1008px) {
.wrapper {
box-shadow: 0.75rem 0.75rem 0 0 var(--font-color);
}
.intro_title {
font-size: 24px;
font-size: 1.5rem;
font-size: 3vw;
}
.meta_icon {
width: 20px;
width: 1.25rem;
width: 2.25vw;
height: 20px;
height: 1.25rem;
height: 2.25vw;
margin-left: 7%;
}
.meta_text {
font-size: 20px;
font-size: 1.25rem;
font-size: 2.25vw;
}
.meta:after {
top: 25%;
width: 20%;
}
.wrapper:before {
width: calc(40vw * 0.55);
height: calc(40vw * 0.55);
right: -13%;
bottom: -38%;
}
.wrapper:after {
width: calc(40vw * 0.55);
height: calc(40vw * 0.55);
right: -15%;
bottom: -32%;
}
}
/* mobile */
@media screen and (max-width: 688px) {
.outerWrapper {
padding-bottom: 56.25%;
}
.wrapper {
box-shadow: 0.5rem 0.5rem 0 0 var(--font-color);
}
.intro {
width: 100%;
}
.intro_title {
font-size: 20px;
font-size: 1.25rem;
font-size: 4.5vw;
margin: 0.5rem 0;
padding-left: 7%;
padding-right: 7%;
}
.meta {
width: 100%;
padding-top: 0;
}
.meta_item {
/* border: 1px dashed green; */
height: 30%;
}
.meta_icon {
width: 14px;
width: 0.875rem;
width: 3.5vw;
height: 14px;
height: 0.875rem;
height: 3.5vw;
margin: 0 6% 0 10%;
}
.meta_text {
font-size: 14px;
font-size: 0.875rem;
/* font-size: 3.5vw; */
font-size: 4vw;
}
.meta:after {
height: 120%;
width: 9%;
left: 7%;
top: 0;
}
.wrapper:before {
width: calc(40vw * 0.75);
height: calc(40vw * 0.75);
right: -8%;
bottom: -35%;
}
.wrapper:after {
width: calc(40vw * 0.75);
height: calc(40vw * 0.75);
right: -10%;
bottom: -32%;
}
} | src/components/header.module.css | .outerWrapper {
/* border: 2px dashed tomato; */
position: relative;
z-index: 0;
padding-bottom: 35%;
height: 0;
margin: 5%;
margin-left: 0;
margin-right: 3%;
}
.wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
font-family: var(--text-sans-signature, "Source Sans Pro"), sans-serif;
border: 2px solid var(--font-color);
box-shadow: 1rem 1rem 0 0 var(--font-color);
color: var(--font-color);
background-color: var(--background-color);
/* opacity: 0.9; */
transition:
background-color 0.5s ease-in-out,
color 0.5s ease-in-out,
border 0.5s ease-in-out,
box-shadow 0.5s ease-in-out;
/* border: 3px dashed teal; */
}
.intro {
/* border: 1px solid goldenrod; */
width: 60%;
display: flex;
flex-direction: column;
justify-content: center;
}
.intro_title {
/* border: 1px dashed lightseagreen; */
font-size: 28px;
font-size: 1.75rem;
font-size: 2.2vw;
line-height: 1.4;
padding-left: 7%;
padding-right: 5%;
}
.meta {
/* border: 1px dashed hotpink; */
width: 40%;
padding-top: 12%;
position: relative;
z-index: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.meta_item {
/* border: 1px dashed purple; */
width: 100%;
height: 27%;
}
.meta_icon {
/* border: 1px solid purple; */
color: var(--font-color);
transition: color 0.5s ease-in-out;
width: 24px;
width: 1.5rem;
width: 1.5vw;
height: 24px;
height: 1.5rem;
height: 1.5vw;
vertical-align: middle;
margin-left: 24px;
margin-left: 1.5rem;
margin-left: 9%;
margin-right: 36px;
margin-right: 2.25rem;
margin-right: 15%;
}
.meta_text {
vertical-align: middle;
font-size: 20px;
font-size: 1.25rem;
/* font-size: 1.25vw; */
font-size: 1.4vw;
}
a.meta_text {
color: var(--element-color-1);
cursor: pointer;
}
.meta:after {
border: 2px solid var(--font-color);
background-color: var(--accent-color-square);
content: "";
position: absolute;
height: 100%;
width: 25%;
top: 25%;
left: 0;
z-index: -1;
transition: border-color 0.5s ease-in-out;
}
.wrapper:before {
pointer-events: none;
content: "";
position: absolute;
z-index: -1;
width: 18vw;
height: 18vw;
width: calc(40vw * 0.35);
height: calc(40vw * 0.35);
min-width: 150px;
min-height: 150px;
border-radius: 100%;
border: solid 3px var(--accent-color-border);
right: -20%;
bottom: -37%;
transition: border 0.5s ease-in-out;
}
.wrapper:after {
pointer-events: none;
content: "";
position: absolute;
z-index: -2;
width: 18vw;
height: 18vw;
width: calc(40vw * 0.35);
height: calc(40vw * 0.35);
min-width: 150px;
min-height: 150px;
border-radius: 100%;
background-color: var(--accent-color-circle);
right: -21%;
bottom: -32%;
transition: background-color 0.5s ease-in-out;
}
/* MDPI laptop */
@media screen and (max-width: 1376px) {
.wrapper:before {
width: calc(40vw * 0.45);
height: calc(40vw * 0.45);
right: -18%;
bottom: -37%;
}
.wrapper:after {
width: calc(40vw * 0.45);
height: calc(40vw * 0.45);
right: -19%;
bottom: -32%;
}
.meta_icon {
width: 24px;
width: 1.5rem;
width: 2vw;
height: 24px;
height: 1.5rem;
height: 2vw;
}
.meta_text {
font-size: 24px;
font-size: 1.5rem;
font-size: 1.8vw;
}
}
/* tablet */
@media screen and (max-width: 1008px) {
.wrapper {
box-shadow: 0.75rem 0.75rem 0 0 var(--font-color);
}
.intro_title {
font-size: 24px;
font-size: 1.5rem;
font-size: 3vw;
}
.meta_icon {
width: 20px;
width: 1.25rem;
width: 2.25vw;
height: 20px;
height: 1.25rem;
height: 2.25vw;
margin-left: 7%;
}
.meta_text {
font-size: 20px;
font-size: 1.25rem;
font-size: 2.25vw;
}
.meta:after {
top: 25%;
width: 20%;
}
.wrapper:before {
width: calc(40vw * 0.55);
height: calc(40vw * 0.55);
right: -13%;
bottom: -38%;
}
.wrapper:after {
width: calc(40vw * 0.55);
height: calc(40vw * 0.55);
right: -15%;
bottom: -32%;
}
}
/* mobile */
@media screen and (max-width: 688px) {
.outerWrapper {
padding-bottom: 56.25%;
}
.wrapper {
box-shadow: 0.5rem 0.5rem 0 0 var(--font-color);
}
.intro {
width: 100%;
}
.intro_title {
font-size: 20px;
font-size: 1.25rem;
font-size: 4.5vw;
margin: 0.5rem 0;
padding-left: 7%;
padding-right: 7%;
}
.meta {
width: 100%;
padding-top: 0;
}
.meta_item {
/* border: 1px dashed green; */
height: 30%;
}
.meta_icon {
width: 14px;
width: 0.875rem;
width: 3.5vw;
height: 14px;
height: 0.875rem;
height: 3.5vw;
margin: 0 6% 0 10%;
}
.meta_text {
font-size: 14px;
font-size: 0.875rem;
/* font-size: 3.5vw; */
font-size: 4vw;
}
.meta:after {
height: 120%;
width: 9%;
left: 7%;
top: 0;
}
.wrapper:before {
width: calc(40vw * 0.75);
height: calc(40vw * 0.75);
right: -8%;
bottom: -35%;
}
.wrapper:after {
width: calc(40vw * 0.75);
height: calc(40vw * 0.75);
right: -10%;
bottom: -32%;
}
} | 0.41478 | 0.057732 |
.nav {
height: 60px;
width: 100%;
top: 0;
line-height: 60px;
padding: 0 3%;
z-index: 10000;
position: absolute;
}
.nav .logo {
float: left;
position: absolute;
z-index: 1000;
}
.nav .logo img {
height: 45px;
margin-top: 7.5px;
}
.nav .logo h1 {
font-family: 'OCR-A BT', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-transform: uppercase;
float: right;
color: #FFF;
margin-top: 0px;
margin-left: 10px;
}
.nav .menu {
width: calc(100% - 188.5px);
text-align: center;
display: block;
margin: 0 auto;
}
.nav .menu a {
padding: 15px 10px;
color: #FFFFFF;
font-size: 18px;
border-bottom: 2px solid transparent;
transition: all .1s;
margin: 0 10px;
}
.nav .menu a.active,
.nav .menu a:hover {
border-bottom: 2px solid #FFFFFF;
}
.nav .menu span {
position: absolute;
font-size: 22px;
line-height: 63px;
}
.nav .account {
position: absolute;
top: 8px;
right: 3%;
}
.nav .account img {
height: 45px;
border-radius: 50%;
background: #FFF;
box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
cursor: pointer;
}
.account-overlay {
width: 100%;
height: 100%;
display: none;
position: fixed;
top: 60px;
left: 0;
}
.account-popup .triangle {
border-bottom: 13px solid #FFF;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
position: absolute;
top: -13px;
right: 12px;
}
.account-popup {
position: absolute;
height: 300px;
width: 220px;
top: 60px;
right: 3%;
background: #FFF;
border-radius: 5px;
box-shadow: 0 -3px 20px rgba(0,0,0,.07), 0 3px 6px rgba(0,0,0,.05);
display: none;
}
.account-popup a {
color: #3C3F50;
height: 60px;
display: block;
padding: 0 41px;
border-bottom: 1px solid #F2F2F2;
border-left: 2px solid transparent;
transition: all .2s;
}
.account-popup a span {
position: absolute;
margin-top: 22px;
left: 18px;
}
.account-popup a:hover {
border-left: 2px solid #E9908A;
}
.hero {
padding-top: 60px;
height: 580px;
background-size: 10%, 10%, auto;
background-position: 0 0, 100% 0;
color: #FFF;
text-align: center;
padding: 130px 0;
}
.hero h1 {
font-size: 50px;
margin-top: 20px;
}
.hero p {
font-size: 20px;
margin: 30px auto;
width: 70%;
}
.hero .btn {
width: max-content;
margin: 0 auto;
}
.gradient-mask {
height: 100px;
width: 100%;
position: absolute;
margin-top: -100px;
background: linear-gradient(-4deg, #FDFCFC 50%, transparent 50%);
}
/* TABS */
.tabs {
font-size: 22px;
padding: 50px 3%;
}
.tabs .tab {
display: inline-block;
margin: 0 10px;
cursor: pointer;
}
.tabs .tab::selection {
background: transparent;
}
.tabs .tabs-bottom {
height: 2px;
background: #3C3F50;
width: 173px;
margin-left: 7px;
margin-top: 10px;
transition: all .3s;
}
.syllabus-section {
padding-bottom: 100px;
}
/* LESSONS */
.lessons {
width: 61%;
margin-left: 3%;
}
.v-line {
width: 3px;
background: #d1d4dd;
height: 780px;
position: absolute;
margin-top: 75px;
margin-left: 40px;
z-index: -1;
}
.lesson-line {
height: 165px;
padding-left: 83px;
transition: all .3s;
opacity: .9;
}
.lesson-line:hover {
background: #FFF;
box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);
opacity: 1;
}
.lesson-line .circle {
border-radius: 50%;
width: 30px;
height: 30px;
background: #d1d4dd;
border: 2px solid #FFFFFF;
box-shadow: 0 0 10px rgba(0, 0, 0, .15);
position: absolute;
margin-left: -56px;
margin-top: 68px;
opacity: 1;
color: #FFFFFF;
line-height: 26px;
text-align: center;
font-size: 15px;
}
.lesson-line.unlock .circle {
background: #f59e79;
}
.lesson-line a {
color: #3C3F50;
}
.lesson-line .num {
float: left;
font-size: 80px;
line-height: 150px;
color: #dcdee2;
}
.lesson-line .text {
float: left;
margin-left: 40px;
margin-top: 42px;
}
.lesson-line .text h3 {
font: 300 26px "Segoe UI Black" !important;
text-overflow: ellipsis;
}
.lesson-line .text p {
font: 300 18px "Segoe UI Light" !important;
margin-top: 8px;
}
.lesson-line .text .red-text {
margin-left: 10px;
}
.progress {
position: absolute;
height: 500px;
width: 30%;
left: 67%;
margin-top: 143px;
text-align: center;
background: #FFFFFF;
box-shadow: 0 7px 20px rgba(0, 0, 0, .05);
padding: 20px 30px;
overflow: hidden;
border-radius: 3px;
}
.progress #spark {
margin-top: 100px;
}
.progress p {
font-size: 20px;
margin-top: 30px;
}
.progress small {
margin-left: -74px;
position: absolute;
margin-top: 450px;
font-size: 14px;
color: #ccc;
}
.menu-btn {
display: none;
color: #FFF;
}
/* About */
.about {
display: none;
width: 61%;
margin-left: 3%;
}
.about p {
margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
.progress {
width: 240px;
left: 630px;
}
} | public/css/src/lessons-style.css |
.nav {
height: 60px;
width: 100%;
top: 0;
line-height: 60px;
padding: 0 3%;
z-index: 10000;
position: absolute;
}
.nav .logo {
float: left;
position: absolute;
z-index: 1000;
}
.nav .logo img {
height: 45px;
margin-top: 7.5px;
}
.nav .logo h1 {
font-family: 'OCR-A BT', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-transform: uppercase;
float: right;
color: #FFF;
margin-top: 0px;
margin-left: 10px;
}
.nav .menu {
width: calc(100% - 188.5px);
text-align: center;
display: block;
margin: 0 auto;
}
.nav .menu a {
padding: 15px 10px;
color: #FFFFFF;
font-size: 18px;
border-bottom: 2px solid transparent;
transition: all .1s;
margin: 0 10px;
}
.nav .menu a.active,
.nav .menu a:hover {
border-bottom: 2px solid #FFFFFF;
}
.nav .menu span {
position: absolute;
font-size: 22px;
line-height: 63px;
}
.nav .account {
position: absolute;
top: 8px;
right: 3%;
}
.nav .account img {
height: 45px;
border-radius: 50%;
background: #FFF;
box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
cursor: pointer;
}
.account-overlay {
width: 100%;
height: 100%;
display: none;
position: fixed;
top: 60px;
left: 0;
}
.account-popup .triangle {
border-bottom: 13px solid #FFF;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
position: absolute;
top: -13px;
right: 12px;
}
.account-popup {
position: absolute;
height: 300px;
width: 220px;
top: 60px;
right: 3%;
background: #FFF;
border-radius: 5px;
box-shadow: 0 -3px 20px rgba(0,0,0,.07), 0 3px 6px rgba(0,0,0,.05);
display: none;
}
.account-popup a {
color: #3C3F50;
height: 60px;
display: block;
padding: 0 41px;
border-bottom: 1px solid #F2F2F2;
border-left: 2px solid transparent;
transition: all .2s;
}
.account-popup a span {
position: absolute;
margin-top: 22px;
left: 18px;
}
.account-popup a:hover {
border-left: 2px solid #E9908A;
}
.hero {
padding-top: 60px;
height: 580px;
background-size: 10%, 10%, auto;
background-position: 0 0, 100% 0;
color: #FFF;
text-align: center;
padding: 130px 0;
}
.hero h1 {
font-size: 50px;
margin-top: 20px;
}
.hero p {
font-size: 20px;
margin: 30px auto;
width: 70%;
}
.hero .btn {
width: max-content;
margin: 0 auto;
}
.gradient-mask {
height: 100px;
width: 100%;
position: absolute;
margin-top: -100px;
background: linear-gradient(-4deg, #FDFCFC 50%, transparent 50%);
}
/* TABS */
.tabs {
font-size: 22px;
padding: 50px 3%;
}
.tabs .tab {
display: inline-block;
margin: 0 10px;
cursor: pointer;
}
.tabs .tab::selection {
background: transparent;
}
.tabs .tabs-bottom {
height: 2px;
background: #3C3F50;
width: 173px;
margin-left: 7px;
margin-top: 10px;
transition: all .3s;
}
.syllabus-section {
padding-bottom: 100px;
}
/* LESSONS */
.lessons {
width: 61%;
margin-left: 3%;
}
.v-line {
width: 3px;
background: #d1d4dd;
height: 780px;
position: absolute;
margin-top: 75px;
margin-left: 40px;
z-index: -1;
}
.lesson-line {
height: 165px;
padding-left: 83px;
transition: all .3s;
opacity: .9;
}
.lesson-line:hover {
background: #FFF;
box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);
opacity: 1;
}
.lesson-line .circle {
border-radius: 50%;
width: 30px;
height: 30px;
background: #d1d4dd;
border: 2px solid #FFFFFF;
box-shadow: 0 0 10px rgba(0, 0, 0, .15);
position: absolute;
margin-left: -56px;
margin-top: 68px;
opacity: 1;
color: #FFFFFF;
line-height: 26px;
text-align: center;
font-size: 15px;
}
.lesson-line.unlock .circle {
background: #f59e79;
}
.lesson-line a {
color: #3C3F50;
}
.lesson-line .num {
float: left;
font-size: 80px;
line-height: 150px;
color: #dcdee2;
}
.lesson-line .text {
float: left;
margin-left: 40px;
margin-top: 42px;
}
.lesson-line .text h3 {
font: 300 26px "Segoe UI Black" !important;
text-overflow: ellipsis;
}
.lesson-line .text p {
font: 300 18px "Segoe UI Light" !important;
margin-top: 8px;
}
.lesson-line .text .red-text {
margin-left: 10px;
}
.progress {
position: absolute;
height: 500px;
width: 30%;
left: 67%;
margin-top: 143px;
text-align: center;
background: #FFFFFF;
box-shadow: 0 7px 20px rgba(0, 0, 0, .05);
padding: 20px 30px;
overflow: hidden;
border-radius: 3px;
}
.progress #spark {
margin-top: 100px;
}
.progress p {
font-size: 20px;
margin-top: 30px;
}
.progress small {
margin-left: -74px;
position: absolute;
margin-top: 450px;
font-size: 14px;
color: #ccc;
}
.menu-btn {
display: none;
color: #FFF;
}
/* About */
.about {
display: none;
width: 61%;
margin-left: 3%;
}
.about p {
margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
.progress {
width: 240px;
left: 630px;
}
} | 0.475118 | 0.085671 |
div.THREADCONTENTS {
z-index: 1;
width: 93%;
margin: 0.5em auto 0.75em auto;
padding: 0.75em;
border: 1px solid #333;
color: #333;
border-radius: 0.75em / 0.75em;
background: #efefef;
font-size: 1em;
}
/*Set '\' as normal*/
@font-face{
font-family: crrRslash;
src:local('microsoft yahei');
unicode-range:U+005C;
}
a {
border-width: 0px;
}
a:link {
background: transparent;
color: #0000cc;
}
a:active {
background: transparent;
color: #0000cc;
}
a:visited {
background: transparent;
color: #0000cc;
}
h3 {
margin: 0;
padding: 0.5em 0;
text-align: left;
font-size: 1em;
}
h3 span.common {
padding: 0.5em;
border-radius: 0.5em / 0.5em;
background: #39f;
color: #fff;
font-size: 1em;
}
/*标题样式*/
h3 span {
padding: 0 0 0.5em 1em;
color: #ff0000;
font-size: 1.625em;
}
h3.thread_title {
font-family: crrRslash,'MS Pゴシック', 'MS PGothic', 'IPAMonaPGothic', '方正兰亭黑',sans-serif;
font-weight: 700;
margin: 0;
padding: 0 2em 0 3em;
text-indent: -4em;
}
div.board_header {
margin: 0 1em 1em 1em;
padding: 0.5em;
color: #333;
background: #efe;
border-radius: 0.25em / 0.25em;
font-size: 1em;
height: 15em;
overflow-y: scroll;
}
div.keyword {
margin: 0;
padding: 0;
color: #333;
background: inherit;
font-size: 1em;
}
dt {
margin: 0px 0.5em;
padding: 0px;
font-size: 1em;
margin-bottom: 15px;
}
dd {
font-family: crrRslash,'MS Pゴシック', 'MS PGothic', 'IPAMonaPGothic', '方正兰亭黑',sans-serif;
margin-bottom: 2em;
font-size: 16px;
line-height: 1.125;
font-weight: normal;
white-space: pre-line;
}
span.keyword0 {
padding: 0.5em;
border-radius: 0.5em / 0.5em;
background: #39f;
color: #fff;
font-size: 0.75em;
line-height: 2.5em;
word-break: keep-all;
}
span.keyword1 {
padding: 0.5em;
border-radius: 0.5em / 0.5em;
background: #f63;
color: #fff;
font-size: 0.75em;
line-height: 2.5em;
word-break: keep-all;
}
textarea{
font-family: crrRslash,'MS Pゴシック', 'MS PGothic', 'IPAMonaPGothic', '方正兰亭黑',sans-serif;
font-size: 16px;
white-space: pre-line;
}
textarea.iden {
width:25%;
min-width: 100px;
min-height:30px;
margin-right: 1.875%;
}
textarea.txt {
line-height: 1.125;
width: 80%;
height: 60%;
min-height: 200px;
margin-right: 1.875%;
}
textarea.thtitle{
font-weight: 600;
font-size: 18px;
width: 80%;
height: 20%;
min-height: 30px;
margin-right:5px;
margin-right: 1.875%;
}
button{
min-height:40px;
min-width:60px;
margin-left: -1%;
margin-right:1.875%;
top:-13px;
position: relative;
}
button.send{
min-height:50px;
min-width:80px;
top: -20px;
position: relative;
} | src/components/style.css | div.THREADCONTENTS {
z-index: 1;
width: 93%;
margin: 0.5em auto 0.75em auto;
padding: 0.75em;
border: 1px solid #333;
color: #333;
border-radius: 0.75em / 0.75em;
background: #efefef;
font-size: 1em;
}
/*Set '\' as normal*/
@font-face{
font-family: crrRslash;
src:local('microsoft yahei');
unicode-range:U+005C;
}
a {
border-width: 0px;
}
a:link {
background: transparent;
color: #0000cc;
}
a:active {
background: transparent;
color: #0000cc;
}
a:visited {
background: transparent;
color: #0000cc;
}
h3 {
margin: 0;
padding: 0.5em 0;
text-align: left;
font-size: 1em;
}
h3 span.common {
padding: 0.5em;
border-radius: 0.5em / 0.5em;
background: #39f;
color: #fff;
font-size: 1em;
}
/*标题样式*/
h3 span {
padding: 0 0 0.5em 1em;
color: #ff0000;
font-size: 1.625em;
}
h3.thread_title {
font-family: crrRslash,'MS Pゴシック', 'MS PGothic', 'IPAMonaPGothic', '方正兰亭黑',sans-serif;
font-weight: 700;
margin: 0;
padding: 0 2em 0 3em;
text-indent: -4em;
}
div.board_header {
margin: 0 1em 1em 1em;
padding: 0.5em;
color: #333;
background: #efe;
border-radius: 0.25em / 0.25em;
font-size: 1em;
height: 15em;
overflow-y: scroll;
}
div.keyword {
margin: 0;
padding: 0;
color: #333;
background: inherit;
font-size: 1em;
}
dt {
margin: 0px 0.5em;
padding: 0px;
font-size: 1em;
margin-bottom: 15px;
}
dd {
font-family: crrRslash,'MS Pゴシック', 'MS PGothic', 'IPAMonaPGothic', '方正兰亭黑',sans-serif;
margin-bottom: 2em;
font-size: 16px;
line-height: 1.125;
font-weight: normal;
white-space: pre-line;
}
span.keyword0 {
padding: 0.5em;
border-radius: 0.5em / 0.5em;
background: #39f;
color: #fff;
font-size: 0.75em;
line-height: 2.5em;
word-break: keep-all;
}
span.keyword1 {
padding: 0.5em;
border-radius: 0.5em / 0.5em;
background: #f63;
color: #fff;
font-size: 0.75em;
line-height: 2.5em;
word-break: keep-all;
}
textarea{
font-family: crrRslash,'MS Pゴシック', 'MS PGothic', 'IPAMonaPGothic', '方正兰亭黑',sans-serif;
font-size: 16px;
white-space: pre-line;
}
textarea.iden {
width:25%;
min-width: 100px;
min-height:30px;
margin-right: 1.875%;
}
textarea.txt {
line-height: 1.125;
width: 80%;
height: 60%;
min-height: 200px;
margin-right: 1.875%;
}
textarea.thtitle{
font-weight: 600;
font-size: 18px;
width: 80%;
height: 20%;
min-height: 30px;
margin-right:5px;
margin-right: 1.875%;
}
button{
min-height:40px;
min-width:60px;
margin-left: -1%;
margin-right:1.875%;
top:-13px;
position: relative;
}
button.send{
min-height:50px;
min-width:80px;
top: -20px;
position: relative;
} | 0.217005 | 0.136177 |
* 1 : HELPER *
* 2 : TITLE *
* 3 : HOME *
* 4 : ABOUT *
* 5 : SERVIVES *
* 6 : COUNTER *
* 7 : WORK *
* 8 : TESTIMONIAL *
* 9 : CTA *
* 10 : PRICING *
* 11 : TEAM *
* 12 : FAQ *
* 13 : VIDEO *
* 14 : SUBSCRIBE *
* 15 : BLOG *
* 16 : CONTACT *
* 17 : FOOTER *
* 18 : FOOTER-ALT *
* 19 : RESPONSIVE *
*****************************/
body {
font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Rubik', sans-serif;
color: #323232;
font-weight: 400;
}
a {
text-decoration: none !important;
outline: none;
}
p {
font-size: 15px;
line-height: 1.8;
}
.btn,
.btn:focus,
button,
button:focus {
outline: none !important;
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: none;
}
/*****************
1. HELPER
*****************/
.section {
padding-bottom: 80px;
padding-top: 80px;
position: relative;
}
.vertical-content {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
flex-direction: row;
-webkit-flex-direction: row;
}
.text-muted {
color: #888 !important;
}
.bg-light {
background-color: #f7f7f7 !important;
}
.home-center {
display: table;
width: 100%;
height: 100%;
}
.home-desc-center {
display: table-cell;
vertical-align: middle;
}
.bg-overlay {
background-color: #323232;
opacity: 0.7;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.btn-outline {
color: #fff;
border: 2px solid #ffffff;
font-size: 15px;
transition: all 0.5s;
border-radius: 3px;
text-transform: uppercase;
font-weight: 500;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open>.dropdown-toggle .btn-outline {
outline: none;
border: 2px solid #fff;
background-color: #fff;
text-decoration: none;
font-weight: 500;
}
.btn-custom {
color: #fffcff;
border: 2px solid;
font-size: 15px;
transition: all 0.5s;
text-transform: uppercase;
font-weight: 500;
border-radius: 3px;
letter-spacing: 0.5px;
}
.btn {
padding: 13px 26px;
}
.btn-sm {
padding: 10px 22px;
}
.btn-round {
border-radius: 30px;
}
.f-12 {
font-size: 12px;
}
.f-13 {
font-size: 13px;
}
.f-14 {
font-size: 14px;
}
.f-15 {
font-size: 15px;
}
.f-16 {
font-size: 16px;
}
.f-17 {
font-size: 17px;
}
.f-18 {
font-size: 18px;
}
.f-19 {
font-size: 19px;
}
.f-20 {
font-size: 20px !important;
}
.line-height_1_4 {
line-height: 1.4;
}
.line-height_1_6 {
line-height: 1.6;
}
.line-height_1_8 {
line-height: 1.8;
}
/*****************
2. TITLE
*****************/
.title-heading {
font-size: 28px;
position: relative;
padding-bottom: 20px;
}
.title-border {
width: 80px;
height: 3px;
margin: 0 auto;
}
.title-desc {
max-width: 600px;
margin: 0 auto;
}
.title-heading:before {
bottom: 5px;
content: "";
height: 2px;
left: 50%;
margin-left: -50px;
position: absolute;
width: 100px;
}
.title-heading:after {
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -25px;
position: absolute;
width: 50px;
}
/*****************
3. HOME
*****************/
.bg-home {
background-image: url("../images/bg-6.jpg");
background-size: cover;
height: 100vh;
position: relative;
background-position: center center;
}
.home-title {
font-size: 80px;
color: #fff;
font-weight: 500;
}
.home-desc {
font-size: 20px;
color: #ededed;
max-width: 700px;
margin: 0 auto;
}
/* variation-2 */
.home-2 {
position: relative;
}
.home-2 .carousel-control-next,
.carouser-control-prev {
width: 6%;
}
.home-2 .carousel-item,
.home-2 .carousel {
height: 100vh;
width: 100%;
}
.home-2 .carousel-item {
background-position: center center;
background-size: cover;
}
.variation-2 .home-title {
font-size: 60px;
}
/* variation-3 */
.bg-home-3 {
background-image: url("../images/bg-3.jpg");
background-size: cover;
padding: 300px 0px 270px 0px;
background-position: center center;
position: relative;
}
.variation-3 .home-title {
font-size: 32px;
color: #fff;
font-weight: 600;
letter-spacing: 10px;
text-transform: uppercase;
border-radius: 30px;
padding: 10px 30px 10px 30px;
position: relative;
display: inline-block;
}
/* variation-4 */
.bg-home-4 {
background-image: url("../images/bg-6.jpg");
background-size: cover;
height: 100vh;
background-position: center center;
position: relative;
}
.variation-4 .home-subtitle{
color: #f7f7f7;
}
.variation-4 .home-title {
font-size: 56px;
}
.variation-4 .home-desc{
max-width: 650px;
font-size: 17px;
}
/* variation-5 */
.bg-home-5{
background-image: url("../images/bg-2.jpg");
background-size: cover;
padding: 230px 0px 200px 0px;
background-position: center center;
position: relative;
}
/* variation-6 */
.bg-home-6{
background-image: url("../images/bg-3.jpg");
background-size: cover;
height: 100vh;
background-position: center center;
position: relative;
}
.variation-6 .home-title{
font-size: 54px;
}
.scroll {
position: relative;
}
.scroll-play-icon {
height: 50px;
width: 50px;
background-color: transparent;
line-height: 48px;
border-radius: 50%;
border: 2px solid #dbdbdb;
font-size: 16px;
display: inline-block;
}
/*****************
4. ABOUT
*****************/
.about-heading {
font-size: 22px;
max-width: 640px;
margin: 0 auto;
}
.about-title {
font-size: 28px;
}
.about-lavel h3 {
font-size: 32px;
}
.about-lavel h4 {
font-size: 20px;
}
.about-image img {
border-radius: 3px;
}
/* variation-2 */
.variation-2 .about-title {
color: #323232;
transition: all .3s ease;
}
/* variation-3 */
.about-icon i {
font-size: 48px;
border: 1px solid #e6e6e6;
color: #929292;
padding: 30px;
border-radius: 50%;
}
.about-lable {
font-size: 30px;
position: relative;
top: -42px;
left: 40px;
background: #fff;
display: inline-block;
border-radius: 50%;
width: 60px;
height: 60px;
line-height: 65px;
}
.variation-3 .about-content {
margin-top: -25px
}
/* variation-4 */
.about-4-icon i {
font-size: 40px;
}
/* variation-5 */
.about-5-icon i{
font-size: 25px;
width: 50px;
height: 50px;
display: inline-block;
line-height: 50px;
color: #fff;
border-radius: 3px;
text-align: center;
}
.about-5-content{
overflow: hidden;
}
/*****************
5. SERVICES
*****************/
.services-icon {
width: 70px;
height: 70px;
border: 2px solid;
border-radius: 50%;
text-align: center;
}
.services-icon i {
line-height: 66px;
font-size: 34px;
color: #fff;
}
.services-title a {
color: #323232;
transition: all .3s ease;
font-size: 20px;
}
.services-content {
overflow: hidden;
}
/* variation-2 */
.servi-icon i {
font-size: 44px;
}
/* variation-3 */
.services-3-icon {
font-size: 32px;
}
/* variation-4 */
.services-4-icon {
color: #ffffff;
width: 64px;
height: 64px;
border-radius: 50%;
position: relative;
top: -32px;
display: inline-block;
}
.services-4-icon i {
font-size: 30px;
text-align: center;
line-height: 64px;
}
/* variation-5 */
.services-5-icon i{
font-size: 50px;
}
.services-box-5{
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
/* variation-6 */
.ser-6-content{
border-left: 3px solid ;
}
.services-6-content{
overflow: hidden;
}
/*****************
6. COUNTER
*****************/
.bg-counter {
background-image: url("../images/bg-2.jpg");
background-size: cover;
position: relative;
background-position: center center;
}
.counter-heading {
font-size: 28px;
}
.counter-icon i {
font-size: 44px;
color: #fff;
}
.counter-value {
color: #fff;
font-size: 54px;
}
/* variation-3 */
.counter-border {
width: 60px;
height: 4px;
margin: 0 auto;
}
.counter-6-box{
border-left: 3px solid ;
}
/*****************
7. WORK
*****************/
.container-filter {
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 30px;
padding: 0;
text-align: center;
}
.container-filter li {
list-style: none;
display: inline-block;
}
.container-filter li a {
display: inline-block;
margin: 3px 2px;
font-size: 13px;
text-transform: uppercase;
padding: 7px 12px;
cursor: pointer;
font-weight: 600;
transition: all 0.4s ease-in-out;
color: #333 !important;
}
.container-filter li a:hover {
background-color: #4d90de !important;
color: #fff !important;
}
.gallary-box {
position: relative;
overflow: hidden;
display: block;
border-radius: 3px;
}
.gallarry-box a {
display: inline-block;
}
.gallary-box:hover .item-effect {
transition: all 0.5s;
visibility: visible;
transform: translateY(0px);
-webkit-transform: translateY(0px);
position: absolute;
}
.gallary-container {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
width: 100%;
transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.item-effect {
position: absolute;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
visibility: hidden;
overflow: hidden;
transform: translateY(100%);
}
.item-effect:hover h5,
.item-effect:hover p {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.item-effect .item-caption {
position: absolute;
bottom: 0px;
top: 0px;
left: 0px;
right: 0px;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
background-color: rgba(50, 50, 50, 0.9);
}
.works-content {
top: 50%;
transform: translateY(-50%);
position: absolute;
left: 0;
right: 0;
}
.works-content p {
color: #f7f7f7;
}
/*****************
8. TESTIMONIAL
*****************/
.clinet-icon i {
font-size: 50px;
}
.client-heading {
font-size: 30px;
}
.client-image img {
width: 80px;
}
.owl-theme .owl-controls .owl-page.active span {
width: 30px;
height: 10px;
}
/* variation-2 */
.testi-img img {
width: 100px;
border: 4px solid #323232;
}
.testi-lable p {
color: #fff;
position: relative;
width: 30px;
height: 30px;
border-radius: 50%;
margin: 0 auto;
top: -107px;
line-height: 26px;
left: 28px;
border: 2px solid #fff;
}
.testi-desc {
max-width: 750px;
margin: 0 auto;
}
/* variation-3 */
.testi-icon i {
font-size: 42px;
}
.testi-content {
overflow: hidden;
}
.testi-desc-3 {
background-color: #f7f7f7;
position: relative;
}
.testi-desc-3:before {
content: "";
position: absolute;
left: 22px;
bottom: -20px;
width: 0;
height: 0;
border-left: 20px solid #fff;
border-right: 20px solid #fff;
border-top: 20px solid #f7f7f7;
background: none;
}
.client-img img {
width: 60px;
}
#owl-demo-3 .owl-pagination {
margin-top: 60px;
}
/* variation-4 */
#owl-demo-4 .owl-pagination {
display: none;
}
.testimonial-img img {
width: 80px;
}
.testimonial-desc {
background-color: #fff;
}
.testimonial-icon i {
left: 50px;
position: absolute;
top: 0px;
font-size: 60px;
line-height: 40px;
}
.testimonial-img {
position: relative;
bottom: 40px;
}
#owl-demo-4.owl-theme .owl-controls .owl-buttons div {
padding: 0px;
border-radius: 3px;
width: 28px;
height: 28px;
line-height: 28px;
font-size: 28px;
opacity: 1;
}
/* variation-5 */
.client-5-images img{
width: 80px;
}
.client-5-box{
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
/* variation-6 */
.testi-6-box {
border-left: 3px solid ;
}
/*****************
9. CTA
*****************/
.bg-cta {
background-image: url("../images/bg-3.jpg");
background-size: cover;
position: relative;
background-position: center center;
}
.cta-title {
color: #fff;
font-size: 28px;
}
.cta-desc {
color: #f7f7f7;
max-width: 660px;
margin: 0 auto;
}
/*****************
10 PRICNG
*****************/
.pricing-plan {
font-size: 50px;
}
.pricing-plan span {
position: relative;
font-size: 20px;
top: -30px;
left: 4px;
}
.pricing-features {
overflow: hidden;
padding-left: 25px;
}
.pricing-features h3 {
font-size: 26px;
}
/* variation-3 */
.pricing-header {
padding: 20px 10px 20px 10px;
}
.pricing-feature i {
color: #323232;
}
.pricing-3-box {
border: 1px solid #f0efef;
}
/* variation-5 */
.pricing-box-5{
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.pricing-5-header{
padding: 40px;
}
.Pricing-5-plan{
width: 80px;
height: 80px;
border-radius: 50%;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
display: inline-block;
background-color: #fff;
position: relative;
top: -40px;
}
.Pricing-5-plan h2{
line-height: 80px;
}
/*****************
11. TEAM
*****************/
.team-img img {
border-radius: 10px;
border-bottom: 6px solid ;
}
.team-content a {
position: relative;
padding: 3px 0px;
width: 110px;
text-align: center;
border-radius: 3px;
color: #fff;
display: inline-block;
}
/* variation-2 */
.team img {
border-radius: 3px;
}
.team-social a {
color: #a2a2a2;
font-size: 20px;
transition: all 0.5s;
}
.team-border {
width: 30px;
height: 2px;
margin: 0 auto;
}
/* variation-3 */
.team-3-img img {
border-radius: 50%;
width: 120px;
border: 6px solid #ededed;
}
/* variation-4 */
.team-4-img img{
width: 140px;
border-radius: 50%;
}
.team-4-social a {
text-align: center;
color: #fff;
display: block;
width: 36px;
height: 36px;
background: #cacaca;
line-height: 36px;
font-size: 15px;
transition: all 0.5s;
}
.team-4-social a:hover {
color: #fff;
}
/* variation-5 */
.team-5-content{
border: 1px solid #e4e4e4;
}
.team-5-border{
border: 1px solid #e1e1e1;
}
.team-email{
transition: all .3s ease;
}
/*****************
12. FAQ
*****************/
.faq {
position: relative;
}
.faq-question {
font-size: 15px;
}
.card-body {
border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.accordion .card:last-of-type {
border-bottom: none;
}
.card-header {
padding: 14px 20px;
}
a.faq[data-toggle=collapse].collapsed:before {
content: '\F140';
}
a.faq[data-toggle=collapse]:before {
content: '\F143';
display: block;
float: right;
font-family: 'Material Design Icons';
font-size: 20px;
color: #343a40;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
/*****************
13. VIDEO
*****************/
.bg-video {
background-image: url("../images/bg-6.jpg");
background-size: cover;
position: relative;
background-position: center center;
}
.play-btn {
height: 80px;
width: 80px;
font-size: 30px;
line-height: 78px;
border-radius: 50%;
display: inline-block;
border: 2px solid #fff;
margin-top: 30px;
}
.play-icon-circle {
height: 70px;
width: 70px;
line-height: 70px;
text-align: center;
border-radius: 50%;
display: inline-block;
font-size: 26px;
}
.video-desc{
color: #f7f7f7;
}
/*****************
14. SUBSCRIBE
*****************/
.bg-subcribe {
background-image: url("../images/bg-4.jpg");
background-size: cover;
position: relative;
background-position: center center;
}
.subscribe-title {
color: #fff;
font-size: 28px;
}
.subscribe-desc {
color: #f7f7f7;
}
.subcribe-form input {
padding: 17px 20px;
width: 100%;
font-size: 17px;
color: #4c5667 !important;
border: none;
outline: none !important;
padding-right: 180px;
padding-left: 30px;
background-color: rgba(255, 255, 255, 0.85);
border-radius: 30px;
}
.subcribe-form button {
position: absolute;
top: 6px;
right: 7px;
outline: none !important;
border-radius: 30px;
font-size: 17px;
padding: 9px 30px;
}
.subcribe-form form {
position: relative;
max-width: 600px;
margin: 0px auto;
}
/*****************
15. BLOG
*****************/
.blog-lable {
position: relative;
width: 50px;
padding: 5px 0px;
top: -60px;
float: right;
right: 10px;
border-radius: 3px;
}
.read-more {
transition: all .3s ease;
}
.read-more:hover {
color: #323232;
}
/* variation-3 */
.blog-highlight {
position: relative;
width: 80px;
padding: 1px 0px;
top: -30px;
left: 10px;
border-radius: 3px;
text-align: center;
color: #fff;
}
.blog-content-3 {
margin-top: -10px;
}
/* variation-5 */
.blog-5-lable a{
width: 120px;
padding: 5px 10px;
color: #fff;
border-radius: 3px;
text-align: center;
left: 14px;
position: relative;
top: -40px;
}
.blog-5-title{
color: #323232;
transition: all .3s ease;
}
/* variation-6 */
.blog-6-lable{
position: absolute;
width: 50px;
padding: 5px 0px;
top: 40px;
border-radius: 3px;
left: 30px;
}
/*****************
16. CONTACT US
*****************/
textarea.form-control {
height: auto !important;
}
.error {
margin: 8px 0px;
display: none;
color: red;
}
#ajaxsuccess {
font-size: 16px;
width: 100%;
display: none;
clear: both;
margin: 8px 0px;
}
.error_message {
padding: 10px;
margin-bottom: 20px;
text-align: center;
color: #f01414;
border: 2px solid #f01414;
}
.contact-loader {
display: none;
}
#success_page {
text-align: center;
margin-bottom: 50px;
}
#success_page h3 {
color: #0dba26;
font-size: 22px;
}
.custom-form .form-control:focus {
outline: 0;
box-shadow: none;
}
.custom-form .form-control {
height: 52px;
z-index: 2;
font-size: 15px;
background-color: #fcfcfc;
border: 1px solid #ececec;
}
.map {
filter: grayscale(100);
}
/*****************
17. FOOTER
*****************/
.bg-footer {
background-color: #323232;
}
.footer-title h5 {
color: #f7f7f7;
letter-spacing: 0.5px;
}
.footer-info {
color: #bcbcbc;
}
.footer-link a {
color: #bcbcbc;
line-height: 40px;
font-size: 15px;
transition: all 0.5s;
}
.footer-link {
float: left;
}
.newsletter input {
padding: 12px 20px;
width: 100%;
font-size: 15px;
color: rgba(255, 255, 255, 0.7)!important;
border: none;
outline: none !important;
padding-right: 75px;
padding-left: 15px;
background-color: rgba(166, 174, 185, 0.25);
border-radius: 5px;
}
.newsletter button {
position: absolute;
top: 0px;
right: 0px;
outline: none !important;
border-radius: 0px 5px 5px 0px;
padding: 2px 12px;
font-size: 25px;
}
.newsletter form {
position: relative;
max-width: 400px;
}
.client-images img {
max-height: 60px;
width: auto !important;
margin: 10px auto;
transition: all 0.5s;
}
.client-images img:hover {
opacity: 0.6;
}
/*****************
18. FOOTER-alt
*****************/
.bg-footer-alt {
background-color: #272727;
padding: 26px 0px;
}
.social-icon li a {
display: block;
color: #fff;
font-size: 15px;
transition: all 0.4s;
}
/******************
19. RESPONSIVE
********************/
@media (min-width: 200px) and (max-width: 767px) {
.variation-2 .home-title {
font-size: 36px;
}
.variation-3 .home-title {
font-size: 22px;
}
.variation-4 .home-title {
font-size: 45px;
}
.variation-6 .home-title {
font-size: 45px;
}
.pull-none {
text-align: center !important;
float: none !important;
}
}
@media (max-width: 425px) and (min-width: 320px) {
.variation-2 .home-title {
font-size: 30px;
}
.home-desc {
font-size: 15px;
}
.bg-home-3{
padding: 120px 0px 70px 0px;
}
.bg-home-5{
padding: 120px 0px 70px 0px;
}
}
@media (max-width: 768px) {
.navbar-sticky {
top: 0px !important;
}
.home-title {
font-size: 42px;
}
.container {
max-width: 768px !important;
}
.bg-home {
height: auto;
}
.bg-home-6 {
height: auto;
}
.variation-3 .home-title {
font-size: 22px;
}
.variation-4 .home-title {
font-size: 40px;
}
.counter-6-box{
border: none;
}
} | static/glamium/css/style.css |
* 1 : HELPER *
* 2 : TITLE *
* 3 : HOME *
* 4 : ABOUT *
* 5 : SERVIVES *
* 6 : COUNTER *
* 7 : WORK *
* 8 : TESTIMONIAL *
* 9 : CTA *
* 10 : PRICING *
* 11 : TEAM *
* 12 : FAQ *
* 13 : VIDEO *
* 14 : SUBSCRIBE *
* 15 : BLOG *
* 16 : CONTACT *
* 17 : FOOTER *
* 18 : FOOTER-ALT *
* 19 : RESPONSIVE *
*****************************/
body {
font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Rubik', sans-serif;
color: #323232;
font-weight: 400;
}
a {
text-decoration: none !important;
outline: none;
}
p {
font-size: 15px;
line-height: 1.8;
}
.btn,
.btn:focus,
button,
button:focus {
outline: none !important;
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: none;
}
/*****************
1. HELPER
*****************/
.section {
padding-bottom: 80px;
padding-top: 80px;
position: relative;
}
.vertical-content {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
flex-direction: row;
-webkit-flex-direction: row;
}
.text-muted {
color: #888 !important;
}
.bg-light {
background-color: #f7f7f7 !important;
}
.home-center {
display: table;
width: 100%;
height: 100%;
}
.home-desc-center {
display: table-cell;
vertical-align: middle;
}
.bg-overlay {
background-color: #323232;
opacity: 0.7;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.btn-outline {
color: #fff;
border: 2px solid #ffffff;
font-size: 15px;
transition: all 0.5s;
border-radius: 3px;
text-transform: uppercase;
font-weight: 500;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open>.dropdown-toggle .btn-outline {
outline: none;
border: 2px solid #fff;
background-color: #fff;
text-decoration: none;
font-weight: 500;
}
.btn-custom {
color: #fffcff;
border: 2px solid;
font-size: 15px;
transition: all 0.5s;
text-transform: uppercase;
font-weight: 500;
border-radius: 3px;
letter-spacing: 0.5px;
}
.btn {
padding: 13px 26px;
}
.btn-sm {
padding: 10px 22px;
}
.btn-round {
border-radius: 30px;
}
.f-12 {
font-size: 12px;
}
.f-13 {
font-size: 13px;
}
.f-14 {
font-size: 14px;
}
.f-15 {
font-size: 15px;
}
.f-16 {
font-size: 16px;
}
.f-17 {
font-size: 17px;
}
.f-18 {
font-size: 18px;
}
.f-19 {
font-size: 19px;
}
.f-20 {
font-size: 20px !important;
}
.line-height_1_4 {
line-height: 1.4;
}
.line-height_1_6 {
line-height: 1.6;
}
.line-height_1_8 {
line-height: 1.8;
}
/*****************
2. TITLE
*****************/
.title-heading {
font-size: 28px;
position: relative;
padding-bottom: 20px;
}
.title-border {
width: 80px;
height: 3px;
margin: 0 auto;
}
.title-desc {
max-width: 600px;
margin: 0 auto;
}
.title-heading:before {
bottom: 5px;
content: "";
height: 2px;
left: 50%;
margin-left: -50px;
position: absolute;
width: 100px;
}
.title-heading:after {
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -25px;
position: absolute;
width: 50px;
}
/*****************
3. HOME
*****************/
.bg-home {
background-image: url("../images/bg-6.jpg");
background-size: cover;
height: 100vh;
position: relative;
background-position: center center;
}
.home-title {
font-size: 80px;
color: #fff;
font-weight: 500;
}
.home-desc {
font-size: 20px;
color: #ededed;
max-width: 700px;
margin: 0 auto;
}
/* variation-2 */
.home-2 {
position: relative;
}
.home-2 .carousel-control-next,
.carouser-control-prev {
width: 6%;
}
.home-2 .carousel-item,
.home-2 .carousel {
height: 100vh;
width: 100%;
}
.home-2 .carousel-item {
background-position: center center;
background-size: cover;
}
.variation-2 .home-title {
font-size: 60px;
}
/* variation-3 */
.bg-home-3 {
background-image: url("../images/bg-3.jpg");
background-size: cover;
padding: 300px 0px 270px 0px;
background-position: center center;
position: relative;
}
.variation-3 .home-title {
font-size: 32px;
color: #fff;
font-weight: 600;
letter-spacing: 10px;
text-transform: uppercase;
border-radius: 30px;
padding: 10px 30px 10px 30px;
position: relative;
display: inline-block;
}
/* variation-4 */
.bg-home-4 {
background-image: url("../images/bg-6.jpg");
background-size: cover;
height: 100vh;
background-position: center center;
position: relative;
}
.variation-4 .home-subtitle{
color: #f7f7f7;
}
.variation-4 .home-title {
font-size: 56px;
}
.variation-4 .home-desc{
max-width: 650px;
font-size: 17px;
}
/* variation-5 */
.bg-home-5{
background-image: url("../images/bg-2.jpg");
background-size: cover;
padding: 230px 0px 200px 0px;
background-position: center center;
position: relative;
}
/* variation-6 */
.bg-home-6{
background-image: url("../images/bg-3.jpg");
background-size: cover;
height: 100vh;
background-position: center center;
position: relative;
}
.variation-6 .home-title{
font-size: 54px;
}
.scroll {
position: relative;
}
.scroll-play-icon {
height: 50px;
width: 50px;
background-color: transparent;
line-height: 48px;
border-radius: 50%;
border: 2px solid #dbdbdb;
font-size: 16px;
display: inline-block;
}
/*****************
4. ABOUT
*****************/
.about-heading {
font-size: 22px;
max-width: 640px;
margin: 0 auto;
}
.about-title {
font-size: 28px;
}
.about-lavel h3 {
font-size: 32px;
}
.about-lavel h4 {
font-size: 20px;
}
.about-image img {
border-radius: 3px;
}
/* variation-2 */
.variation-2 .about-title {
color: #323232;
transition: all .3s ease;
}
/* variation-3 */
.about-icon i {
font-size: 48px;
border: 1px solid #e6e6e6;
color: #929292;
padding: 30px;
border-radius: 50%;
}
.about-lable {
font-size: 30px;
position: relative;
top: -42px;
left: 40px;
background: #fff;
display: inline-block;
border-radius: 50%;
width: 60px;
height: 60px;
line-height: 65px;
}
.variation-3 .about-content {
margin-top: -25px
}
/* variation-4 */
.about-4-icon i {
font-size: 40px;
}
/* variation-5 */
.about-5-icon i{
font-size: 25px;
width: 50px;
height: 50px;
display: inline-block;
line-height: 50px;
color: #fff;
border-radius: 3px;
text-align: center;
}
.about-5-content{
overflow: hidden;
}
/*****************
5. SERVICES
*****************/
.services-icon {
width: 70px;
height: 70px;
border: 2px solid;
border-radius: 50%;
text-align: center;
}
.services-icon i {
line-height: 66px;
font-size: 34px;
color: #fff;
}
.services-title a {
color: #323232;
transition: all .3s ease;
font-size: 20px;
}
.services-content {
overflow: hidden;
}
/* variation-2 */
.servi-icon i {
font-size: 44px;
}
/* variation-3 */
.services-3-icon {
font-size: 32px;
}
/* variation-4 */
.services-4-icon {
color: #ffffff;
width: 64px;
height: 64px;
border-radius: 50%;
position: relative;
top: -32px;
display: inline-block;
}
.services-4-icon i {
font-size: 30px;
text-align: center;
line-height: 64px;
}
/* variation-5 */
.services-5-icon i{
font-size: 50px;
}
.services-box-5{
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
/* variation-6 */
.ser-6-content{
border-left: 3px solid ;
}
.services-6-content{
overflow: hidden;
}
/*****************
6. COUNTER
*****************/
.bg-counter {
background-image: url("../images/bg-2.jpg");
background-size: cover;
position: relative;
background-position: center center;
}
.counter-heading {
font-size: 28px;
}
.counter-icon i {
font-size: 44px;
color: #fff;
}
.counter-value {
color: #fff;
font-size: 54px;
}
/* variation-3 */
.counter-border {
width: 60px;
height: 4px;
margin: 0 auto;
}
.counter-6-box{
border-left: 3px solid ;
}
/*****************
7. WORK
*****************/
.container-filter {
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 30px;
padding: 0;
text-align: center;
}
.container-filter li {
list-style: none;
display: inline-block;
}
.container-filter li a {
display: inline-block;
margin: 3px 2px;
font-size: 13px;
text-transform: uppercase;
padding: 7px 12px;
cursor: pointer;
font-weight: 600;
transition: all 0.4s ease-in-out;
color: #333 !important;
}
.container-filter li a:hover {
background-color: #4d90de !important;
color: #fff !important;
}
.gallary-box {
position: relative;
overflow: hidden;
display: block;
border-radius: 3px;
}
.gallarry-box a {
display: inline-block;
}
.gallary-box:hover .item-effect {
transition: all 0.5s;
visibility: visible;
transform: translateY(0px);
-webkit-transform: translateY(0px);
position: absolute;
}
.gallary-container {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
width: 100%;
transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.item-effect {
position: absolute;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
visibility: hidden;
overflow: hidden;
transform: translateY(100%);
}
.item-effect:hover h5,
.item-effect:hover p {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.item-effect .item-caption {
position: absolute;
bottom: 0px;
top: 0px;
left: 0px;
right: 0px;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
background-color: rgba(50, 50, 50, 0.9);
}
.works-content {
top: 50%;
transform: translateY(-50%);
position: absolute;
left: 0;
right: 0;
}
.works-content p {
color: #f7f7f7;
}
/*****************
8. TESTIMONIAL
*****************/
.clinet-icon i {
font-size: 50px;
}
.client-heading {
font-size: 30px;
}
.client-image img {
width: 80px;
}
.owl-theme .owl-controls .owl-page.active span {
width: 30px;
height: 10px;
}
/* variation-2 */
.testi-img img {
width: 100px;
border: 4px solid #323232;
}
.testi-lable p {
color: #fff;
position: relative;
width: 30px;
height: 30px;
border-radius: 50%;
margin: 0 auto;
top: -107px;
line-height: 26px;
left: 28px;
border: 2px solid #fff;
}
.testi-desc {
max-width: 750px;
margin: 0 auto;
}
/* variation-3 */
.testi-icon i {
font-size: 42px;
}
.testi-content {
overflow: hidden;
}
.testi-desc-3 {
background-color: #f7f7f7;
position: relative;
}
.testi-desc-3:before {
content: "";
position: absolute;
left: 22px;
bottom: -20px;
width: 0;
height: 0;
border-left: 20px solid #fff;
border-right: 20px solid #fff;
border-top: 20px solid #f7f7f7;
background: none;
}
.client-img img {
width: 60px;
}
#owl-demo-3 .owl-pagination {
margin-top: 60px;
}
/* variation-4 */
#owl-demo-4 .owl-pagination {
display: none;
}
.testimonial-img img {
width: 80px;
}
.testimonial-desc {
background-color: #fff;
}
.testimonial-icon i {
left: 50px;
position: absolute;
top: 0px;
font-size: 60px;
line-height: 40px;
}
.testimonial-img {
position: relative;
bottom: 40px;
}
#owl-demo-4.owl-theme .owl-controls .owl-buttons div {
padding: 0px;
border-radius: 3px;
width: 28px;
height: 28px;
line-height: 28px;
font-size: 28px;
opacity: 1;
}
/* variation-5 */
.client-5-images img{
width: 80px;
}
.client-5-box{
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
/* variation-6 */
.testi-6-box {
border-left: 3px solid ;
}
/*****************
9. CTA
*****************/
.bg-cta {
background-image: url("../images/bg-3.jpg");
background-size: cover;
position: relative;
background-position: center center;
}
.cta-title {
color: #fff;
font-size: 28px;
}
.cta-desc {
color: #f7f7f7;
max-width: 660px;
margin: 0 auto;
}
/*****************
10 PRICNG
*****************/
.pricing-plan {
font-size: 50px;
}
.pricing-plan span {
position: relative;
font-size: 20px;
top: -30px;
left: 4px;
}
.pricing-features {
overflow: hidden;
padding-left: 25px;
}
.pricing-features h3 {
font-size: 26px;
}
/* variation-3 */
.pricing-header {
padding: 20px 10px 20px 10px;
}
.pricing-feature i {
color: #323232;
}
.pricing-3-box {
border: 1px solid #f0efef;
}
/* variation-5 */
.pricing-box-5{
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.pricing-5-header{
padding: 40px;
}
.Pricing-5-plan{
width: 80px;
height: 80px;
border-radius: 50%;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
display: inline-block;
background-color: #fff;
position: relative;
top: -40px;
}
.Pricing-5-plan h2{
line-height: 80px;
}
/*****************
11. TEAM
*****************/
.team-img img {
border-radius: 10px;
border-bottom: 6px solid ;
}
.team-content a {
position: relative;
padding: 3px 0px;
width: 110px;
text-align: center;
border-radius: 3px;
color: #fff;
display: inline-block;
}
/* variation-2 */
.team img {
border-radius: 3px;
}
.team-social a {
color: #a2a2a2;
font-size: 20px;
transition: all 0.5s;
}
.team-border {
width: 30px;
height: 2px;
margin: 0 auto;
}
/* variation-3 */
.team-3-img img {
border-radius: 50%;
width: 120px;
border: 6px solid #ededed;
}
/* variation-4 */
.team-4-img img{
width: 140px;
border-radius: 50%;
}
.team-4-social a {
text-align: center;
color: #fff;
display: block;
width: 36px;
height: 36px;
background: #cacaca;
line-height: 36px;
font-size: 15px;
transition: all 0.5s;
}
.team-4-social a:hover {
color: #fff;
}
/* variation-5 */
.team-5-content{
border: 1px solid #e4e4e4;
}
.team-5-border{
border: 1px solid #e1e1e1;
}
.team-email{
transition: all .3s ease;
}
/*****************
12. FAQ
*****************/
.faq {
position: relative;
}
.faq-question {
font-size: 15px;
}
.card-body {
border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.accordion .card:last-of-type {
border-bottom: none;
}
.card-header {
padding: 14px 20px;
}
a.faq[data-toggle=collapse].collapsed:before {
content: '\F140';
}
a.faq[data-toggle=collapse]:before {
content: '\F143';
display: block;
float: right;
font-family: 'Material Design Icons';
font-size: 20px;
color: #343a40;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
/*****************
13. VIDEO
*****************/
.bg-video {
background-image: url("../images/bg-6.jpg");
background-size: cover;
position: relative;
background-position: center center;
}
.play-btn {
height: 80px;
width: 80px;
font-size: 30px;
line-height: 78px;
border-radius: 50%;
display: inline-block;
border: 2px solid #fff;
margin-top: 30px;
}
.play-icon-circle {
height: 70px;
width: 70px;
line-height: 70px;
text-align: center;
border-radius: 50%;
display: inline-block;
font-size: 26px;
}
.video-desc{
color: #f7f7f7;
}
/*****************
14. SUBSCRIBE
*****************/
.bg-subcribe {
background-image: url("../images/bg-4.jpg");
background-size: cover;
position: relative;
background-position: center center;
}
.subscribe-title {
color: #fff;
font-size: 28px;
}
.subscribe-desc {
color: #f7f7f7;
}
.subcribe-form input {
padding: 17px 20px;
width: 100%;
font-size: 17px;
color: #4c5667 !important;
border: none;
outline: none !important;
padding-right: 180px;
padding-left: 30px;
background-color: rgba(255, 255, 255, 0.85);
border-radius: 30px;
}
.subcribe-form button {
position: absolute;
top: 6px;
right: 7px;
outline: none !important;
border-radius: 30px;
font-size: 17px;
padding: 9px 30px;
}
.subcribe-form form {
position: relative;
max-width: 600px;
margin: 0px auto;
}
/*****************
15. BLOG
*****************/
.blog-lable {
position: relative;
width: 50px;
padding: 5px 0px;
top: -60px;
float: right;
right: 10px;
border-radius: 3px;
}
.read-more {
transition: all .3s ease;
}
.read-more:hover {
color: #323232;
}
/* variation-3 */
.blog-highlight {
position: relative;
width: 80px;
padding: 1px 0px;
top: -30px;
left: 10px;
border-radius: 3px;
text-align: center;
color: #fff;
}
.blog-content-3 {
margin-top: -10px;
}
/* variation-5 */
.blog-5-lable a{
width: 120px;
padding: 5px 10px;
color: #fff;
border-radius: 3px;
text-align: center;
left: 14px;
position: relative;
top: -40px;
}
.blog-5-title{
color: #323232;
transition: all .3s ease;
}
/* variation-6 */
.blog-6-lable{
position: absolute;
width: 50px;
padding: 5px 0px;
top: 40px;
border-radius: 3px;
left: 30px;
}
/*****************
16. CONTACT US
*****************/
textarea.form-control {
height: auto !important;
}
.error {
margin: 8px 0px;
display: none;
color: red;
}
#ajaxsuccess {
font-size: 16px;
width: 100%;
display: none;
clear: both;
margin: 8px 0px;
}
.error_message {
padding: 10px;
margin-bottom: 20px;
text-align: center;
color: #f01414;
border: 2px solid #f01414;
}
.contact-loader {
display: none;
}
#success_page {
text-align: center;
margin-bottom: 50px;
}
#success_page h3 {
color: #0dba26;
font-size: 22px;
}
.custom-form .form-control:focus {
outline: 0;
box-shadow: none;
}
.custom-form .form-control {
height: 52px;
z-index: 2;
font-size: 15px;
background-color: #fcfcfc;
border: 1px solid #ececec;
}
.map {
filter: grayscale(100);
}
/*****************
17. FOOTER
*****************/
.bg-footer {
background-color: #323232;
}
.footer-title h5 {
color: #f7f7f7;
letter-spacing: 0.5px;
}
.footer-info {
color: #bcbcbc;
}
.footer-link a {
color: #bcbcbc;
line-height: 40px;
font-size: 15px;
transition: all 0.5s;
}
.footer-link {
float: left;
}
.newsletter input {
padding: 12px 20px;
width: 100%;
font-size: 15px;
color: rgba(255, 255, 255, 0.7)!important;
border: none;
outline: none !important;
padding-right: 75px;
padding-left: 15px;
background-color: rgba(166, 174, 185, 0.25);
border-radius: 5px;
}
.newsletter button {
position: absolute;
top: 0px;
right: 0px;
outline: none !important;
border-radius: 0px 5px 5px 0px;
padding: 2px 12px;
font-size: 25px;
}
.newsletter form {
position: relative;
max-width: 400px;
}
.client-images img {
max-height: 60px;
width: auto !important;
margin: 10px auto;
transition: all 0.5s;
}
.client-images img:hover {
opacity: 0.6;
}
/*****************
18. FOOTER-alt
*****************/
.bg-footer-alt {
background-color: #272727;
padding: 26px 0px;
}
.social-icon li a {
display: block;
color: #fff;
font-size: 15px;
transition: all 0.4s;
}
/******************
19. RESPONSIVE
********************/
@media (min-width: 200px) and (max-width: 767px) {
.variation-2 .home-title {
font-size: 36px;
}
.variation-3 .home-title {
font-size: 22px;
}
.variation-4 .home-title {
font-size: 45px;
}
.variation-6 .home-title {
font-size: 45px;
}
.pull-none {
text-align: center !important;
float: none !important;
}
}
@media (max-width: 425px) and (min-width: 320px) {
.variation-2 .home-title {
font-size: 30px;
}
.home-desc {
font-size: 15px;
}
.bg-home-3{
padding: 120px 0px 70px 0px;
}
.bg-home-5{
padding: 120px 0px 70px 0px;
}
}
@media (max-width: 768px) {
.navbar-sticky {
top: 0px !important;
}
.home-title {
font-size: 42px;
}
.container {
max-width: 768px !important;
}
.bg-home {
height: auto;
}
.bg-home-6 {
height: auto;
}
.variation-3 .home-title {
font-size: 22px;
}
.variation-4 .home-title {
font-size: 40px;
}
.counter-6-box{
border: none;
}
} | 0.270191 | 0.100172 |
body {
margin: 0px;
overflow: hidden;
}
/* Menu */
#menu {
padding:0px;
margin: 0px;
position: absolute;
top: 0px;
z-index: 1;
list-style: none;
}
#menu > li {
display: inline-block;
padding-right: 30px;
}
#menu > li > ul {
position: absolute;
}
.ui-button {
font: 12px sans-serif;
}
.ui-menu {
font: 12px sans-serif;
width: 200px;
}
.ui-menu .ui-menu {
width: 180px;
}
.ks {
color: #0000a0;
float: right;
}
/* Output */
#output {
position: absolute;
top: 0px;
left: 0px;
padding: 0px;
margin: 0px;
}
#output.start {
margin: 20px;
border: dashed gray 5px;
border-radius: 50px;
left: 0px;
top: 10px;
text-align: center;
}
#output.loading {
margin: 20px;
border: dashed gray 5px;
border-radius: 50px;
left: 0px;
top: 10px;
color: gray;
font: 50px sans-serif;
text-align: center;
}
/* Tree selector */
#treeSelect {
display: none;
position: absolute;
color: white;
background-color: rgba(0,0,0,0.7);
opacity: 0.5;
left: 5px;
bottom: 5px;
margin: 0px;
padding: 5px;
}
#treeSelect:hover {
opacity: 1.0;
}
#treeSelectInput {
display: none;
}
#treeSelectInput.setTreeFocused {
display: block;
}
#treeSelect:hover > #treeSelectInput {
display: block;
}
/* Direct entry */
#directEntry {
text-align: center;
}
#directEntry textArea {
width: 95%;
height: 95%;
resize: none;
}
/* File input */
#fileInput {
/* display: none; (Causes problems in Safari.) */
position: absolute;
left: -9999px; /* So ugly! */
}
/* Load URL */
#urlToLoad {
width: 95%;
}
/* Axis offset */
#axisOffsetDialog {
font: 14px sans-serif;
}
/* Taxon search */
#nodeSearchDialog {
font: 14px sans-serif;
}
#searchStringInput {
width: 95%;
resize: none;
}
#nodeSearchDialog ul {
list-style-type: none;
}
/* Dialogs */
.dialog {
font: 14px sans-serif;
}
#shortcutHelp th, td {
text-align: left;
width: 20px;
}
#shortcutHelp tr:nth-of-type(even) {
background-color: #eaeaea;
}
#shortcutHelp table {
width: 400px;
}
#about {
text-align: left;
}
#about img {
float: right;
margin: 10px;
}
.warning {
text-align: left;
}
.warning img {
float: right;
margin-left: 15px;
}
.error > .ui-dialog-content {
text-align: left;
font-size: 0.8em;
}
.error > .ui-dialog-titlebar {
border: none;
background: darkred;
}
.error .ui-button,
.error .ui-button:hover {
border: none;
background: darkred;
color: white;
}
.error span.cursor {
border: 2px solid red;
font-weight: bold;
}
#lttPlotOutput {
width: 100%;
height: 100%;
}
#skylinePlotOutput {
width: 100%;
height: calc(100% - 3em);
}
#treeStatsDialog table {
width: 100%;
}
#treeStatsDialog th {
text-align: left;
}
#treeStatsDialog tr:nth-of-type(even) {
background-color: #eaeaea;
}
/* Notifications */
#notify {
display: none;
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0);
z-index: 10;
}
#notify div {
position: relative;
display: inline-block;
text-align: center;
padding: 20px;
border-radius: 20px;
left: 50%;
top: 50%;
transform: translateY(-50%) translateX(-50%);
color: white;
background-color: black;
font-family: sans-serif;
font-size: 1.5em;
} | lib/icytree-master/css/icytree.css | body {
margin: 0px;
overflow: hidden;
}
/* Menu */
#menu {
padding:0px;
margin: 0px;
position: absolute;
top: 0px;
z-index: 1;
list-style: none;
}
#menu > li {
display: inline-block;
padding-right: 30px;
}
#menu > li > ul {
position: absolute;
}
.ui-button {
font: 12px sans-serif;
}
.ui-menu {
font: 12px sans-serif;
width: 200px;
}
.ui-menu .ui-menu {
width: 180px;
}
.ks {
color: #0000a0;
float: right;
}
/* Output */
#output {
position: absolute;
top: 0px;
left: 0px;
padding: 0px;
margin: 0px;
}
#output.start {
margin: 20px;
border: dashed gray 5px;
border-radius: 50px;
left: 0px;
top: 10px;
text-align: center;
}
#output.loading {
margin: 20px;
border: dashed gray 5px;
border-radius: 50px;
left: 0px;
top: 10px;
color: gray;
font: 50px sans-serif;
text-align: center;
}
/* Tree selector */
#treeSelect {
display: none;
position: absolute;
color: white;
background-color: rgba(0,0,0,0.7);
opacity: 0.5;
left: 5px;
bottom: 5px;
margin: 0px;
padding: 5px;
}
#treeSelect:hover {
opacity: 1.0;
}
#treeSelectInput {
display: none;
}
#treeSelectInput.setTreeFocused {
display: block;
}
#treeSelect:hover > #treeSelectInput {
display: block;
}
/* Direct entry */
#directEntry {
text-align: center;
}
#directEntry textArea {
width: 95%;
height: 95%;
resize: none;
}
/* File input */
#fileInput {
/* display: none; (Causes problems in Safari.) */
position: absolute;
left: -9999px; /* So ugly! */
}
/* Load URL */
#urlToLoad {
width: 95%;
}
/* Axis offset */
#axisOffsetDialog {
font: 14px sans-serif;
}
/* Taxon search */
#nodeSearchDialog {
font: 14px sans-serif;
}
#searchStringInput {
width: 95%;
resize: none;
}
#nodeSearchDialog ul {
list-style-type: none;
}
/* Dialogs */
.dialog {
font: 14px sans-serif;
}
#shortcutHelp th, td {
text-align: left;
width: 20px;
}
#shortcutHelp tr:nth-of-type(even) {
background-color: #eaeaea;
}
#shortcutHelp table {
width: 400px;
}
#about {
text-align: left;
}
#about img {
float: right;
margin: 10px;
}
.warning {
text-align: left;
}
.warning img {
float: right;
margin-left: 15px;
}
.error > .ui-dialog-content {
text-align: left;
font-size: 0.8em;
}
.error > .ui-dialog-titlebar {
border: none;
background: darkred;
}
.error .ui-button,
.error .ui-button:hover {
border: none;
background: darkred;
color: white;
}
.error span.cursor {
border: 2px solid red;
font-weight: bold;
}
#lttPlotOutput {
width: 100%;
height: 100%;
}
#skylinePlotOutput {
width: 100%;
height: calc(100% - 3em);
}
#treeStatsDialog table {
width: 100%;
}
#treeStatsDialog th {
text-align: left;
}
#treeStatsDialog tr:nth-of-type(even) {
background-color: #eaeaea;
}
/* Notifications */
#notify {
display: none;
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0);
z-index: 10;
}
#notify div {
position: relative;
display: inline-block;
text-align: center;
padding: 20px;
border-radius: 20px;
left: 50%;
top: 50%;
transform: translateY(-50%) translateX(-50%);
color: white;
background-color: black;
font-family: sans-serif;
font-size: 1.5em;
} | 0.420362 | 0.070624 |
* {
margin: 0;
padding: 0;
}
.landing-page {
background: #232323;
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;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
width: 100vw;
}
.landing-page .box {
width: 100%;
height: 10vh;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.landing-page .box .title {
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
margin-left: 100px;
}
.landing-page .box .title .block {
width: 0%;
height: inherit;
background: #ffb510;
position: absolute;
-webkit-animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.landing-page .box .title h1 {
font-family: 'Poppins';
color: #fff;
font-size: 32px;
-webkit-animation: mainFadeIn 2s forwards;
animation: mainFadeIn 2s forwards;
-webkit-animation-delay: 1.6s;
animation-delay: 1.6s;
margin-top: 30px;
opacity: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
position: relative;
}
.landing-page .box .title h1 span {
width: 0px;
height: 0px;
border-radius: 50%;
background: #ffb510;
-webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
-webkit-animation-delay: 2s;
animation-delay: 2s;
margin-left: 5px;
margin-top: -10px;
position: absolute;
bottom: 13px;
right: -12px;
}
.landing-page .box .role {
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 30px;
margin-top: -10px;
margin-left: 100px;
}
.landing-page .box .role .block {
width: 0%;
height: inherit;
background: #e91e63;
position: absolute;
-webkit-animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
-webkit-animation-delay: 2s;
animation-delay: 2s;
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.landing-page .box .role p {
-webkit-animation: secFadeIn 2s forwards;
animation: secFadeIn 2s forwards;
-webkit-animation-delay: 3.2s;
animation-delay: 3.2s;
margin-top: 50px;
opacity: 0;
font-weight: 400;
font-family: 'Lato';
color: #ffffff;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 5px;
}
.landing-page .wordCarousel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
font-weight: 100;
color: #939393;
height: 30vh;
width: 100vw;
margin-left: 200px;
}
.landing-page .wordCarousel div {
overflow: hidden;
position: relative;
float: right;
height: 100px;
padding-top: 10px;
margin-top: -10px;
}
.landing-page .wordCarousel div .interest {
font-family: Serif;
color: #ccc;
font-weight: 700;
padding: 0 10px;
height: 65px;
margin-bottom: 45px;
display: block;
}
@-webkit-keyframes mainBlock {
0% {
width: 0%;
left: 0;
}
50% {
width: 25%;
left: 0;
}
100% {
width: 0;
left: 25%;
}
}
@keyframes mainBlock {
0% {
width: 0%;
left: 0;
}
50% {
width: 25%;
left: 0;
}
100% {
width: 0;
left: 25%;
}
}
@-webkit-keyframes secBlock {
0% {
width: 0%;
left: 0;
}
50% {
width: 25%;
left: 0;
}
100% {
width: 0;
left: 25%;
}
}
@keyframes secBlock {
0% {
width: 0%;
left: 0;
}
50% {
width: 25%;
left: 0;
}
100% {
width: 0;
left: 25%;
}
}
@-webkit-keyframes mainFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes mainFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes secFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 0.5;
}
}
@keyframes secFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 0.5;
}
}
@-webkit-keyframes top {
0% {
opacity: 0;
bottom: -80px;
}
100% {
opacity: 1;
bottom: 0px;
}
}
@keyframes top {
0% {
opacity: 0;
bottom: -80px;
}
100% {
opacity: 1;
bottom: 0px;
}
}
@-webkit-keyframes icon {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: scale(1.3) rotate(-2deg);
transform: scale(1.3) rotate(-2deg);
}
100% {
opacity: 1;
bottom: 0px;
}
}
@keyframes icon {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: scale(1.3) rotate(-2deg);
transform: scale(1.3) rotate(-2deg);
}
100% {
opacity: 1;
bottom: 0px;
}
}
.flip4 {
-webkit-animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2);
animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2);
margin: 0;
}
@-webkit-keyframes flip4 {
0% {
margin-top: -360px;
}
5% {
margin-top: -270px;
}
25% {
margin-top: -270px;
}
30% {
margin-top: -180px;
}
50% {
margin-top: -180px;
}
55% {
margin-top: -90px;
}
75% {
margin-top: -90px;
}
80% {
margin-top: 0px;
}
100% {
margin-top: 0px;
}
}
@keyframes flip4 {
0% {
margin-top: -360px;
}
5% {
margin-top: -270px;
}
25% {
margin-top: -270px;
}
30% {
margin-top: -180px;
}
50% {
margin-top: -180px;
}
55% {
margin-top: -90px;
}
75% {
margin-top: -90px;
}
80% {
margin-top: 0px;
}
100% {
margin-top: 0px;
}
}
/*# sourceMappingURL=landingpage_test.css.map */ | src/sass/landingpage/landingpage_test.css | * {
margin: 0;
padding: 0;
}
.landing-page {
background: #232323;
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;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
width: 100vw;
}
.landing-page .box {
width: 100%;
height: 10vh;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.landing-page .box .title {
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
margin-left: 100px;
}
.landing-page .box .title .block {
width: 0%;
height: inherit;
background: #ffb510;
position: absolute;
-webkit-animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.landing-page .box .title h1 {
font-family: 'Poppins';
color: #fff;
font-size: 32px;
-webkit-animation: mainFadeIn 2s forwards;
animation: mainFadeIn 2s forwards;
-webkit-animation-delay: 1.6s;
animation-delay: 1.6s;
margin-top: 30px;
opacity: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
position: relative;
}
.landing-page .box .title h1 span {
width: 0px;
height: 0px;
border-radius: 50%;
background: #ffb510;
-webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
-webkit-animation-delay: 2s;
animation-delay: 2s;
margin-left: 5px;
margin-top: -10px;
position: absolute;
bottom: 13px;
right: -12px;
}
.landing-page .box .role {
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 30px;
margin-top: -10px;
margin-left: 100px;
}
.landing-page .box .role .block {
width: 0%;
height: inherit;
background: #e91e63;
position: absolute;
-webkit-animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
-webkit-animation-delay: 2s;
animation-delay: 2s;
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.landing-page .box .role p {
-webkit-animation: secFadeIn 2s forwards;
animation: secFadeIn 2s forwards;
-webkit-animation-delay: 3.2s;
animation-delay: 3.2s;
margin-top: 50px;
opacity: 0;
font-weight: 400;
font-family: 'Lato';
color: #ffffff;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 5px;
}
.landing-page .wordCarousel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
font-weight: 100;
color: #939393;
height: 30vh;
width: 100vw;
margin-left: 200px;
}
.landing-page .wordCarousel div {
overflow: hidden;
position: relative;
float: right;
height: 100px;
padding-top: 10px;
margin-top: -10px;
}
.landing-page .wordCarousel div .interest {
font-family: Serif;
color: #ccc;
font-weight: 700;
padding: 0 10px;
height: 65px;
margin-bottom: 45px;
display: block;
}
@-webkit-keyframes mainBlock {
0% {
width: 0%;
left: 0;
}
50% {
width: 25%;
left: 0;
}
100% {
width: 0;
left: 25%;
}
}
@keyframes mainBlock {
0% {
width: 0%;
left: 0;
}
50% {
width: 25%;
left: 0;
}
100% {
width: 0;
left: 25%;
}
}
@-webkit-keyframes secBlock {
0% {
width: 0%;
left: 0;
}
50% {
width: 25%;
left: 0;
}
100% {
width: 0;
left: 25%;
}
}
@keyframes secBlock {
0% {
width: 0%;
left: 0;
}
50% {
width: 25%;
left: 0;
}
100% {
width: 0;
left: 25%;
}
}
@-webkit-keyframes mainFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes mainFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes secFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 0.5;
}
}
@keyframes secFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 0.5;
}
}
@-webkit-keyframes top {
0% {
opacity: 0;
bottom: -80px;
}
100% {
opacity: 1;
bottom: 0px;
}
}
@keyframes top {
0% {
opacity: 0;
bottom: -80px;
}
100% {
opacity: 1;
bottom: 0px;
}
}
@-webkit-keyframes icon {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: scale(1.3) rotate(-2deg);
transform: scale(1.3) rotate(-2deg);
}
100% {
opacity: 1;
bottom: 0px;
}
}
@keyframes icon {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: scale(1.3) rotate(-2deg);
transform: scale(1.3) rotate(-2deg);
}
100% {
opacity: 1;
bottom: 0px;
}
}
.flip4 {
-webkit-animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2);
animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2);
margin: 0;
}
@-webkit-keyframes flip4 {
0% {
margin-top: -360px;
}
5% {
margin-top: -270px;
}
25% {
margin-top: -270px;
}
30% {
margin-top: -180px;
}
50% {
margin-top: -180px;
}
55% {
margin-top: -90px;
}
75% {
margin-top: -90px;
}
80% {
margin-top: 0px;
}
100% {
margin-top: 0px;
}
}
@keyframes flip4 {
0% {
margin-top: -360px;
}
5% {
margin-top: -270px;
}
25% {
margin-top: -270px;
}
30% {
margin-top: -180px;
}
50% {
margin-top: -180px;
}
55% {
margin-top: -90px;
}
75% {
margin-top: -90px;
}
80% {
margin-top: 0px;
}
100% {
margin-top: 0px;
}
}
/*# sourceMappingURL=landingpage_test.css.map */ | 0.411229 | 0.064095 |
.nehan-reader-screen{
margin-bottom: 1em;
border:1px solid #aaa;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.nehan-reader-left,
.nehan-reader-right{
float:left;
}
.nehan-reader-left{
border-right:1px solid #8a8a8a;
}
.nehan-reader-row-top{
border-bottom:1px solid #aaa;
}
.nehan-reader-clearfix{
clear:both;
line-height:0;
font-size:0;
}
.nehan-reader-nombre{
font-family:Georgia,Verdana,Chicago;
text-align:center;
}
.nehan-reader-pager{
height:30px;
text-align:center;
margin-bottom:1.5em;
}
input.nehan-reader-page-no{
font-family:Georgia,Verdana,Chicago;
width:30px;
margin:10px;
vertical-align:middle;
}
.nehan-reader-page-count{
font-weight:bold;
color:#626262;
font-family:Georgia,Verdana,Chicago;
margin:10px;
}
.nehan-reader-slash{
font-family:Georgia,Verdana,Chicago;
}
.nehan-reader-pager-seq .nehan-reader-next,
.nehan-reader-pager-seq .nehan-reader-prev{
float:left;
}
.nehan-toc-clicked{
color:red;
}
a.nehan-toc-clicked{
font-weight:bold;
}
a.nehan-toc-clicked:hover{
color:red;
}
/*
CSS3-Progress-bars
Copyright (c) 2011 <NAME>
url: http://dipperstove.com/design/css3-progress-bars.html
github: https://github.com/jsullivan/CSS3-Progress-bars
*/
.nehan-reader-progress{
display:block;
float:left;
height:20px;
background-color:#a0a0a0;
padding:5px;
margin:0 5px;
}
.nehan-reader-progress-box{
height:20px;
background-color:#777;
border-bottom:1px solid #d0d0d0;
}
.nehan-reader-progress-bar{
height:19px;
background:white;
border-top:1px solid #fff;
border-top:1px solid #999;
}
/*!
* CSS3 Google Buttons
*
* Heavily inspired by css3-github-buttons, Twitter Bootstrap, and
* of course, Google. I don't claim ownership over any of this.
*
* Constructed by <NAME> (http://github.com/todc)
*/
html{
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover, a:active {
outline: 0;
}
.nehan-reader-pager-button {
position: relative;
display: inline-block;
overflow: visible;
/* add for nehan reader */
margin: 0 5px;
width: 70px;
padding: 8px 12px;
cursor: pointer;
outline: none;
border: 1px solid #aaaaaa;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #ececec;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #fafafa, #e1e1e1);
background-image: -ms-linear-gradient(top, #fafafa, #e1e1e1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e1e1e1));
background-image: -webkit-linear-gradient(top, #fafafa, #e1e1e1);
background-image: -o-linear-gradient(top, #fafafa, #e1e1e1);
background-image: linear-gradient(top, #fafafa, #e1e1e1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e1e1e1', GradientType=0);
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding;
/* IE hacks */
zoom: 1;
z-index: 1;
*display: inline;
font: bold 12px Helvetica, Arial, sans-serif;
line-height: 12px;
color: #444444;
min-width: 42px;
text-align: center;
text-shadow: 0 1px 0 #fff;
text-decoration: none;
white-space: nowrap;
}
.nehan-reader-pager-button:hover,
.nehan-reader-pager-button:focus,
.nehan-reader-pager-button:active,
.nehan-reader-pager-button.active {
color: #333;
text-decoration: none;
border-color: #9a9a9a;
background-color: #dadada;
*background-color: #d9d9d9;
background-image: -moz-linear-gradient(top, #f8f8f8, #d1d1d1);
background-image: -ms-linear-gradient(top, #f8f8f8, #d1d1d1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#d1d1d1));
background-image: -webkit-linear-gradient(top, #f8f8f8, #d1d1d1);
background-image: -o-linear-gradient(top, #f8f8f8, #d1d1d1);
background-image: linear-gradient(top, #f8f8f8, #d1d1d1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d1d1d1', GradientType=0);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
z-index: 100;
outline: none;
}
.nehan-reader-pager-button:active, .nehan-reader-pager-button.active {
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top, #f6f6f6, #d1d1d1);
background-image: -ms-linear-gradient(top, #f6f6f6, #d1d1d1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#d1d1d1));
background-image: -webkit-linear-gradient(top, #f6f6f6, #d1d1d1);
background-image: -o-linear-gradient(top, #f6f6f6, #d1d1d1);
background-image: linear-gradient(top, #f6f6f6, #d1d1d1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d1d1d1', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.nehan-reader-pager-button:focus {
/* Blue border on button focus. */
border-color: #4D90FE;
}
.nehan-reader-pager-button.checked {
color: #333;
text-shadow: none;
border: 1px solid #ccc;
background-color: #e8e8e8;
background-image: -moz-linear-gradient(top, #eeeeee, #e0e0e0);
background-image: -ms-linear-gradient(top, #eeeeee, #e0e0e0);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#e0e0e0));
background-image: -webkit-linear-gradient(top, #eeeeee, #e0e0e0);
background-image: -o-linear-gradient(top, #eeeeee, #e0e0e0);
background-image: linear-gradient(top, #eeeeee, #e0e0e0);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e0e0e0', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* overrides extra padding on button elements in Firefox */
.nehan-reader-pager-button::-moz-focus-inner {
padding: 0;
border: 0;
} | jquery.nehan.css | .nehan-reader-screen{
margin-bottom: 1em;
border:1px solid #aaa;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.nehan-reader-left,
.nehan-reader-right{
float:left;
}
.nehan-reader-left{
border-right:1px solid #8a8a8a;
}
.nehan-reader-row-top{
border-bottom:1px solid #aaa;
}
.nehan-reader-clearfix{
clear:both;
line-height:0;
font-size:0;
}
.nehan-reader-nombre{
font-family:Georgia,Verdana,Chicago;
text-align:center;
}
.nehan-reader-pager{
height:30px;
text-align:center;
margin-bottom:1.5em;
}
input.nehan-reader-page-no{
font-family:Georgia,Verdana,Chicago;
width:30px;
margin:10px;
vertical-align:middle;
}
.nehan-reader-page-count{
font-weight:bold;
color:#626262;
font-family:Georgia,Verdana,Chicago;
margin:10px;
}
.nehan-reader-slash{
font-family:Georgia,Verdana,Chicago;
}
.nehan-reader-pager-seq .nehan-reader-next,
.nehan-reader-pager-seq .nehan-reader-prev{
float:left;
}
.nehan-toc-clicked{
color:red;
}
a.nehan-toc-clicked{
font-weight:bold;
}
a.nehan-toc-clicked:hover{
color:red;
}
/*
CSS3-Progress-bars
Copyright (c) 2011 <NAME>
url: http://dipperstove.com/design/css3-progress-bars.html
github: https://github.com/jsullivan/CSS3-Progress-bars
*/
.nehan-reader-progress{
display:block;
float:left;
height:20px;
background-color:#a0a0a0;
padding:5px;
margin:0 5px;
}
.nehan-reader-progress-box{
height:20px;
background-color:#777;
border-bottom:1px solid #d0d0d0;
}
.nehan-reader-progress-bar{
height:19px;
background:white;
border-top:1px solid #fff;
border-top:1px solid #999;
}
/*!
* CSS3 Google Buttons
*
* Heavily inspired by css3-github-buttons, Twitter Bootstrap, and
* of course, Google. I don't claim ownership over any of this.
*
* Constructed by <NAME> (http://github.com/todc)
*/
html{
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover, a:active {
outline: 0;
}
.nehan-reader-pager-button {
position: relative;
display: inline-block;
overflow: visible;
/* add for nehan reader */
margin: 0 5px;
width: 70px;
padding: 8px 12px;
cursor: pointer;
outline: none;
border: 1px solid #aaaaaa;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #ececec;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #fafafa, #e1e1e1);
background-image: -ms-linear-gradient(top, #fafafa, #e1e1e1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e1e1e1));
background-image: -webkit-linear-gradient(top, #fafafa, #e1e1e1);
background-image: -o-linear-gradient(top, #fafafa, #e1e1e1);
background-image: linear-gradient(top, #fafafa, #e1e1e1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e1e1e1', GradientType=0);
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding;
/* IE hacks */
zoom: 1;
z-index: 1;
*display: inline;
font: bold 12px Helvetica, Arial, sans-serif;
line-height: 12px;
color: #444444;
min-width: 42px;
text-align: center;
text-shadow: 0 1px 0 #fff;
text-decoration: none;
white-space: nowrap;
}
.nehan-reader-pager-button:hover,
.nehan-reader-pager-button:focus,
.nehan-reader-pager-button:active,
.nehan-reader-pager-button.active {
color: #333;
text-decoration: none;
border-color: #9a9a9a;
background-color: #dadada;
*background-color: #d9d9d9;
background-image: -moz-linear-gradient(top, #f8f8f8, #d1d1d1);
background-image: -ms-linear-gradient(top, #f8f8f8, #d1d1d1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#d1d1d1));
background-image: -webkit-linear-gradient(top, #f8f8f8, #d1d1d1);
background-image: -o-linear-gradient(top, #f8f8f8, #d1d1d1);
background-image: linear-gradient(top, #f8f8f8, #d1d1d1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d1d1d1', GradientType=0);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
z-index: 100;
outline: none;
}
.nehan-reader-pager-button:active, .nehan-reader-pager-button.active {
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top, #f6f6f6, #d1d1d1);
background-image: -ms-linear-gradient(top, #f6f6f6, #d1d1d1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#d1d1d1));
background-image: -webkit-linear-gradient(top, #f6f6f6, #d1d1d1);
background-image: -o-linear-gradient(top, #f6f6f6, #d1d1d1);
background-image: linear-gradient(top, #f6f6f6, #d1d1d1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d1d1d1', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.nehan-reader-pager-button:focus {
/* Blue border on button focus. */
border-color: #4D90FE;
}
.nehan-reader-pager-button.checked {
color: #333;
text-shadow: none;
border: 1px solid #ccc;
background-color: #e8e8e8;
background-image: -moz-linear-gradient(top, #eeeeee, #e0e0e0);
background-image: -ms-linear-gradient(top, #eeeeee, #e0e0e0);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#e0e0e0));
background-image: -webkit-linear-gradient(top, #eeeeee, #e0e0e0);
background-image: -o-linear-gradient(top, #eeeeee, #e0e0e0);
background-image: linear-gradient(top, #eeeeee, #e0e0e0);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e0e0e0', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* overrides extra padding on button elements in Firefox */
.nehan-reader-pager-button::-moz-focus-inner {
padding: 0;
border: 0;
} | 0.328853 | 0.095476 |
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
footer,
header,
nav,
section {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
figcaption,
main {
display: block
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects
}
b,
strong {
font-weight: inherit;
font-weight: bolder
}
code {
font-family: monospace, monospace;
font-size: 1em
}
dfn {
font-style: italic
}
img {
border-style: none
}
svg:not(:root) {
overflow: hidden
}
button,
input,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
textarea {
overflow: auto
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
details,
menu {
display: block
}
canvas {
display: inline-block
}
[hidden] {
display: none
}
html {
box-sizing: border-box;
font-family: sans-serif
}
*,
:after,
:before {
box-sizing: inherit
}
dl,
h1,
h2,
h3,
h4,
p {
margin: 0
}
button {
background: transparent;
padding: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
ol,
ul {
margin: 0
}
*,
:after,
:before {
border: 0 solid
}
img {
border-style: solid
}
[type=button],
[type=reset],
[type=submit],
button {
border-radius: 0
}
textarea {
resize: vertical
}
img {
max-width: 100%;
height: auto
}
button,
input,
select,
textarea {
font-family: inherit
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: inherit;
opacity: .5
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: inherit;
opacity: .5
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: inherit;
opacity: .5
}
input::placeholder,
textarea::placeholder {
color: inherit;
opacity: .5
}
[role=button],
button {
cursor: pointer
}
.slick-slider {
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list,
.slick-slider {
position: relative;
display: block
}
.slick-list {
overflow: hidden;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: none
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,
.slick-track:before {
display: table;
content: ""
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
.searchPageCarMain-attributes {
width: 50%;
padding-top: 10px
}
.detailPageCarMain-attributes {
width: 50%
}
.icon {
padding-left: 35px;
margin-bottom: 10px;
font-size: 14px;
line-height: 2;
color: #54575c
}
.card-attributesContainer .icon {
width: 50%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.icon-title {
color: #54575c;
font-weight: 400;
font-size: 14px
}
.detailPageCarMain-attributes .icon {
font-weight: 700;
color: #232a36;
line-height: 1.5;
font-size: 16px;
margin-bottom: 20px;
padding-left: 40px;
background-size: 32px
}
.searchPageCarMain-attributes .icon {
background-size: 32px
}
@media (min-width:768px) {
.searchPageCarMain-attributes .icon {
width: 33.33333%
}
.searchPageCarMain-attributes {
padding-left: 0;
border-width: 0;
border-color: transparent;
width: 41.66666667%
}
.detailPageCarMain-attributes {
width: 50%
}
.detailPageCarMain-attributes .icon {
border-width: 0;
border-color: transparent;
width: 25%
}
.detailPageCarMain-attributes .icon-title {
margin-bottom: 0
}
}
@media (min-width:992px) {
.detailPageCarMain-attributes .icon {
width: 50%
}
}
.brand-container {
transition: .2s;
padding-top: 5px;
padding-bottom: 5px
}
@media (min-width:768px) {
.brand-container:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
background-color: #fff;
border-radius: 4px;
line-height: 1.25
}
.brand-container:hover .brand-count {
display: block
}
.brand-container:hover .brand-name {
font-weight: 700;
color: #000
}
}
.button {
display: -webkit-flex;
display: flex;
height: 50px;
width: 100%;
padding-left: 10px;
padding-right: 10px;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
border-radius: .25rem;
color: #fff;
font-weight: 700;
line-height: 1.25;
transition: .2s;
cursor: pointer;
background-color: #f73b47
}
.button:hover {
background-color: #ed202d
}
.button:focus {
background-color: #f73b47;
outline: 0
}
.button_teal {
background-color: #3696b9
}
.button_teal:hover {
background-color: #227d9e
}
.button_teal:focus {
background-color: #409eab
}
.button:disabled {
cursor: not-allowed;
background-color: #a0a7ab
}
.button_large {
height: 56px;
padding-top: 18px;
padding-bottom: 18px
}
.card-link {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-radius: 10px;
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1);
background-color: #fff;
overflow: hidden;
position: relative;
z-index: 10
}
.card-link:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
transition: .2s
}
.searchListings .card-image {
z-index: 0;
height: auto;
width: auto;
display: block;
-webkit-flex: none;
flex: none
}
.searchListings .slick-dots {
height: 60px;
bottom: 0;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: flex-end;
align-items: flex-end;
padding-bottom: 10px;
display: -webkit-flex!important;
display: flex!important
}
.searchListings .link-image {
height: 214px
}
.card-carousel {
height: inherit
}
.card-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
height: 40px;
color: #fff;
font-size: 14px;
font-weight: 700;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.card-gbdScore-text {
padding-bottom: 6px;
max-width: 50px;
text-align: right;
line-height: 1;
padding-right: 5px;
display: inline-block;
-webkit-align-self: flex-end;
align-self: flex-end
}
.card-dealerDetails {
padding-top: 12px;
padding-bottom: 12px;
border-top-width: 1px;
border-color: #ebeff1;
font-size: 12px;
line-height: 2;
color: #232a36;
font-weight: 400
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.searchListings .card-image {
height: 214px;
width: 100%;
-o-object-fit: cover;
object-fit: cover
}
}
@media (min-width:768px) {
.card-dealerDetails {
padding-top: 5px;
padding-bottom: 0;
font-size: 14px
}
.searchListings .link-image {
height: 260px
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.searchListings .card-image {
height: 260px
}
}
}
.carouselCard-link {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-radius: 10px;
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1);
background-color: #fff;
overflow: hidden;
position: relative;
z-index: 10;
-webkit-flex-direction: column;
flex-direction: column;
margin-bottom: 60px
}
.carouselCard-link:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
transition: .2s
}
.carouselCard-image {
z-index: 0
}
.carouselCard-image .card-image {
height: auto;
width: auto;
display: block;
-webkit-flex: none;
flex: none
}
.carouselCard-image .link-image {
height: 180px
}
.carouselCard-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
height: 40px;
color: #fff;
font-size: 14px;
font-weight: 700;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.carouselCard-gbdScore-text {
padding-bottom: 6px;
max-width: 50px;
text-align: right;
line-height: 1;
padding-right: 5px;
display: inline-block;
-webkit-align-self: flex-end;
align-self: flex-end
}
.carouselCard-content .icon {
line-height: 1.6;
width: 50%;
background-size: 32px
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.carouselCard-image .card-image {
-o-object-fit: cover;
object-fit: cover;
height: 180px;
width: 100%
}
}
.carouselSlider button.slick-arrow {
background-color: transparent
}
.carouselSlider .slick-disabled {
display: none!important
}
.carouselSlider .slick-dots li button:before {
background-color: #a0a7ab
}
.carouselSlider .slick-dots li.slick-active button:before {
background-color: #232a36
}
.carouselSlider .carMain-attributes {
padding-top: 10px;
padding-left: 0;
padding-right: 0
}
.carouselSlider .icon-consumption,
.carouselSlider .icon-motor {
display: none
}
.carouselSlider .slick-dots li button:before {
background-color: #d7dbdf;
opacity: 1
}
.carouselSlider .slick-dots li.slick-active button:before,
.carouselSlider .slick-dots li button:focus:before,
.carouselSlider .slick-dots li button:hover:before {
background-color: #3696b9
}
.carouselSlider .slick-arrow {
top: 42%
}
.width-A {
width: 25%
}
.width-B {
width: 33.33333%
}
.width-C {
width: 41.66666667%
}
.width-D {
width: 50%
}
.width-E {
width: 58.33333333%
}
.width-F {
width: 66.66667%
}
.width-G {
width: 75%
}
.consumptionLabel {
float: left;
color: #fff;
padding: 5px 10px;
font-size: 21px;
font-weight: 700;
line-height: 1.5;
height: 40px;
position: relative
}
.consumptionLabel_arrow {
position: absolute;
width: 0;
top: 0;
right: -20px;
height: 0;
border-top: 20px solid transparent!important;
border-bottom: 20px solid transparent!important;
border-left: 20px solid #000
}
.carouselSlider button.slick-prev {
left: -75px;
opacity: .4;
transition: .2s
}
.carouselSlider button.slick-next {
right: -75px;
opacity: .4;
transition: .2s
}
.carouselSlider button.slick-prev:after,
.carouselSlider button.slick-prev:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
display: inline-block;
background-size: contain;
content: "";
width: 64px;
height: 64px
}
.carouselSlider button.slick-next:after,
.carouselSlider button.slick-next:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-position: 100%;
background-repeat: no-repeat;
display: inline-block;
background-size: contain;
content: "";
width: 64px;
height: 64px
}
.carouselSlider button:hover {
opacity: 1
}
.content {
position: relative;
z-index: 0
}
.image {
position: absolute;
top: 0;
right: 0;
left: 0;
overflow: hidden;
height: 326px;
}
.image-imageContent {
width: auto;
height: 326px;
max-width: none;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.mainContainer {
min-height: 326px
}
@media (min-width:576px) {
.image,
.image-imageContent,
.mainContainer {
height: 662px
}
.image {
top: -225px
}
}
@media (min-width:768px) {
.mainContainer {
height: 640px
}
.image {
top: -200px;
-o-object-fit: cover;
/* object-fit:cover; */
}
}
@media (min-width:992px) {
.mainContainer {
height: 662px
}
.image-imageContent {
-o-object-fit: cover;
object-fit: cover
}
.image {
top: 0
}
}
@media (min-width:1200px) {
.image-imageContent {
max-width: 100%;
width: 100%
}
}
.filter-container {
margin-left: 20px;
margin-right: 20px;
border-bottom-width: 1px;
border-color: #ebeff1
}
.filter-container:last-child {
border-bottom-width: 0
}
.filter-option {
-webkit-flex: 1 100%;
flex: 1 100%
}
.filter-applied-indicator {
display: block;
background-color: #3797ac;
border-radius: 50%;
position: relative;
top: -7px;
left: 3px;
width: 5px;
height: 5px
}
.filter-input_left {
border-width: 1px;
border-color: #d7dbdf;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.filter-input_left,
.filter-input_right {
margin-top: 10px;
margin-bottom: 10px;
width: 50%;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 10px;
cursor: pointer
}
.filter-input_right {
border-width: 1px;
border-color: #d7dbdf;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin-left: -1px
}
.filter-input_left:focus,
.filter-input_right:focus {
z-index: 1
}
.filter-bodyColor_other {
background: linear-gradient(180deg, #cd2d40, #ffa000, #ffd900, #a7d551, #32c1bb)
}
.filter-bodyColor_other:after {
content: "";
position: absolute;
background-color: #fff;
border-radius: 50%;
width: 80%;
height: 80%
}
.filter-bodyColor_other:before {
z-index: 2
}
.filter-gbdScore {
margin-bottom: 10px;
margin-left: 45px
}
.filter-gbdScore:before {
content: "";
position: absolute;
background-repeat: no-repeat;
background-position: 100%;
background-size: 36px;
width: 36px;
height: 36px;
margin-top: -8px;
margin-left: -45px;
line-height: 2
}
.filter-gbdScore_great-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.filter-gbdScore_good-deal:before,
.filter-gbdScore_great-deal:before {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.filter-gbdScore_good-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.filter-gbdScore_fair-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.filter-gbdScore_fair-deal:before,
.filter-gbdScore_high-deal:before {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.filter-gbdScore_high-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.filter-gbdScore_overpriced-deal:before {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
background-position: 0;
background-repeat: no-repeat
}
.filter-hasMbgOnly {
margin-bottom: 5px;
margin-left: 60px;
cursor: pointer;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.filter-hasMbgOnly_true:before {
content: "";
position: absolute;
background-position: 100%;
background-size: 47px;
width: 47px;
height: 47px;
margin-left: -60px;
line-height: 2;
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format);
background-position: 0;
background-repeat: no-repeat
}
@media (min-width:992px) {
.bodyTypeGroup:hover {
color: #232a36
}
.bodyTypeGroup.text-teal:hover {
color: #3696b9
}
}
.floatingLabel-container {
position: relative
}
.floatingLabel-input {
background-color: transparent;
outline: 0
}
.floatingLabel-input:focus {
padding-bottom: 12px
}
.floatingLabel-error {
color: #f73b47;
position: absolute;
font-size: 12px;
white-space: nowrap;
bottom: 5px
}
.floatingLabel-label {
position: absolute;
color: #a0a7ab;
top: 0;
left: 13px;
transition: .2s
}
.floatingLabel-error~label>.floatingLabel-input {
color: #f73b47;
border-color: #f73b47
}
.floatingLabel-error~label>.floatingLabel-label {
color: #f73b47
}
.floatingLabel-error~label .floatingLabel-input:invalid~.floatingLabel-label,
.floatingLabel-input:disabled~.floatingLabel-label,
.floatingLabel-input:focus~.floatingLabel-label,
.floatingLabel-input:valid~.floatingLabel-label {
font-size: 12px;
top: -13px
}
.footer-container {
padding: 16px;
margin-left: auto;
margin-right: auto;
background-color: #232a36;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: #fff;
font-family: Muli, Century Gothic, Lucida Grande, Sans-Serif;
-webkit-justify-content: center;
justify-content: center;
width: 100%
}
.pageWithFooter {
height: calc(100vh - 366px)
}
@media (min-width:768px) {
.footer-container {
-webkit-flex-direction: row;
flex-direction: row;
flex-direction: row-reverse;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: flex-end;
justify-content: flex-end;
padding: 35px
}
}
body,
html {
height: 100%
}
#__next {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
height: 100vh
}
.main {
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-basis: auto;
flex-basis: auto
}
.main,
footer,
header {
-webkit-flex-shrink: 0;
flex-shrink: 0
}
body {
}
a {
text-decoration: none
}
.unstyledlink:hover {
opacity: 1
}
input {
box-shadow: none;
height: 48px
}
input:focus,
textarea:focus {
border-color: #a7aaaf;
border-left-width: 1px;
outline: 0
}
@media (min-width:768px) {
a {
opacity: 1;
transition: .2s
}
a:hover {
opacity: .6
}
}
.hide-recaptcha .grecaptcha-badge {
visibility: hidden
}
input {
color: #232a36
}
input:placeholder-shown {
color: #a0a7ab
}
.input-text {
padding: 14px 10px;
width: 100%;
border-color: #d7dbdf;
border-radius: 2px;
border-width: 1px
}
.inputCheckbox_label {
display: -webkit-flex;
display: flex
}
.inputCheckbox {
-webkit-flex-shrink: 0;
flex-shrink: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: 0;
color: #fff;
border-radius: 2px;
height: 19px;
width: 19px;
border-width: 1px;
border-color: #d7dbdf;
margin-right: 10px
}
.inputCheckbox:checked {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
background-color: #3696b9;
border-color: #3696b9
}
.inputCheckbox:checked:after {
content: "\2713"
}
.input-select {
width: 50%;
padding-left: 10px;
padding-top: 14px;
padding-bottom: 14px;
margin-bottom: 10px;
border-width: 1px;
border-color: #d7dbdf;
border-radius: 4px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: right 10px center;
cursor: text
}
.input-select:disabled {
background-color: #f9f9fb;
color: #d7dbdf
}
input[type=number] {
-moz-appearance: textfield
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
::-ms-clear,
::-ms-reveal {
width: 0;
height: 0
}
::-webkit-contacts-auto-fill-button {
visibility: hidden
}
.input_large {
padding-top: 18px;
padding-bottom: 18px;
height: 56px
}
.inputRadio-container {
display: block;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 35px;
cursor: pointer
}
.inputRadio {
position: absolute;
cursor: pointer;
opacity: 0
}
.inputRadio-checkmark {
position: absolute;
top: 0;
left: 0;
background-color: #fff;
border-radius: 50%;
border-width: 1px;
border-color: #d7dbdf;
height: 20px;
width: 20px
}
.inputRadio:checked~.inputRadio-checkmark {
background-color: #3696b9;
border-style: none
}
.inputRadio-checkmark:after {
content: "";
position: absolute;
display: none
}
.inputRadio-container .inputRadio-checkmark:after {
border-radius: 50%;
background-color: #fff;
top: 5px;
left: 5px;
width: 10px;
height: 10px
}
.inputRadio:checked~.inputRadio-checkmark:after {
display: block
}
.dealerModal-form {
padding-left: 40px;
padding-right: 40px;
padding-bottom: 30px
}
.dealerModal-form-submit {
position: fixed;
bottom: 0;
right: 0;
left: 0;
width: 100%
}
.closeButton {
position: absolute;
z-index: 10;
cursor: pointer;
right: 0;
top: 8px
}
.preventScrolling {
position: fixed;
overflow: hidden
}
.dealerModal-form .floatingLabel-container {
width: 100%
}
.dealerModal-form .nameLabelField,
.dealerModal-form .phoneLabelField {
-webkit-flex-shrink: 0;
flex-shrink: 0;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex: auto;
flex: auto;
width: 100%
}
@media (min-width:576px) {
.dealerModal-form .nameLabelField {
margin-right: 15px;
width: auto
}
.dealerModal-form .phoneLabelField {
width: auto
}
}
@media (min-width:768px) {
.modal-container {
position: fixed;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 30;
transition: .2s;
text-align: center;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center
}
}
@media (min-width:992px) {
.dealerModal-form {
padding-bottom: 16px
}
.preventScrolling {
position: relative
}
.dealerModal-form .dealerContactForm-submit {
margin-left: 0;
margin-right: 0;
position: relative;
bottom: 0
}
}
.pagination {
list-style-type: none;
margin-bottom: 20px;
height: 40px;
text-align: center;
display: -webkit-flex;
display: flex
}
.break-me,
.page,
.pagination {
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center
}
.break-me,
.page {
line-height: normal;
color: #a0a7ab;
font-size: 16px;
display: -webkit-inline-flex;
display: inline-flex;
margin-right: 20px;
display: none
}
.page a {
min-width: 30px;
height: 30px;
padding: 5px;
width: auto
}
.previous a {
padding-left: 30px
}
.next a {
padding-right: 30px
}
.page:not(.active):hover {
color: #000;
background-color: #d7dbdf;
border-radius: 20px;
cursor: pointer
}
.page.active {
color: #fff;
background-color: #3696b9;
border-radius: 20px;
outline: 0;
text-align: center
}
.previous {
position: absolute;
left: 0;
margin-left: 15px
}
.next a,
.previous a {
color: #3696b9;
font-weight: 700;
font-size: 14px
}
.disabled a,
.disabled a:hover {
color: #a0a7ab;
font-weight: 400;
cursor: default;
opacity: .6
}
.page.active a {
cursor: default;
opacity: 1
}
.page a:link,
.page a:visited {
color: #232a36
}
.next:not(.disabled) a:focus,
.page.active a:focus,
.page a:focus,
.previous:not(.disabled) a:focus {
outline: 0
}
.next,
.previous {
margin-top: 10px
}
.next {
position: absolute;
right: 0;
margin-right: 15px
}
.previous:not(.disabled) {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-position: 0
}
.next:not(.disabled),
.previous:not(.disabled) {
background-color: transparent;
background-repeat: no-repeat
}
.next:not(.disabled) {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-position: 100%
}
.previous.disabled {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-position: 0
}
.next.disabled,
.previous.disabled {
background-color: transparent;
background-repeat: no-repeat
}
.next.disabled {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-position: 100%
}
.next:not(.disabled):hover,
.previous:not(.disabled):hover {
opacity: .8
}
@media (min-width:992px) {
.pagination {
height: auto
}
.next,
.previous {
margin-top: 0
}
.next a,
.previous a {
font-size: 16px
}
.previous {
margin-left: 0
}
.next {
margin-right: 20px
}
.break-me,
.page {
display: -webkit-inline-flex;
display: inline-flex
}
}
.score-overpriced-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
color: #e22112
}
.score-high-deal,
.score-overpriced-deal {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.score-high-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format);
color: #e46020
}
.score-fair-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format);
color: #fcb001
}
.score-fair-deal,
.score-good-deal {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.score-good-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format);
color: #45b687
}
.score-great-deal {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: 100%;
color: #3eb2c7
}
.score_big {
padding-left: 70px;
background-repeat: no-repeat;
background-position: 0;
background-size: 60px
}
.detailPageCarMain-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
min-height: 40px;
font-size: 14px;
font-weight: 700;
margin-top: -5px
}
@media (min-width:768px) {
.detailPageCarMain-gbdScore {
margin-top: 0
}
}
.searchContainer {
margin-left: auto;
margin-right: auto;
max-width: 1680px;
position: relative
}
.searchListings {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 1200px;
margin: 0 auto
}
@media (min-width:992px) {
.searchContainer {
-webkit-align-items: stretch;
align-items: stretch;
padding-left: 0
}
.searchContainer,
.searchListings {
display: -webkit-flex;
display: flex;
height: 100%;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.searchListings {
-webkit-flex-grow: 1;
flex-grow: 1;
position: relative;
max-width: calc(100% - 370px)
}
}
.filterSidebar {
background-color: #fff;
height: 100%;
z-index: 20;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
position: fixed;
overflow-y: scroll;
display: block;
transition: .2s;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.filterSidebar_open {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
@media (min-width:768px) {
.filterSidebar {
width: 340px
}
.filterSidebar_open {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.filterOverlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 20;
transition: .2s;
background-color: rgba(0, 0, 0, .2)
}
}
@media (min-width:992px) {
.filterSidebar {
overflow: visible;
margin-right: 30px;
z-index: 20;
display: -webkit-flex;
display: flex;
height: auto;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-flex-shrink: 0;
flex-shrink: 0;
position: relative;
-webkit-justify-content: flex-start;
justify-content: flex-start;
display: block;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slick-next,
.slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
height: 100%;
padding: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
border: none;
color: transparent;
outline: none;
z-index: 1
}
.slick-next:before,
.slick-prev:before {
font-size: 20px;
line-height: 1;
opacity: .75;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
color: transparent;
outline: none
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
opacity: .25
}
button.slick-prev {
left: 0
}
button.slick-next {
right: 0
}
button.slick-prev:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
margin-left: 20px;
display: inline-block;
border-radius: 50%;
content: "";
width: 40px;
height: 40px;
background-color: rgba(84, 87, 92, .6)
}
button.slick-prev:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
background-color: rgba(84, 87, 92, .2)
}
button.slick-next:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
margin-right: 20px;
display: inline-block;
border-radius: 50%;
content: "";
width: 40px;
height: 40px;
background-color: rgba(84, 87, 92, .6)
}
button.slick-next:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
background-color: rgba(84, 87, 92, .2)
}
.slider-smallGallery {
transition: .2s
}
.slider-smallGallery button.slick-next:after,
.slider-smallGallery button.slick-prev:after {
width: 32px;
height: 32px
}
.slick-dotted.slick-slider {
margin-bottom: 30px
}
.slick-dots {
position: absolute;
bottom: 10px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center
}
.slick-dots li {
position: relative;
display: inline-block;
width: 7px;
height: 7px;
margin: 0 15px 0 0;
padding: 0;
cursor: pointer
}
.smallGallery .slick-dots li {
top: 12px
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 7px;
height: 7px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
position: relative
}
.slick-dots li button:before {
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 7px;
height: 7px;
content: "";
text-align: center;
opacity: .6;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border-radius: 50%
}
.slick-dots li button:focus,
.slick-dots li button:hover {
outline: none
}
.slick-dots li.slick-active button:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
opacity: 1
}
.carouselSlider .slick-arrow {
display: none!important
}
@media (min-width:1350px) {
.carouselSlider .slick-arrow {
display: block!important
}
}
@media (min-width:768px) {
.slider .slick-arrow {
display: none!important
}
}
@media (min-width:992px) {
.slider:hover .slick-arrow {
display: block!important
}
.slider-smallGallery button.slick-next:after,
.slider-smallGallery button.slick-prev:after {
width: 64px;
height: 64px;
transition: .2s
}
}
.detail-slider .slick-dots {
left: 0;
bottom: 28px
}
.detail-slider .slick-dots li button:before {
background-color: #d7dbdf;
opacity: 1
}
.detail-slider .slick-dots li.slick-active button:before,
.detail-slider .slick-dots li button:focus:before,
.detail-slider .slick-dots li button:hover:before {
background-color: #3797ac
}
.smallGallery-container {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.smallGallery-image {
max-height: 300px;
max-width: 100%;
width: auto;
text-align: center;
margin: auto
}
.smallGallery-container .slick-next,
.smallGallery-container .slick-prev {
display: none
}
.fullScreenGallery-image {
max-width: 100%;
max-height: 100vh;
height: auto;
margin: auto
}
.fullScreenGallery.slick-slider {
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.fullScreenGallery .slick-list {
width: 100%
}
.fullScreenGallery .slick-dots {
bottom: 100px
}
.fullScreenGallery .slick-dots li {
margin-left: 5px;
margin-right: 5px;
height: 23px;
width: auto
}
.fullScreenGallery-paginationItem {
max-width: 100%;
max-height: 100vh;
height: 100%;
margin: auto
}
.fullScreenGallery .slick-dots .slick-active {
border-width: 1px;
border-color: #3696b9
}
.fullScreenGallery .slick-next,
.fullScreenGallery .slick-prev {
display: none!important
}
@media (min-width:992px) {
.fullScreenGallery .slick-dots {
bottom: 50px
}
.fullScreenGallery .slick-dots li {
height: 50px
}
.fullScreenGallery .slick-dots .slick-active {
height: 60px;
border-width: 5px
}
.fullScreenGallery .slick-next {
margin-right: 30px;
background-color: transparent;
display: block!important
}
.fullScreenGallery .slick-prev {
margin-left: 30px;
background-color: transparent;
display: block!important
}
.smallGallery-image {
max-height: 500px
}
}
.spinner-pathBack,
.spinner-pathLine {
fill: none;
stroke-width: 40
}
.spinner-pathBack {
stroke: hsla(0, 0%, 50%, .4);
stroke-linecap: round
}
.spinner-pathLine {
stroke: currentColor;
stroke-linecap: butt;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.spinner-pathLine.spinner-start1,
.spinner-pathLine.spinner-start2 {
stroke-dasharray: 1;
stroke-dashoffset: 0;
stroke-linecap: round;
opacity: 0;
-webkit-animation-timing-function: step-start;
animation-timing-function: step-start
}
.spinner-pathLine.spinner-line1 {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
stroke-dasharray: 1318;
stroke-dashoffset: 1318;
-webkit-animation-name: spinner-line1;
animation-name: spinner-line1
}
.spinner-pathLine.spinner-line2 {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
stroke-dasharray: 1321;
stroke-dashoffset: 1321;
-webkit-animation-name: spinner-line2;
animation-name: spinner-line2
}
.spinner-pathLine.spinner-start1 {
-webkit-animation-name: spinner-start1;
animation-name: spinner-start1
}
.spinner-pathLine.spinner-start2 {
-webkit-animation-name: spinner-start2;
animation-name: spinner-start2
}
@-webkit-keyframes spinner-line1 {
0% {
stroke-dashoffset: 1318
}
25% {
stroke-dashoffset: 0
}
25.001%,
50% {
stroke-dashoffset: 2642
}
75%,
to {
stroke-dashoffset: 1318
}
}
@keyframes spinner-line1 {
0% {
stroke-dashoffset: 1318
}
25% {
stroke-dashoffset: 0
}
25.001%,
50% {
stroke-dashoffset: 2642
}
75%,
to {
stroke-dashoffset: 1318
}
}
@-webkit-keyframes spinner-line2 {
0%,
25% {
stroke-dashoffset: 1321
}
50% {
stroke-dashoffset: 0
}
50.001%,
75% {
stroke-dashoffset: 2642
}
to {
stroke-dashoffset: 1321
}
}
@keyframes spinner-line2 {
0%,
25% {
stroke-dashoffset: 1321
}
50% {
stroke-dashoffset: 0
}
50.001%,
75% {
stroke-dashoffset: 2642
}
to {
stroke-dashoffset: 1321
}
}
@-webkit-keyframes spinner-start1 {
0%,
1% {
opacity: 0
}
2%,
51% {
opacity: 1
}
52%,
to {
opacity: 0
}
}
@keyframes spinner-start1 {
0%,
1% {
opacity: 0
}
2%,
51% {
opacity: 1
}
52%,
to {
opacity: 0
}
}
@-webkit-keyframes spinner-start2 {
0%,
25% {
opacity: 0
}
26%,
75% {
opacity: 1
}
76%,
to {
opacity: 0
}
}
@keyframes spinner-start2 {
0%,
25% {
opacity: 0
}
26%,
75% {
opacity: 1
}
76%,
to {
opacity: 0
}
}
.tab-label {
display: -webkit-flex;
display: flex;
width: 50%;
height: 45px;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
background-color: #ebeff1;
border-top-left-radius: 10px;
color: #232a36;
font-weight: 700;
cursor: pointer;
border-bottom-width: 1px;
border-color: #d7dbdf;
opacity: .8;
transition: .2s
}
.tab-label:hover {
opacity: 1
}
.tab-label+.tab-label {
border-top-right-radius: 10px;
border-top-left-radius: 0
}
.tab-label_active {
background-color: #fff;
color: #3696b9;
border-left-width: 0;
border-bottom-width: 0;
border-right-width: 0
}
.tab-label:first-child {
border-right-width: 1px;
border-color: #d7dbdf
}
.tab-label:nth(2) {
border-left-width: 1px;
border-color: #d7dbdf
}
.custom-scrollbar::-webkit-scrollbar {
width: 14px;
height: 70px
}
.custom-scrollbar::-webkit-scrollbar-track {
background-color: transparent
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #3696b9;
opacity: .2;
border: 5px solid #fff;
border-radius: 10px
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
background-color: #3696b9;
opacity: 1;
transition: .2s
}
.overflow-ellipsis {
text-overflow: ellipsis
}
.input-drop-down_closed {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.input-drop-down_closed,
.input-drop-down_opened {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.input-drop-down_opened {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-drop-down_search {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: right 7px center
}
.dropdown_disabled {
background-color: #f9f9fb;
color: #d7dbdf
}
.dropdown_disabled:focus {
border-color: #d7dbdf
}
.infoTooltip {
position: absolute;
display: inline-block;
top: 28px;
left: 185px
}
.infoTooltip-text {
color: #54575c;
background-color: #fff;
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .4);
transition: .2s;
font-size: 16px;
padding: 20px;
border-radius: 4px;
z-index: 1;
position: absolute;
width: 250px;
top: -160px;
right: -75px
}
.infoTooltip_bottom .infoTooltip-text {
top: 28px
}
@media (min-width:992px) {
.infoTooltip-text {
top: -65px;
left: 25px
}
.infoTooltip_bottom .infoTooltip-text {
top: -65px
}
}
h1+.contentful-rich-text {
margin-top: 20px
}
.contentful-rich-text p {
white-space: pre-line
}
.contentful-rich-text>:not(:last-child) {
margin-bottom: 20px
}
.needAssessment_elegant {
background-image: url(/assets/images/needAssessment/elegant.jpg)
}
.needAssessment_travel {
background-image: url(/assets/images/needAssessment/travel.jpg)
}
.needAssessment_family {
background-image: url(/assets/images/needAssessment/family.jpg)
}
.needAssessment_city {
background-image: url(/assets/images/needAssessment/city.jpg)
}
.needAssessment_sport {
background-image: url(/assets/images/needAssessment/sport.jpg)
}
.needAssessment_offroad {
background-image: url(/assets/images/needAssessment/offroad.jpg)
}
.needAssessment-image {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
opacity: .6;
position: relative;
width: 105%;
height: 105%;
top: -2.5%;
left: -2.5%;
transition: opacity .8s, -webkit-transform .8s ease-out;
transition: transform .8s ease-out, opacity .8s;
transition: transform .8s ease-out, opacity .8s, -webkit-transform .8s ease-out
}
.needAssessment-imageContainer {
height: calc((100vh - 85px)/6);
overflow: hidden
}
.needAssessment-imageContainer:hover .needAssessment-image {
will-change: transform;
-webkit-transform: scale(.97);
transform: scale(.97);
opacity: 1
}
.needAssessment-filtersContainer {
min-height: calc(100vh - 85px)
}
.needAssessment-filterBox.text-teal:hover {
color: #3696b9
}
@media (min-width:768px) {
.needAssessment-imageContainer {
height: calc((100vh - 85px)/3)
}
}
.list-reset {
list-style: none;
padding: 0
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.bg-transparent {
background-color: transparent
}
.bg-salmon {
background-color: #f73b47
}
.bg-teal {
background-color: #3696b9
}
.bg-grey-dark {
background-color: #232a36
}
.bg-grey-1 {
background-color: #ebeff1
}
.bg-grey-bright {
background-color: #f9f9fb
}
.bg-consumptionCategory-A,
.bg-consumptionCategory-A\+ {
background-color: #009324
}
.bg-consumptionCategory-B {
background-color: #2caf00
}
.bg-consumptionCategory-C {
background-color: #aacb00
}
.bg-consumptionCategory-D {
background-color: #fff300
}
.bg-consumptionCategory-E {
background-color: #ffcb00
}
.bg-consumptionCategory-F {
background-color: #ff8f00
}
.bg-consumptionCategory-G {
background-color: #f70000
}
.bg-euro-1 {
background-color: #000
}
.bg-euro-2 {
background-color: #df1829
}
.bg-euro-3 {
background-color: #fdd325
}
.bg-euro-4 {
background-color: #009a2e
}
.bg-euro-5 {
background-color: #009ee4
}
.bg-euro-6 {
background-color: #b93c99
}
.bg-black {
background-color: #000
}
.bg-white {
background-color: #fff
}
.bg-gray {
background-color: grey
}
.bg-silver {
background-color: silver
}
.bg-blue {
background-color: #00f
}
.bg-red {
background-color: red
}
.bg-brown {
background-color: brown
}
.bg-green {
background-color: green
}
.bg-overpriced-deal {
background-color: #e22112
}
.bg-high-deal {
background-color: #e46020
}
.bg-fair-deal {
background-color: #fcb001
}
.bg-good-deal {
background-color: #45b687
}
.bg-great-deal {
background-color: #3eb2c7
}
.hover\:bg-grey-bright:hover {
background-color: #f9f9fb
}
.hover\:bg-consumptionCategory-A:hover,
.hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.focus\:bg-consumptionCategory-A:focus,
.focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.bg-right {
background-position: 100%
}
.bg-no-repeat {
background-repeat: no-repeat
}
.bg-12 {
background-size: 12px
}
.bg-18 {
background-size: 18px
}
.bg-24 {
background-size: 24px
}
.bg-36 {
background-size: 36px
}
.bg-47 {
background-size: 47px
}
.bg-57 {
background-size: 57px
}
.border-salmon {
border-color: #f73b47
}
.border-teal {
border-color: #3696b9
}
.border-grey-2 {
border-color: #d7dbdf
}
.border-grey-1 {
border-color: #ebeff1
}
.border-consumptionCategory-A,
.border-consumptionCategory-A\+ {
border-color: #009324
}
.border-consumptionCategory-B {
border-color: #2caf00
}
.border-consumptionCategory-C {
border-color: #aacb00
}
.border-consumptionCategory-D {
border-color: #fff300
}
.border-consumptionCategory-E {
border-color: #ffcb00
}
.border-consumptionCategory-F {
border-color: #ff8f00
}
.border-consumptionCategory-G {
border-color: #f70000
}
.border-white {
border-color: #fff
}
.hover\:border-grey-3:hover {
border-color: #a0a7ab
}
.hover\:border-grey-2:hover {
border-color: #d7dbdf
}
.hover\:border-consumptionCategory-A:hover,
.hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.focus\:border-consumptionCategory-A:focus,
.focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.rounded-2 {
border-radius: 2px
}
.rounded-4 {
border-radius: 4px
}
.rounded-6 {
border-radius: 6px
}
.rounded-10 {
border-radius: 10px
}
.rounded-14 {
border-radius: 14px
}
.rounded-none {
border-radius: 0
}
.rounded-full {
border-radius: 9999px
}
.rounded-half {
border-radius: 50%
}
.rounded-r-2 {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px
}
.rounded-l-2 {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px
}
.rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.border-solid {
border-style: solid
}
.border-2 {
border-width: 2px
}
.border {
border-width: 1px
}
.border-t {
border-top-width: 1px
}
.border-r {
border-right-width: 1px
}
.border-b {
border-bottom-width: 1px
}
.hover\:border-l:hover {
border-left-width: 1px
}
.cursor-default {
cursor: default
}
.cursor-pointer {
cursor: pointer
}
.block {
display: block
}
.inline-block {
display: inline-block
}
.hidden {
display: none
}
.flex {
display: -webkit-flex;
display: flex
}
.inline-flex {
display: -webkit-inline-flex;
display: inline-flex
}
.flex-row-reverse {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse
}
.flex-col {
-webkit-flex-direction: column;
flex-direction: column
}
.flex-col-reverse {
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.flex-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap
}
.items-center {
-webkit-align-items: center;
align-items: center
}
.items-baseline {
-webkit-align-items: baseline;
align-items: baseline
}
.self-auto {
-webkit-align-self: auto;
align-self: auto
}
.self-center {
-webkit-align-self: center;
align-self: center
}
.justify-start {
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.justify-end {
-webkit-justify-content: flex-end;
justify-content: flex-end
}
.justify-center {
-webkit-justify-content: center;
justify-content: center
}
.justify-between {
-webkit-justify-content: space-between;
justify-content: space-between
}
.content-center {
-webkit-align-content: center;
align-content: center
}
.content-start {
-webkit-align-content: flex-start;
align-content: flex-start
}
.flex-1 {
-webkit-flex: 1;
flex: 1
}
.flex-none {
-webkit-flex: none;
flex: none
}
.flex-grow {
-webkit-flex-grow: 1;
flex-grow: 1
}
.flex-no-shrink {
-webkit-flex-shrink: 0;
flex-shrink: 0
}
.float-right {
float: right
}
.float-left {
float: left
}
.float-none {
float: none
}
.clearfix:after {
content: "";
display: table;
clear: both
}
.font-regular {
font-weight: 400
}
.font-bold {
font-weight: 700
}
.h-19 {
height: 19px
}
.h-25 {
height: 25px
}
.h-36 {
height: 36px
}
.h-48 {
height: 48px
}
.h-50 {
height: 50px
}
.h-56 {
height: 56px
}
.h-60 {
height: 60px
}
.h-64 {
height: 64px
}
.h-96 {
height: 96px
}
.h-auto {
height: auto
}
.h-full {
height: 100%
}
.h-screen {
height: 100vh
}
.h-headerImage {
height: 350px
}
.h-listingMD {
height: 260px
}
.h-carouselCard {
height: 180px
}
.h-bodyColor,
.h-brandIcon {
height: 48px
}
.h-checkIcon {
height: 36px
}
.h-moneybackLogoM {
height: 47px
}
.h-axaLogo {
height: 24px
}
.leading-none {
line-height: 1
}
.leading-xs {
line-height: 1.25
}
.leading-sm {
line-height: 1.5
}
.leading-md {
line-height: 2
}
.leading-xl {
line-height: 3
}
.m-0 {
margin: 0
}
.m-3 {
margin: 3px
}
.my-0 {
margin-top: 0;
margin-bottom: 0
}
.my-5 {
margin-top: 5px;
margin-bottom: 5px
}
.mx-5 {
margin-left: 5px;
margin-right: 5px
}
.my-10 {
margin-top: 10px;
margin-bottom: 10px
}
.mx-10 {
margin-left: 10px;
margin-right: 10px
}
.my-15 {
margin-top: 15px;
margin-bottom: 15px
}
.my-20 {
margin-top: 20px;
margin-bottom: 20px
}
.mx-20 {
margin-left: 20px;
margin-right: 20px
}
.mx-40 {
margin-left: 40px;
margin-right: 40px
}
.mx-auto {
margin-left: auto;
margin-right: auto
}
.mb-0 {
margin-bottom: 0
}
.mt-2 {
margin-top: 2px
}
.mb-2 {
margin-bottom: 2px
}
.mt-5 {
margin-top: 5px
}
.mr-5 {
margin-right: 5px
}
.mb-5 {
margin-bottom: 5px
}
.ml-5 {
margin-left: 5px
}
.mt-10 {
margin-top: 10px
}
.mr-10 {
margin-right: 10px
}
.mb-10 {
margin-bottom: 10px
}
.ml-10 {
margin-left: 10px
}
.mr-12 {
margin-right: 12px
}
.mb-12 {
margin-bottom: 12px
}
.mt-15 {
margin-top: 15px
}
.mr-15 {
margin-right: 15px
}
.mb-15 {
margin-bottom: 15px
}
.ml-15 {
margin-left: 15px
}
.mt-20 {
margin-top: 20px
}
.mb-20 {
margin-bottom: 20px
}
.ml-20 {
margin-left: 20px
}
.mt-30 {
margin-top: 30px
}
.mb-30 {
margin-bottom: 30px
}
.mt-40 {
margin-top: 40px
}
.mb-40 {
margin-bottom: 40px
}
.mt-45 {
margin-top: 45px
}
.ml-60 {
margin-left: 60px
}
.mt-80 {
margin-top: 80px
}
.max-h-200 {
max-height: 200px
}
.max-h-full {
max-height: 100%
}
.max-h-dropdownSM {
max-height: 190px
}
.max-h-screen {
max-height: 100vh
}
.max-h-listingSM {
max-height: 214px
}
.max-h-carouselCard {
max-height: 180px
}
.max-w-full {
max-width: 100%
}
.max-w-container {
max-width: 1200px
}
.max-w-searchContainer {
max-width: 1680px
}
.max-w-staticPages {
max-width: 780px
}
.max-w-needAssessment {
max-width: 1060px
}
.min-h-screen {
min-height: 100vh
}
.min-h-imagePlaceholder {
min-height: 250px
}
.-m-5 {
margin: -5px
}
.-mx-10 {
margin-left: -10px;
margin-right: -10px
}
.-mt-3 {
margin-top: -3px
}
.-mt-5 {
margin-top: -5px
}
.-mr-5 {
margin-right: -5px
}
.-ml-10 {
margin-left: -10px
}
.-mt-96 {
margin-top: -96px
}
.-mt-dropdownMenu {
margin-top: -11px
}
.opacity-20 {
opacity: .2
}
.opacity-40 {
opacity: .4
}
.opacity-60 {
opacity: .6
}
.opacity-80 {
opacity: .8
}
.opacity-100 {
opacity: 1
}
.hover\:opacity-40:hover {
opacity: .4
}
.hover\:opacity-60:hover {
opacity: .6
}
.hover\:opacity-100:hover {
opacity: 1
}
.focus\:outline-none:focus,
.outline-none {
outline: 0
}
.overflow-hidden {
overflow: hidden
}
.overflow-y-auto {
overflow-y: auto
}
.overflow-y-scroll {
overflow-y: scroll
}
.scrolling-touch {
-webkit-overflow-scrolling: touch
}
.p-3 {
padding: 3px
}
.p-5 {
padding: 5px
}
.p-10 {
padding: 10px
}
.p-18 {
padding: 18px
}
.p-20 {
padding: 20px
}
.p-30 {
padding: 30px
}
.p-40 {
padding: 40px
}
.py-5 {
padding-top: 5px;
padding-bottom: 5px
}
.px-5 {
padding-left: 5px;
padding-right: 5px
}
.py-10 {
padding-top: 10px;
padding-bottom: 10px
}
.px-10 {
padding-left: 10px;
padding-right: 10px
}
.py-16 {
padding-top: 16px;
padding-bottom: 16px
}
.px-16 {
padding-left: 16px;
padding-right: 16px
}
.py-20 {
padding-top: 20px;
padding-bottom: 20px
}
.px-20 {
padding-left: 20px;
padding-right: 20px
}
.py-30 {
padding-top: 30px;
padding-bottom: 30px
}
.px-30 {
padding-left: 30px;
padding-right: 30px
}
.py-90 {
padding-top: 90px;
padding-bottom: 90px
}
.pt-0 {
padding-top: 0
}
.pt-3 {
padding-top: 3px
}
.pl-3 {
padding-left: 3px
}
.pt-5 {
padding-top: 5px
}
.pl-5 {
padding-left: 5px
}
.pt-10 {
padding-top: 10px
}
.pr-10 {
padding-right: 10px
}
.pb-10 {
padding-bottom: 10px
}
.pl-10 {
padding-left: 10px
}
.pr-12 {
padding-right: 12px
}
.pb-12 {
padding-bottom: 12px
}
.pl-12 {
padding-left: 12px
}
.pt-16 {
padding-top: 16px
}
.pr-16 {
padding-right: 16px
}
.pb-16 {
padding-bottom: 16px
}
.pb-18 {
padding-bottom: 18px
}
.pt-20 {
padding-top: 20px
}
.pr-20 {
padding-right: 20px
}
.pb-20 {
padding-bottom: 20px
}
.pl-20 {
padding-left: 20px
}
.pt-30 {
padding-top: 30px
}
.pr-30 {
padding-right: 30px
}
.pl-30 {
padding-left: 30px
}
.pt-35 {
padding-top: 35px
}
.pl-35 {
padding-left: 35px
}
.pb-40 {
padding-bottom: 40px
}
.pr-50 {
padding-right: 50px
}
.pb-50 {
padding-bottom: 50px
}
.pt-60 {
padding-top: 60px
}
.pb-60 {
padding-bottom: 60px
}
.pl-70 {
padding-left: 70px
}
.pb-80 {
padding-bottom: 80px
}
.pb-90 {
padding-bottom: 90px
}
.static {
position: static
}
.fixed {
position: fixed
}
.absolute {
position: absolute
}
.relative {
position: relative
}
.sticky {
position: -webkit-sticky;
position: sticky
}
.pin {
right: 0;
left: 0;
bottom: 0
}
.pin,
.pin-t {
top: 0
}
.pin-r {
right: 0
}
.pin-b {
bottom: 0
}
.pin-l {
left: 0
}
.shadow-small {
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1)
}
.shadow-soft {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1)
}
.shadow-hard {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .4)
}
.fill-consumptionCategory-A,
.fill-consumptionCategory-A\+ {
fill: #009324
}
.fill-consumptionCategory-B {
fill: #2caf00
}
.fill-consumptionCategory-C {
fill: #aacb00
}
.fill-consumptionCategory-D {
fill: #fff300
}
.fill-consumptionCategory-E {
fill: #ffcb00
}
.fill-consumptionCategory-F {
fill: #ff8f00
}
.fill-consumptionCategory-G {
fill: #f70000
}
.text-left {
text-align: left
}
.text-center {
text-align: center
}
.text-right {
text-align: right
}
.text-salmon {
color: #f73b47
}
.text-teal {
color: #3696b9
}
.text-teal-lighter {
color: #3797ac
}
.text-grey-dark {
color: #232a36
}
.text-grey-4 {
color: #54575c
}
.text-grey-3 {
color: #a0a7ab
}
.text-green-light {
color: #74cc74
}
.text-consumptionCategory-A,
.text-consumptionCategory-A\+ {
color: #009324
}
.text-consumptionCategory-B {
color: #2caf00
}
.text-consumptionCategory-C {
color: #aacb00
}
.text-consumptionCategory-D {
color: #fff300
}
.text-consumptionCategory-E {
color: #ffcb00
}
.text-consumptionCategory-F {
color: #ff8f00
}
.text-consumptionCategory-G {
color: #f70000
}
.text-euro-1 {
color: #000
}
.text-euro-2 {
color: #df1829
}
.text-euro-3 {
color: #fdd325
}
.text-euro-4 {
color: #009a2e
}
.text-euro-5 {
color: #009ee4
}
.text-euro-6 {
color: #b93c99
}
.text-black {
color: #000
}
.text-white {
color: #fff
}
.text-gray {
color: grey
}
.text-silver {
color: silver
}
.text-blue {
color: #00f
}
.text-red {
color: red
}
.text-brown {
color: brown
}
.text-green {
color: green
}
.text-overpriced-deal {
color: #e22112
}
.text-high-deal {
color: #e46020
}
.text-fair-deal {
color: #fcb001
}
.text-good-deal {
color: #45b687
}
.text-great-deal {
color: #3eb2c7
}
.hover\:text-grey-dark:hover {
color: #232a36
}
.hover\:text-grey-3:hover {
color: #a0a7ab
}
.hover\:text-consumptionCategory-A:hover,
.hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.hover\:text-facebook:hover {
color: #4267b2
}
.hover\:text-twitter:hover {
color: #1ea0f2
}
.hover\:text-whatsapp:hover {
color: #0dc143
}
.hover\:text-white:hover {
color: #fff
}
.focus\:text-consumptionCategory-A:focus,
.focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.text-xs {
font-size: 12px
}
.text-sm {
font-size: 14px
}
.text-base {
font-size: 16px
}
.text-lg {
font-size: 21px
}
.text-xl {
font-size: 24px
}
.text-2xl {
font-size: 32px
}
.uppercase {
text-transform: uppercase
}
.capitalize {
text-transform: capitalize
}
.underline {
text-decoration: underline
}
.align-middle {
vertical-align: middle
}
.visible {
visibility: visible
}
.invisible {
visibility: hidden
}
.truncate,
.whitespace-no-wrap {
white-space: nowrap
}
.truncate {
overflow: hidden;
text-overflow: ellipsis
}
.w-0 {
width: 0
}
.w-19 {
width: 19px
}
.w-32 {
width: 32px
}
.w-36 {
width: 36px
}
.w-96 {
width: 96px
}
.w-110 {
width: 110px
}
.w-130 {
width: 130px
}
.w-200 {
width: 200px
}
.w-250 {
width: 250px
}
.w-400 {
width: 400px
}
.w-auto {
width: auto
}
.w-1\/12 {
width: 8.33333333%
}
.w-2\/12 {
width: 16.66667%
}
.w-3\/12 {
width: 25%
}
.w-4\/12 {
width: 33.33333%
}
.w-5\/12 {
width: 41.66666667%
}
.w-6\/12 {
width: 50%
}
.w-7\/12 {
width: 58.33333333%
}
.w-8\/12 {
width: 66.66667%
}
.w-9\/12 {
width: 75%
}
.w-10\/12 {
width: 83.33333%
}
.w-11\/12 {
width: 91.66666667
}
.w-12\/12 {
width: 100%
}
.w-screen {
width: 100vw
}
.w-bodyColor,
.w-brandIcon {
width: 48px
}
.w-moneybackLogoM {
width: 47px
}
.w-goodDealInfo {
width: 720px
}
.z-1 {
z-index: 1
}
.z-10 {
z-index: 10
}
.z-20 {
z-index: 20
}
.z-30 {
z-index: 30
}
.z-negative {
z-index: -1
}
.icon-360 {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360,
.icon-360-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-360-left,
.icon-360-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360-right {
background-position: 100%
}
.icon-360-center,
.icon-360-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-360-center {
background-position: 50%
}
.icon-360-center,
.icon-360-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360-top-left {
background-position: 0 0
}
.icon-360-top-center,
.icon-360-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-360-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format);
background-position: top
}
.icon-3People {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People,
.icon-3People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-3People-left,
.icon-3People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People-right {
background-position: 100%
}
.icon-3People-center,
.icon-3People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-3People-center {
background-position: 50%
}
.icon-3People-center,
.icon-3People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People-top-left {
background-position: 0 0
}
.icon-3People-top-center,
.icon-3People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-3People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format);
background-position: top
}
.icon-5People {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People,
.icon-5People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-5People-left,
.icon-5People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People-right {
background-position: 100%
}
.icon-5People-center,
.icon-5People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-5People-center {
background-position: 50%
}
.icon-5People-center,
.icon-5People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People-top-left {
background-position: 0 0
}
.icon-5People-top-center,
.icon-5People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-5People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format);
background-position: top
}
.icon-7People {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People,
.icon-7People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-7People-left,
.icon-7People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People-right {
background-position: 100%
}
.icon-7People-center,
.icon-7People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-7People-center {
background-position: 50%
}
.icon-7People-center,
.icon-7People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People-top-left {
background-position: 0 0
}
.icon-7People-top-center,
.icon-7People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-7People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format);
background-position: top
}
.icon-arrowDdDown {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown,
.icon-arrowDdDown-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDdDown-left,
.icon-arrowDdDown-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown-right {
background-position: 100%
}
.icon-arrowDdDown-center,
.icon-arrowDdDown-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdDown-center {
background-position: 50%
}
.icon-arrowDdDown-center,
.icon-arrowDdDown-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown-top-left {
background-position: 0 0
}
.icon-arrowDdDown-top-center,
.icon-arrowDdDown-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdDown-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format);
background-position: top
}
.icon-arrowDdUp {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp,
.icon-arrowDdUp-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDdUp-left,
.icon-arrowDdUp-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp-right {
background-position: 100%
}
.icon-arrowDdUp-center,
.icon-arrowDdUp-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdUp-center {
background-position: 50%
}
.icon-arrowDdUp-center,
.icon-arrowDdUp-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp-top-left {
background-position: 0 0
}
.icon-arrowDdUp-top-center,
.icon-arrowDdUp-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdUp-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format);
background-position: top
}
.icon-arrowDownSCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format)
}
.icon-arrowDownSCrop,
.icon-arrowDownSCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownSCrop-left,
.icon-arrowDownSCrop-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format)
}
.icon-arrowDownSCrop-right {
background-position: 100%
}
.icon-arrowDownSCrop-center,
.icon-arrowDownSCrop-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownSCrop-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format);
background-position: 50%
}
.icon-arrowDownSCrop-top-left {
background-position: 0 0
}
.icon-arrowDownSCrop-top-center,
.icon-arrowDownSCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownSCrop-top-center {
background-position: top
}
.icon-arrowDownSmall {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-small-efcab3e2bc51ccc08ee1799b027c2d8d.svg?auto=format)
}
.icon-arrowDownSmall,
.icon-arrowDownSmall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownSmall-left,
.icon-arrowDownSmall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-fb0c59fb86dbc03842eabf7b7416b4e5.svg?auto=format)
}
.icon-arrowDownSmall-right {
background-position: 100%
}
.icon-arrowDownSmall-center,
.icon-arrowDownSmall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownSmall-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-small-efcab3e2bc51ccc08ee1799b027c2d8d.svg?auto=format);
background-position: 50%
}
.icon-arrowDownSmall-top-left {
background-position: 0 0
}
.icon-arrowDownSmall-top-center,
.icon-arrowDownSmall-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-small-efcab3e2bc51ccc08ee1799b027c2d8d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownSmall-top-center {
background-position: top
}
.icon-arrowDownTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format)
}
.icon-arrowDownTealM,
.icon-arrowDownTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownTealM-left,
.icon-arrowDownTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format)
}
.icon-arrowDownTealM-right {
background-position: 100%
}
.icon-arrowDownTealM-center,
.icon-arrowDownTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format);
background-position: 50%
}
.icon-arrowDownTealM-top-left {
background-position: 0 0
}
.icon-arrowDownTealM-top-center,
.icon-arrowDownTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownTealM-top-center {
background-position: top
}
.icon-arrowDownTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format)
}
.icon-arrowDownTealS,
.icon-arrowDownTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownTealS-left,
.icon-arrowDownTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format)
}
.icon-arrowDownTealS-right {
background-position: 100%
}
.icon-arrowDownTealS-center,
.icon-arrowDownTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format);
background-position: 50%
}
.icon-arrowDownTealS-top-left {
background-position: 0 0
}
.icon-arrowDownTealS-top-center,
.icon-arrowDownTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownTealS-top-center {
background-position: top
}
.icon-arrowDown {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown,
.icon-arrowDown-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDown-left,
.icon-arrowDown-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown-right {
background-position: 100%
}
.icon-arrowDown-center,
.icon-arrowDown-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDown-center {
background-position: 50%
}
.icon-arrowDown-center,
.icon-arrowDown-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown-top-left {
background-position: 0 0
}
.icon-arrowDown-top-center,
.icon-arrowDown-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDown-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format);
background-position: top
}
.icon-arrowLeftDark {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format)
}
.icon-arrowLeftDark,
.icon-arrowLeftDark-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftDark-left,
.icon-arrowLeftDark-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format)
}
.icon-arrowLeftDark-right {
background-position: 100%
}
.icon-arrowLeftDark-center,
.icon-arrowLeftDark-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftDark-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftDark-top-left {
background-position: 0 0
}
.icon-arrowLeftDark-top-center,
.icon-arrowLeftDark-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftDark-top-center {
background-position: top
}
.icon-arrowLeftGreyM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format)
}
.icon-arrowLeftGreyM,
.icon-arrowLeftGreyM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-left,
.icon-arrowLeftGreyM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format)
}
.icon-arrowLeftGreyM-right {
background-position: 100%
}
.icon-arrowLeftGreyM-center,
.icon-arrowLeftGreyM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftGreyM-top-left {
background-position: 0 0
}
.icon-arrowLeftGreyM-top-center,
.icon-arrowLeftGreyM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-top-center {
background-position: top
}
.icon-arrowLeftGreyS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format)
}
.icon-arrowLeftGreyS,
.icon-arrowLeftGreyS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-left,
.icon-arrowLeftGreyS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format)
}
.icon-arrowLeftGreyS-right {
background-position: 100%
}
.icon-arrowLeftGreyS-center,
.icon-arrowLeftGreyS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftGreyS-top-left {
background-position: 0 0
}
.icon-arrowLeftGreyS-top-center,
.icon-arrowLeftGreyS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-top-center {
background-position: top
}
.icon-arrowLeftTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format)
}
.icon-arrowLeftTealM,
.icon-arrowLeftTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftTealM-left,
.icon-arrowLeftTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format)
}
.icon-arrowLeftTealM-right {
background-position: 100%
}
.icon-arrowLeftTealM-center,
.icon-arrowLeftTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftTealM-top-left {
background-position: 0 0
}
.icon-arrowLeftTealM-top-center,
.icon-arrowLeftTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftTealM-top-center {
background-position: top
}
.icon-arrowLeftTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format)
}
.icon-arrowLeftTealS,
.icon-arrowLeftTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftTealS-left,
.icon-arrowLeftTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format)
}
.icon-arrowLeftTealS-right {
background-position: 100%
}
.icon-arrowLeftTealS-center,
.icon-arrowLeftTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftTealS-top-left {
background-position: 0 0
}
.icon-arrowLeftTealS-top-center,
.icon-arrowLeftTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftTealS-top-center {
background-position: top
}
.icon-arrowLeft {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft,
.icon-arrowLeft-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeft-left,
.icon-arrowLeft-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft-right {
background-position: 100%
}
.icon-arrowLeft-center,
.icon-arrowLeft-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeft-center {
background-position: 50%
}
.icon-arrowLeft-center,
.icon-arrowLeft-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft-top-left {
background-position: 0 0
}
.icon-arrowLeft-top-center,
.icon-arrowLeft-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeft-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: top
}
.icon-arrowRightDark {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format)
}
.icon-arrowRightDark,
.icon-arrowRightDark-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightDark-left,
.icon-arrowRightDark-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format)
}
.icon-arrowRightDark-right {
background-position: 100%
}
.icon-arrowRightDark-center,
.icon-arrowRightDark-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRightDark-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-position: 50%
}
.icon-arrowRightDark-top-left {
background-position: 0 0
}
.icon-arrowRightDark-top-center,
.icon-arrowRightDark-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightDark-top-center {
background-position: top
}
.icon-arrowRightGreayM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format)
}
.icon-arrowRightGreayM,
.icon-arrowRightGreayM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightGreayM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format)
}
.icon-arrowRightGreayM-right {
background-position: 100%
}
.icon-arrowRightGreayM-center,
.icon-arrowRightGreayM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreayM-center {
background-position: 50%
}
.icon-arrowRightGreayM-top-left {
background-position: 0 0
}
.icon-arrowRightGreayM-top-center,
.icon-arrowRightGreayM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreayM-top-center {
background-position: top
}
.icon-arrowRightGreyS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format)
}
.icon-arrowRightGreyS,
.icon-arrowRightGreyS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightGreyS-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format)
}
.icon-arrowRightGreyS-right {
background-position: 100%
}
.icon-arrowRightGreyS-center,
.icon-arrowRightGreyS-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreyS-center {
background-position: 50%
}
.icon-arrowRightGreyS-top-left {
background-position: 0 0
}
.icon-arrowRightGreyS-top-center,
.icon-arrowRightGreyS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreyS-top-center {
background-position: top
}
.icon-arrowRightTealMCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format)
}
.icon-arrowRightTealMCrop,
.icon-arrowRightTealMCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format)
}
.icon-arrowRightTealMCrop-right {
background-position: 100%
}
.icon-arrowRightTealMCrop-center,
.icon-arrowRightTealMCrop-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-center {
background-position: 50%
}
.icon-arrowRightTealMCrop-top-left {
background-position: 0 0
}
.icon-arrowRightTealMCrop-top-center,
.icon-arrowRightTealMCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-top-center {
background-position: top
}
.icon-arrowRightTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format)
}
.icon-arrowRightTealM,
.icon-arrowRightTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format)
}
.icon-arrowRightTealM-right {
background-position: 100%
}
.icon-arrowRightTealM-center,
.icon-arrowRightTealM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealM-center {
background-position: 50%
}
.icon-arrowRightTealM-top-left {
background-position: 0 0
}
.icon-arrowRightTealM-top-center,
.icon-arrowRightTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealM-top-center {
background-position: top
}
.icon-arrowRightTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format)
}
.icon-arrowRightTealS,
.icon-arrowRightTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealS-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format)
}
.icon-arrowRightTealS-right {
background-position: 100%
}
.icon-arrowRightTealS-center,
.icon-arrowRightTealS-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealS-center {
background-position: 50%
}
.icon-arrowRightTealS-top-left {
background-position: 0 0
}
.icon-arrowRightTealS-top-center,
.icon-arrowRightTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealS-top-center {
background-position: top
}
.icon-arrowRightWhiteM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format)
}
.icon-arrowRightWhiteM,
.icon-arrowRightWhiteM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format)
}
.icon-arrowRightWhiteM-right {
background-position: 100%
}
.icon-arrowRightWhiteM-center,
.icon-arrowRightWhiteM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-center {
background-position: 50%
}
.icon-arrowRightWhiteM-top-left {
background-position: 0 0
}
.icon-arrowRightWhiteM-top-center,
.icon-arrowRightWhiteM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-top-center {
background-position: top
}
.icon-arrowRight {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight,
.icon-arrowRight-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRight-left,
.icon-arrowRight-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight-right {
background-position: 100%
}
.icon-arrowRight-center,
.icon-arrowRight-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRight-center {
background-position: 50%
}
.icon-arrowRight-center,
.icon-arrowRight-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight-top-left {
background-position: 0 0
}
.icon-arrowRight-top-center,
.icon-arrowRight-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRight-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format);
background-position: top
}
.icon-arrowUpSCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format)
}
.icon-arrowUpSCrop,
.icon-arrowUpSCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpSCrop-left,
.icon-arrowUpSCrop-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format)
}
.icon-arrowUpSCrop-right {
background-position: 100%
}
.icon-arrowUpSCrop-center,
.icon-arrowUpSCrop-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpSCrop-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format);
background-position: 50%
}
.icon-arrowUpSCrop-top-left {
background-position: 0 0
}
.icon-arrowUpSCrop-top-center,
.icon-arrowUpSCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpSCrop-top-center {
background-position: top
}
.icon-arrowUpSmall {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format)
}
.icon-arrowUpSmall,
.icon-arrowUpSmall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpSmall-left,
.icon-arrowUpSmall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format)
}
.icon-arrowUpSmall-right {
background-position: 100%
}
.icon-arrowUpSmall-center,
.icon-arrowUpSmall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpSmall-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format);
background-position: 50%
}
.icon-arrowUpSmall-top-left {
background-position: 0 0
}
.icon-arrowUpSmall-top-center,
.icon-arrowUpSmall-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpSmall-top-center {
background-position: top
}
.icon-arrowUpTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format)
}
.icon-arrowUpTealM,
.icon-arrowUpTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpTealM-left,
.icon-arrowUpTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format)
}
.icon-arrowUpTealM-right {
background-position: 100%
}
.icon-arrowUpTealM-center,
.icon-arrowUpTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format);
background-position: 50%
}
.icon-arrowUpTealM-top-left {
background-position: 0 0
}
.icon-arrowUpTealM-top-center,
.icon-arrowUpTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpTealM-top-center {
background-position: top
}
.icon-arrowUpTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format)
}
.icon-arrowUpTealS,
.icon-arrowUpTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpTealS-left,
.icon-arrowUpTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format)
}
.icon-arrowUpTealS-right {
background-position: 100%
}
.icon-arrowUpTealS-center,
.icon-arrowUpTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format);
background-position: 50%
}
.icon-arrowUpTealS-top-left {
background-position: 0 0
}
.icon-arrowUpTealS-top-center,
.icon-arrowUpTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpTealS-top-center {
background-position: top
}
.icon-automatic {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic,
.icon-automatic-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-automatic-left,
.icon-automatic-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic-right {
background-position: 100%
}
.icon-automatic-center,
.icon-automatic-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-automatic-center {
background-position: 50%
}
.icon-automatic-center,
.icon-automatic-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic-top-left {
background-position: 0 0
}
.icon-automatic-top-center,
.icon-automatic-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-automatic-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format);
background-position: top
}
.icon-availableM {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM,
.icon-availableM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-availableM-left,
.icon-availableM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM-right {
background-position: 100%
}
.icon-availableM-center,
.icon-availableM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-availableM-center {
background-position: 50%
}
.icon-availableM-center,
.icon-availableM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM-top-left {
background-position: 0 0
}
.icon-availableM-top-center,
.icon-availableM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-availableM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format);
background-position: top
}
.icon-available {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available,
.icon-available-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-available-left,
.icon-available-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available-right {
background-position: 100%
}
.icon-available-center,
.icon-available-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-available-center {
background-position: 50%
}
.icon-available-center,
.icon-available-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available-top-left {
background-position: 0 0
}
.icon-available-top-center,
.icon-available-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-available-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format);
background-position: top
}
.icon-cabriolet {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet,
.icon-cabriolet-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-cabriolet-left,
.icon-cabriolet-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet-right {
background-position: 100%
}
.icon-cabriolet-center,
.icon-cabriolet-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-cabriolet-center {
background-position: 50%
}
.icon-cabriolet-center,
.icon-cabriolet-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet-top-left {
background-position: 0 0
}
.icon-cabriolet-top-center,
.icon-cabriolet-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-cabriolet-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format);
background-position: top
}
.icon-checkCircle {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle,
.icon-checkCircle-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-checkCircle-left,
.icon-checkCircle-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle-right {
background-position: 100%
}
.icon-checkCircle-center,
.icon-checkCircle-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-checkCircle-center {
background-position: 50%
}
.icon-checkCircle-center,
.icon-checkCircle-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle-top-left {
background-position: 0 0
}
.icon-checkCircle-top-center,
.icon-checkCircle-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-checkCircle-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format);
background-position: top
}
.icon-check {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check,
.icon-check-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-check-left,
.icon-check-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check-right {
background-position: 100%
}
.icon-check-center,
.icon-check-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-check-center {
background-position: 50%
}
.icon-check-center,
.icon-check-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check-top-left {
background-position: 0 0
}
.icon-check-top-center,
.icon-check-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-check-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format);
background-position: top
}
.icon-closeS {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS,
.icon-closeS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-closeS-left,
.icon-closeS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS-right {
background-position: 100%
}
.icon-closeS-center,
.icon-closeS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-closeS-center {
background-position: 50%
}
.icon-closeS-center,
.icon-closeS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS-top-left {
background-position: 0 0
}
.icon-closeS-top-center,
.icon-closeS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-closeS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format);
background-position: top
}
.icon-close {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close,
.icon-close-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-close-left,
.icon-close-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close-right {
background-position: 100%
}
.icon-close-center,
.icon-close-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-close-center {
background-position: 50%
}
.icon-close-center,
.icon-close-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close-top-left {
background-position: 0 0
}
.icon-close-top-center,
.icon-close-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-close-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format);
background-position: top
}
.icon-consumption {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption,
.icon-consumption-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-consumption-left,
.icon-consumption-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption-right {
background-position: 100%
}
.icon-consumption-center,
.icon-consumption-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-consumption-center {
background-position: 50%
}
.icon-consumption-center,
.icon-consumption-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption-top-left {
background-position: 0 0
}
.icon-consumption-top-center,
.icon-consumption-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-consumption-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format);
background-position: top
}
.icon-coupe {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe,
.icon-coupe-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-coupe-left,
.icon-coupe-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe-right {
background-position: 100%
}
.icon-coupe-center,
.icon-coupe-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-coupe-center {
background-position: 50%
}
.icon-coupe-center,
.icon-coupe-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe-top-left {
background-position: 0 0
}
.icon-coupe-top-center,
.icon-coupe-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-coupe-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format);
background-position: top
}
.icon-ctaCall {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall,
.icon-ctaCall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-ctaCall-left,
.icon-ctaCall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall-right {
background-position: 100%
}
.icon-ctaCall-center,
.icon-ctaCall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaCall-center {
background-position: 50%
}
.icon-ctaCall-center,
.icon-ctaCall-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall-top-left {
background-position: 0 0
}
.icon-ctaCall-top-center,
.icon-ctaCall-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaCall-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format);
background-position: top
}
.icon-ctaWrite {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite,
.icon-ctaWrite-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-ctaWrite-left,
.icon-ctaWrite-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite-right {
background-position: 100%
}
.icon-ctaWrite-center,
.icon-ctaWrite-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaWrite-center {
background-position: 50%
}
.icon-ctaWrite-center,
.icon-ctaWrite-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite-top-left {
background-position: 0 0
}
.icon-ctaWrite-top-center,
.icon-ctaWrite-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaWrite-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format);
background-position: top
}
.icon-date {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date,
.icon-date-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-date-left,
.icon-date-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date-right {
background-position: 100%
}
.icon-date-center,
.icon-date-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-date-center {
background-position: 50%
}
.icon-date-center,
.icon-date-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date-top-left {
background-position: 0 0
}
.icon-date-top-center,
.icon-date-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-date-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format);
background-position: top
}
.icon-doors {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors,
.icon-doors-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-doors-left,
.icon-doors-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors-right {
background-position: 100%
}
.icon-doors-center,
.icon-doors-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-doors-center {
background-position: 50%
}
.icon-doors-center,
.icon-doors-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors-top-left {
background-position: 0 0
}
.icon-doors-top-center,
.icon-doors-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-doors-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format);
background-position: top
}
.icon-email {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email,
.icon-email-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-email-left,
.icon-email-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email-right {
background-position: 100%
}
.icon-email-center,
.icon-email-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-email-center {
background-position: 50%
}
.icon-email-center,
.icon-email-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email-top-left {
background-position: 0 0
}
.icon-email-top-center,
.icon-email-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-email-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format);
background-position: top
}
.icon-estate {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate,
.icon-estate-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-estate-left,
.icon-estate-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate-right {
background-position: 100%
}
.icon-estate-center,
.icon-estate-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-estate-center {
background-position: 50%
}
.icon-estate-center,
.icon-estate-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate-top-left {
background-position: 0 0
}
.icon-estate-top-center,
.icon-estate-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-estate-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format);
background-position: top
}
.icon-facebook {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook,
.icon-facebook-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-facebook-left,
.icon-facebook-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook-right {
background-position: 100%
}
.icon-facebook-center,
.icon-facebook-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-facebook-center {
background-position: 50%
}
.icon-facebook-center,
.icon-facebook-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook-top-left {
background-position: 0 0
}
.icon-facebook-top-center,
.icon-facebook-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-facebook-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format);
background-position: top
}
.icon-fair {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair,
.icon-fair-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-fair-left,
.icon-fair-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair-right {
background-position: 100%
}
.icon-fair-center,
.icon-fair-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fair-center {
background-position: 50%
}
.icon-fair-center,
.icon-fair-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair-top-left {
background-position: 0 0
}
.icon-fair-top-center,
.icon-fair-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fair-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format);
background-position: top
}
.icon-filter {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter,
.icon-filter-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-filter-left,
.icon-filter-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter-right {
background-position: 100%
}
.icon-filter-center,
.icon-filter-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-filter-center {
background-position: 50%
}
.icon-filter-center,
.icon-filter-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter-top-left {
background-position: 0 0
}
.icon-filter-top-center,
.icon-filter-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-filter-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format);
background-position: top
}
.icon-fuel {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel,
.icon-fuel-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-fuel-left,
.icon-fuel-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel-right {
background-position: 100%
}
.icon-fuel-center,
.icon-fuel-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fuel-center {
background-position: 50%
}
.icon-fuel-center,
.icon-fuel-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel-top-left {
background-position: 0 0
}
.icon-fuel-top-center,
.icon-fuel-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fuel-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format);
background-position: top
}
.icon-gear {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear,
.icon-gear-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-gear-left,
.icon-gear-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear-right {
background-position: 100%
}
.icon-gear-center,
.icon-gear-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-gear-center {
background-position: 50%
}
.icon-gear-center,
.icon-gear-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear-top-left {
background-position: 0 0
}
.icon-gear-top-center,
.icon-gear-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-gear-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format);
background-position: top
}
.icon-good {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good,
.icon-good-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-good-left,
.icon-good-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good-right {
background-position: 100%
}
.icon-good-center,
.icon-good-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-good-center {
background-position: 50%
}
.icon-good-center,
.icon-good-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good-top-left {
background-position: 0 0
}
.icon-good-top-center,
.icon-good-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-good-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format);
background-position: top
}
.icon-great {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great,
.icon-great-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-great-left,
.icon-great-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great-right {
background-position: 100%
}
.icon-great-center,
.icon-great-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-great-center {
background-position: 50%
}
.icon-great-center,
.icon-great-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great-top-left {
background-position: 0 0
}
.icon-great-top-center,
.icon-great-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-great-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format);
background-position: top
}
.icon-high {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high,
.icon-high-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-high-left,
.icon-high-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high-right {
background-position: 100%
}
.icon-high-center,
.icon-high-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-high-center {
background-position: 50%
}
.icon-high-center,
.icon-high-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high-top-left {
background-position: 0 0
}
.icon-high-top-center,
.icon-high-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-high-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format);
background-position: top
}
.icon-info {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info,
.icon-info-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-info-left,
.icon-info-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info-right {
background-position: 100%
}
.icon-info-center,
.icon-info-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-info-center {
background-position: 50%
}
.icon-info-center,
.icon-info-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info-top-left {
background-position: 0 0
}
.icon-info-top-center,
.icon-info-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-info-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format);
background-position: top
}
.icon-logoAxa {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa,
.icon-logoAxa-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-logoAxa-left,
.icon-logoAxa-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa-right {
background-position: 100%
}
.icon-logoAxa-center,
.icon-logoAxa-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-logoAxa-center {
background-position: 50%
}
.icon-logoAxa-center,
.icon-logoAxa-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa-top-left {
background-position: 0 0
}
.icon-logoAxa-top-center,
.icon-logoAxa-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-logoAxa-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format);
background-position: top
}
.icon-manual {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual,
.icon-manual-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-manual-left,
.icon-manual-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual-right {
background-position: 100%
}
.icon-manual-center,
.icon-manual-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-manual-center {
background-position: 50%
}
.icon-manual-center,
.icon-manual-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual-top-left {
background-position: 0 0
}
.icon-manual-top-center,
.icon-manual-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-manual-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format);
background-position: top
}
.icon-mileage {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage,
.icon-mileage-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-mileage-left,
.icon-mileage-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage-right {
background-position: 100%
}
.icon-mileage-center,
.icon-mileage-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-mileage-center {
background-position: 50%
}
.icon-mileage-center,
.icon-mileage-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage-top-left {
background-position: 0 0
}
.icon-mileage-top-center,
.icon-mileage-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-mileage-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format);
background-position: top
}
.icon-missing {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing,
.icon-missing-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-missing-left,
.icon-missing-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing-right {
background-position: 100%
}
.icon-missing-center,
.icon-missing-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-missing-center {
background-position: 50%
}
.icon-missing-center,
.icon-missing-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing-top-left {
background-position: 0 0
}
.icon-missing-top-center,
.icon-missing-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-missing-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format);
background-position: top
}
.icon-modalCall {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall,
.icon-modalCall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-modalCall-left,
.icon-modalCall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall-right {
background-position: 100%
}
.icon-modalCall-center,
.icon-modalCall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalCall-center {
background-position: 50%
}
.icon-modalCall-center,
.icon-modalCall-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall-top-left {
background-position: 0 0
}
.icon-modalCall-top-center,
.icon-modalCall-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalCall-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format);
background-position: top
}
.icon-modalWrite {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite,
.icon-modalWrite-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-modalWrite-left,
.icon-modalWrite-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite-right {
background-position: 100%
}
.icon-modalWrite-center,
.icon-modalWrite-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalWrite-center {
background-position: 50%
}
.icon-modalWrite-center,
.icon-modalWrite-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite-top-left {
background-position: 0 0
}
.icon-modalWrite-top-center,
.icon-modalWrite-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalWrite-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format);
background-position: top
}
.icon-moneybackM {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM,
.icon-moneybackM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-moneybackM-left,
.icon-moneybackM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM-right {
background-position: 100%
}
.icon-moneybackM-center,
.icon-moneybackM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackM-center {
background-position: 50%
}
.icon-moneybackM-center,
.icon-moneybackM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM-top-left {
background-position: 0 0
}
.icon-moneybackM-top-center,
.icon-moneybackM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format);
background-position: top
}
.icon-moneybackS {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS,
.icon-moneybackS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-moneybackS-left,
.icon-moneybackS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS-right {
background-position: 100%
}
.icon-moneybackS-center,
.icon-moneybackS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackS-center {
background-position: 50%
}
.icon-moneybackS-center,
.icon-moneybackS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS-top-left {
background-position: 0 0
}
.icon-moneybackS-top-center,
.icon-moneybackS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format);
background-position: top
}
.icon-motor {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor,
.icon-motor-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-motor-left,
.icon-motor-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor-right {
background-position: 100%
}
.icon-motor-center,
.icon-motor-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-motor-center {
background-position: 50%
}
.icon-motor-center,
.icon-motor-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor-top-left {
background-position: 0 0
}
.icon-motor-top-center,
.icon-motor-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-motor-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format);
background-position: top
}
.icon-overpriced {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced,
.icon-overpriced-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-overpriced-left,
.icon-overpriced-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced-right {
background-position: 100%
}
.icon-overpriced-center,
.icon-overpriced-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-overpriced-center {
background-position: 50%
}
.icon-overpriced-center,
.icon-overpriced-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced-top-left {
background-position: 0 0
}
.icon-overpriced-top-center,
.icon-overpriced-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-overpriced-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
background-position: top
}
.icon-paginationLeft {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format)
}
.icon-paginationLeft,
.icon-paginationLeft-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-paginationLeft-left,
.icon-paginationLeft-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format)
}
.icon-paginationLeft-right {
background-position: 100%
}
.icon-paginationLeft-center,
.icon-paginationLeft-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-paginationLeft-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format);
background-position: 50%
}
.icon-paginationLeft-top-left {
background-position: 0 0
}
.icon-paginationLeft-top-center,
.icon-paginationLeft-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationLeft-top-center {
background-position: top
}
.icon-paginationRight {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format)
}
.icon-paginationRight,
.icon-paginationRight-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-paginationRight-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format)
}
.icon-paginationRight-right {
background-position: 100%
}
.icon-paginationRight-center,
.icon-paginationRight-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationRight-center {
background-position: 50%
}
.icon-paginationRight-top-left {
background-position: 0 0
}
.icon-paginationRight-top-center,
.icon-paginationRight-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationRight-top-center {
background-position: top
}
.icon-phone {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone,
.icon-phone-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-phone-left,
.icon-phone-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone-right {
background-position: 100%
}
.icon-phone-center,
.icon-phone-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-phone-center {
background-position: 50%
}
.icon-phone-center,
.icon-phone-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone-top-left {
background-position: 0 0
}
.icon-phone-top-center,
.icon-phone-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-phone-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format);
background-position: top
}
.icon-plusCircle {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle,
.icon-plusCircle-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-plusCircle-left,
.icon-plusCircle-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle-right {
background-position: 100%
}
.icon-plusCircle-center,
.icon-plusCircle-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-plusCircle-center {
background-position: 50%
}
.icon-plusCircle-center,
.icon-plusCircle-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle-top-left {
background-position: 0 0
}
.icon-plusCircle-top-center,
.icon-plusCircle-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-plusCircle-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format);
background-position: top
}
.icon-reset {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-caea2dfe0584bfe8a867909f8867e67a.svg?auto=format)
}
.icon-reset,
.icon-reset-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-reset-left,
.icon-reset-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-caea2dfe0584bfe8a867909f8867e67a.svg?auto=format)
}
.icon-reset-right {
background-position: 100%
}
.icon-reset-center,
.icon-reset-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-reset-center {
background-position: 50%
}
.icon-reset-center,
.icon-reset-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-caea2dfe0584bfe8a867909f8867e67a.svg?auto=format)
}
.icon-reset-top-left {
background-position: 0 0
}
.icon-reset-top-center,
.icon-reset-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-reset-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-caea2dfe0584bfe8a867909f8867e67a.svg?auto=format);
background-position: top
}
.icon-saloon {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon,
.icon-saloon-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-saloon-left,
.icon-saloon-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon-right {
background-position: 100%
}
.icon-saloon-center,
.icon-saloon-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-saloon-center {
background-position: 50%
}
.icon-saloon-center,
.icon-saloon-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon-top-left {
background-position: 0 0
}
.icon-saloon-top-center,
.icon-saloon-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-saloon-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format);
background-position: top
}
.icon-search {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search,
.icon-search-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-search-left,
.icon-search-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search-right {
background-position: 100%
}
.icon-search-center,
.icon-search-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-search-center {
background-position: 50%
}
.icon-search-center,
.icon-search-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search-top-left {
background-position: 0 0
}
.icon-search-top-center,
.icon-search-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-search-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format);
background-position: top
}
.icon-seats {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats,
.icon-seats-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-seats-left,
.icon-seats-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats-right {
background-position: 100%
}
.icon-seats-center,
.icon-seats-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-seats-center {
background-position: 50%
}
.icon-seats-center,
.icon-seats-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats-top-left {
background-position: 0 0
}
.icon-seats-top-center,
.icon-seats-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-seats-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format);
background-position: top
}
.icon-sportscar {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar,
.icon-sportscar-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-sportscar-left,
.icon-sportscar-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar-right {
background-position: 100%
}
.icon-sportscar-center,
.icon-sportscar-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-sportscar-center {
background-position: 50%
}
.icon-sportscar-center,
.icon-sportscar-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar-top-left {
background-position: 0 0
}
.icon-sportscar-top-center,
.icon-sportscar-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-sportscar-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format);
background-position: top
}
.icon-surveyTeal {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal,
.icon-surveyTeal-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-surveyTeal-left,
.icon-surveyTeal-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal-right {
background-position: 100%
}
.icon-surveyTeal-center,
.icon-surveyTeal-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-surveyTeal-center {
background-position: 50%
}
.icon-surveyTeal-center,
.icon-surveyTeal-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal-top-left {
background-position: 0 0
}
.icon-surveyTeal-top-center,
.icon-surveyTeal-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-surveyTeal-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format);
background-position: top
}
.icon-survey {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey,
.icon-survey-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-survey-left,
.icon-survey-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey-right {
background-position: 100%
}
.icon-survey-center,
.icon-survey-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-survey-center {
background-position: 50%
}
.icon-survey-center,
.icon-survey-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey-top-left {
background-position: 0 0
}
.icon-survey-top-center,
.icon-survey-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-survey-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format);
background-position: top
}
.icon-suv {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv,
.icon-suv-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-suv-left,
.icon-suv-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv-right {
background-position: 100%
}
.icon-suv-center,
.icon-suv-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-suv-center {
background-position: 50%
}
.icon-suv-center,
.icon-suv-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv-top-left {
background-position: 0 0
}
.icon-suv-top-center,
.icon-suv-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-suv-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format);
background-position: top
}
.icon-twitter {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter,
.icon-twitter-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-twitter-left,
.icon-twitter-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter-right {
background-position: 100%
}
.icon-twitter-center,
.icon-twitter-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-twitter-center {
background-position: 50%
}
.icon-twitter-center,
.icon-twitter-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter-top-left {
background-position: 0 0
}
.icon-twitter-top-center,
.icon-twitter-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-twitter-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format);
background-position: top
}
.icon-van {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van,
.icon-van-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-van-left,
.icon-van-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van-right {
background-position: 100%
}
.icon-van-center,
.icon-van-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-van-center {
background-position: 50%
}
.icon-van-center,
.icon-van-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van-top-left {
background-position: 0 0
}
.icon-van-top-center,
.icon-van-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-van-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format);
background-position: top
}
.icon-whatsapp {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp,
.icon-whatsapp-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-whatsapp-left,
.icon-whatsapp-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp-right {
background-position: 100%
}
.icon-whatsapp-center,
.icon-whatsapp-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-whatsapp-center {
background-position: 50%
}
.icon-whatsapp-center,
.icon-whatsapp-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp-top-left {
background-position: 0 0
}
.icon-whatsapp-top-center,
.icon-whatsapp-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-whatsapp-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format);
background-position: top
}
.after-slash:after {
content: "/"
}
.after-checkmark:after {
content: "\2713"
}
.before-checkmark:before {
content: "\2713 "
}
.position-bottom-40 {
bottom: 40px
}
.position-bottom--65 {
bottom: -65px
}
.transition-2 {
transition: .2s
}
.bg-gradient-to-bottom-fade {
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}
.bg-gradient-to-bottom-grey {
background-image: linear-gradient(180deg, #f9f9fb, #fff 20%)
}
.bg-gradient-to-bottom-black {
background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5))
}
@media (min-width:480px) {
.xs\:bg-consumptionCategory-A,
.xs\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.xs\:bg-consumptionCategory-B {
background-color: #2caf00
}
.xs\:bg-consumptionCategory-C {
background-color: #aacb00
}
.xs\:bg-consumptionCategory-D {
background-color: #fff300
}
.xs\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.xs\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.xs\:bg-consumptionCategory-G {
background-color: #f70000
}
.xs\:hover\:bg-consumptionCategory-A:hover,
.xs\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.xs\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.xs\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.xs\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.xs\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.xs\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.xs\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.xs\:focus\:bg-consumptionCategory-A:focus,
.xs\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.xs\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.xs\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.xs\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.xs\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.xs\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.xs\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.xs\:border-consumptionCategory-A,
.xs\:border-consumptionCategory-A\+ {
border-color: #009324
}
.xs\:border-consumptionCategory-B {
border-color: #2caf00
}
.xs\:border-consumptionCategory-C {
border-color: #aacb00
}
.xs\:border-consumptionCategory-D {
border-color: #fff300
}
.xs\:border-consumptionCategory-E {
border-color: #ffcb00
}
.xs\:border-consumptionCategory-F {
border-color: #ff8f00
}
.xs\:border-consumptionCategory-G {
border-color: #f70000
}
.xs\:hover\:border-consumptionCategory-A:hover,
.xs\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.xs\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.xs\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.xs\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.xs\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.xs\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.xs\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.xs\:focus\:border-consumptionCategory-A:focus,
.xs\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.xs\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.xs\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.xs\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.xs\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.xs\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.xs\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.xs\:h-bodyColor {
height: 48px
}
.xs\:text-consumptionCategory-A,
.xs\:text-consumptionCategory-A\+ {
color: #009324
}
.xs\:text-consumptionCategory-B {
color: #2caf00
}
.xs\:text-consumptionCategory-C {
color: #aacb00
}
.xs\:text-consumptionCategory-D {
color: #fff300
}
.xs\:text-consumptionCategory-E {
color: #ffcb00
}
.xs\:text-consumptionCategory-F {
color: #ff8f00
}
.xs\:text-consumptionCategory-G {
color: #f70000
}
.xs\:hover\:text-consumptionCategory-A:hover,
.xs\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.xs\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.xs\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.xs\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.xs\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.xs\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.xs\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.xs\:focus\:text-consumptionCategory-A:focus,
.xs\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.xs\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.xs\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.xs\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.xs\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.xs\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.xs\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.xs\:w-bodyColor {
width: 48px
}
}
@media (min-width:576px) {
.sm\:bg-consumptionCategory-A,
.sm\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.sm\:bg-consumptionCategory-B {
background-color: #2caf00
}
.sm\:bg-consumptionCategory-C {
background-color: #aacb00
}
.sm\:bg-consumptionCategory-D {
background-color: #fff300
}
.sm\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.sm\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.sm\:bg-consumptionCategory-G {
background-color: #f70000
}
.sm\:hover\:bg-consumptionCategory-A:hover,
.sm\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.sm\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.sm\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.sm\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.sm\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.sm\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.sm\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.sm\:focus\:bg-consumptionCategory-A:focus,
.sm\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.sm\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.sm\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.sm\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.sm\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.sm\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.sm\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.sm\:border-consumptionCategory-A,
.sm\:border-consumptionCategory-A\+ {
border-color: #009324
}
.sm\:border-consumptionCategory-B {
border-color: #2caf00
}
.sm\:border-consumptionCategory-C {
border-color: #aacb00
}
.sm\:border-consumptionCategory-D {
border-color: #fff300
}
.sm\:border-consumptionCategory-E {
border-color: #ffcb00
}
.sm\:border-consumptionCategory-F {
border-color: #ff8f00
}
.sm\:border-consumptionCategory-G {
border-color: #f70000
}
.sm\:hover\:border-consumptionCategory-A:hover,
.sm\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.sm\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.sm\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.sm\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.sm\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.sm\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.sm\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.sm\:focus\:border-consumptionCategory-A:focus,
.sm\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.sm\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.sm\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.sm\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.sm\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.sm\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.sm\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.sm\:h-bodyColor {
height: 48px
}
.sm\:pt-0 {
padding-top: 0
}
.sm\:pb-60 {
padding-bottom: 60px
}
.sm\:text-consumptionCategory-A,
.sm\:text-consumptionCategory-A\+ {
color: #009324
}
.sm\:text-consumptionCategory-B {
color: #2caf00
}
.sm\:text-consumptionCategory-C {
color: #aacb00
}
.sm\:text-consumptionCategory-D {
color: #fff300
}
.sm\:text-consumptionCategory-E {
color: #ffcb00
}
.sm\:text-consumptionCategory-F {
color: #ff8f00
}
.sm\:text-consumptionCategory-G {
color: #f70000
}
.sm\:hover\:text-consumptionCategory-A:hover,
.sm\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.sm\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.sm\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.sm\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.sm\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.sm\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.sm\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.sm\:focus\:text-consumptionCategory-A:focus,
.sm\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.sm\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.sm\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.sm\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.sm\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.sm\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.sm\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.sm\:w-12\/12 {
width: 100%
}
.sm\:w-bodyColor {
width: 48px
}
}
@media (min-width:768px) {
.md\:bg-consumptionCategory-A,
.md\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.md\:bg-consumptionCategory-B {
background-color: #2caf00
}
.md\:bg-consumptionCategory-C {
background-color: #aacb00
}
.md\:bg-consumptionCategory-D {
background-color: #fff300
}
.md\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.md\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.md\:bg-consumptionCategory-G {
background-color: #f70000
}
.md\:hover\:bg-consumptionCategory-A:hover,
.md\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.md\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.md\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.md\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.md\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.md\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.md\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.md\:focus\:bg-consumptionCategory-A:focus,
.md\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.md\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.md\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.md\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.md\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.md\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.md\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.md\:bg-24 {
background-size: 24px
}
.md\:border-consumptionCategory-A,
.md\:border-consumptionCategory-A\+ {
border-color: #009324
}
.md\:border-consumptionCategory-B {
border-color: #2caf00
}
.md\:border-consumptionCategory-C {
border-color: #aacb00
}
.md\:border-consumptionCategory-D {
border-color: #fff300
}
.md\:border-consumptionCategory-E {
border-color: #ffcb00
}
.md\:border-consumptionCategory-F {
border-color: #ff8f00
}
.md\:border-consumptionCategory-G {
border-color: #f70000
}
.md\:hover\:border-consumptionCategory-A:hover,
.md\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.md\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.md\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.md\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.md\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.md\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.md\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.md\:focus\:border-consumptionCategory-A:focus,
.md\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.md\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.md\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.md\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.md\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.md\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.md\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.md\:rounded-4 {
border-radius: 4px
}
.md\:block {
display: block
}
.md\:inline-block {
display: inline-block
}
.md\:hidden {
display: none
}
.md\:flex {
display: -webkit-flex;
display: flex
}
.md\:flex-row-reverse {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse
}
.md\:flex-1 {
-webkit-flex: 1;
flex: 1
}
.md\:h-56 {
height: 56px
}
.md\:h-64 {
height: 64px
}
.md\:h-listingMD {
height: 260px
}
.md\:h-brandIconMD {
height: 64px
}
.md\:h-brandContainer {
height: 80px
}
.brandContainer:hover {
box-shadow: 0 4px 18px 0 rgba(35,42,54,.1);
background-color: #fff;
border-radius: 4px;
line-height: 1.25;
}
.md\:h-bodyColor {
height: 48px
}
.md\:leading-sm {
line-height: 1.5
}
.md\:mx-0 {
margin-left: 0;
margin-right: 0
}
.md\:my-40 {
margin-top: 40px;
margin-bottom: 40px
}
.md\:mt-0 {
margin-top: 0
}
.md\:mb-0 {
margin-bottom: 0
}
.md\:mt-10 {
margin-top: 10px
}
.md\:mr-10 {
margin-right: 10px
}
.md\:mb-30 {
margin-bottom: 30px
}
.md\:mt-90 {
margin-top: 90px
}
.md\:max-h-dropdown {
max-height: 240px
}
.md\:max-h-listingMD {
max-height: 260px
}
.md\:p-0 {
padding: 0
}
.md\:px-0 {
padding-left: 0;
padding-right: 0
}
.md\:px-20 {
padding-left: 20px;
padding-right: 20px
}
.md\:py-30 {
padding-top: 30px;
padding-bottom: 30px
}
.md\:px-60 {
padding-left: 60px;
padding-right: 60px
}
.md\:pb-0 {
padding-bottom: 0
}
.md\:pr-12 {
padding-right: 12px
}
.md\:pr-20 {
padding-right: 20px
}
.md\:pl-20 {
padding-left: 20px
}
.md\:pr-30 {
padding-right: 30px
}
.md\:pt-50 {
padding-top: 50px
}
.md\:pt-60 {
padding-top: 60px
}
.md\:pr-60 {
padding-right: 60px
}
.md\:pb-60 {
padding-bottom: 60px
}
.md\:pb-110 {
padding-bottom: 110px
}
.md\:static {
position: static
}
.md\:relative {
position: relative
}
.md\:pin-none {
top: auto;
right: auto;
bottom: auto;
left: auto
}
.md\:shadow-soft {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1)
}
.md\:text-left {
text-align: left
}
.md\:text-consumptionCategory-A,
.md\:text-consumptionCategory-A\+ {
color: #009324
}
.md\:text-consumptionCategory-B {
color: #2caf00
}
.md\:text-consumptionCategory-C {
color: #aacb00
}
.md\:text-consumptionCategory-D {
color: #fff300
}
.md\:text-consumptionCategory-E {
color: #ffcb00
}
.md\:text-consumptionCategory-F {
color: #ff8f00
}
.md\:text-consumptionCategory-G {
color: #f70000
}
.md\:hover\:text-consumptionCategory-A:hover,
.md\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.md\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.md\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.md\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.md\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.md\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.md\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.md\:focus\:text-consumptionCategory-A:focus,
.md\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.md\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.md\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.md\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.md\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.md\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.md\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.md\:text-sm {
font-size: 14px
}
.md\:text-base {
font-size: 16px
}
.md\:text-lg {
font-size: 21px
}
.md\:text-xl {
font-size: 24px
}
.md\:text-2xl {
font-size: 32px
}
.md\:text-3xl {
font-size: 48px
}
.md\:align-middle {
vertical-align: middle
}
.md\:w-200 {
width: 200px
}
.md\:w-250 {
width: 250px
}
.md\:w-400 {
width: 400px
}
.md\:w-1\/12 {
width: 8.33333333%
}
.md\:w-3\/12 {
width: 25%
}
.md\:w-4\/12 {
width: 33.33333%
}
.md\:w-5\/12 {
width: 41.66666667%
}
.md\:w-6\/12 {
width: 50%
}
.md\:w-7\/12 {
width: 58.33333333%
}
.md\:w-9\/12 {
width: 75%
}
.md\:w-12\/12 {
width: 100%
}
.md\:w-brandIconMD {
width: 64px
}
.md\:w-bodyColor {
width: 48px
}
.md\:position-bottom-60 {
bottom: 60px
}
.md\:position-left-auto {
left: auto
}
}
@media (min-width:992px) {
.lg\:bg-grey-bright {
background-color: #f9f9fb
}
.lg\:bg-consumptionCategory-A,
.lg\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.lg\:bg-consumptionCategory-B {
background-color: #2caf00
}
.lg\:bg-consumptionCategory-C {
background-color: #aacb00
}
.lg\:bg-consumptionCategory-D {
background-color: #fff300
}
.lg\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.lg\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.lg\:bg-consumptionCategory-G {
background-color: #f70000
}
.lg\:hover\:bg-consumptionCategory-A:hover,
.lg\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.lg\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.lg\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.lg\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.lg\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.lg\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.lg\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.lg\:focus\:bg-consumptionCategory-A:focus,
.lg\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.lg\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.lg\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.lg\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.lg\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.lg\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.lg\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.lg\:border-consumptionCategory-A,
.lg\:border-consumptionCategory-A\+ {
border-color: #009324
}
.lg\:border-consumptionCategory-B {
border-color: #2caf00
}
.lg\:border-consumptionCategory-C {
border-color: #aacb00
}
.lg\:border-consumptionCategory-D {
border-color: #fff300
}
.lg\:border-consumptionCategory-E {
border-color: #ffcb00
}
.lg\:border-consumptionCategory-F {
border-color: #ff8f00
}
.lg\:border-consumptionCategory-G {
border-color: #f70000
}
.lg\:hover\:border-consumptionCategory-A:hover,
.lg\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.lg\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.lg\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.lg\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.lg\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.lg\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.lg\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.lg\:focus\:border-consumptionCategory-A:focus,
.lg\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.lg\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.lg\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.lg\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.lg\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.lg\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.lg\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.lg\:border-b-0 {
border-bottom-width: 0
}
.lg\:inline-block {
display: inline-block
}
.lg\:hidden {
display: none
}
.lg\:flex {
display: -webkit-flex;
display: flex
}
.lg\:flex-row {
-webkit-flex-direction: row;
flex-direction: row
}
.lg\:items-center {
-webkit-align-items: center;
align-items: center
}
.lg\:font-regular {
font-weight: 400
}
.lg\:h-148 {
height: 148px
}
.lg\:h-bodyColor {
height: 48px
}
.lg\:mx-0 {
margin-left: 0;
margin-right: 0
}
.lg\:my-30 {
margin-top: 30px;
margin-bottom: 30px
}
.lg\:mt-0 {
margin-top: 0
}
.lg\:mr-0 {
margin-right: 0
}
.lg\:mb-0 {
margin-bottom: 0
}
.lg\:mb-10 {
margin-bottom: 10px
}
.lg\:ml-10 {
margin-left: 10px
}
.lg\:mb-60 {
margin-bottom: 60px
}
.lg\:min-h-auto {
min-height: auto
}
.lg\:-mx-20 {
margin-left: -20px;
margin-right: -20px
}
.lg\:p-0 {
padding: 0
}
.lg\:px-0 {
padding-left: 0;
padding-right: 0
}
.lg\:px-20 {
padding-left: 20px;
padding-right: 20px
}
.lg\:py-33 {
padding-top: 33px;
padding-bottom: 33px
}
.lg\:py-60 {
padding-top: 60px;
padding-bottom: 60px
}
.lg\:pt-0 {
padding-top: 0
}
.lg\:pr-0 {
padding-right: 0
}
.lg\:pb-0 {
padding-bottom: 0
}
.lg\:pl-0 {
padding-left: 0
}
.lg\:pt-10 {
padding-top: 10px
}
.lg\:pt-20 {
padding-top: 20px
}
.lg\:pb-20 {
padding-bottom: 20px
}
.lg\:pl-20 {
padding-left: 20px
}
.lg\:pb-35 {
padding-bottom: 35px
}
.lg\:pt-40 {
padding-top: 40px
}
.lg\:pl-40 {
padding-left: 40px
}
.lg\:pb-50 {
padding-bottom: 50px
}
.lg\:pt-90 {
padding-top: 90px
}
.lg\:pr-90 {
padding-right: 90px
}
.lg\:pb-90 {
padding-bottom: 90px
}
.lg\:pl-130 {
padding-left: 130px
}
.lg\:relative {
position: relative
}
.lg\:shadow-none {
box-shadow: none
}
.lg\:text-left {
text-align: left
}
.lg\:text-consumptionCategory-A,
.lg\:text-consumptionCategory-A\+ {
color: #009324
}
.lg\:text-consumptionCategory-B {
color: #2caf00
}
.lg\:text-consumptionCategory-C {
color: #aacb00
}
.lg\:text-consumptionCategory-D {
color: #fff300
}
.lg\:text-consumptionCategory-E {
color: #ffcb00
}
.lg\:text-consumptionCategory-F {
color: #ff8f00
}
.lg\:text-consumptionCategory-G {
color: #f70000
}
.lg\:hover\:text-consumptionCategory-A:hover,
.lg\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.lg\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.lg\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.lg\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.lg\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.lg\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.lg\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.lg\:focus\:text-consumptionCategory-A:focus,
.lg\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.lg\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.lg\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.lg\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.lg\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.lg\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.lg\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.lg\:text-base {
font-size: 16px
}
.lg\:text-xl {
font-size: 24px
}
.lg\:text-4xl {
font-size: 72px
}
.lg\:w-167 {
width: 167px
}
.lg\:w-200 {
width: 200px
}
.lg\:w-485 {
width: 485px
}
.lg\:w-560 {
width: 560px
}
.lg\:w-auto {
width: auto
}
.lg\:w-5\/12 {
width: 41.66666667%
}
.lg\:w-6\/12 {
width: 50%
}
.lg\:w-7\/12 {
width: 58.33333333%
}
.lg\:w-9\/12 {
width: 75%
}
.lg\:w-12\/12 {
width: 100%
}
.lg\:w-bodyColor {
width: 48px
}
.lg\:z-0 {
z-index: 0
}
}
@media (min-width:1200px) {
.xl\:bg-consumptionCategory-A,
.xl\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.xl\:bg-consumptionCategory-B {
background-color: #2caf00
}
.xl\:bg-consumptionCategory-C {
background-color: #aacb00
}
.xl\:bg-consumptionCategory-D {
background-color: #fff300
}
.xl\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.xl\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.xl\:bg-consumptionCategory-G {
background-color: #f70000
}
.xl\:hover\:bg-consumptionCategory-A:hover,
.xl\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.xl\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.xl\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.xl\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.xl\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.xl\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.xl\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.xl\:focus\:bg-consumptionCategory-A:focus,
.xl\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.xl\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.xl\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.xl\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.xl\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.xl\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.xl\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.xl\:border-consumptionCategory-A,
.xl\:border-consumptionCategory-A\+ {
border-color: #009324
}
.xl\:border-consumptionCategory-B {
border-color: #2caf00
}
.xl\:border-consumptionCategory-C {
border-color: #aacb00
}
.xl\:border-consumptionCategory-D {
border-color: #fff300
}
.xl\:border-consumptionCategory-E {
border-color: #ffcb00
}
.xl\:border-consumptionCategory-F {
border-color: #ff8f00
}
.xl\:border-consumptionCategory-G {
border-color: #f70000
}
.xl\:hover\:border-consumptionCategory-A:hover,
.xl\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.xl\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.xl\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.xl\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.xl\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.xl\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.xl\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.xl\:focus\:border-consumptionCategory-A:focus,
.xl\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.xl\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.xl\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.xl\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.xl\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.xl\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.xl\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.xl\:h-bodyColor {
height: 48px
}
.xl\:text-consumptionCategory-A,
.xl\:text-consumptionCategory-A\+ {
color: #009324
}
.xl\:text-consumptionCategory-B {
color: #2caf00
}
.xl\:text-consumptionCategory-C {
color: #aacb00
}
.xl\:text-consumptionCategory-D {
color: #fff300
}
.xl\:text-consumptionCategory-E {
color: #ffcb00
}
.xl\:text-consumptionCategory-F {
color: #ff8f00
}
.xl\:text-consumptionCategory-G {
color: #f70000
}
.xl\:hover\:text-consumptionCategory-A:hover,
.xl\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.xl\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.xl\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.xl\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.xl\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.xl\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.xl\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.xl\:focus\:text-consumptionCategory-A:focus,
.xl\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.xl\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.xl\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.xl\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.xl\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.xl\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.xl\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.xl\:w-4\/12 {
width: 33.33333%
}
.xl\:w-8\/12 {
width: 66.66667%
}
.xl\:w-bodyColor {
width: 48px
}
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
footer,
header,
nav,
section {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
figcaption,
main {
display: block
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects
}
b,
strong {
font-weight: inherit;
font-weight: bolder
}
code {
font-family: monospace, monospace;
font-size: 1em
}
dfn {
font-style: italic
}
img {
border-style: none
}
svg:not(:root) {
overflow: hidden
}
button,
input,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
textarea {
overflow: auto
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
details,
menu {
display: block
}
canvas {
display: inline-block
}
[hidden] {
display: none
}
html {
box-sizing: border-box;
font-family: sans-serif
}
*,
:after,
:before {
box-sizing: inherit
}
dl,
h1,
h2,
h3,
h4,
p {
margin: 0
}
button {
background: transparent;
padding: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
ol,
ul {
margin: 0
}
*,
:after,
:before {
border: 0 solid
}
img {
border-style: solid
}
[type=button],
[type=reset],
[type=submit],
button {
border-radius: 0
}
textarea {
resize: vertical
}
img {
max-width: 100%;
height: auto
}
button,
input,
select,
textarea {
font-family: inherit
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: inherit;
opacity: .5
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: inherit;
opacity: .5
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: inherit;
opacity: .5
}
input::placeholder,
textarea::placeholder {
color: inherit;
opacity: .5
}
[role=button],
button {
cursor: pointer
}
.slick-slider {
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list,
.slick-slider {
position: relative;
display: block
}
.slick-list {
overflow: hidden;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: none
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,
.slick-track:before {
display: table;
content: ""
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
.searchPageCarMain-attributes {
width: 50%;
padding-top: 10px
}
.detailPageCarMain-attributes {
width: 50%
}
.icon {
padding-left: 35px;
margin-bottom: 10px;
font-size: 14px;
line-height: 2;
color: #54575c
}
.card-attributesContainer .icon {
width: 50%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.icon-title {
color: #54575c;
font-weight: 400;
font-size: 14px
}
.detailPageCarMain-attributes .icon {
font-weight: 700;
color: #232a36;
line-height: 1.5;
font-size: 16px;
margin-bottom: 20px;
padding-left: 40px;
background-size: 32px
}
.searchPageCarMain-attributes .icon {
background-size: 32px
}
@media (min-width:768px) {
.searchPageCarMain-attributes .icon {
width: 33.33333%
}
.searchPageCarMain-attributes {
padding-left: 0;
border-width: 0;
border-color: transparent;
width: 41.66666667%
}
.detailPageCarMain-attributes {
width: 50%
}
.detailPageCarMain-attributes .icon {
border-width: 0;
border-color: transparent;
width: 25%
}
.detailPageCarMain-attributes .icon-title {
margin-bottom: 0
}
}
@media (min-width:992px) {
.detailPageCarMain-attributes .icon {
width: 50%
}
}
.brandContainer {
transition: .2s;
padding-top: 5px;
padding-bottom: 5px
}
.brandContainer-brandIcon_fade_in {
-webkit-animation: brandIconFadeIn .6s ease;
animation: brandIconFadeIn .6s ease
}
@-webkit-keyframes brandIconFadeIn {
0% {
opacity: .1
}
to {
opacity: 1
}
}
@keyframes brandIconFadeIn {
0% {
opacity: .1
}
to {
opacity: 1
}
}
@media (min-width:768px) {
.brandContainer:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
background-color: #fff;
border-radius: 4px;
line-height: 1.25
}
.brandContainer:hover .brand-count {
display: block
}
.brandContainer:hover .brand-name {
font-weight: 700;
color: #000
}
}
.button {
display: -webkit-flex;
display: flex;
height: 50px;
width: 100%;
padding-left: 10px;
padding-right: 10px;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
border-radius: .25rem;
color: #fff;
font-weight: 700;
line-height: 1.25;
transition: .2s;
cursor: pointer;
background-color: #f73b47
}
.button:hover {
background-color: #ed202d
}
.button:focus {
background-color: #f73b47;
outline: 0
}
.button_teal,
.button_teal_withOpacity {
background-color: #3696b9
}
.button_teal:hover {
background-color: #227d9e
}
.button_teal:focus {
background-color: #3696b9
}
.button_teal_withOpacity:hover {
background-color: rgba(54, 150, 185, .2);
color: #3696b9
}
.button_teal_withOpacity:focus {
background-color: #3696b9;
color: #fff
}
.button:disabled {
cursor: not-allowed;
background-color: #a0a7ab
}
.button_large {
height: 56px;
padding-top: 18px;
padding-bottom: 18px
}
.card-link {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-radius: 10px;
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1);
background-color: #fff;
overflow: hidden;
position: relative;
z-index: 10
}
.card-link:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
transition: .2s
}
.searchListings .card-image {
z-index: 0;
height: auto;
width: auto;
display: block;
-webkit-flex: none;
flex: none
}
.searchListings .slick-dots {
height: 60px;
bottom: 0;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: flex-end;
align-items: flex-end;
padding-bottom: 10px;
display: -webkit-flex!important;
display: flex!important
}
.searchListings .link-image {
height: 214px
}
.card-carousel {
height: inherit
}
.card-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
height: 40px;
color: #fff;
font-size: 14px;
font-weight: 700;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.card-gbdScore-text {
padding-bottom: 6px;
max-width: 50px;
text-align: right;
line-height: 1;
padding-right: 5px;
display: inline-block;
-webkit-align-self: flex-end;
align-self: flex-end
}
.card-dealerDetails {
padding-top: 12px;
padding-bottom: 12px;
border-top-width: 1px;
border-color: #ebeff1;
font-size: 12px;
line-height: 2;
color: #232a36;
font-weight: 400
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.searchListings .card-image {
height: 214px;
width: 100%;
-o-object-fit: cover;
object-fit: cover
}
}
@media (min-width:768px) {
.card-dealerDetails {
padding-top: 5px;
padding-bottom: 0;
font-size: 14px
}
.searchListings .link-image {
height: 260px
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.searchListings .card-image {
height: 260px
}
}
}
.carouselCard-link {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-radius: 10px;
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1);
background-color: #fff;
overflow: hidden;
position: relative;
z-index: 10;
-webkit-flex-direction: column;
flex-direction: column
}
.carouselCard-link:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
transition: .2s
}
.carouselCard-image {
z-index: 0
}
.carouselCard-image .card-image {
height: auto;
width: auto;
display: block;
-webkit-flex: none;
flex: none
}
.carouselCard-image .link-image {
height: 180px
}
.carouselCard-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
height: 40px;
color: #fff;
font-size: 14px;
font-weight: 700;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.carouselCard-gbdScore-text {
padding-bottom: 6px;
max-width: 50px;
text-align: right;
line-height: 1;
padding-right: 5px;
display: inline-block;
-webkit-align-self: flex-end;
align-self: flex-end
}
.carouselCard-content .icon {
line-height: 1.6;
width: 50%;
background-size: 32px
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.carouselCard-image .card-image {
-o-object-fit: cover;
object-fit: cover;
height: 180px;
width: 100%
}
}
.carouselSlider button.slick-arrow {
background-color: transparent
}
.carouselSlider .slick-disabled {
display: none!important
}
.carouselSlider .slick-dots li button:before {
background-color: #a0a7ab
}
.carouselSlider .slick-dots li.slick-active button:before {
background-color: #232a36
}
.carouselSlider .carMain-attributes {
padding-top: 10px;
padding-left: 0;
padding-right: 0
}
.carouselSlider .icon-consumption,
.carouselSlider .icon-motor {
display: none
}
.carouselSlider .slick-dots li button:before {
background-color: #d7dbdf;
opacity: 1
}
.carouselSlider .slick-dots li.slick-active button:before,
.carouselSlider .slick-dots li button:focus:before,
.carouselSlider .slick-dots li button:hover:before {
background-color: #3696b9
}
.carouselSlider .slick-arrow {
top: 42%
}
.width-A {
width: 25%
}
.width-B {
width: 33.33333%
}
.width-C {
width: 41.66666667%
}
.width-D {
width: 50%
}
.width-E {
width: 58.33333333%
}
.width-F {
width: 66.66667%
}
.width-G {
width: 75%
}
.consumptionLabel {
float: left;
color: #fff;
padding: 3px 10px;
line-height: 1.5;
height: 30px;
position: relative
}
.consumptionLabel_arrow {
position: absolute;
width: 0;
top: 0;
right: -15px;
height: 0;
border-top: 15px solid transparent!important;
border-bottom: 15px solid transparent!important;
border-left: 15px solid #000
}
.carouselSlider button.slick-prev {
left: -75px;
opacity: .4;
transition: .2s
}
.carouselSlider button.slick-next {
right: -75px;
opacity: .4;
transition: .2s
}
.carouselSlider button.slick-prev:after,
.carouselSlider button.slick-prev:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
display: inline-block;
background-size: contain;
content: "";
width: 64px;
height: 64px
}
.carouselSlider button.slick-next:after,
.carouselSlider button.slick-next:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-position: 100%;
background-repeat: no-repeat;
display: inline-block;
background-size: contain;
content: "";
width: 64px;
height: 64px
}
.carouselSlider button:hover {
opacity: 1
}
.content {
position: relative;
z-index: 0
}
.image {
position: absolute;
top: 0;
right: 0;
left: 0;
overflow: hidden;
height: 326px
}
.image-imageContent {
width: auto;
height: 326px;
max-width: none;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.mainContainer {
min-height: 326px
}
@media (min-width:576px) {
.image,
.image-imageContent,
.mainContainer {
height: 662px
}
.image {
top: -225px
}
}
@media (min-width:768px) {
.mainContainer {
height: 640px
}
.image {
top: -200px;
-o-object-fit: cover;
object-fit: cover
}
}
@media (min-width:992px) {
.mainContainer {
height: 662px
}
.image-imageContent {
-o-object-fit: cover;
object-fit: cover
}
.image {
top: 0
}
}
@media (min-width:1200px) {
.image-imageContent {
max-width: 100%;
width: 100%
}
}
.filter-container {
margin-left: 20px;
margin-right: 20px;
border-bottom-width: 1px;
border-color: #ebeff1
}
.filter-container:last-child {
border-bottom-width: 0
}
.filter-option {
-webkit-flex: 1 100%;
flex: 1 100%
}
.filter-applied-indicator {
display: block;
background-color: #3696b9;
border-radius: 50%;
position: relative;
top: -7px;
left: 3px;
width: 5px;
height: 5px
}
.filter-input_left {
border-width: 1px;
border-color: #d7dbdf;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.filter-input_left,
.filter-input_right {
margin-top: 10px;
margin-bottom: 10px;
width: 50%;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 10px;
cursor: pointer
}
.filter-input_right {
border-width: 1px;
border-color: #d7dbdf;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin-left: -1px
}
.filter-input_left:focus,
.filter-input_right:focus {
z-index: 1
}
.filter-bodyColor_other {
background: linear-gradient(180deg, #cd2d40, #ffa000, #ffd900, #a7d551, #32c1bb)
}
.filter-bodyColor_other:after {
content: "";
position: absolute;
background-color: #fff;
border-radius: 50%;
width: 80%;
height: 80%
}
.filter-bodyColor_other:before {
z-index: 2
}
.filter-gbdScore {
margin-bottom: 15px;
margin-left: 50px;
line-height: 2
}
.filter-gbdScore:before {
content: "";
position: absolute;
background-repeat: no-repeat;
background-position: 100%;
background-size: 42px;
width: 42px;
height: 42px;
margin-top: -12px;
margin-left: -50px;
line-height: 2
}
.filter-gbdScore_great-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.filter-gbdScore_good-deal:before,
.filter-gbdScore_great-deal:before {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.filter-gbdScore_good-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.filter-gbdScore_fair-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.filter-gbdScore_fair-deal:before,
.filter-gbdScore_high-deal:before {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.filter-gbdScore_high-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.filter-gbdScore_overpriced-deal:before {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
background-position: 0;
background-repeat: no-repeat
}
.filter-hasMbgOnly {
margin-bottom: 5px;
margin-left: 60px;
cursor: pointer;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.filter-hasMbgOnly_true:before {
content: "";
position: absolute;
background-position: 100%;
background-size: 47px;
width: 47px;
height: 47px;
margin-left: -60px;
line-height: 2;
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format);
background-position: 0;
background-repeat: no-repeat
}
@media (min-width:992px) {
.bodyTypeGroup:hover {
color: #232a36
}
.bodyTypeGroup.text-teal:hover {
color: #3696b9
}
}
.floatingLabel-container {
position: relative
}
.floatingLabel-input {
background-color: transparent;
outline: 0
}
.floatingLabel-input:focus {
padding-bottom: 12px
}
.floatingLabel-error {
color: #f73b47;
position: absolute;
font-size: 12px;
white-space: nowrap;
bottom: 5px
}
.floatingLabel-label {
position: absolute;
color: #a0a7ab;
top: 0;
left: 13px;
transition: .2s
}
.floatingLabel-error~label>.floatingLabel-input {
color: #f73b47;
border-color: #f73b47
}
.floatingLabel-error~label>.floatingLabel-label {
color: #f73b47
}
.floatingLabel-error~label .floatingLabel-input:invalid~.floatingLabel-label,
.floatingLabel-input:disabled~.floatingLabel-label,
.floatingLabel-input:focus~.floatingLabel-label,
.floatingLabel-input:valid~.floatingLabel-label {
font-size: 12px;
top: -13px
}
.footer-container {
padding: 16px;
margin-left: auto;
margin-right: auto;
background-color: #232a36;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: #fff;
font-family: Muli, Century Gothic, Lucida Grande, Sans-Serif;
-webkit-justify-content: center;
justify-content: center;
width: 100%
}
.pageWithFooter {
height: calc(100vh - 366px)
}
@media (min-width:768px) {
.footer-container {
-webkit-flex-direction: row;
flex-direction: row;
flex-direction: row-reverse;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: flex-end;
justify-content: flex-end;
padding: 35px
}
}
body,
html {
height: 100%
}
#__next {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
height: 100vh
}
.main {
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-basis: auto;
flex-basis: auto
}
.main,
footer,
header {
-webkit-flex-shrink: 0;
flex-shrink: 0
}
a {
text-decoration: none
}
.unstyledlink:hover {
opacity: 1
}
input {
box-shadow: none;
height: 48px
}
input:focus,
textarea:focus {
border-color: #a7aaaf;
border-left-width: 1px;
outline: 0
}
@media (min-width:768px) {
a {
opacity: 1;
transition: .2s
}
a:hover {
opacity: .6
}
}
.hide-recaptcha .grecaptcha-badge {
visibility: hidden
}
input {
color: #232a36
}
input:placeholder-shown {
color: #a0a7ab
}
.input-text {
padding: 14px 10px;
width: 100%;
border-color: #d7dbdf;
border-radius: 2px;
border-width: 1px
}
.inputCheckbox_label {
display: -webkit-flex;
display: flex
}
.inputCheckbox {
-webkit-flex-shrink: 0;
flex-shrink: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: 0;
color: #fff;
border-radius: 2px;
height: 19px;
width: 19px;
border-width: 1px;
border-color: #d7dbdf;
margin-right: 10px
}
.inputCheckbox:checked {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
background-color: #3696b9;
border-color: #3696b9
}
.inputCheckbox:checked:after {
content: "\2713"
}
.input-select {
width: 50%;
padding-left: 10px;
padding-top: 14px;
padding-bottom: 14px;
margin-bottom: 10px;
border-width: 1px;
border-color: #d7dbdf;
border-radius: 4px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: right 10px center;
cursor: text
}
.input-select:disabled {
background-color: #f9f9fb;
color: #d7dbdf
}
input[type=number] {
-moz-appearance: textfield
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
::-ms-clear,
::-ms-reveal {
width: 0;
height: 0
}
::-webkit-contacts-auto-fill-button {
visibility: hidden
}
.input_large {
padding-top: 18px;
padding-bottom: 18px;
height: 56px
}
.inputRadio-container {
display: block;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 35px;
cursor: pointer
}
.inputRadio {
position: absolute;
cursor: pointer;
opacity: 0
}
.inputRadio-checkmark {
position: absolute;
top: 0;
left: 0;
background-color: #fff;
border-radius: 50%;
border-width: 1px;
border-color: #d7dbdf;
height: 20px;
width: 20px
}
.inputRadio:checked~.inputRadio-checkmark {
background-color: #3696b9;
border-style: none
}
.inputRadio-checkmark:after {
content: "";
position: absolute;
display: none
}
.inputRadio-container .inputRadio-checkmark:after {
border-radius: 50%;
background-color: #fff;
top: 5px;
left: 5px;
width: 10px;
height: 10px
}
.inputRadio:checked~.inputRadio-checkmark:after {
display: block
}
.modal-container {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 30;
min-height: 100vh
}
.dealerModal-form,
.modal-container {
overflow-y: scroll;
-webkit-overflow-scrolling: touch
}
.dealerModal-form {
padding-left: 40px;
padding-right: 40px;
padding-bottom: 30px
}
.dealerModal-form-submit {
position: fixed;
bottom: 0;
right: 0;
left: 0;
width: 100%
}
.closeButton {
position: absolute;
z-index: 10;
cursor: pointer;
right: 0;
top: 8px
}
.preventScrolling {
position: fixed;
overflow: hidden
}
.dealerModal-form .floatingLabel-container {
width: 100%
}
.dealerModal-form .nameLabelField,
.dealerModal-form .phoneLabelField {
-webkit-flex-shrink: 0;
flex-shrink: 0;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex: auto;
flex: auto;
width: 100%
}
@media (min-width:576px) {
.dealerModal-form .nameLabelField {
margin-right: 15px;
width: auto
}
.dealerModal-form .phoneLabelField {
width: auto
}
}
@media (min-width:768px) {
.modal-container {
position: fixed;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 30;
transition: .2s;
text-align: center;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
overflow-y: auto
}
.dealerModal-form {
overflow-y: auto
}
}
@media (min-width:992px) {
.dealerModal-form {
padding-bottom: 16px
}
.preventScrolling {
position: relative
}
.dealerModal-form .dealerContactForm-submit {
margin-left: 0;
margin-right: 0;
position: relative;
bottom: 0
}
}
.pagination {
list-style-type: none;
margin-bottom: 20px;
height: 40px;
text-align: center;
display: -webkit-flex;
display: flex
}
.break-me,
.page,
.pagination {
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center
}
.break-me,
.page {
line-height: normal;
color: #a0a7ab;
font-size: 16px;
display: -webkit-inline-flex;
display: inline-flex;
margin-right: 20px;
display: none
}
.page a {
min-width: 30px;
height: 30px;
padding: 5px;
width: auto
}
.previous a {
padding-left: 30px
}
.next a {
padding-right: 30px
}
.page:not(.active):hover {
color: #000;
background-color: #d7dbdf;
border-radius: 20px;
cursor: pointer
}
.page.active {
color: #fff;
background-color: #3696b9;
border-radius: 20px;
outline: 0;
text-align: center
}
.previous {
position: absolute;
left: 0;
margin-left: 15px
}
.next a,
.previous a {
color: #3696b9;
font-weight: 700;
font-size: 14px
}
.disabled a,
.disabled a:hover {
color: #a0a7ab;
font-weight: 400;
cursor: default;
opacity: .6
}
.page.active a {
cursor: default;
opacity: 1
}
.page a:link,
.page a:visited {
color: #232a36
}
.next:not(.disabled) a:focus,
.page.active a:focus,
.page a:focus,
.previous:not(.disabled) a:focus {
outline: 0
}
.next,
.previous {
margin-top: 10px
}
.next {
position: absolute;
right: 0;
margin-right: 15px
}
.previous:not(.disabled) {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-position: 0
}
.next:not(.disabled),
.previous:not(.disabled) {
background-color: transparent;
background-repeat: no-repeat
}
.next:not(.disabled) {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-position: 100%
}
.previous.disabled {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-position: 0
}
.next.disabled,
.previous.disabled {
background-color: transparent;
background-repeat: no-repeat
}
.next.disabled {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-position: 100%
}
.next:not(.disabled):hover,
.previous:not(.disabled):hover {
opacity: .8
}
@media (min-width:992px) {
.pagination {
height: auto
}
.next,
.previous {
margin-top: 0
}
.next a,
.previous a {
font-size: 16px
}
.previous {
margin-left: 0
}
.next {
margin-right: 20px
}
.break-me,
.page {
display: -webkit-inline-flex;
display: inline-flex
}
}
.score-overpriced-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
color: #e22112
}
.score-high-deal,
.score-overpriced-deal {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.score-high-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format);
color: #e46020
}
.score-fair-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format);
color: #fcb001
}
.score-fair-deal,
.score-good-deal {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.score-good-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format);
color: #45b687
}
.score-great-deal {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: 100%;
color: #3eb2c7
}
.score_big {
padding-left: 70px;
background-repeat: no-repeat;
background-position: 0;
background-size: 60px
}
.detailPageCarMain-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
min-height: 40px;
font-size: 14px;
font-weight: 700;
margin-top: -5px
}
@media (min-width:768px) {
.detailPageCarMain-gbdScore {
margin-top: 0
}
}
.searchContainer {
margin-left: auto;
margin-right: auto;
max-width: 1680px;
position: relative
}
.searchListings {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 1200px;
margin: 0 auto
}
@media (min-width:992px) {
.searchContainer {
-webkit-align-items: stretch;
align-items: stretch;
padding-left: 0
}
.searchContainer,
.searchListings {
display: -webkit-flex;
display: flex;
height: 100%;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.searchListings {
-webkit-flex-grow: 1;
flex-grow: 1;
position: relative;
max-width: calc(100% - 370px)
}
}
.filterSidebar {
background-color: #fff;
height: 100%;
z-index: 20;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
position: fixed;
overflow-y: scroll;
display: block;
transition: .2s;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.filterSidebar_open {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
@media (min-width:768px) {
.filterSidebar {
width: 340px
}
.filterSidebar_open {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.filterOverlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 20;
transition: .2s;
background-color: rgba(0, 0, 0, .2)
}
}
@media (min-width:992px) {
.filterSidebar {
overflow: visible;
margin-right: 30px;
z-index: 20;
display: -webkit-flex;
display: flex;
height: auto;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-flex-shrink: 0;
flex-shrink: 0;
position: relative;
-webkit-justify-content: flex-start;
justify-content: flex-start;
display: block;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slick-next,
.slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
height: 100%;
padding: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
border: none;
color: transparent;
outline: none;
z-index: 1
}
.slick-next:before,
.slick-prev:before {
font-size: 20px;
line-height: 1;
opacity: .75;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
color: transparent;
outline: none
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
opacity: .25
}
button.slick-prev {
left: 0
}
button.slick-next {
right: 0
}
button.slick-prev:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
margin-left: 20px;
display: inline-block;
border-radius: 50%;
content: "";
width: 40px;
height: 40px;
background-color: rgba(84, 87, 92, .6)
}
button.slick-prev:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
background-color: rgba(84, 87, 92, .2)
}
button.slick-next:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
margin-right: 20px;
display: inline-block;
border-radius: 50%;
content: "";
width: 40px;
height: 40px;
background-color: rgba(84, 87, 92, .6)
}
button.slick-next:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
background-color: rgba(84, 87, 92, .2)
}
.slider-smallGallery {
transition: .2s
}
.slider-smallGallery button.slick-next:after,
.slider-smallGallery button.slick-prev:after {
width: 32px;
height: 32px
}
.slick-dotted.slick-slider {
margin-bottom: 30px
}
.slick-dots {
position: absolute;
bottom: 10px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center
}
.slick-dots li {
position: relative;
display: inline-block;
width: 12px;
height: 12px;
margin: 0 5px;
padding: 0;
cursor: pointer
}
.smallGallery .slick-dots li {
top: 12px
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 7px;
height: 7px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
position: relative;
border-radius: 50%;
box-shadow: 0 0 18px 0 rgba(35, 42, 54, .8)
}
.slick-dots li button:before {
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 7px;
height: 7px;
content: "";
text-align: center;
opacity: .6;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border-radius: 50%
}
.slick-dots li button:focus,
.slick-dots li button:hover {
outline: none
}
.slick-dots li.slick-active button:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
opacity: 1
}
.carouselSlider .slick-dots li button {
box-shadow: none
}
.carouselSlider .slick-arrow {
display: none!important
}
@media (min-width:1350px) {
.carouselSlider .slick-arrow {
display: block!important
}
}
@media (min-width:768px) {
.slider .slick-arrow {
display: none!important
}
}
@media (min-width:992px) {
.slider:hover .slick-arrow {
display: block!important
}
.slider-smallGallery button.slick-next:after,
.slider-smallGallery button.slick-prev:after {
width: 64px;
height: 64px;
transition: .2s
}
}
.detail-slider .slick-dots {
left: 0;
bottom: 28px
}
.detail-slider .slick-dots li button:before {
background-color: #fff;
opacity: .6
}
.detail-slider .slick-dots li.slick-active button:before,
.detail-slider .slick-dots li button:focus:before,
.detail-slider .slick-dots li button:hover:before {
background-color: #fff;
opacity: 1
}
.smallGallery-container {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.smallGallery-image {
max-height: 300px;
max-width: 100%;
width: auto;
text-align: center;
margin: auto
}
.smallGallery-container .slick-next,
.smallGallery-container .slick-prev {
display: none
}
.fullScreenGallery-image {
max-width: 100%;
max-height: 100vh;
height: auto;
margin: auto
}
.fullScreenGallery.slick-slider {
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.fullScreenGallery .slick-list {
width: 100%
}
.fullScreenGallery .slick-dots {
bottom: 100px
}
.fullScreenGallery .slick-dots li {
margin-left: 5px;
margin-right: 5px;
height: 23px;
width: auto
}
.fullScreenGallery-paginationItem {
max-width: 100%;
max-height: 100vh;
height: 100%;
margin: auto
}
.fullScreenGallery .slick-dots .slick-active {
border-width: 1px;
border-color: #3696b9
}
.fullScreenGallery .slick-next,
.fullScreenGallery .slick-prev {
display: none!important
}
@media (min-width:992px) {
.fullScreenGallery .slick-dots {
bottom: 50px
}
.fullScreenGallery .slick-dots li {
height: 50px
}
.fullScreenGallery .slick-dots .slick-active {
height: 60px;
border-width: 5px
}
.fullScreenGallery .slick-next {
margin-right: 30px;
background-color: transparent;
display: block!important
}
.fullScreenGallery .slick-prev {
margin-left: 30px;
background-color: transparent;
display: block!important
}
.smallGallery-image {
max-height: 500px
}
}
.spinner-pathBack,
.spinner-pathLine {
fill: none;
stroke-width: 40
}
.spinner-pathBack {
stroke: hsla(0, 0%, 50%, .4);
stroke-linecap: round
}
.spinner-pathLine {
stroke: currentColor;
stroke-linecap: butt;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.spinner-pathLine.spinner-start1,
.spinner-pathLine.spinner-start2 {
stroke-dasharray: 1;
stroke-dashoffset: 0;
stroke-linecap: round;
opacity: 0;
-webkit-animation-timing-function: step-start;
animation-timing-function: step-start
}
.spinner-pathLine.spinner-line1 {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
stroke-dasharray: 1318;
stroke-dashoffset: 1318;
-webkit-animation-name: spinner-line1;
animation-name: spinner-line1
}
.spinner-pathLine.spinner-line2 {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
stroke-dasharray: 1321;
stroke-dashoffset: 1321;
-webkit-animation-name: spinner-line2;
animation-name: spinner-line2
}
.spinner-pathLine.spinner-start1 {
-webkit-animation-name: spinner-start1;
animation-name: spinner-start1
}
.spinner-pathLine.spinner-start2 {
-webkit-animation-name: spinner-start2;
animation-name: spinner-start2
}
@-webkit-keyframes spinner-line1 {
0% {
stroke-dashoffset: 1318
}
25% {
stroke-dashoffset: 0
}
25.001%,
50% {
stroke-dashoffset: 2642
}
75%,
to {
stroke-dashoffset: 1318
}
}
@keyframes spinner-line1 {
0% {
stroke-dashoffset: 1318
}
25% {
stroke-dashoffset: 0
}
25.001%,
50% {
stroke-dashoffset: 2642
}
75%,
to {
stroke-dashoffset: 1318
}
}
@-webkit-keyframes spinner-line2 {
0%,
25% {
stroke-dashoffset: 1321
}
50% {
stroke-dashoffset: 0
}
50.001%,
75% {
stroke-dashoffset: 2642
}
to {
stroke-dashoffset: 1321
}
}
@keyframes spinner-line2 {
0%,
25% {
stroke-dashoffset: 1321
}
50% {
stroke-dashoffset: 0
}
50.001%,
75% {
stroke-dashoffset: 2642
}
to {
stroke-dashoffset: 1321
}
}
@-webkit-keyframes spinner-start1 {
0%,
1% {
opacity: 0
}
2%,
51% {
opacity: 1
}
52%,
to {
opacity: 0
}
}
@keyframes spinner-start1 {
0%,
1% {
opacity: 0
}
2%,
51% {
opacity: 1
}
52%,
to {
opacity: 0
}
}
@-webkit-keyframes spinner-start2 {
0%,
25% {
opacity: 0
}
26%,
75% {
opacity: 1
}
76%,
to {
opacity: 0
}
}
@keyframes spinner-start2 {
0%,
25% {
opacity: 0
}
26%,
75% {
opacity: 1
}
76%,
to {
opacity: 0
}
}
.tab-label {
display: -webkit-flex;
display: flex;
width: 50%;
height: 45px;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
background-color: #ebeff1;
border-top-left-radius: 10px;
color: #232a36;
font-weight: 700;
cursor: pointer;
border-bottom-width: 1px;
border-color: #d7dbdf;
opacity: .8;
transition: .2s
}
.tab-label:hover {
opacity: 1
}
.tab-label+.tab-label {
border-top-right-radius: 10px;
border-top-left-radius: 0
}
.tab-label_active {
background-color: #fff;
color: #3696b9;
border-left-width: 0;
border-bottom-width: 0;
border-right-width: 0
}
.tab-label:first-child {
border-right-width: 1px;
border-color: #d7dbdf
}
.tab-label:nth(2) {
border-left-width: 1px;
border-color: #d7dbdf
}
.custom-scrollbar::-webkit-scrollbar {
width: 14px;
height: 70px
}
.custom-scrollbar::-webkit-scrollbar-track {
background-color: transparent
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #3696b9;
opacity: .2;
border: 5px solid #fff;
border-radius: 10px
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
background-color: #3696b9;
opacity: 1;
transition: .2s
}
.overflow-ellipsis {
text-overflow: ellipsis
}
.input-drop-down_closed {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.input-drop-down_closed,
.input-drop-down_opened {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.input-drop-down_opened {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-drop-down_search {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: right 7px center
}
.dropdown_disabled {
background-color: #f9f9fb;
color: #d7dbdf
}
.dropdown_disabled:focus {
border-color: #d7dbdf
}
.infoTooltip {
position: absolute;
display: inline-block;
top: 28px;
left: 185px
}
.infoTooltip-text {
color: #54575c;
background-color: #fff;
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .4);
transition: .2s;
font-size: 16px;
padding: 20px;
border-radius: 4px;
z-index: 1;
position: absolute;
width: 250px;
top: -160px;
right: -75px
}
.infoTooltip_bottom .infoTooltip-text {
top: 28px
}
@media (min-width:992px) {
.infoTooltip-text {
top: -65px;
left: 25px
}
.infoTooltip_bottom .infoTooltip-text {
top: -65px
}
}
h1+.contentful-rich-text {
margin-top: 20px
}
.contentful-rich-text p {
white-space: pre-line
}
.contentful-rich-text>:not(:last-child) {
margin-bottom: 20px
}
.priceSlider {
width: 100%;
-webkit-flex-direction: column;
flex-direction: column;
font-weight: 700
}
.priceSlider,
.rangeSlider {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
margin-top: 10px
}
.rangeSlider {
position: relative;
height: 60px;
width: 66.66667%;
margin-top: -5px;
margin-left: 20px
}
.rangeSlider-track {
border-radius: 4px;
background-color: #d7dbdf;
width: 100%;
position: relative;
height: 6px
}
.rangeSlider-track_active {
border-radius: 4px;
background-color: #3696b9;
position: absolute;
height: 6px
}
.rangeSlider-sliderContainer {
position: absolute
}
.rangeSlider-slider {
position: absolute;
border-radius: 14px;
background-color: #fff;
z-index: 1;
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
margin-top: -13px;
height: 30px;
width: 30px
}
.needsAssessment_elegant {
background-image: url(/assets/images/needsAssessment/elegant.jpg)
}
.needsAssessment_travel {
background-image: url(/assets/images/needsAssessment/travel.jpg)
}
.needsAssessment_family {
background-image: url(/assets/images/needsAssessment/family.jpg)
}
.needsAssessment_city {
background-image: url(/assets/images/needsAssessment/city.jpg)
}
.needsAssessment_sport {
background-image: url(/assets/images/needsAssessment/sport.jpg)
}
.needsAssessment_offroad {
background-image: url(/assets/images/needsAssessment/offroad.jpg)
}
.needsAssessment-image {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
opacity: .6;
position: relative;
width: 105%;
height: 105%;
top: -2.5%;
left: -2.5%;
transition: opacity .8s, -webkit-transform .8s ease-out;
transition: transform .8s ease-out, opacity .8s;
transition: transform .8s ease-out, opacity .8s, -webkit-transform .8s ease-out
}
.needsAssessment-imageContainer {
height: calc((100vh - 85px)/6);
overflow: hidden
}
.needsAssessment-imageContainer:hover .needsAssessment-image {
will-change: transform;
-webkit-transform: scale(.97);
transform: scale(.97);
opacity: 1
}
.needsAssessment-filtersContainer {
min-height: calc(100vh - 85px)
}
.needsAssessment-filterBox.text-teal:hover {
color: #3696b9
}
@media (min-width:768px) {
.needsAssessment-imageContainer {
height: calc((100vh - 85px)/3)
}
}
.list-reset {
list-style: none;
padding: 0
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.bg-transparent {
background-color: transparent
}
.bg-salmon {
background-color: #f73b47
}
.bg-teal {
background-color: #3696b9
}
.bg-grey-dark {
background-color: #232a36
}
.bg-grey-1 {
background-color: #ebeff1
}
.bg-grey-bright {
background-color: #f9f9fb
}
.bg-consumptionCategory-A,
.bg-consumptionCategory-A\+ {
background-color: #009324
}
.bg-consumptionCategory-B {
background-color: #2caf00
}
.bg-consumptionCategory-C {
background-color: #aacb00
}
.bg-consumptionCategory-D {
background-color: #fff300
}
.bg-consumptionCategory-E {
background-color: #ffcb00
}
.bg-consumptionCategory-F {
background-color: #ff8f00
}
.bg-consumptionCategory-G {
background-color: #f70000
}
.bg-euro-1 {
background-color: #000
}
.bg-euro-2 {
background-color: #df1829
}
.bg-euro-3 {
background-color: #fdd325
}
.bg-euro-4 {
background-color: #009a2e
}
.bg-euro-5 {
background-color: #009ee4
}
.bg-euro-6 {
background-color: #b93c99
}
.bg-black {
background-color: #000
}
.bg-white {
background-color: #fff
}
.bg-gray {
background-color: grey
}
.bg-silver {
background-color: silver
}
.bg-blue {
background-color: #00f
}
.bg-red {
background-color: red
}
.bg-brown {
background-color: brown
}
.bg-green {
background-color: green
}
.bg-overpriced-deal {
background-color: #e22112
}
.bg-high-deal {
background-color: #e46020
}
.bg-fair-deal {
background-color: #fcb001
}
.bg-good-deal {
background-color: #45b687
}
.bg-great-deal {
background-color: #3eb2c7
}
.hover\:bg-grey-bright:hover {
background-color: #f9f9fb
}
.hover\:bg-consumptionCategory-A:hover,
.hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.focus\:bg-consumptionCategory-A:focus,
.focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.bg-right {
background-position: 100%
}
.bg-no-repeat {
background-repeat: no-repeat
}
.bg-12 {
background-size: 12px
}
.bg-18 {
background-size: 18px
}
.bg-24 {
background-size: 24px
}
.bg-32 {
background-size: 32px
}
.bg-36 {
background-size: 36px
}
.bg-47 {
background-size: 47px
}
.bg-57 {
background-size: 57px
}
.border-salmon {
border-color: #f73b47
}
.border-teal {
border-color: #3696b9
}
.border-grey-2 {
border-color: #d7dbdf
}
.border-grey-1 {
border-color: #ebeff1
}
.border-consumptionCategory-A,
.border-consumptionCategory-A\+ {
border-color: #009324
}
.border-consumptionCategory-B {
border-color: #2caf00
}
.border-consumptionCategory-C {
border-color: #aacb00
}
.border-consumptionCategory-D {
border-color: #fff300
}
.border-consumptionCategory-E {
border-color: #ffcb00
}
.border-consumptionCategory-F {
border-color: #ff8f00
}
.border-consumptionCategory-G {
border-color: #f70000
}
.border-white {
border-color: #fff
}
.hover\:border-grey-3:hover {
border-color: #a0a7ab
}
.hover\:border-grey-2:hover {
border-color: #d7dbdf
}
.hover\:border-consumptionCategory-A:hover,
.hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.focus\:border-consumptionCategory-A:focus,
.focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.rounded-2 {
border-radius: 2px
}
.rounded-4 {
border-radius: 4px
}
.rounded-6 {
border-radius: 6px
}
.rounded-10 {
border-radius: 10px
}
.rounded-14 {
border-radius: 14px
}
.rounded-none {
border-radius: 0
}
.rounded-half {
border-radius: 50%
}
.rounded-r-2 {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px
}
.rounded-l-2 {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px
}
.rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.border-2 {
border-width: 2px
}
.border {
border-width: 1px
}
.border-t {
border-top-width: 1px
}
.border-r {
border-right-width: 1px
}
.border-b {
border-bottom-width: 1px
}
.hover\:border-l:hover {
border-left-width: 1px
}
.cursor-default {
cursor: default
}
.cursor-pointer {
cursor: pointer
}
.block {
display: block
}
.inline-block {
display: inline-block
}
.hidden {
display: none
}
.flex {
display: -webkit-flex;
display: flex
}
.inline-flex {
display: -webkit-inline-flex;
display: inline-flex
}
.flex-row-reverse {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse
}
.flex-col {
-webkit-flex-direction: column;
flex-direction: column
}
.flex-col-reverse {
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.flex-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap
}
.items-center {
-webkit-align-items: center;
align-items: center
}
.items-baseline {
-webkit-align-items: baseline;
align-items: baseline
}
.self-auto {
-webkit-align-self: auto;
align-self: auto
}
.self-center {
-webkit-align-self: center;
align-self: center
}
.justify-start {
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.justify-end {
-webkit-justify-content: flex-end;
justify-content: flex-end
}
.justify-center {
-webkit-justify-content: center;
justify-content: center
}
.justify-between {
-webkit-justify-content: space-between;
justify-content: space-between
}
.content-center {
-webkit-align-content: center;
align-content: center
}
.content-start {
-webkit-align-content: flex-start;
align-content: flex-start
}
.flex-1 {
-webkit-flex: 1;
flex: 1
}
.flex-none {
-webkit-flex: none;
flex: none
}
.flex-grow {
-webkit-flex-grow: 1;
flex-grow: 1
}
.flex-no-shrink {
-webkit-flex-shrink: 0;
flex-shrink: 0
}
.float-right {
float: right
}
.float-left {
float: left
}
.float-none {
float: none
}
.clearfix:after {
content: "";
display: table;
clear: both
}
.font-regular {
font-weight: 400
}
.font-bold {
font-weight: 700
}
.h-19 {
height: 19px
}
.h-25 {
height: 25px
}
.h-32 {
height: 32px
}
.h-36 {
height: 36px
}
.h-48 {
height: 48px
}
.h-50 {
height: 50px
}
.h-56 {
height: 56px
}
.h-60 {
height: 60px
}
.h-64 {
height: 64px
}
.h-96 {
height: 96px
}
.h-auto {
height: auto
}
.h-full {
height: 100%
}
.h-screen {
height: 100vh
}
.h-headerImage {
height: 350px
}
.h-listingMD {
height: 260px
}
.h-carouselCard {
height: 180px
}
.h-carouselCardWithFooter {
height: 220px
}
.h-bodyColor,
.h-brandIcon {
height: 48px
}
.h-checkIcon {
height: 36px
}
.h-moneybackLogoM {
height: 47px
}
.h-axaLogo {
height: 24px
}
.leading-none {
line-height: 1
}
.leading-xs {
line-height: 1.25
}
.leading-sm {
line-height: 1.5
}
.leading-md {
line-height: 2
}
.leading-xl {
line-height: 3
}
.m-0 {
margin: 0
}
.m-3 {
margin: 3px
}
.m-auto {
margin: auto
}
.my-0 {
margin-top: 0;
margin-bottom: 0
}
.my-5 {
margin-top: 5px;
margin-bottom: 5px
}
.mx-5 {
margin-left: 5px;
margin-right: 5px
}
.my-10 {
margin-top: 10px;
margin-bottom: 10px
}
.mx-10 {
margin-left: 10px;
margin-right: 10px
}
.mx-12 {
margin-left: 12px;
margin-right: 12px
}
.my-15 {
margin-top: 15px;
margin-bottom: 15px
}
.my-20 {
margin-top: 20px;
margin-bottom: 20px
}
.mx-40 {
margin-left: 40px;
margin-right: 40px
}
.mx-auto {
margin-left: auto;
margin-right: auto
}
.mt-0 {
margin-top: 0
}
.mr-0 {
margin-right: 0
}
.mb-0 {
margin-bottom: 0
}
.mt-2 {
margin-top: 2px
}
.mb-2 {
margin-bottom: 2px
}
.mt-3 {
margin-top: 3px
}
.mt-5 {
margin-top: 5px
}
.mr-5 {
margin-right: 5px
}
.mb-5 {
margin-bottom: 5px
}
.ml-5 {
margin-left: 5px
}
.mt-10 {
margin-top: 10px
}
.mr-10 {
margin-right: 10px
}
.mb-10 {
margin-bottom: 10px
}
.ml-10 {
margin-left: 10px
}
.mb-12 {
margin-bottom: 12px
}
.mt-15 {
margin-top: 15px
}
.mr-15 {
margin-right: 15px
}
.mb-15 {
margin-bottom: 15px
}
.ml-15 {
margin-left: 15px
}
.mt-20 {
margin-top: 20px
}
.mb-20 {
margin-bottom: 20px
}
.ml-20 {
margin-left: 20px
}
.mt-30 {
margin-top: 30px
}
.mb-30 {
margin-bottom: 30px
}
.mt-40 {
margin-top: 40px
}
.mb-40 {
margin-bottom: 40px
}
.mb-60 {
margin-bottom: 60px
}
.ml-60 {
margin-left: 60px
}
.mt-80 {
margin-top: 80px
}
.mt-90 {
margin-top: 90px
}
.max-h-200 {
max-height: 200px
}
.max-h-full {
max-height: 100%
}
.max-h-dropdownSM {
max-height: 190px
}
.max-h-listingSM {
max-height: 214px
}
.max-h-carouselCard {
max-height: 180px
}
.max-w-full {
max-width: 100%
}
.max-w-smallCard {
max-width: 350px
}
.max-w-container {
max-width: 1200px
}
.max-w-searchContainer {
max-width: 1680px
}
.max-w-staticPages {
max-width: 780px
}
.max-w-needsAssessment {
max-width: 1060px
}
.min-h-screen {
min-height: 100vh
}
.min-h-imagePlaceholder {
min-height: 250px
}
.-m-5 {
margin: -5px
}
.-mx-10 {
margin-left: -10px;
margin-right: -10px
}
.-mt-3 {
margin-top: -3px
}
.-mt-5 {
margin-top: -5px
}
.-mr-5 {
margin-right: -5px
}
.-ml-10 {
margin-left: -10px
}
.-mt-96 {
margin-top: -96px
}
.-mt-dropdownMenu {
margin-top: -11px
}
.opacity-20 {
opacity: .2
}
.opacity-40 {
opacity: .4
}
.opacity-60 {
opacity: .6
}
.opacity-80 {
opacity: .8
}
.opacity-100 {
opacity: 1
}
.hover\:opacity-40:hover {
opacity: .4
}
.hover\:opacity-60:hover {
opacity: .6
}
.hover\:opacity-100:hover {
opacity: 1
}
.focus\:outline-none:focus,
.outline-none {
outline: 0
}
.overflow-hidden {
overflow: hidden
}
.overflow-y-scroll {
overflow-y: scroll
}
.scrolling-touch {
-webkit-overflow-scrolling: touch
}
.p-3 {
padding: 3px
}
.p-5 {
padding: 5px
}
.p-10 {
padding: 10px
}
.p-18 {
padding: 18px
}
.p-20 {
padding: 20px
}
.p-30 {
padding: 30px
}
.p-40 {
padding: 40px
}
.py-5 {
padding-top: 5px;
padding-bottom: 5px
}
.px-5 {
padding-left: 5px;
padding-right: 5px
}
.py-10 {
padding-top: 10px;
padding-bottom: 10px
}
.px-10 {
padding-left: 10px;
padding-right: 10px
}
.py-15 {
padding-top: 15px;
padding-bottom: 15px
}
.px-15 {
padding-left: 15px;
padding-right: 15px
}
.py-16 {
padding-top: 16px;
padding-bottom: 16px
}
.px-16 {
padding-left: 16px;
padding-right: 16px
}
.py-20 {
padding-top: 20px;
padding-bottom: 20px
}
.px-20 {
padding-left: 20px;
padding-right: 20px
}
.py-30 {
padding-top: 30px;
padding-bottom: 30px
}
.px-30 {
padding-left: 30px;
padding-right: 30px
}
.px-60 {
padding-left: 60px;
padding-right: 60px
}
.py-90 {
padding-top: 90px;
padding-bottom: 90px
}
.pt-0 {
padding-top: 0
}
.pt-3 {
padding-top: 3px
}
.pl-3 {
padding-left: 3px
}
.pt-5 {
padding-top: 5px
}
.pl-5 {
padding-left: 5px
}
.pt-10 {
padding-top: 10px
}
.pr-10 {
padding-right: 10px
}
.pb-10 {
padding-bottom: 10px
}
.pl-10 {
padding-left: 10px
}
.pr-12 {
padding-right: 12px
}
.pb-12 {
padding-bottom: 12px
}
.pl-12 {
padding-left: 12px
}
.pb-14 {
padding-bottom: 14px
}
.pt-16 {
padding-top: 16px
}
.pr-16 {
padding-right: 16px
}
.pb-16 {
padding-bottom: 16px
}
.pl-16 {
padding-left: 16px
}
.pb-18 {
padding-bottom: 18px
}
.pt-20 {
padding-top: 20px
}
.pr-20 {
padding-right: 20px
}
.pb-20 {
padding-bottom: 20px
}
.pl-20 {
padding-left: 20px
}
.pl-25 {
padding-left: 25px
}
.pt-30 {
padding-top: 30px
}
.pr-30 {
padding-right: 30px
}
.pb-30 {
padding-bottom: 30px
}
.pl-30 {
padding-left: 30px
}
.pt-35 {
padding-top: 35px
}
.pl-35 {
padding-left: 35px
}
.pb-40 {
padding-bottom: 40px
}
.pr-50 {
padding-right: 50px
}
.pb-50 {
padding-bottom: 50px
}
.pt-60 {
padding-top: 60px
}
.pb-60 {
padding-bottom: 60px
}
.pl-70 {
padding-left: 70px
}
.pb-80 {
padding-bottom: 80px
}
.pb-90 {
padding-bottom: 90px
}
.pb-130 {
padding-bottom: 130px
}
.static {
position: static
}
.fixed {
position: fixed
}
.absolute {
position: absolute
}
.relative {
position: relative
}
.sticky {
position: -webkit-sticky;
position: sticky
}
.pin {
right: 0;
left: 0;
bottom: 0
}
.pin,
.pin-t {
top: 0
}
.pin-r {
right: 0
}
.pin-b {
bottom: 0
}
.pin-l {
left: 0
}
.shadow-small {
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1)
}
.shadow-soft {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1)
}
.shadow-hard {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .4)
}
.fill-consumptionCategory-A,
.fill-consumptionCategory-A\+ {
fill: #009324
}
.fill-consumptionCategory-B {
fill: #2caf00
}
.fill-consumptionCategory-C {
fill: #aacb00
}
.fill-consumptionCategory-D {
fill: #fff300
}
.fill-consumptionCategory-E {
fill: #ffcb00
}
.fill-consumptionCategory-F {
fill: #ff8f00
}
.fill-consumptionCategory-G {
fill: #f70000
}
.text-left {
text-align: left
}
.text-center {
text-align: center
}
.text-right {
text-align: right
}
.text-salmon {
color: #f73b47
}
.text-teal {
color: #3696b9
}
.text-grey-dark {
color: #232a36
}
.text-grey-4 {
color: #54575c
}
.text-grey-3 {
color: #a0a7ab
}
.text-green-light {
color: #74cc74
}
.text-consumptionCategory-A,
.text-consumptionCategory-A\+ {
color: #009324
}
.text-consumptionCategory-B {
color: #2caf00
}
.text-consumptionCategory-C {
color: #aacb00
}
.text-consumptionCategory-D {
color: #fff300
}
.text-consumptionCategory-E {
color: #ffcb00
}
.text-consumptionCategory-F {
color: #ff8f00
}
.text-consumptionCategory-G {
color: #f70000
}
.text-euro-1 {
color: #000
}
.text-euro-2 {
color: #df1829
}
.text-euro-3 {
color: #fdd325
}
.text-euro-4 {
color: #009a2e
}
.text-euro-5 {
color: #009ee4
}
.text-euro-6 {
color: #b93c99
}
.text-black {
color: #000
}
.text-white {
color: #fff
}
.text-gray {
color: grey
}
.text-silver {
color: silver
}
.text-blue {
color: #00f
}
.text-red {
color: red
}
.text-brown {
color: brown
}
.text-green {
color: green
}
.text-overpriced-deal {
color: #e22112
}
.text-high-deal {
color: #e46020
}
.text-fair-deal {
color: #fcb001
}
.text-good-deal {
color: #45b687
}
.text-great-deal {
color: #3eb2c7
}
.hover\:text-grey-dark:hover {
color: #232a36
}
.hover\:text-grey-3:hover {
color: #a0a7ab
}
.hover\:text-consumptionCategory-A:hover,
.hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.hover\:text-facebook:hover {
color: #4267b2
}
.hover\:text-twitter:hover {
color: #1ea0f2
}
.hover\:text-whatsapp:hover {
color: #0dc143
}
.focus\:text-consumptionCategory-A:focus,
.focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.text-xs {
font-size: 12px
}
.text-sm {
font-size: 14px
}
.text-base {
font-size: 16px
}
.text-lg {
font-size: 21px
}
.text-xl {
font-size: 24px
}
.text-2xl {
font-size: 32px
}
.uppercase {
text-transform: uppercase
}
.capitalize {
text-transform: capitalize
}
.underline {
text-decoration: underline
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.align-middle {
vertical-align: middle
}
.visible {
visibility: visible
}
.invisible {
visibility: hidden
}
.truncate,
.whitespace-no-wrap {
white-space: nowrap
}
.truncate {
overflow: hidden;
text-overflow: ellipsis
}
.w-0 {
width: 0
}
.w-19 {
width: 19px
}
.w-32 {
width: 32px
}
.w-36 {
width: 36px
}
.w-96 {
width: 96px
}
.w-110 {
width: 110px
}
.w-130 {
width: 130px
}
.w-200 {
width: 200px
}
.w-250 {
width: 250px
}
.w-400 {
width: 400px
}
.w-auto {
width: auto
}
.w-1\/12 {
width: 8.33333333%
}
.w-2\/12 {
width: 16.66667%
}
.w-3\/12 {
width: 25%
}
.w-4\/12 {
width: 33.33333%
}
.w-5\/12 {
width: 41.66666667%
}
.w-6\/12 {
width: 50%
}
.w-7\/12 {
width: 58.33333333%
}
.w-8\/12 {
width: 66.66667%
}
.w-9\/12 {
width: 75%
}
.w-10\/12 {
width: 83.33333%
}
.w-11\/12 {
width: 91.66666667
}
.w-12\/12 {
width: 100%
}
.w-screen {
width: 100vw
}
.w-bodyColor,
.w-brandIcon {
width: 48px
}
.w-moneybackLogoM {
width: 47px
}
.w-goodDealInfo {
width: 720px
}
.z-1 {
z-index: 1
}
.z-10 {
z-index: 10
}
.z-20 {
z-index: 20
}
.z-30 {
z-index: 30
}
.z-negative {
z-index: -1
}
.icon-360 {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360,
.icon-360-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-360-left,
.icon-360-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360-right {
background-position: 100%
}
.icon-360-center,
.icon-360-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-360-center {
background-position: 50%
}
.icon-360-center,
.icon-360-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360-top-left {
background-position: 0 0
}
.icon-360-top-center,
.icon-360-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-360-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format);
background-position: top
}
.icon-3People {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People,
.icon-3People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-3People-left,
.icon-3People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People-right {
background-position: 100%
}
.icon-3People-center,
.icon-3People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-3People-center {
background-position: 50%
}
.icon-3People-center,
.icon-3People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People-top-left {
background-position: 0 0
}
.icon-3People-top-center,
.icon-3People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-3People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format);
background-position: top
}
.icon-5People {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People,
.icon-5People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-5People-left,
.icon-5People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People-right {
background-position: 100%
}
.icon-5People-center,
.icon-5People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-5People-center {
background-position: 50%
}
.icon-5People-center,
.icon-5People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People-top-left {
background-position: 0 0
}
.icon-5People-top-center,
.icon-5People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-5People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format);
background-position: top
}
.icon-7People {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People,
.icon-7People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-7People-left,
.icon-7People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People-right {
background-position: 100%
}
.icon-7People-center,
.icon-7People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-7People-center {
background-position: 50%
}
.icon-7People-center,
.icon-7People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People-top-left {
background-position: 0 0
}
.icon-7People-top-center,
.icon-7People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-7People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format);
background-position: top
}
.icon-arrowDdDown {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown,
.icon-arrowDdDown-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDdDown-left,
.icon-arrowDdDown-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown-right {
background-position: 100%
}
.icon-arrowDdDown-center,
.icon-arrowDdDown-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdDown-center {
background-position: 50%
}
.icon-arrowDdDown-center,
.icon-arrowDdDown-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown-top-left {
background-position: 0 0
}
.icon-arrowDdDown-top-center,
.icon-arrowDdDown-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdDown-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format);
background-position: top
}
.icon-arrowDdUp {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp,
.icon-arrowDdUp-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDdUp-left,
.icon-arrowDdUp-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp-right {
background-position: 100%
}
.icon-arrowDdUp-center,
.icon-arrowDdUp-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdUp-center {
background-position: 50%
}
.icon-arrowDdUp-center,
.icon-arrowDdUp-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp-top-left {
background-position: 0 0
}
.icon-arrowDdUp-top-center,
.icon-arrowDdUp-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdUp-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format);
background-position: top
}
.icon-arrowDownM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-m-34efc62f1dde37dee9d5fd515971f615.svg?auto=format)
}
.icon-arrowDownM,
.icon-arrowDownM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownM-left,
.icon-arrowDownM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-m-34efc62f1dde37dee9d5fd515971f615.svg?auto=format)
}
.icon-arrowDownM-right {
background-position: 100%
}
.icon-arrowDownM-center,
.icon-arrowDownM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownM-center {
background-position: 50%
}
.icon-arrowDownM-center,
.icon-arrowDownM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-m-34efc62f1dde37dee9d5fd515971f615.svg?auto=format)
}
.icon-arrowDownM-top-left {
background-position: 0 0
}
.icon-arrowDownM-top-center,
.icon-arrowDownM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-m-34efc62f1dde37dee9d5fd515971f615.svg?auto=format);
background-position: top
}
.icon-arrowDownSCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format)
}
.icon-arrowDownSCrop,
.icon-arrowDownSCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownSCrop-left,
.icon-arrowDownSCrop-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format)
}
.icon-arrowDownSCrop-right {
background-position: 100%
}
.icon-arrowDownSCrop-center,
.icon-arrowDownSCrop-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownSCrop-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format);
background-position: 50%
}
.icon-arrowDownSCrop-top-left {
background-position: 0 0
}
.icon-arrowDownSCrop-top-center,
.icon-arrowDownSCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownSCrop-top-center {
background-position: top
}
.icon-arrowDownS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-fb0c59fb86dbc03842eabf7b7416b4e5.svg?auto=format)
}
.icon-arrowDownS,
.icon-arrowDownS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownS-left,
.icon-arrowDownS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-fb0c59fb86dbc03842eabf7b7416b4e5.svg?auto=format)
}
.icon-arrowDownS-right {
background-position: 100%
}
.icon-arrowDownS-center,
.icon-arrowDownS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownS-center {
background-position: 50%
}
.icon-arrowDownS-center,
.icon-arrowDownS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-fb0c59fb86dbc03842eabf7b7416b4e5.svg?auto=format)
}
.icon-arrowDownS-top-left {
background-position: 0 0
}
.icon-arrowDownS-top-center,
.icon-arrowDownS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-fb0c59fb86dbc03842eabf7b7416b4e5.svg?auto=format);
background-position: top
}
.icon-arrowDownTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format)
}
.icon-arrowDownTealM,
.icon-arrowDownTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownTealM-left,
.icon-arrowDownTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format)
}
.icon-arrowDownTealM-right {
background-position: 100%
}
.icon-arrowDownTealM-center,
.icon-arrowDownTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format);
background-position: 50%
}
.icon-arrowDownTealM-top-left {
background-position: 0 0
}
.icon-arrowDownTealM-top-center,
.icon-arrowDownTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownTealM-top-center {
background-position: top
}
.icon-arrowDownTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format)
}
.icon-arrowDownTealS,
.icon-arrowDownTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownTealS-left,
.icon-arrowDownTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format)
}
.icon-arrowDownTealS-right {
background-position: 100%
}
.icon-arrowDownTealS-center,
.icon-arrowDownTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format);
background-position: 50%
}
.icon-arrowDownTealS-top-left {
background-position: 0 0
}
.icon-arrowDownTealS-top-center,
.icon-arrowDownTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownTealS-top-center {
background-position: top
}
.icon-arrowDownWhiteM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-m-bb442f8dfe23565b08bfcef64dc448ba.svg?auto=format)
}
.icon-arrowDownWhiteM,
.icon-arrowDownWhiteM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownWhiteM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-m-bb442f8dfe23565b08bfcef64dc448ba.svg?auto=format)
}
.icon-arrowDownWhiteM-right {
background-position: 100%
}
.icon-arrowDownWhiteM-center,
.icon-arrowDownWhiteM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-m-bb442f8dfe23565b08bfcef64dc448ba.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownWhiteM-center {
background-position: 50%
}
.icon-arrowDownWhiteM-top-left {
background-position: 0 0
}
.icon-arrowDownWhiteM-top-center,
.icon-arrowDownWhiteM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-m-bb442f8dfe23565b08bfcef64dc448ba.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownWhiteM-top-center {
background-position: top
}
.icon-arrowDownWhiteS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-s-55186c49299c76177ed34ad1d93c0ce3.svg?auto=format)
}
.icon-arrowDownWhiteS,
.icon-arrowDownWhiteS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownWhiteS-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-s-55186c49299c76177ed34ad1d93c0ce3.svg?auto=format)
}
.icon-arrowDownWhiteS-right {
background-position: 100%
}
.icon-arrowDownWhiteS-center,
.icon-arrowDownWhiteS-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-s-55186c49299c76177ed34ad1d93c0ce3.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownWhiteS-center {
background-position: 50%
}
.icon-arrowDownWhiteS-top-left {
background-position: 0 0
}
.icon-arrowDownWhiteS-top-center,
.icon-arrowDownWhiteS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-s-55186c49299c76177ed34ad1d93c0ce3.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownWhiteS-top-center {
background-position: top
}
.icon-arrowDown {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown,
.icon-arrowDown-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDown-left,
.icon-arrowDown-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown-right {
background-position: 100%
}
.icon-arrowDown-center,
.icon-arrowDown-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDown-center {
background-position: 50%
}
.icon-arrowDown-center,
.icon-arrowDown-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown-top-left {
background-position: 0 0
}
.icon-arrowDown-top-center,
.icon-arrowDown-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDown-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format);
background-position: top
}
.icon-arrowLeftDark {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format)
}
.icon-arrowLeftDark,
.icon-arrowLeftDark-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftDark-left,
.icon-arrowLeftDark-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format)
}
.icon-arrowLeftDark-right {
background-position: 100%
}
.icon-arrowLeftDark-center,
.icon-arrowLeftDark-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftDark-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftDark-top-left {
background-position: 0 0
}
.icon-arrowLeftDark-top-center,
.icon-arrowLeftDark-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftDark-top-center {
background-position: top
}
.icon-arrowLeftGreyM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format)
}
.icon-arrowLeftGreyM,
.icon-arrowLeftGreyM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-left,
.icon-arrowLeftGreyM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format)
}
.icon-arrowLeftGreyM-right {
background-position: 100%
}
.icon-arrowLeftGreyM-center,
.icon-arrowLeftGreyM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftGreyM-top-left {
background-position: 0 0
}
.icon-arrowLeftGreyM-top-center,
.icon-arrowLeftGreyM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-top-center {
background-position: top
}
.icon-arrowLeftGreyS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format)
}
.icon-arrowLeftGreyS,
.icon-arrowLeftGreyS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-left,
.icon-arrowLeftGreyS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format)
}
.icon-arrowLeftGreyS-right {
background-position: 100%
}
.icon-arrowLeftGreyS-center,
.icon-arrowLeftGreyS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftGreyS-top-left {
background-position: 0 0
}
.icon-arrowLeftGreyS-top-center,
.icon-arrowLeftGreyS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-top-center {
background-position: top
}
.icon-arrowLeftTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format)
}
.icon-arrowLeftTealM,
.icon-arrowLeftTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftTealM-left,
.icon-arrowLeftTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format)
}
.icon-arrowLeftTealM-right {
background-position: 100%
}
.icon-arrowLeftTealM-center,
.icon-arrowLeftTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftTealM-top-left {
background-position: 0 0
}
.icon-arrowLeftTealM-top-center,
.icon-arrowLeftTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftTealM-top-center {
background-position: top
}
.icon-arrowLeftTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format)
}
.icon-arrowLeftTealS,
.icon-arrowLeftTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftTealS-left,
.icon-arrowLeftTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format)
}
.icon-arrowLeftTealS-right {
background-position: 100%
}
.icon-arrowLeftTealS-center,
.icon-arrowLeftTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftTealS-top-left {
background-position: 0 0
}
.icon-arrowLeftTealS-top-center,
.icon-arrowLeftTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftTealS-top-center {
background-position: top
}
.icon-arrowLeft {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft,
.icon-arrowLeft-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeft-left,
.icon-arrowLeft-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft-right {
background-position: 100%
}
.icon-arrowLeft-center,
.icon-arrowLeft-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeft-center {
background-position: 50%
}
.icon-arrowLeft-center,
.icon-arrowLeft-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft-top-left {
background-position: 0 0
}
.icon-arrowLeft-top-center,
.icon-arrowLeft-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeft-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: top
}
.icon-arrowRightDark {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format)
}
.icon-arrowRightDark,
.icon-arrowRightDark-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightDark-left,
.icon-arrowRightDark-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format)
}
.icon-arrowRightDark-right {
background-position: 100%
}
.icon-arrowRightDark-center,
.icon-arrowRightDark-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRightDark-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-position: 50%
}
.icon-arrowRightDark-top-left {
background-position: 0 0
}
.icon-arrowRightDark-top-center,
.icon-arrowRightDark-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightDark-top-center {
background-position: top
}
.icon-arrowRightGreayM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format)
}
.icon-arrowRightGreayM,
.icon-arrowRightGreayM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightGreayM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format)
}
.icon-arrowRightGreayM-right {
background-position: 100%
}
.icon-arrowRightGreayM-center,
.icon-arrowRightGreayM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreayM-center {
background-position: 50%
}
.icon-arrowRightGreayM-top-left {
background-position: 0 0
}
.icon-arrowRightGreayM-top-center,
.icon-arrowRightGreayM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreayM-top-center {
background-position: top
}
.icon-arrowRightGreyS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format)
}
.icon-arrowRightGreyS,
.icon-arrowRightGreyS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightGreyS-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format)
}
.icon-arrowRightGreyS-right {
background-position: 100%
}
.icon-arrowRightGreyS-center,
.icon-arrowRightGreyS-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreyS-center {
background-position: 50%
}
.icon-arrowRightGreyS-top-left {
background-position: 0 0
}
.icon-arrowRightGreyS-top-center,
.icon-arrowRightGreyS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreyS-top-center {
background-position: top
}
.icon-arrowRightTealMCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format)
}
.icon-arrowRightTealMCrop,
.icon-arrowRightTealMCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format)
}
.icon-arrowRightTealMCrop-right {
background-position: 100%
}
.icon-arrowRightTealMCrop-center,
.icon-arrowRightTealMCrop-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-center {
background-position: 50%
}
.icon-arrowRightTealMCrop-top-left {
background-position: 0 0
}
.icon-arrowRightTealMCrop-top-center,
.icon-arrowRightTealMCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-top-center {
background-position: top
}
.icon-arrowRightTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format)
}
.icon-arrowRightTealM,
.icon-arrowRightTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format)
}
.icon-arrowRightTealM-right {
background-position: 100%
}
.icon-arrowRightTealM-center,
.icon-arrowRightTealM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealM-center {
background-position: 50%
}
.icon-arrowRightTealM-top-left {
background-position: 0 0
}
.icon-arrowRightTealM-top-center,
.icon-arrowRightTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealM-top-center {
background-position: top
}
.icon-arrowRightTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format)
}
.icon-arrowRightTealS,
.icon-arrowRightTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealS-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format)
}
.icon-arrowRightTealS-right {
background-position: 100%
}
.icon-arrowRightTealS-center,
.icon-arrowRightTealS-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealS-center {
background-position: 50%
}
.icon-arrowRightTealS-top-left {
background-position: 0 0
}
.icon-arrowRightTealS-top-center,
.icon-arrowRightTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealS-top-center {
background-position: top
}
.icon-arrowRightWhiteM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format)
}
.icon-arrowRightWhiteM,
.icon-arrowRightWhiteM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format)
}
.icon-arrowRightWhiteM-right {
background-position: 100%
}
.icon-arrowRightWhiteM-center,
.icon-arrowRightWhiteM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-center {
background-position: 50%
}
.icon-arrowRightWhiteM-top-left {
background-position: 0 0
}
.icon-arrowRightWhiteM-top-center,
.icon-arrowRightWhiteM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-top-center {
background-position: top
}
.icon-arrowRight {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight,
.icon-arrowRight-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRight-left,
.icon-arrowRight-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight-right {
background-position: 100%
}
.icon-arrowRight-center,
.icon-arrowRight-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRight-center {
background-position: 50%
}
.icon-arrowRight-center,
.icon-arrowRight-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight-top-left {
background-position: 0 0
}
.icon-arrowRight-top-center,
.icon-arrowRight-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRight-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format);
background-position: top
}
.icon-arrowUpM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-m-e09f5cf4d590cb4612ad8f35f24d80da.svg?auto=format)
}
.icon-arrowUpM,
.icon-arrowUpM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpM-left,
.icon-arrowUpM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-m-e09f5cf4d590cb4612ad8f35f24d80da.svg?auto=format)
}
.icon-arrowUpM-right {
background-position: 100%
}
.icon-arrowUpM-center,
.icon-arrowUpM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpM-center {
background-position: 50%
}
.icon-arrowUpM-center,
.icon-arrowUpM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-m-e09f5cf4d590cb4612ad8f35f24d80da.svg?auto=format)
}
.icon-arrowUpM-top-left {
background-position: 0 0
}
.icon-arrowUpM-top-center,
.icon-arrowUpM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-m-e09f5cf4d590cb4612ad8f35f24d80da.svg?auto=format);
background-position: top
}
.icon-arrowUpSCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format)
}
.icon-arrowUpSCrop,
.icon-arrowUpSCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpSCrop-left,
.icon-arrowUpSCrop-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format)
}
.icon-arrowUpSCrop-right {
background-position: 100%
}
.icon-arrowUpSCrop-center,
.icon-arrowUpSCrop-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpSCrop-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format);
background-position: 50%
}
.icon-arrowUpSCrop-top-left {
background-position: 0 0
}
.icon-arrowUpSCrop-top-center,
.icon-arrowUpSCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpSCrop-top-center {
background-position: top
}
.icon-arrowUpS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-eff614f806fd54b0b090be9e021eecb9.svg?auto=format)
}
.icon-arrowUpS,
.icon-arrowUpS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpS-left,
.icon-arrowUpS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-eff614f806fd54b0b090be9e021eecb9.svg?auto=format)
}
.icon-arrowUpS-right {
background-position: 100%
}
.icon-arrowUpS-center,
.icon-arrowUpS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpS-center {
background-position: 50%
}
.icon-arrowUpS-center,
.icon-arrowUpS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-eff614f806fd54b0b090be9e021eecb9.svg?auto=format)
}
.icon-arrowUpS-top-left {
background-position: 0 0
}
.icon-arrowUpS-top-center,
.icon-arrowUpS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-eff614f806fd54b0b090be9e021eecb9.svg?auto=format);
background-position: top
}
.icon-arrowUpSmall {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format)
}
.icon-arrowUpSmall,
.icon-arrowUpSmall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpSmall-left,
.icon-arrowUpSmall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format)
}
.icon-arrowUpSmall-right {
background-position: 100%
}
.icon-arrowUpSmall-center,
.icon-arrowUpSmall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpSmall-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format);
background-position: 50%
}
.icon-arrowUpSmall-top-left {
background-position: 0 0
}
.icon-arrowUpSmall-top-center,
.icon-arrowUpSmall-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpSmall-top-center {
background-position: top
}
.icon-arrowUpTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format)
}
.icon-arrowUpTealM,
.icon-arrowUpTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpTealM-left,
.icon-arrowUpTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format)
}
.icon-arrowUpTealM-right {
background-position: 100%
}
.icon-arrowUpTealM-center,
.icon-arrowUpTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format);
background-position: 50%
}
.icon-arrowUpTealM-top-left {
background-position: 0 0
}
.icon-arrowUpTealM-top-center,
.icon-arrowUpTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpTealM-top-center {
background-position: top
}
.icon-arrowUpTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format)
}
.icon-arrowUpTealS,
.icon-arrowUpTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpTealS-left,
.icon-arrowUpTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format)
}
.icon-arrowUpTealS-right {
background-position: 100%
}
.icon-arrowUpTealS-center,
.icon-arrowUpTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format);
background-position: 50%
}
.icon-arrowUpTealS-top-left {
background-position: 0 0
}
.icon-arrowUpTealS-top-center,
.icon-arrowUpTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpTealS-top-center {
background-position: top
}
.icon-arrowUpWhiteM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-m-beab283329967df546b0e2f83d678c3d.svg?auto=format)
}
.icon-arrowUpWhiteM,
.icon-arrowUpWhiteM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpWhiteM-left,
.icon-arrowUpWhiteM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-m-beab283329967df546b0e2f83d678c3d.svg?auto=format)
}
.icon-arrowUpWhiteM-right {
background-position: 100%
}
.icon-arrowUpWhiteM-center,
.icon-arrowUpWhiteM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpWhiteM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-m-beab283329967df546b0e2f83d678c3d.svg?auto=format);
background-position: 50%
}
.icon-arrowUpWhiteM-top-left {
background-position: 0 0
}
.icon-arrowUpWhiteM-top-center,
.icon-arrowUpWhiteM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-m-beab283329967df546b0e2f83d678c3d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpWhiteM-top-center {
background-position: top
}
.icon-arrowUpWhiteS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-s-43608e299b4bef8678e6bf8d4bd26b36.svg?auto=format)
}
.icon-arrowUpWhiteS,
.icon-arrowUpWhiteS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpWhiteS-left,
.icon-arrowUpWhiteS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-s-43608e299b4bef8678e6bf8d4bd26b36.svg?auto=format)
}
.icon-arrowUpWhiteS-right {
background-position: 100%
}
.icon-arrowUpWhiteS-center,
.icon-arrowUpWhiteS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpWhiteS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-s-43608e299b4bef8678e6bf8d4bd26b36.svg?auto=format);
background-position: 50%
}
.icon-arrowUpWhiteS-top-left {
background-position: 0 0
}
.icon-arrowUpWhiteS-top-center,
.icon-arrowUpWhiteS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-s-43608e299b4bef8678e6bf8d4bd26b36.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpWhiteS-top-center {
background-position: top
}
.icon-automatic {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic,
.icon-automatic-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-automatic-left,
.icon-automatic-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic-right {
background-position: 100%
}
.icon-automatic-center,
.icon-automatic-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-automatic-center {
background-position: 50%
}
.icon-automatic-center,
.icon-automatic-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic-top-left {
background-position: 0 0
}
.icon-automatic-top-center,
.icon-automatic-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-automatic-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format);
background-position: top
}
.icon-availableM {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM,
.icon-availableM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-availableM-left,
.icon-availableM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM-right {
background-position: 100%
}
.icon-availableM-center,
.icon-availableM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-availableM-center {
background-position: 50%
}
.icon-availableM-center,
.icon-availableM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM-top-left {
background-position: 0 0
}
.icon-availableM-top-center,
.icon-availableM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-availableM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format);
background-position: top
}
.icon-available {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available,
.icon-available-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-available-left,
.icon-available-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available-right {
background-position: 100%
}
.icon-available-center,
.icon-available-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-available-center {
background-position: 50%
}
.icon-available-center,
.icon-available-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available-top-left {
background-position: 0 0
}
.icon-available-top-center,
.icon-available-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-available-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format);
background-position: top
}
.icon-cabriolet {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet,
.icon-cabriolet-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-cabriolet-left,
.icon-cabriolet-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet-right {
background-position: 100%
}
.icon-cabriolet-center,
.icon-cabriolet-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-cabriolet-center {
background-position: 50%
}
.icon-cabriolet-center,
.icon-cabriolet-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet-top-left {
background-position: 0 0
}
.icon-cabriolet-top-center,
.icon-cabriolet-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-cabriolet-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format);
background-position: top
}
.icon-checkCircle {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle,
.icon-checkCircle-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-checkCircle-left,
.icon-checkCircle-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle-right {
background-position: 100%
}
.icon-checkCircle-center,
.icon-checkCircle-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-checkCircle-center {
background-position: 50%
}
.icon-checkCircle-center,
.icon-checkCircle-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle-top-left {
background-position: 0 0
}
.icon-checkCircle-top-center,
.icon-checkCircle-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-checkCircle-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format);
background-position: top
}
.icon-check {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check,
.icon-check-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-check-left,
.icon-check-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check-right {
background-position: 100%
}
.icon-check-center,
.icon-check-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-check-center {
background-position: 50%
}
.icon-check-center,
.icon-check-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check-top-left {
background-position: 0 0
}
.icon-check-top-center,
.icon-check-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-check-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format);
background-position: top
}
.icon-closeS {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS,
.icon-closeS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-closeS-left,
.icon-closeS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS-right {
background-position: 100%
}
.icon-closeS-center,
.icon-closeS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-closeS-center {
background-position: 50%
}
.icon-closeS-center,
.icon-closeS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS-top-left {
background-position: 0 0
}
.icon-closeS-top-center,
.icon-closeS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-closeS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format);
background-position: top
}
.icon-close {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close,
.icon-close-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-close-left,
.icon-close-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close-right {
background-position: 100%
}
.icon-close-center,
.icon-close-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-close-center {
background-position: 50%
}
.icon-close-center,
.icon-close-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close-top-left {
background-position: 0 0
}
.icon-close-top-center,
.icon-close-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-close-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format);
background-position: top
}
.icon-consumption {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption,
.icon-consumption-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-consumption-left,
.icon-consumption-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption-right {
background-position: 100%
}
.icon-consumption-center,
.icon-consumption-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-consumption-center {
background-position: 50%
}
.icon-consumption-center,
.icon-consumption-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption-top-left {
background-position: 0 0
}
.icon-consumption-top-center,
.icon-consumption-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-consumption-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format);
background-position: top
}
.icon-coupe {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe,
.icon-coupe-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-coupe-left,
.icon-coupe-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe-right {
background-position: 100%
}
.icon-coupe-center,
.icon-coupe-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-coupe-center {
background-position: 50%
}
.icon-coupe-center,
.icon-coupe-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe-top-left {
background-position: 0 0
}
.icon-coupe-top-center,
.icon-coupe-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-coupe-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format);
background-position: top
}
.icon-ctaCall {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall,
.icon-ctaCall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-ctaCall-left,
.icon-ctaCall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall-right {
background-position: 100%
}
.icon-ctaCall-center,
.icon-ctaCall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaCall-center {
background-position: 50%
}
.icon-ctaCall-center,
.icon-ctaCall-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall-top-left {
background-position: 0 0
}
.icon-ctaCall-top-center,
.icon-ctaCall-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaCall-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format);
background-position: top
}
.icon-ctaWrite {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite,
.icon-ctaWrite-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-ctaWrite-left,
.icon-ctaWrite-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite-right {
background-position: 100%
}
.icon-ctaWrite-center,
.icon-ctaWrite-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaWrite-center {
background-position: 50%
}
.icon-ctaWrite-center,
.icon-ctaWrite-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite-top-left {
background-position: 0 0
}
.icon-ctaWrite-top-center,
.icon-ctaWrite-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaWrite-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format);
background-position: top
}
.icon-date {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date,
.icon-date-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-date-left,
.icon-date-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date-right {
background-position: 100%
}
.icon-date-center,
.icon-date-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-date-center {
background-position: 50%
}
.icon-date-center,
.icon-date-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date-top-left {
background-position: 0 0
}
.icon-date-top-center,
.icon-date-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-date-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format);
background-position: top
}
.icon-doors {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors,
.icon-doors-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-doors-left,
.icon-doors-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors-right {
background-position: 100%
}
.icon-doors-center,
.icon-doors-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-doors-center {
background-position: 50%
}
.icon-doors-center,
.icon-doors-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors-top-left {
background-position: 0 0
}
.icon-doors-top-center,
.icon-doors-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-doors-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format);
background-position: top
}
.icon-email {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email,
.icon-email-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-email-left,
.icon-email-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email-right {
background-position: 100%
}
.icon-email-center,
.icon-email-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-email-center {
background-position: 50%
}
.icon-email-center,
.icon-email-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email-top-left {
background-position: 0 0
}
.icon-email-top-center,
.icon-email-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-email-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format);
background-position: top
}
.icon-estate {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate,
.icon-estate-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-estate-left,
.icon-estate-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate-right {
background-position: 100%
}
.icon-estate-center,
.icon-estate-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-estate-center {
background-position: 50%
}
.icon-estate-center,
.icon-estate-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate-top-left {
background-position: 0 0
}
.icon-estate-top-center,
.icon-estate-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-estate-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format);
background-position: top
}
.icon-facebook {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook,
.icon-facebook-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-facebook-left,
.icon-facebook-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook-right {
background-position: 100%
}
.icon-facebook-center,
.icon-facebook-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-facebook-center {
background-position: 50%
}
.icon-facebook-center,
.icon-facebook-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook-top-left {
background-position: 0 0
}
.icon-facebook-top-center,
.icon-facebook-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-facebook-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format);
background-position: top
}
.icon-fair {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair,
.icon-fair-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-fair-left,
.icon-fair-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair-right {
background-position: 100%
}
.icon-fair-center,
.icon-fair-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fair-center {
background-position: 50%
}
.icon-fair-center,
.icon-fair-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair-top-left {
background-position: 0 0
}
.icon-fair-top-center,
.icon-fair-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fair-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format);
background-position: top
}
.icon-filter {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter,
.icon-filter-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-filter-left,
.icon-filter-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter-right {
background-position: 100%
}
.icon-filter-center,
.icon-filter-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-filter-center {
background-position: 50%
}
.icon-filter-center,
.icon-filter-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter-top-left {
background-position: 0 0
}
.icon-filter-top-center,
.icon-filter-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-filter-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format);
background-position: top
}
.icon-fuel {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel,
.icon-fuel-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-fuel-left,
.icon-fuel-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel-right {
background-position: 100%
}
.icon-fuel-center,
.icon-fuel-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fuel-center {
background-position: 50%
}
.icon-fuel-center,
.icon-fuel-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel-top-left {
background-position: 0 0
}
.icon-fuel-top-center,
.icon-fuel-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fuel-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format);
background-position: top
}
.icon-gear {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear,
.icon-gear-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-gear-left,
.icon-gear-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear-right {
background-position: 100%
}
.icon-gear-center,
.icon-gear-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-gear-center {
background-position: 50%
}
.icon-gear-center,
.icon-gear-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear-top-left {
background-position: 0 0
}
.icon-gear-top-center,
.icon-gear-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-gear-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format);
background-position: top
}
.icon-good {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good,
.icon-good-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-good-left,
.icon-good-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good-right {
background-position: 100%
}
.icon-good-center,
.icon-good-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-good-center {
background-position: 50%
}
.icon-good-center,
.icon-good-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good-top-left {
background-position: 0 0
}
.icon-good-top-center,
.icon-good-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-good-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format);
background-position: top
}
.icon-great {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great,
.icon-great-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-great-left,
.icon-great-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great-right {
background-position: 100%
}
.icon-great-center,
.icon-great-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-great-center {
background-position: 50%
}
.icon-great-center,
.icon-great-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great-top-left {
background-position: 0 0
}
.icon-great-top-center,
.icon-great-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-great-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format);
background-position: top
}
.icon-high {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high,
.icon-high-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-high-left,
.icon-high-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high-right {
background-position: 100%
}
.icon-high-center,
.icon-high-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-high-center {
background-position: 50%
}
.icon-high-center,
.icon-high-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high-top-left {
background-position: 0 0
}
.icon-high-top-center,
.icon-high-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-high-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format);
background-position: top
}
.icon-info {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info,
.icon-info-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-info-left,
.icon-info-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info-right {
background-position: 100%
}
.icon-info-center,
.icon-info-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-info-center {
background-position: 50%
}
.icon-info-center,
.icon-info-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info-top-left {
background-position: 0 0
}
.icon-info-top-center,
.icon-info-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-info-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format);
background-position: top
}
.icon-logoAxa {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa,
.icon-logoAxa-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-logoAxa-left,
.icon-logoAxa-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa-right {
background-position: 100%
}
.icon-logoAxa-center,
.icon-logoAxa-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-logoAxa-center {
background-position: 50%
}
.icon-logoAxa-center,
.icon-logoAxa-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa-top-left {
background-position: 0 0
}
.icon-logoAxa-top-center,
.icon-logoAxa-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-logoAxa-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format);
background-position: top
}
.icon-manual {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual,
.icon-manual-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-manual-left,
.icon-manual-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual-right {
background-position: 100%
}
.icon-manual-center,
.icon-manual-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-manual-center {
background-position: 50%
}
.icon-manual-center,
.icon-manual-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual-top-left {
background-position: 0 0
}
.icon-manual-top-center,
.icon-manual-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-manual-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format);
background-position: top
}
.icon-mileage {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage,
.icon-mileage-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-mileage-left,
.icon-mileage-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage-right {
background-position: 100%
}
.icon-mileage-center,
.icon-mileage-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-mileage-center {
background-position: 50%
}
.icon-mileage-center,
.icon-mileage-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage-top-left {
background-position: 0 0
}
.icon-mileage-top-center,
.icon-mileage-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-mileage-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format);
background-position: top
}
.icon-missing {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing,
.icon-missing-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-missing-left,
.icon-missing-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing-right {
background-position: 100%
}
.icon-missing-center,
.icon-missing-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-missing-center {
background-position: 50%
}
.icon-missing-center,
.icon-missing-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing-top-left {
background-position: 0 0
}
.icon-missing-top-center,
.icon-missing-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-missing-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format);
background-position: top
}
.icon-modalCall {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall,
.icon-modalCall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-modalCall-left,
.icon-modalCall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall-right {
background-position: 100%
}
.icon-modalCall-center,
.icon-modalCall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalCall-center {
background-position: 50%
}
.icon-modalCall-center,
.icon-modalCall-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall-top-left {
background-position: 0 0
}
.icon-modalCall-top-center,
.icon-modalCall-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalCall-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format);
background-position: top
}
.icon-modalWrite {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite,
.icon-modalWrite-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-modalWrite-left,
.icon-modalWrite-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite-right {
background-position: 100%
}
.icon-modalWrite-center,
.icon-modalWrite-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalWrite-center {
background-position: 50%
}
.icon-modalWrite-center,
.icon-modalWrite-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite-top-left {
background-position: 0 0
}
.icon-modalWrite-top-center,
.icon-modalWrite-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalWrite-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format);
background-position: top
}
.icon-moneybackM {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM,
.icon-moneybackM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-moneybackM-left,
.icon-moneybackM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM-right {
background-position: 100%
}
.icon-moneybackM-center,
.icon-moneybackM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackM-center {
background-position: 50%
}
.icon-moneybackM-center,
.icon-moneybackM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM-top-left {
background-position: 0 0
}
.icon-moneybackM-top-center,
.icon-moneybackM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format);
background-position: top
}
.icon-moneybackS {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS,
.icon-moneybackS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-moneybackS-left,
.icon-moneybackS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS-right {
background-position: 100%
}
.icon-moneybackS-center,
.icon-moneybackS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackS-center {
background-position: 50%
}
.icon-moneybackS-center,
.icon-moneybackS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS-top-left {
background-position: 0 0
}
.icon-moneybackS-top-center,
.icon-moneybackS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format);
background-position: top
}
.icon-motor {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor,
.icon-motor-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-motor-left,
.icon-motor-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor-right {
background-position: 100%
}
.icon-motor-center,
.icon-motor-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-motor-center {
background-position: 50%
}
.icon-motor-center,
.icon-motor-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor-top-left {
background-position: 0 0
}
.icon-motor-top-center,
.icon-motor-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-motor-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format);
background-position: top
}
.icon-overpriced {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced,
.icon-overpriced-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-overpriced-left,
.icon-overpriced-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced-right {
background-position: 100%
}
.icon-overpriced-center,
.icon-overpriced-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-overpriced-center {
background-position: 50%
}
.icon-overpriced-center,
.icon-overpriced-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced-top-left {
background-position: 0 0
}
.icon-overpriced-top-center,
.icon-overpriced-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-overpriced-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
background-position: top
}
.icon-paginationLeft {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format)
}
.icon-paginationLeft,
.icon-paginationLeft-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-paginationLeft-left,
.icon-paginationLeft-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format)
}
.icon-paginationLeft-right {
background-position: 100%
}
.icon-paginationLeft-center,
.icon-paginationLeft-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-paginationLeft-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format);
background-position: 50%
}
.icon-paginationLeft-top-left {
background-position: 0 0
}
.icon-paginationLeft-top-center,
.icon-paginationLeft-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationLeft-top-center {
background-position: top
}
.icon-paginationRight {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format)
}
.icon-paginationRight,
.icon-paginationRight-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-paginationRight-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format)
}
.icon-paginationRight-right {
background-position: 100%
}
.icon-paginationRight-center,
.icon-paginationRight-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationRight-center {
background-position: 50%
}
.icon-paginationRight-top-left {
background-position: 0 0
}
.icon-paginationRight-top-center,
.icon-paginationRight-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationRight-top-center {
background-position: top
}
.icon-phone {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone,
.icon-phone-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-phone-left,
.icon-phone-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone-right {
background-position: 100%
}
.icon-phone-center,
.icon-phone-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-phone-center {
background-position: 50%
}
.icon-phone-center,
.icon-phone-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone-top-left {
background-position: 0 0
}
.icon-phone-top-center,
.icon-phone-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-phone-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format);
background-position: top
}
.icon-plusCircle {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle,
.icon-plusCircle-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-plusCircle-left,
.icon-plusCircle-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle-right {
background-position: 100%
}
.icon-plusCircle-center,
.icon-plusCircle-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-plusCircle-center {
background-position: 50%
}
.icon-plusCircle-center,
.icon-plusCircle-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle-top-left {
background-position: 0 0
}
.icon-plusCircle-top-center,
.icon-plusCircle-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-plusCircle-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format);
background-position: top
}
.icon-questionGrey {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-grey-742090465d2460099f28709524a3c70d.svg?auto=format)
}
.icon-questionGrey,
.icon-questionGrey-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-questionGrey-left,
.icon-questionGrey-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-grey-742090465d2460099f28709524a3c70d.svg?auto=format)
}
.icon-questionGrey-right {
background-position: 100%
}
.icon-questionGrey-center,
.icon-questionGrey-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-questionGrey-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-grey-742090465d2460099f28709524a3c70d.svg?auto=format);
background-position: 50%
}
.icon-questionGrey-top-left {
background-position: 0 0
}
.icon-questionGrey-top-center,
.icon-questionGrey-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/question-grey-742090465d2460099f28709524a3c70d.svg?auto=format);
background-repeat: no-repeat
}
.icon-questionGrey-top-center {
background-position: top
}
.icon-questionWhite {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-white-be064603dc90fb3b7308c5433f994d82.svg?auto=format)
}
.icon-questionWhite,
.icon-questionWhite-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-questionWhite-left,
.icon-questionWhite-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-white-be064603dc90fb3b7308c5433f994d82.svg?auto=format)
}
.icon-questionWhite-right {
background-position: 100%
}
.icon-questionWhite-center,
.icon-questionWhite-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-questionWhite-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-white-be064603dc90fb3b7308c5433f994d82.svg?auto=format);
background-position: 50%
}
.icon-questionWhite-top-left {
background-position: 0 0
}
.icon-questionWhite-top-center,
.icon-questionWhite-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/question-white-be064603dc90fb3b7308c5433f994d82.svg?auto=format);
background-repeat: no-repeat
}
.icon-questionWhite-top-center {
background-position: top
}
.icon-reset {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-7cdee715599c384d225d0f0cc4a3359d.svg?auto=format)
}
.icon-reset,
.icon-reset-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-reset-left,
.icon-reset-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-7cdee715599c384d225d0f0cc4a3359d.svg?auto=format)
}
.icon-reset-right {
background-position: 100%
}
.icon-reset-center,
.icon-reset-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-reset-center {
background-position: 50%
}
.icon-reset-center,
.icon-reset-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-7cdee715599c384d225d0f0cc4a3359d.svg?auto=format)
}
.icon-reset-top-left {
background-position: 0 0
}
.icon-reset-top-center,
.icon-reset-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-reset-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-7cdee715599c384d225d0f0cc4a3359d.svg?auto=format);
background-position: top
}
.icon-saloon {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon,
.icon-saloon-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-saloon-left,
.icon-saloon-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon-right {
background-position: 100%
}
.icon-saloon-center,
.icon-saloon-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-saloon-center {
background-position: 50%
}
.icon-saloon-center,
.icon-saloon-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon-top-left {
background-position: 0 0
}
.icon-saloon-top-center,
.icon-saloon-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-saloon-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format);
background-position: top
}
.icon-search {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search,
.icon-search-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-search-left,
.icon-search-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search-right {
background-position: 100%
}
.icon-search-center,
.icon-search-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-search-center {
background-position: 50%
}
.icon-search-center,
.icon-search-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search-top-left {
background-position: 0 0
}
.icon-search-top-center,
.icon-search-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-search-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format);
background-position: top
}
.icon-seats {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats,
.icon-seats-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-seats-left,
.icon-seats-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats-right {
background-position: 100%
}
.icon-seats-center,
.icon-seats-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-seats-center {
background-position: 50%
}
.icon-seats-center,
.icon-seats-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats-top-left {
background-position: 0 0
}
.icon-seats-top-center,
.icon-seats-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-seats-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format);
background-position: top
}
.icon-sportscar {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar,
.icon-sportscar-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-sportscar-left,
.icon-sportscar-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar-right {
background-position: 100%
}
.icon-sportscar-center,
.icon-sportscar-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-sportscar-center {
background-position: 50%
}
.icon-sportscar-center,
.icon-sportscar-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar-top-left {
background-position: 0 0
}
.icon-sportscar-top-center,
.icon-sportscar-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-sportscar-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format);
background-position: top
}
.icon-surveyTeal {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal,
.icon-surveyTeal-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-surveyTeal-left,
.icon-surveyTeal-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal-right {
background-position: 100%
}
.icon-surveyTeal-center,
.icon-surveyTeal-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-surveyTeal-center {
background-position: 50%
}
.icon-surveyTeal-center,
.icon-surveyTeal-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal-top-left {
background-position: 0 0
}
.icon-surveyTeal-top-center,
.icon-surveyTeal-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-surveyTeal-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format);
background-position: top
}
.icon-survey {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey,
.icon-survey-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-survey-left,
.icon-survey-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey-right {
background-position: 100%
}
.icon-survey-center,
.icon-survey-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-survey-center {
background-position: 50%
}
.icon-survey-center,
.icon-survey-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey-top-left {
background-position: 0 0
}
.icon-survey-top-center,
.icon-survey-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-survey-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format);
background-position: top
}
.icon-suv {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv,
.icon-suv-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-suv-left,
.icon-suv-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv-right {
background-position: 100%
}
.icon-suv-center,
.icon-suv-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-suv-center {
background-position: 50%
}
.icon-suv-center,
.icon-suv-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv-top-left {
background-position: 0 0
}
.icon-suv-top-center,
.icon-suv-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-suv-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format);
background-position: top
}
.icon-twitter {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter,
.icon-twitter-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-twitter-left,
.icon-twitter-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter-right {
background-position: 100%
}
.icon-twitter-center,
.icon-twitter-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-twitter-center {
background-position: 50%
}
.icon-twitter-center,
.icon-twitter-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter-top-left {
background-position: 0 0
}
.icon-twitter-top-center,
.icon-twitter-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-twitter-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format);
background-position: top
}
.icon-van {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van,
.icon-van-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-van-left,
.icon-van-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van-right {
background-position: 100%
}
.icon-van-center,
.icon-van-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-van-center {
background-position: 50%
}
.icon-van-center,
.icon-van-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van-top-left {
background-position: 0 0
}
.icon-van-top-center,
.icon-van-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-van-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format);
background-position: top
}
.icon-whatsapp {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp,
.icon-whatsapp-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-whatsapp-left,
.icon-whatsapp-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp-right {
background-position: 100%
}
.icon-whatsapp-center,
.icon-whatsapp-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-whatsapp-center {
background-position: 50%
}
.icon-whatsapp-center,
.icon-whatsapp-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp-top-left {
background-position: 0 0
}
.icon-whatsapp-top-center,
.icon-whatsapp-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-whatsapp-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format);
background-position: top
}
.after-slash:after {
content: "/"
}
.after-checkmark:after {
content: "\2713"
}
.before-checkmark:before {
content: "\2713 "
}
.position-bottom-40 {
bottom: 40px
}
.position-bottom--65 {
bottom: -65px
}
.transition-2 {
transition: .2s
}
.bg-gradient-to-bottom-fade {
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}
.bg-gradient-to-bottom-grey {
background-image: linear-gradient(180deg, #f9f9fb, #fff 20%)
}
.bg-gradient-to-bottom-black {
background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5))
}
@media (min-width:480px) {
.xs\:bg-consumptionCategory-A,
.xs\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.xs\:bg-consumptionCategory-B {
background-color: #2caf00
}
.xs\:bg-consumptionCategory-C {
background-color: #aacb00
}
.xs\:bg-consumptionCategory-D {
background-color: #fff300
}
.xs\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.xs\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.xs\:bg-consumptionCategory-G {
background-color: #f70000
}
.xs\:hover\:bg-consumptionCategory-A:hover,
.xs\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.xs\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.xs\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.xs\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.xs\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.xs\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.xs\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.xs\:focus\:bg-consumptionCategory-A:focus,
.xs\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.xs\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.xs\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.xs\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.xs\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.xs\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.xs\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.xs\:border-consumptionCategory-A,
.xs\:border-consumptionCategory-A\+ {
border-color: #009324
}
.xs\:border-consumptionCategory-B {
border-color: #2caf00
}
.xs\:border-consumptionCategory-C {
border-color: #aacb00
}
.xs\:border-consumptionCategory-D {
border-color: #fff300
}
.xs\:border-consumptionCategory-E {
border-color: #ffcb00
}
.xs\:border-consumptionCategory-F {
border-color: #ff8f00
}
.xs\:border-consumptionCategory-G {
border-color: #f70000
}
.xs\:hover\:border-consumptionCategory-A:hover,
.xs\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.xs\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.xs\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.xs\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.xs\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.xs\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.xs\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.xs\:focus\:border-consumptionCategory-A:focus,
.xs\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.xs\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.xs\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.xs\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.xs\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.xs\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.xs\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.xs\:h-bodyColor {
height: 48px
}
.xs\:text-consumptionCategory-A,
.xs\:text-consumptionCategory-A\+ {
color: #009324
}
.xs\:text-consumptionCategory-B {
color: #2caf00
}
.xs\:text-consumptionCategory-C {
color: #aacb00
}
.xs\:text-consumptionCategory-D {
color: #fff300
}
.xs\:text-consumptionCategory-E {
color: #ffcb00
}
.xs\:text-consumptionCategory-F {
color: #ff8f00
}
.xs\:text-consumptionCategory-G {
color: #f70000
}
.xs\:hover\:text-consumptionCategory-A:hover,
.xs\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.xs\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.xs\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.xs\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.xs\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.xs\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.xs\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.xs\:focus\:text-consumptionCategory-A:focus,
.xs\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.xs\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.xs\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.xs\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.xs\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.xs\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.xs\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.xs\:w-bodyColor {
width: 48px
}
}
@media (min-width:576px) {
.sm\:bg-consumptionCategory-A,
.sm\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.sm\:bg-consumptionCategory-B {
background-color: #2caf00
}
.sm\:bg-consumptionCategory-C {
background-color: #aacb00
}
.sm\:bg-consumptionCategory-D {
background-color: #fff300
}
.sm\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.sm\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.sm\:bg-consumptionCategory-G {
background-color: #f70000
}
.sm\:hover\:bg-consumptionCategory-A:hover,
.sm\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.sm\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.sm\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.sm\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.sm\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.sm\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.sm\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.sm\:focus\:bg-consumptionCategory-A:focus,
.sm\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.sm\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.sm\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.sm\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.sm\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.sm\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.sm\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.sm\:border-consumptionCategory-A,
.sm\:border-consumptionCategory-A\+ {
border-color: #009324
}
.sm\:border-consumptionCategory-B {
border-color: #2caf00
}
.sm\:border-consumptionCategory-C {
border-color: #aacb00
}
.sm\:border-consumptionCategory-D {
border-color: #fff300
}
.sm\:border-consumptionCategory-E {
border-color: #ffcb00
}
.sm\:border-consumptionCategory-F {
border-color: #ff8f00
}
.sm\:border-consumptionCategory-G {
border-color: #f70000
}
.sm\:hover\:border-consumptionCategory-A:hover,
.sm\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.sm\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.sm\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.sm\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.sm\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.sm\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.sm\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.sm\:focus\:border-consumptionCategory-A:focus,
.sm\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.sm\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.sm\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.sm\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.sm\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.sm\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.sm\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.sm\:h-bodyColor {
height: 48px
}
.sm\:pt-0 {
padding-top: 0
}
.sm\:pb-60 {
padding-bottom: 60px
}
.sm\:text-consumptionCategory-A,
.sm\:text-consumptionCategory-A\+ {
color: #009324
}
.sm\:text-consumptionCategory-B {
color: #2caf00
}
.sm\:text-consumptionCategory-C {
color: #aacb00
}
.sm\:text-consumptionCategory-D {
color: #fff300
}
.sm\:text-consumptionCategory-E {
color: #ffcb00
}
.sm\:text-consumptionCategory-F {
color: #ff8f00
}
.sm\:text-consumptionCategory-G {
color: #f70000
}
.sm\:hover\:text-consumptionCategory-A:hover,
.sm\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.sm\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.sm\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.sm\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.sm\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.sm\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.sm\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.sm\:focus\:text-consumptionCategory-A:focus,
.sm\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.sm\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.sm\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.sm\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.sm\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.sm\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.sm\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.sm\:w-12\/12 {
width: 100%
}
.sm\:w-bodyColor {
width: 48px
}
}
@media (min-width:768px) {
.md\:bg-consumptionCategory-A,
.md\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.md\:bg-consumptionCategory-B {
background-color: #2caf00
}
.md\:bg-consumptionCategory-C {
background-color: #aacb00
}
.md\:bg-consumptionCategory-D {
background-color: #fff300
}
.md\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.md\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.md\:bg-consumptionCategory-G {
background-color: #f70000
}
.md\:hover\:bg-consumptionCategory-A:hover,
.md\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.md\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.md\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.md\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.md\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.md\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.md\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.md\:focus\:bg-consumptionCategory-A:focus,
.md\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.md\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.md\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.md\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.md\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.md\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.md\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.md\:bg-24 {
background-size: 24px
}
.md\:border-consumptionCategory-A,
.md\:border-consumptionCategory-A\+ {
border-color: #009324
}
.md\:border-consumptionCategory-B {
border-color: #2caf00
}
.md\:border-consumptionCategory-C {
border-color: #aacb00
}
.md\:border-consumptionCategory-D {
border-color: #fff300
}
.md\:border-consumptionCategory-E {
border-color: #ffcb00
}
.md\:border-consumptionCategory-F {
border-color: #ff8f00
}
.md\:border-consumptionCategory-G {
border-color: #f70000
}
.md\:hover\:border-consumptionCategory-A:hover,
.md\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.md\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.md\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.md\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.md\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.md\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.md\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.md\:focus\:border-consumptionCategory-A:focus,
.md\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.md\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.md\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.md\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.md\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.md\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.md\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.md\:rounded-4 {
border-radius: 4px
}
.md\:block {
display: block
}
.md\:inline-block {
display: inline-block
}
.md\:hidden {
display: none
}
.md\:flex {
display: -webkit-flex;
display: flex
}
.md\:flex-row-reverse {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse
}
.md\:justify-start {
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.md\:justify-end {
-webkit-justify-content: flex-end;
justify-content: flex-end
}
.md\:flex-1 {
-webkit-flex: 1;
flex: 1
}
.md\:h-40 {
height: 40px
}
.md\:h-56 {
height: 56px
}
.md\:h-64 {
height: 64px
}
.md\:h-listingMD {
height: 260px
}
.md\:h-brandIconMD {
height: 64px
}
.md\:h-brandContainer {
height: 80px
}
.md\:h-bodyColor {
height: 48px
}
.md\:leading-sm {
line-height: 1.5
}
.md\:mx-0 {
margin-left: 0;
margin-right: 0
}
.md\:mx-20 {
margin-left: 20px;
margin-right: 20px
}
.md\:my-40 {
margin-top: 40px;
margin-bottom: 40px
}
.md\:mt-0 {
margin-top: 0
}
.md\:mb-0 {
margin-bottom: 0
}
.md\:mr-10 {
margin-right: 10px
}
.md\:mb-15 {
margin-bottom: 15px
}
.md\:mt-20 {
margin-top: 20px
}
.md\:mb-30 {
margin-bottom: 30px
}
.md\:mt-90 {
margin-top: 90px
}
.md\:max-h-dropdown {
max-height: 240px
}
.md\:max-h-listingMD {
max-height: 260px
}
.md\:overflow-y-auto {
overflow-y: auto
}
.md\:p-0 {
padding: 0
}
.md\:px-0 {
padding-left: 0;
padding-right: 0
}
.md\:px-20 {
padding-left: 20px;
padding-right: 20px
}
.md\:py-25 {
padding-top: 25px;
padding-bottom: 25px
}
.md\:px-60 {
padding-left: 60px;
padding-right: 60px
}
.md\:pb-0 {
padding-bottom: 0
}
.md\:pr-12 {
padding-right: 12px
}
.md\:pr-20 {
padding-right: 20px
}
.md\:pl-20 {
padding-left: 20px
}
.md\:pr-30 {
padding-right: 30px
}
.md\:pt-50 {
padding-top: 50px
}
.md\:pt-60 {
padding-top: 60px
}
.md\:pr-60 {
padding-right: 60px
}
.md\:pb-60 {
padding-bottom: 60px
}
.md\:pb-110 {
padding-bottom: 110px
}
.md\:static {
position: static
}
.md\:relative {
position: relative
}
.md\:pin-none {
top: auto;
right: auto;
bottom: auto;
left: auto
}
.md\:shadow-soft {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1)
}
.md\:text-left {
text-align: left
}
.md\:text-consumptionCategory-A,
.md\:text-consumptionCategory-A\+ {
color: #009324
}
.md\:text-consumptionCategory-B {
color: #2caf00
}
.md\:text-consumptionCategory-C {
color: #aacb00
}
.md\:text-consumptionCategory-D {
color: #fff300
}
.md\:text-consumptionCategory-E {
color: #ffcb00
}
.md\:text-consumptionCategory-F {
color: #ff8f00
}
.md\:text-consumptionCategory-G {
color: #f70000
}
.md\:hover\:text-consumptionCategory-A:hover,
.md\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.md\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.md\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.md\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.md\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.md\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.md\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.md\:focus\:text-consumptionCategory-A:focus,
.md\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.md\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.md\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.md\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.md\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.md\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.md\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.md\:text-sm {
font-size: 14px
}
.md\:text-base {
font-size: 16px
}
.md\:text-lg {
font-size: 21px
}
.md\:text-xl {
font-size: 24px
}
.md\:text-2xl {
font-size: 32px
}
.md\:text-3xl {
font-size: 48px
}
.md\:align-middle {
vertical-align: middle
}
.md\:w-140 {
width: 140px
}
.md\:w-200 {
width: 200px
}
.md\:w-250 {
width: 250px
}
.md\:w-400 {
width: 400px
}
.md\:w-1\/12 {
width: 8.33333333%
}
.md\:w-3\/12 {
width: 25%
}
.md\:w-4\/12 {
width: 33.33333%
}
.md\:w-5\/12 {
width: 41.66666667%
}
.md\:w-6\/12 {
width: 50%
}
.md\:w-7\/12 {
width: 58.33333333%
}
.md\:w-9\/12 {
width: 75%
}
.md\:w-12\/12 {
width: 100%
}
.md\:w-brandIconMD {
width: 64px
}
.md\:w-bodyColor {
width: 48px
}
.md\:position-bottom-60 {
bottom: 60px
}
.md\:position-left-auto {
left: auto
}
}
@media (min-width:992px) {
.lg\:bg-grey-bright {
background-color: #f9f9fb
}
.lg\:bg-consumptionCategory-A,
.lg\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.lg\:bg-consumptionCategory-B {
background-color: #2caf00
}
.lg\:bg-consumptionCategory-C {
background-color: #aacb00
}
.lg\:bg-consumptionCategory-D {
background-color: #fff300
}
.lg\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.lg\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.lg\:bg-consumptionCategory-G {
background-color: #f70000
}
.lg\:hover\:bg-consumptionCategory-A:hover,
.lg\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.lg\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.lg\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.lg\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.lg\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.lg\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.lg\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.lg\:focus\:bg-consumptionCategory-A:focus,
.lg\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.lg\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.lg\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.lg\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.lg\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.lg\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.lg\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.lg\:border-consumptionCategory-A,
.lg\:border-consumptionCategory-A\+ {
border-color: #009324
}
.lg\:border-consumptionCategory-B {
border-color: #2caf00
}
.lg\:border-consumptionCategory-C {
border-color: #aacb00
}
.lg\:border-consumptionCategory-D {
border-color: #fff300
}
.lg\:border-consumptionCategory-E {
border-color: #ffcb00
}
.lg\:border-consumptionCategory-F {
border-color: #ff8f00
}
.lg\:border-consumptionCategory-G {
border-color: #f70000
}
.lg\:hover\:border-consumptionCategory-A:hover,
.lg\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.lg\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.lg\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.lg\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.lg\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.lg\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.lg\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.lg\:focus\:border-consumptionCategory-A:focus,
.lg\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.lg\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.lg\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.lg\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.lg\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.lg\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.lg\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.lg\:border-b-0 {
border-bottom-width: 0
}
.lg\:inline-block {
display: inline-block
}
.lg\:hidden {
display: none
}
.lg\:flex {
display: -webkit-flex;
display: flex
}
.lg\:flex-row {
-webkit-flex-direction: row;
flex-direction: row
}
.lg\:items-center {
-webkit-align-items: center;
align-items: center
}
.lg\:justify-center {
-webkit-justify-content: center;
justify-content: center
}
.lg\:font-regular {
font-weight: 400
}
.lg\:h-148 {
height: 148px
}
.lg\:h-bodyColor {
height: 48px
}
.lg\:mx-0 {
margin-left: 0;
margin-right: 0
}
.lg\:my-30 {
margin-top: 30px;
margin-bottom: 30px
}
.lg\:mt-0 {
margin-top: 0
}
.lg\:mr-0 {
margin-right: 0
}
.lg\:mb-0 {
margin-bottom: 0
}
.lg\:mb-10 {
margin-bottom: 10px
}
.lg\:ml-10 {
margin-left: 10px
}
.lg\:mb-60 {
margin-bottom: 60px
}
.lg\:max-w-full {
max-width: 100%
}
.lg\:min-h-auto {
min-height: auto
}
.lg\:-mx-20 {
margin-left: -20px;
margin-right: -20px
}
.lg\:p-0 {
padding: 0
}
.lg\:px-0 {
padding-left: 0;
padding-right: 0
}
.lg\:px-20 {
padding-left: 20px;
padding-right: 20px
}
.lg\:py-33 {
padding-top: 33px;
padding-bottom: 33px
}
.lg\:py-60 {
padding-top: 60px;
padding-bottom: 60px
}
.lg\:pt-0 {
padding-top: 0
}
.lg\:pr-0 {
padding-right: 0
}
.lg\:pb-0 {
padding-bottom: 0
}
.lg\:pl-0 {
padding-left: 0
}
.lg\:pt-10 {
padding-top: 10px
}
.lg\:pt-20 {
padding-top: 20px
}
.lg\:pb-20 {
padding-bottom: 20px
}
.lg\:pl-20 {
padding-left: 20px
}
.lg\:pb-35 {
padding-bottom: 35px
}
.lg\:pt-40 {
padding-top: 40px
}
.lg\:pl-40 {
padding-left: 40px
}
.lg\:pb-50 {
padding-bottom: 50px
}
.lg\:pt-90 {
padding-top: 90px
}
.lg\:pr-90 {
padding-right: 90px
}
.lg\:pb-90 {
padding-bottom: 90px
}
.lg\:pl-130 {
padding-left: 130px
}
.lg\:relative {
position: relative
}
.lg\:shadow-none {
box-shadow: none
}
.lg\:text-left {
text-align: left
}
.lg\:text-consumptionCategory-A,
.lg\:text-consumptionCategory-A\+ {
color: #009324
}
.lg\:text-consumptionCategory-B {
color: #2caf00
}
.lg\:text-consumptionCategory-C {
color: #aacb00
}
.lg\:text-consumptionCategory-D {
color: #fff300
}
.lg\:text-consumptionCategory-E {
color: #ffcb00
}
.lg\:text-consumptionCategory-F {
color: #ff8f00
}
.lg\:text-consumptionCategory-G {
color: #f70000
}
.lg\:hover\:text-consumptionCategory-A:hover,
.lg\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.lg\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.lg\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.lg\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.lg\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.lg\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.lg\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.lg\:focus\:text-consumptionCategory-A:focus,
.lg\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.lg\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.lg\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.lg\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.lg\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.lg\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.lg\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.lg\:text-base {
font-size: 16px
}
.lg\:text-xl {
font-size: 24px
}
.lg\:text-4xl {
font-size: 72px
}
.lg\:w-167 {
width: 167px
}
.lg\:w-200 {
width: 200px
}
.lg\:w-485 {
width: 485px
}
.lg\:w-560 {
width: 560px
}
.lg\:w-auto {
width: auto
}
.lg\:w-4\/12 {
width: 33.33333%
}
.lg\:w-5\/12 {
width: 41.66666667%
}
.lg\:w-6\/12 {
width: 50%
}
.lg\:w-7\/12 {
width: 58.33333333%
}
.lg\:w-9\/12 {
width: 75%
}
.lg\:w-12\/12 {
width: 100%
}
.lg\:w-bodyColor {
width: 48px
}
.lg\:z-0 {
z-index: 0
}
}
@media (min-width:1200px) {
.xl\:bg-consumptionCategory-A,
.xl\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.xl\:bg-consumptionCategory-B {
background-color: #2caf00
}
.xl\:bg-consumptionCategory-C {
background-color: #aacb00
}
.xl\:bg-consumptionCategory-D {
background-color: #fff300
}
.xl\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.xl\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.xl\:bg-consumptionCategory-G {
background-color: #f70000
}
.xl\:hover\:bg-consumptionCategory-A:hover,
.xl\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.xl\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.xl\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.xl\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.xl\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.xl\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.xl\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.xl\:focus\:bg-consumptionCategory-A:focus,
.xl\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.xl\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.xl\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.xl\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.xl\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.xl\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.xl\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.xl\:border-consumptionCategory-A,
.xl\:border-consumptionCategory-A\+ {
border-color: #009324
}
.xl\:border-consumptionCategory-B {
border-color: #2caf00
}
.xl\:border-consumptionCategory-C {
border-color: #aacb00
}
.xl\:border-consumptionCategory-D {
border-color: #fff300
}
.xl\:border-consumptionCategory-E {
border-color: #ffcb00
}
.xl\:border-consumptionCategory-F {
border-color: #ff8f00
}
.xl\:border-consumptionCategory-G {
border-color: #f70000
}
.xl\:hover\:border-consumptionCategory-A:hover,
.xl\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.xl\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.xl\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.xl\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.xl\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.xl\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.xl\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.xl\:focus\:border-consumptionCategory-A:focus,
.xl\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.xl\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.xl\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.xl\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.xl\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.xl\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.xl\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.xl\:h-bodyColor {
height: 48px
}
.xl\:text-consumptionCategory-A,
.xl\:text-consumptionCategory-A\+ {
color: #009324
}
.xl\:text-consumptionCategory-B {
color: #2caf00
}
.xl\:text-consumptionCategory-C {
color: #aacb00
}
.xl\:text-consumptionCategory-D {
color: #fff300
}
.xl\:text-consumptionCategory-E {
color: #ffcb00
}
.xl\:text-consumptionCategory-F {
color: #ff8f00
}
.xl\:text-consumptionCategory-G {
color: #f70000
}
.xl\:hover\:text-consumptionCategory-A:hover,
.xl\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.xl\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.xl\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.xl\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.xl\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.xl\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.xl\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.xl\:focus\:text-consumptionCategory-A:focus,
.xl\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.xl\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.xl\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.xl\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.xl\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.xl\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.xl\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.xl\:w-4\/12 {
width: 33.33333%
}
.xl\:w-8\/12 {
width: 66.66667%
}
.xl\:w-bodyColor {
width: 48px
}
} | public/assets/css/carforyou.css |
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
footer,
header,
nav,
section {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
figcaption,
main {
display: block
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects
}
b,
strong {
font-weight: inherit;
font-weight: bolder
}
code {
font-family: monospace, monospace;
font-size: 1em
}
dfn {
font-style: italic
}
img {
border-style: none
}
svg:not(:root) {
overflow: hidden
}
button,
input,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
textarea {
overflow: auto
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
details,
menu {
display: block
}
canvas {
display: inline-block
}
[hidden] {
display: none
}
html {
box-sizing: border-box;
font-family: sans-serif
}
*,
:after,
:before {
box-sizing: inherit
}
dl,
h1,
h2,
h3,
h4,
p {
margin: 0
}
button {
background: transparent;
padding: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
ol,
ul {
margin: 0
}
*,
:after,
:before {
border: 0 solid
}
img {
border-style: solid
}
[type=button],
[type=reset],
[type=submit],
button {
border-radius: 0
}
textarea {
resize: vertical
}
img {
max-width: 100%;
height: auto
}
button,
input,
select,
textarea {
font-family: inherit
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: inherit;
opacity: .5
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: inherit;
opacity: .5
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: inherit;
opacity: .5
}
input::placeholder,
textarea::placeholder {
color: inherit;
opacity: .5
}
[role=button],
button {
cursor: pointer
}
.slick-slider {
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list,
.slick-slider {
position: relative;
display: block
}
.slick-list {
overflow: hidden;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: none
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,
.slick-track:before {
display: table;
content: ""
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
.searchPageCarMain-attributes {
width: 50%;
padding-top: 10px
}
.detailPageCarMain-attributes {
width: 50%
}
.icon {
padding-left: 35px;
margin-bottom: 10px;
font-size: 14px;
line-height: 2;
color: #54575c
}
.card-attributesContainer .icon {
width: 50%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.icon-title {
color: #54575c;
font-weight: 400;
font-size: 14px
}
.detailPageCarMain-attributes .icon {
font-weight: 700;
color: #232a36;
line-height: 1.5;
font-size: 16px;
margin-bottom: 20px;
padding-left: 40px;
background-size: 32px
}
.searchPageCarMain-attributes .icon {
background-size: 32px
}
@media (min-width:768px) {
.searchPageCarMain-attributes .icon {
width: 33.33333%
}
.searchPageCarMain-attributes {
padding-left: 0;
border-width: 0;
border-color: transparent;
width: 41.66666667%
}
.detailPageCarMain-attributes {
width: 50%
}
.detailPageCarMain-attributes .icon {
border-width: 0;
border-color: transparent;
width: 25%
}
.detailPageCarMain-attributes .icon-title {
margin-bottom: 0
}
}
@media (min-width:992px) {
.detailPageCarMain-attributes .icon {
width: 50%
}
}
.brand-container {
transition: .2s;
padding-top: 5px;
padding-bottom: 5px
}
@media (min-width:768px) {
.brand-container:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
background-color: #fff;
border-radius: 4px;
line-height: 1.25
}
.brand-container:hover .brand-count {
display: block
}
.brand-container:hover .brand-name {
font-weight: 700;
color: #000
}
}
.button {
display: -webkit-flex;
display: flex;
height: 50px;
width: 100%;
padding-left: 10px;
padding-right: 10px;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
border-radius: .25rem;
color: #fff;
font-weight: 700;
line-height: 1.25;
transition: .2s;
cursor: pointer;
background-color: #f73b47
}
.button:hover {
background-color: #ed202d
}
.button:focus {
background-color: #f73b47;
outline: 0
}
.button_teal {
background-color: #3696b9
}
.button_teal:hover {
background-color: #227d9e
}
.button_teal:focus {
background-color: #409eab
}
.button:disabled {
cursor: not-allowed;
background-color: #a0a7ab
}
.button_large {
height: 56px;
padding-top: 18px;
padding-bottom: 18px
}
.card-link {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-radius: 10px;
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1);
background-color: #fff;
overflow: hidden;
position: relative;
z-index: 10
}
.card-link:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
transition: .2s
}
.searchListings .card-image {
z-index: 0;
height: auto;
width: auto;
display: block;
-webkit-flex: none;
flex: none
}
.searchListings .slick-dots {
height: 60px;
bottom: 0;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: flex-end;
align-items: flex-end;
padding-bottom: 10px;
display: -webkit-flex!important;
display: flex!important
}
.searchListings .link-image {
height: 214px
}
.card-carousel {
height: inherit
}
.card-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
height: 40px;
color: #fff;
font-size: 14px;
font-weight: 700;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.card-gbdScore-text {
padding-bottom: 6px;
max-width: 50px;
text-align: right;
line-height: 1;
padding-right: 5px;
display: inline-block;
-webkit-align-self: flex-end;
align-self: flex-end
}
.card-dealerDetails {
padding-top: 12px;
padding-bottom: 12px;
border-top-width: 1px;
border-color: #ebeff1;
font-size: 12px;
line-height: 2;
color: #232a36;
font-weight: 400
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.searchListings .card-image {
height: 214px;
width: 100%;
-o-object-fit: cover;
object-fit: cover
}
}
@media (min-width:768px) {
.card-dealerDetails {
padding-top: 5px;
padding-bottom: 0;
font-size: 14px
}
.searchListings .link-image {
height: 260px
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.searchListings .card-image {
height: 260px
}
}
}
.carouselCard-link {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-radius: 10px;
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1);
background-color: #fff;
overflow: hidden;
position: relative;
z-index: 10;
-webkit-flex-direction: column;
flex-direction: column;
margin-bottom: 60px
}
.carouselCard-link:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
transition: .2s
}
.carouselCard-image {
z-index: 0
}
.carouselCard-image .card-image {
height: auto;
width: auto;
display: block;
-webkit-flex: none;
flex: none
}
.carouselCard-image .link-image {
height: 180px
}
.carouselCard-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
height: 40px;
color: #fff;
font-size: 14px;
font-weight: 700;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.carouselCard-gbdScore-text {
padding-bottom: 6px;
max-width: 50px;
text-align: right;
line-height: 1;
padding-right: 5px;
display: inline-block;
-webkit-align-self: flex-end;
align-self: flex-end
}
.carouselCard-content .icon {
line-height: 1.6;
width: 50%;
background-size: 32px
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.carouselCard-image .card-image {
-o-object-fit: cover;
object-fit: cover;
height: 180px;
width: 100%
}
}
.carouselSlider button.slick-arrow {
background-color: transparent
}
.carouselSlider .slick-disabled {
display: none!important
}
.carouselSlider .slick-dots li button:before {
background-color: #a0a7ab
}
.carouselSlider .slick-dots li.slick-active button:before {
background-color: #232a36
}
.carouselSlider .carMain-attributes {
padding-top: 10px;
padding-left: 0;
padding-right: 0
}
.carouselSlider .icon-consumption,
.carouselSlider .icon-motor {
display: none
}
.carouselSlider .slick-dots li button:before {
background-color: #d7dbdf;
opacity: 1
}
.carouselSlider .slick-dots li.slick-active button:before,
.carouselSlider .slick-dots li button:focus:before,
.carouselSlider .slick-dots li button:hover:before {
background-color: #3696b9
}
.carouselSlider .slick-arrow {
top: 42%
}
.width-A {
width: 25%
}
.width-B {
width: 33.33333%
}
.width-C {
width: 41.66666667%
}
.width-D {
width: 50%
}
.width-E {
width: 58.33333333%
}
.width-F {
width: 66.66667%
}
.width-G {
width: 75%
}
.consumptionLabel {
float: left;
color: #fff;
padding: 5px 10px;
font-size: 21px;
font-weight: 700;
line-height: 1.5;
height: 40px;
position: relative
}
.consumptionLabel_arrow {
position: absolute;
width: 0;
top: 0;
right: -20px;
height: 0;
border-top: 20px solid transparent!important;
border-bottom: 20px solid transparent!important;
border-left: 20px solid #000
}
.carouselSlider button.slick-prev {
left: -75px;
opacity: .4;
transition: .2s
}
.carouselSlider button.slick-next {
right: -75px;
opacity: .4;
transition: .2s
}
.carouselSlider button.slick-prev:after,
.carouselSlider button.slick-prev:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
display: inline-block;
background-size: contain;
content: "";
width: 64px;
height: 64px
}
.carouselSlider button.slick-next:after,
.carouselSlider button.slick-next:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-position: 100%;
background-repeat: no-repeat;
display: inline-block;
background-size: contain;
content: "";
width: 64px;
height: 64px
}
.carouselSlider button:hover {
opacity: 1
}
.content {
position: relative;
z-index: 0
}
.image {
position: absolute;
top: 0;
right: 0;
left: 0;
overflow: hidden;
height: 326px;
}
.image-imageContent {
width: auto;
height: 326px;
max-width: none;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.mainContainer {
min-height: 326px
}
@media (min-width:576px) {
.image,
.image-imageContent,
.mainContainer {
height: 662px
}
.image {
top: -225px
}
}
@media (min-width:768px) {
.mainContainer {
height: 640px
}
.image {
top: -200px;
-o-object-fit: cover;
/* object-fit:cover; */
}
}
@media (min-width:992px) {
.mainContainer {
height: 662px
}
.image-imageContent {
-o-object-fit: cover;
object-fit: cover
}
.image {
top: 0
}
}
@media (min-width:1200px) {
.image-imageContent {
max-width: 100%;
width: 100%
}
}
.filter-container {
margin-left: 20px;
margin-right: 20px;
border-bottom-width: 1px;
border-color: #ebeff1
}
.filter-container:last-child {
border-bottom-width: 0
}
.filter-option {
-webkit-flex: 1 100%;
flex: 1 100%
}
.filter-applied-indicator {
display: block;
background-color: #3797ac;
border-radius: 50%;
position: relative;
top: -7px;
left: 3px;
width: 5px;
height: 5px
}
.filter-input_left {
border-width: 1px;
border-color: #d7dbdf;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.filter-input_left,
.filter-input_right {
margin-top: 10px;
margin-bottom: 10px;
width: 50%;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 10px;
cursor: pointer
}
.filter-input_right {
border-width: 1px;
border-color: #d7dbdf;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin-left: -1px
}
.filter-input_left:focus,
.filter-input_right:focus {
z-index: 1
}
.filter-bodyColor_other {
background: linear-gradient(180deg, #cd2d40, #ffa000, #ffd900, #a7d551, #32c1bb)
}
.filter-bodyColor_other:after {
content: "";
position: absolute;
background-color: #fff;
border-radius: 50%;
width: 80%;
height: 80%
}
.filter-bodyColor_other:before {
z-index: 2
}
.filter-gbdScore {
margin-bottom: 10px;
margin-left: 45px
}
.filter-gbdScore:before {
content: "";
position: absolute;
background-repeat: no-repeat;
background-position: 100%;
background-size: 36px;
width: 36px;
height: 36px;
margin-top: -8px;
margin-left: -45px;
line-height: 2
}
.filter-gbdScore_great-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.filter-gbdScore_good-deal:before,
.filter-gbdScore_great-deal:before {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.filter-gbdScore_good-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.filter-gbdScore_fair-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.filter-gbdScore_fair-deal:before,
.filter-gbdScore_high-deal:before {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.filter-gbdScore_high-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.filter-gbdScore_overpriced-deal:before {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
background-position: 0;
background-repeat: no-repeat
}
.filter-hasMbgOnly {
margin-bottom: 5px;
margin-left: 60px;
cursor: pointer;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.filter-hasMbgOnly_true:before {
content: "";
position: absolute;
background-position: 100%;
background-size: 47px;
width: 47px;
height: 47px;
margin-left: -60px;
line-height: 2;
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format);
background-position: 0;
background-repeat: no-repeat
}
@media (min-width:992px) {
.bodyTypeGroup:hover {
color: #232a36
}
.bodyTypeGroup.text-teal:hover {
color: #3696b9
}
}
.floatingLabel-container {
position: relative
}
.floatingLabel-input {
background-color: transparent;
outline: 0
}
.floatingLabel-input:focus {
padding-bottom: 12px
}
.floatingLabel-error {
color: #f73b47;
position: absolute;
font-size: 12px;
white-space: nowrap;
bottom: 5px
}
.floatingLabel-label {
position: absolute;
color: #a0a7ab;
top: 0;
left: 13px;
transition: .2s
}
.floatingLabel-error~label>.floatingLabel-input {
color: #f73b47;
border-color: #f73b47
}
.floatingLabel-error~label>.floatingLabel-label {
color: #f73b47
}
.floatingLabel-error~label .floatingLabel-input:invalid~.floatingLabel-label,
.floatingLabel-input:disabled~.floatingLabel-label,
.floatingLabel-input:focus~.floatingLabel-label,
.floatingLabel-input:valid~.floatingLabel-label {
font-size: 12px;
top: -13px
}
.footer-container {
padding: 16px;
margin-left: auto;
margin-right: auto;
background-color: #232a36;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: #fff;
font-family: Muli, Century Gothic, Lucida Grande, Sans-Serif;
-webkit-justify-content: center;
justify-content: center;
width: 100%
}
.pageWithFooter {
height: calc(100vh - 366px)
}
@media (min-width:768px) {
.footer-container {
-webkit-flex-direction: row;
flex-direction: row;
flex-direction: row-reverse;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: flex-end;
justify-content: flex-end;
padding: 35px
}
}
body,
html {
height: 100%
}
#__next {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
height: 100vh
}
.main {
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-basis: auto;
flex-basis: auto
}
.main,
footer,
header {
-webkit-flex-shrink: 0;
flex-shrink: 0
}
body {
}
a {
text-decoration: none
}
.unstyledlink:hover {
opacity: 1
}
input {
box-shadow: none;
height: 48px
}
input:focus,
textarea:focus {
border-color: #a7aaaf;
border-left-width: 1px;
outline: 0
}
@media (min-width:768px) {
a {
opacity: 1;
transition: .2s
}
a:hover {
opacity: .6
}
}
.hide-recaptcha .grecaptcha-badge {
visibility: hidden
}
input {
color: #232a36
}
input:placeholder-shown {
color: #a0a7ab
}
.input-text {
padding: 14px 10px;
width: 100%;
border-color: #d7dbdf;
border-radius: 2px;
border-width: 1px
}
.inputCheckbox_label {
display: -webkit-flex;
display: flex
}
.inputCheckbox {
-webkit-flex-shrink: 0;
flex-shrink: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: 0;
color: #fff;
border-radius: 2px;
height: 19px;
width: 19px;
border-width: 1px;
border-color: #d7dbdf;
margin-right: 10px
}
.inputCheckbox:checked {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
background-color: #3696b9;
border-color: #3696b9
}
.inputCheckbox:checked:after {
content: "\2713"
}
.input-select {
width: 50%;
padding-left: 10px;
padding-top: 14px;
padding-bottom: 14px;
margin-bottom: 10px;
border-width: 1px;
border-color: #d7dbdf;
border-radius: 4px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: right 10px center;
cursor: text
}
.input-select:disabled {
background-color: #f9f9fb;
color: #d7dbdf
}
input[type=number] {
-moz-appearance: textfield
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
::-ms-clear,
::-ms-reveal {
width: 0;
height: 0
}
::-webkit-contacts-auto-fill-button {
visibility: hidden
}
.input_large {
padding-top: 18px;
padding-bottom: 18px;
height: 56px
}
.inputRadio-container {
display: block;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 35px;
cursor: pointer
}
.inputRadio {
position: absolute;
cursor: pointer;
opacity: 0
}
.inputRadio-checkmark {
position: absolute;
top: 0;
left: 0;
background-color: #fff;
border-radius: 50%;
border-width: 1px;
border-color: #d7dbdf;
height: 20px;
width: 20px
}
.inputRadio:checked~.inputRadio-checkmark {
background-color: #3696b9;
border-style: none
}
.inputRadio-checkmark:after {
content: "";
position: absolute;
display: none
}
.inputRadio-container .inputRadio-checkmark:after {
border-radius: 50%;
background-color: #fff;
top: 5px;
left: 5px;
width: 10px;
height: 10px
}
.inputRadio:checked~.inputRadio-checkmark:after {
display: block
}
.dealerModal-form {
padding-left: 40px;
padding-right: 40px;
padding-bottom: 30px
}
.dealerModal-form-submit {
position: fixed;
bottom: 0;
right: 0;
left: 0;
width: 100%
}
.closeButton {
position: absolute;
z-index: 10;
cursor: pointer;
right: 0;
top: 8px
}
.preventScrolling {
position: fixed;
overflow: hidden
}
.dealerModal-form .floatingLabel-container {
width: 100%
}
.dealerModal-form .nameLabelField,
.dealerModal-form .phoneLabelField {
-webkit-flex-shrink: 0;
flex-shrink: 0;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex: auto;
flex: auto;
width: 100%
}
@media (min-width:576px) {
.dealerModal-form .nameLabelField {
margin-right: 15px;
width: auto
}
.dealerModal-form .phoneLabelField {
width: auto
}
}
@media (min-width:768px) {
.modal-container {
position: fixed;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 30;
transition: .2s;
text-align: center;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center
}
}
@media (min-width:992px) {
.dealerModal-form {
padding-bottom: 16px
}
.preventScrolling {
position: relative
}
.dealerModal-form .dealerContactForm-submit {
margin-left: 0;
margin-right: 0;
position: relative;
bottom: 0
}
}
.pagination {
list-style-type: none;
margin-bottom: 20px;
height: 40px;
text-align: center;
display: -webkit-flex;
display: flex
}
.break-me,
.page,
.pagination {
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center
}
.break-me,
.page {
line-height: normal;
color: #a0a7ab;
font-size: 16px;
display: -webkit-inline-flex;
display: inline-flex;
margin-right: 20px;
display: none
}
.page a {
min-width: 30px;
height: 30px;
padding: 5px;
width: auto
}
.previous a {
padding-left: 30px
}
.next a {
padding-right: 30px
}
.page:not(.active):hover {
color: #000;
background-color: #d7dbdf;
border-radius: 20px;
cursor: pointer
}
.page.active {
color: #fff;
background-color: #3696b9;
border-radius: 20px;
outline: 0;
text-align: center
}
.previous {
position: absolute;
left: 0;
margin-left: 15px
}
.next a,
.previous a {
color: #3696b9;
font-weight: 700;
font-size: 14px
}
.disabled a,
.disabled a:hover {
color: #a0a7ab;
font-weight: 400;
cursor: default;
opacity: .6
}
.page.active a {
cursor: default;
opacity: 1
}
.page a:link,
.page a:visited {
color: #232a36
}
.next:not(.disabled) a:focus,
.page.active a:focus,
.page a:focus,
.previous:not(.disabled) a:focus {
outline: 0
}
.next,
.previous {
margin-top: 10px
}
.next {
position: absolute;
right: 0;
margin-right: 15px
}
.previous:not(.disabled) {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-position: 0
}
.next:not(.disabled),
.previous:not(.disabled) {
background-color: transparent;
background-repeat: no-repeat
}
.next:not(.disabled) {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-position: 100%
}
.previous.disabled {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-position: 0
}
.next.disabled,
.previous.disabled {
background-color: transparent;
background-repeat: no-repeat
}
.next.disabled {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-position: 100%
}
.next:not(.disabled):hover,
.previous:not(.disabled):hover {
opacity: .8
}
@media (min-width:992px) {
.pagination {
height: auto
}
.next,
.previous {
margin-top: 0
}
.next a,
.previous a {
font-size: 16px
}
.previous {
margin-left: 0
}
.next {
margin-right: 20px
}
.break-me,
.page {
display: -webkit-inline-flex;
display: inline-flex
}
}
.score-overpriced-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
color: #e22112
}
.score-high-deal,
.score-overpriced-deal {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.score-high-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format);
color: #e46020
}
.score-fair-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format);
color: #fcb001
}
.score-fair-deal,
.score-good-deal {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.score-good-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format);
color: #45b687
}
.score-great-deal {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: 100%;
color: #3eb2c7
}
.score_big {
padding-left: 70px;
background-repeat: no-repeat;
background-position: 0;
background-size: 60px
}
.detailPageCarMain-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
min-height: 40px;
font-size: 14px;
font-weight: 700;
margin-top: -5px
}
@media (min-width:768px) {
.detailPageCarMain-gbdScore {
margin-top: 0
}
}
.searchContainer {
margin-left: auto;
margin-right: auto;
max-width: 1680px;
position: relative
}
.searchListings {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 1200px;
margin: 0 auto
}
@media (min-width:992px) {
.searchContainer {
-webkit-align-items: stretch;
align-items: stretch;
padding-left: 0
}
.searchContainer,
.searchListings {
display: -webkit-flex;
display: flex;
height: 100%;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.searchListings {
-webkit-flex-grow: 1;
flex-grow: 1;
position: relative;
max-width: calc(100% - 370px)
}
}
.filterSidebar {
background-color: #fff;
height: 100%;
z-index: 20;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
position: fixed;
overflow-y: scroll;
display: block;
transition: .2s;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.filterSidebar_open {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
@media (min-width:768px) {
.filterSidebar {
width: 340px
}
.filterSidebar_open {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.filterOverlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 20;
transition: .2s;
background-color: rgba(0, 0, 0, .2)
}
}
@media (min-width:992px) {
.filterSidebar {
overflow: visible;
margin-right: 30px;
z-index: 20;
display: -webkit-flex;
display: flex;
height: auto;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-flex-shrink: 0;
flex-shrink: 0;
position: relative;
-webkit-justify-content: flex-start;
justify-content: flex-start;
display: block;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slick-next,
.slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
height: 100%;
padding: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
border: none;
color: transparent;
outline: none;
z-index: 1
}
.slick-next:before,
.slick-prev:before {
font-size: 20px;
line-height: 1;
opacity: .75;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
color: transparent;
outline: none
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
opacity: .25
}
button.slick-prev {
left: 0
}
button.slick-next {
right: 0
}
button.slick-prev:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
margin-left: 20px;
display: inline-block;
border-radius: 50%;
content: "";
width: 40px;
height: 40px;
background-color: rgba(84, 87, 92, .6)
}
button.slick-prev:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
background-color: rgba(84, 87, 92, .2)
}
button.slick-next:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
margin-right: 20px;
display: inline-block;
border-radius: 50%;
content: "";
width: 40px;
height: 40px;
background-color: rgba(84, 87, 92, .6)
}
button.slick-next:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
background-color: rgba(84, 87, 92, .2)
}
.slider-smallGallery {
transition: .2s
}
.slider-smallGallery button.slick-next:after,
.slider-smallGallery button.slick-prev:after {
width: 32px;
height: 32px
}
.slick-dotted.slick-slider {
margin-bottom: 30px
}
.slick-dots {
position: absolute;
bottom: 10px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center
}
.slick-dots li {
position: relative;
display: inline-block;
width: 7px;
height: 7px;
margin: 0 15px 0 0;
padding: 0;
cursor: pointer
}
.smallGallery .slick-dots li {
top: 12px
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 7px;
height: 7px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
position: relative
}
.slick-dots li button:before {
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 7px;
height: 7px;
content: "";
text-align: center;
opacity: .6;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border-radius: 50%
}
.slick-dots li button:focus,
.slick-dots li button:hover {
outline: none
}
.slick-dots li.slick-active button:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
opacity: 1
}
.carouselSlider .slick-arrow {
display: none!important
}
@media (min-width:1350px) {
.carouselSlider .slick-arrow {
display: block!important
}
}
@media (min-width:768px) {
.slider .slick-arrow {
display: none!important
}
}
@media (min-width:992px) {
.slider:hover .slick-arrow {
display: block!important
}
.slider-smallGallery button.slick-next:after,
.slider-smallGallery button.slick-prev:after {
width: 64px;
height: 64px;
transition: .2s
}
}
.detail-slider .slick-dots {
left: 0;
bottom: 28px
}
.detail-slider .slick-dots li button:before {
background-color: #d7dbdf;
opacity: 1
}
.detail-slider .slick-dots li.slick-active button:before,
.detail-slider .slick-dots li button:focus:before,
.detail-slider .slick-dots li button:hover:before {
background-color: #3797ac
}
.smallGallery-container {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.smallGallery-image {
max-height: 300px;
max-width: 100%;
width: auto;
text-align: center;
margin: auto
}
.smallGallery-container .slick-next,
.smallGallery-container .slick-prev {
display: none
}
.fullScreenGallery-image {
max-width: 100%;
max-height: 100vh;
height: auto;
margin: auto
}
.fullScreenGallery.slick-slider {
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.fullScreenGallery .slick-list {
width: 100%
}
.fullScreenGallery .slick-dots {
bottom: 100px
}
.fullScreenGallery .slick-dots li {
margin-left: 5px;
margin-right: 5px;
height: 23px;
width: auto
}
.fullScreenGallery-paginationItem {
max-width: 100%;
max-height: 100vh;
height: 100%;
margin: auto
}
.fullScreenGallery .slick-dots .slick-active {
border-width: 1px;
border-color: #3696b9
}
.fullScreenGallery .slick-next,
.fullScreenGallery .slick-prev {
display: none!important
}
@media (min-width:992px) {
.fullScreenGallery .slick-dots {
bottom: 50px
}
.fullScreenGallery .slick-dots li {
height: 50px
}
.fullScreenGallery .slick-dots .slick-active {
height: 60px;
border-width: 5px
}
.fullScreenGallery .slick-next {
margin-right: 30px;
background-color: transparent;
display: block!important
}
.fullScreenGallery .slick-prev {
margin-left: 30px;
background-color: transparent;
display: block!important
}
.smallGallery-image {
max-height: 500px
}
}
.spinner-pathBack,
.spinner-pathLine {
fill: none;
stroke-width: 40
}
.spinner-pathBack {
stroke: hsla(0, 0%, 50%, .4);
stroke-linecap: round
}
.spinner-pathLine {
stroke: currentColor;
stroke-linecap: butt;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.spinner-pathLine.spinner-start1,
.spinner-pathLine.spinner-start2 {
stroke-dasharray: 1;
stroke-dashoffset: 0;
stroke-linecap: round;
opacity: 0;
-webkit-animation-timing-function: step-start;
animation-timing-function: step-start
}
.spinner-pathLine.spinner-line1 {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
stroke-dasharray: 1318;
stroke-dashoffset: 1318;
-webkit-animation-name: spinner-line1;
animation-name: spinner-line1
}
.spinner-pathLine.spinner-line2 {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
stroke-dasharray: 1321;
stroke-dashoffset: 1321;
-webkit-animation-name: spinner-line2;
animation-name: spinner-line2
}
.spinner-pathLine.spinner-start1 {
-webkit-animation-name: spinner-start1;
animation-name: spinner-start1
}
.spinner-pathLine.spinner-start2 {
-webkit-animation-name: spinner-start2;
animation-name: spinner-start2
}
@-webkit-keyframes spinner-line1 {
0% {
stroke-dashoffset: 1318
}
25% {
stroke-dashoffset: 0
}
25.001%,
50% {
stroke-dashoffset: 2642
}
75%,
to {
stroke-dashoffset: 1318
}
}
@keyframes spinner-line1 {
0% {
stroke-dashoffset: 1318
}
25% {
stroke-dashoffset: 0
}
25.001%,
50% {
stroke-dashoffset: 2642
}
75%,
to {
stroke-dashoffset: 1318
}
}
@-webkit-keyframes spinner-line2 {
0%,
25% {
stroke-dashoffset: 1321
}
50% {
stroke-dashoffset: 0
}
50.001%,
75% {
stroke-dashoffset: 2642
}
to {
stroke-dashoffset: 1321
}
}
@keyframes spinner-line2 {
0%,
25% {
stroke-dashoffset: 1321
}
50% {
stroke-dashoffset: 0
}
50.001%,
75% {
stroke-dashoffset: 2642
}
to {
stroke-dashoffset: 1321
}
}
@-webkit-keyframes spinner-start1 {
0%,
1% {
opacity: 0
}
2%,
51% {
opacity: 1
}
52%,
to {
opacity: 0
}
}
@keyframes spinner-start1 {
0%,
1% {
opacity: 0
}
2%,
51% {
opacity: 1
}
52%,
to {
opacity: 0
}
}
@-webkit-keyframes spinner-start2 {
0%,
25% {
opacity: 0
}
26%,
75% {
opacity: 1
}
76%,
to {
opacity: 0
}
}
@keyframes spinner-start2 {
0%,
25% {
opacity: 0
}
26%,
75% {
opacity: 1
}
76%,
to {
opacity: 0
}
}
.tab-label {
display: -webkit-flex;
display: flex;
width: 50%;
height: 45px;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
background-color: #ebeff1;
border-top-left-radius: 10px;
color: #232a36;
font-weight: 700;
cursor: pointer;
border-bottom-width: 1px;
border-color: #d7dbdf;
opacity: .8;
transition: .2s
}
.tab-label:hover {
opacity: 1
}
.tab-label+.tab-label {
border-top-right-radius: 10px;
border-top-left-radius: 0
}
.tab-label_active {
background-color: #fff;
color: #3696b9;
border-left-width: 0;
border-bottom-width: 0;
border-right-width: 0
}
.tab-label:first-child {
border-right-width: 1px;
border-color: #d7dbdf
}
.tab-label:nth(2) {
border-left-width: 1px;
border-color: #d7dbdf
}
.custom-scrollbar::-webkit-scrollbar {
width: 14px;
height: 70px
}
.custom-scrollbar::-webkit-scrollbar-track {
background-color: transparent
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #3696b9;
opacity: .2;
border: 5px solid #fff;
border-radius: 10px
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
background-color: #3696b9;
opacity: 1;
transition: .2s
}
.overflow-ellipsis {
text-overflow: ellipsis
}
.input-drop-down_closed {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.input-drop-down_closed,
.input-drop-down_opened {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.input-drop-down_opened {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-drop-down_search {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: right 7px center
}
.dropdown_disabled {
background-color: #f9f9fb;
color: #d7dbdf
}
.dropdown_disabled:focus {
border-color: #d7dbdf
}
.infoTooltip {
position: absolute;
display: inline-block;
top: 28px;
left: 185px
}
.infoTooltip-text {
color: #54575c;
background-color: #fff;
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .4);
transition: .2s;
font-size: 16px;
padding: 20px;
border-radius: 4px;
z-index: 1;
position: absolute;
width: 250px;
top: -160px;
right: -75px
}
.infoTooltip_bottom .infoTooltip-text {
top: 28px
}
@media (min-width:992px) {
.infoTooltip-text {
top: -65px;
left: 25px
}
.infoTooltip_bottom .infoTooltip-text {
top: -65px
}
}
h1+.contentful-rich-text {
margin-top: 20px
}
.contentful-rich-text p {
white-space: pre-line
}
.contentful-rich-text>:not(:last-child) {
margin-bottom: 20px
}
.needAssessment_elegant {
background-image: url(/assets/images/needAssessment/elegant.jpg)
}
.needAssessment_travel {
background-image: url(/assets/images/needAssessment/travel.jpg)
}
.needAssessment_family {
background-image: url(/assets/images/needAssessment/family.jpg)
}
.needAssessment_city {
background-image: url(/assets/images/needAssessment/city.jpg)
}
.needAssessment_sport {
background-image: url(/assets/images/needAssessment/sport.jpg)
}
.needAssessment_offroad {
background-image: url(/assets/images/needAssessment/offroad.jpg)
}
.needAssessment-image {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
opacity: .6;
position: relative;
width: 105%;
height: 105%;
top: -2.5%;
left: -2.5%;
transition: opacity .8s, -webkit-transform .8s ease-out;
transition: transform .8s ease-out, opacity .8s;
transition: transform .8s ease-out, opacity .8s, -webkit-transform .8s ease-out
}
.needAssessment-imageContainer {
height: calc((100vh - 85px)/6);
overflow: hidden
}
.needAssessment-imageContainer:hover .needAssessment-image {
will-change: transform;
-webkit-transform: scale(.97);
transform: scale(.97);
opacity: 1
}
.needAssessment-filtersContainer {
min-height: calc(100vh - 85px)
}
.needAssessment-filterBox.text-teal:hover {
color: #3696b9
}
@media (min-width:768px) {
.needAssessment-imageContainer {
height: calc((100vh - 85px)/3)
}
}
.list-reset {
list-style: none;
padding: 0
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.bg-transparent {
background-color: transparent
}
.bg-salmon {
background-color: #f73b47
}
.bg-teal {
background-color: #3696b9
}
.bg-grey-dark {
background-color: #232a36
}
.bg-grey-1 {
background-color: #ebeff1
}
.bg-grey-bright {
background-color: #f9f9fb
}
.bg-consumptionCategory-A,
.bg-consumptionCategory-A\+ {
background-color: #009324
}
.bg-consumptionCategory-B {
background-color: #2caf00
}
.bg-consumptionCategory-C {
background-color: #aacb00
}
.bg-consumptionCategory-D {
background-color: #fff300
}
.bg-consumptionCategory-E {
background-color: #ffcb00
}
.bg-consumptionCategory-F {
background-color: #ff8f00
}
.bg-consumptionCategory-G {
background-color: #f70000
}
.bg-euro-1 {
background-color: #000
}
.bg-euro-2 {
background-color: #df1829
}
.bg-euro-3 {
background-color: #fdd325
}
.bg-euro-4 {
background-color: #009a2e
}
.bg-euro-5 {
background-color: #009ee4
}
.bg-euro-6 {
background-color: #b93c99
}
.bg-black {
background-color: #000
}
.bg-white {
background-color: #fff
}
.bg-gray {
background-color: grey
}
.bg-silver {
background-color: silver
}
.bg-blue {
background-color: #00f
}
.bg-red {
background-color: red
}
.bg-brown {
background-color: brown
}
.bg-green {
background-color: green
}
.bg-overpriced-deal {
background-color: #e22112
}
.bg-high-deal {
background-color: #e46020
}
.bg-fair-deal {
background-color: #fcb001
}
.bg-good-deal {
background-color: #45b687
}
.bg-great-deal {
background-color: #3eb2c7
}
.hover\:bg-grey-bright:hover {
background-color: #f9f9fb
}
.hover\:bg-consumptionCategory-A:hover,
.hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.focus\:bg-consumptionCategory-A:focus,
.focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.bg-right {
background-position: 100%
}
.bg-no-repeat {
background-repeat: no-repeat
}
.bg-12 {
background-size: 12px
}
.bg-18 {
background-size: 18px
}
.bg-24 {
background-size: 24px
}
.bg-36 {
background-size: 36px
}
.bg-47 {
background-size: 47px
}
.bg-57 {
background-size: 57px
}
.border-salmon {
border-color: #f73b47
}
.border-teal {
border-color: #3696b9
}
.border-grey-2 {
border-color: #d7dbdf
}
.border-grey-1 {
border-color: #ebeff1
}
.border-consumptionCategory-A,
.border-consumptionCategory-A\+ {
border-color: #009324
}
.border-consumptionCategory-B {
border-color: #2caf00
}
.border-consumptionCategory-C {
border-color: #aacb00
}
.border-consumptionCategory-D {
border-color: #fff300
}
.border-consumptionCategory-E {
border-color: #ffcb00
}
.border-consumptionCategory-F {
border-color: #ff8f00
}
.border-consumptionCategory-G {
border-color: #f70000
}
.border-white {
border-color: #fff
}
.hover\:border-grey-3:hover {
border-color: #a0a7ab
}
.hover\:border-grey-2:hover {
border-color: #d7dbdf
}
.hover\:border-consumptionCategory-A:hover,
.hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.focus\:border-consumptionCategory-A:focus,
.focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.rounded-2 {
border-radius: 2px
}
.rounded-4 {
border-radius: 4px
}
.rounded-6 {
border-radius: 6px
}
.rounded-10 {
border-radius: 10px
}
.rounded-14 {
border-radius: 14px
}
.rounded-none {
border-radius: 0
}
.rounded-full {
border-radius: 9999px
}
.rounded-half {
border-radius: 50%
}
.rounded-r-2 {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px
}
.rounded-l-2 {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px
}
.rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.border-solid {
border-style: solid
}
.border-2 {
border-width: 2px
}
.border {
border-width: 1px
}
.border-t {
border-top-width: 1px
}
.border-r {
border-right-width: 1px
}
.border-b {
border-bottom-width: 1px
}
.hover\:border-l:hover {
border-left-width: 1px
}
.cursor-default {
cursor: default
}
.cursor-pointer {
cursor: pointer
}
.block {
display: block
}
.inline-block {
display: inline-block
}
.hidden {
display: none
}
.flex {
display: -webkit-flex;
display: flex
}
.inline-flex {
display: -webkit-inline-flex;
display: inline-flex
}
.flex-row-reverse {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse
}
.flex-col {
-webkit-flex-direction: column;
flex-direction: column
}
.flex-col-reverse {
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.flex-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap
}
.items-center {
-webkit-align-items: center;
align-items: center
}
.items-baseline {
-webkit-align-items: baseline;
align-items: baseline
}
.self-auto {
-webkit-align-self: auto;
align-self: auto
}
.self-center {
-webkit-align-self: center;
align-self: center
}
.justify-start {
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.justify-end {
-webkit-justify-content: flex-end;
justify-content: flex-end
}
.justify-center {
-webkit-justify-content: center;
justify-content: center
}
.justify-between {
-webkit-justify-content: space-between;
justify-content: space-between
}
.content-center {
-webkit-align-content: center;
align-content: center
}
.content-start {
-webkit-align-content: flex-start;
align-content: flex-start
}
.flex-1 {
-webkit-flex: 1;
flex: 1
}
.flex-none {
-webkit-flex: none;
flex: none
}
.flex-grow {
-webkit-flex-grow: 1;
flex-grow: 1
}
.flex-no-shrink {
-webkit-flex-shrink: 0;
flex-shrink: 0
}
.float-right {
float: right
}
.float-left {
float: left
}
.float-none {
float: none
}
.clearfix:after {
content: "";
display: table;
clear: both
}
.font-regular {
font-weight: 400
}
.font-bold {
font-weight: 700
}
.h-19 {
height: 19px
}
.h-25 {
height: 25px
}
.h-36 {
height: 36px
}
.h-48 {
height: 48px
}
.h-50 {
height: 50px
}
.h-56 {
height: 56px
}
.h-60 {
height: 60px
}
.h-64 {
height: 64px
}
.h-96 {
height: 96px
}
.h-auto {
height: auto
}
.h-full {
height: 100%
}
.h-screen {
height: 100vh
}
.h-headerImage {
height: 350px
}
.h-listingMD {
height: 260px
}
.h-carouselCard {
height: 180px
}
.h-bodyColor,
.h-brandIcon {
height: 48px
}
.h-checkIcon {
height: 36px
}
.h-moneybackLogoM {
height: 47px
}
.h-axaLogo {
height: 24px
}
.leading-none {
line-height: 1
}
.leading-xs {
line-height: 1.25
}
.leading-sm {
line-height: 1.5
}
.leading-md {
line-height: 2
}
.leading-xl {
line-height: 3
}
.m-0 {
margin: 0
}
.m-3 {
margin: 3px
}
.my-0 {
margin-top: 0;
margin-bottom: 0
}
.my-5 {
margin-top: 5px;
margin-bottom: 5px
}
.mx-5 {
margin-left: 5px;
margin-right: 5px
}
.my-10 {
margin-top: 10px;
margin-bottom: 10px
}
.mx-10 {
margin-left: 10px;
margin-right: 10px
}
.my-15 {
margin-top: 15px;
margin-bottom: 15px
}
.my-20 {
margin-top: 20px;
margin-bottom: 20px
}
.mx-20 {
margin-left: 20px;
margin-right: 20px
}
.mx-40 {
margin-left: 40px;
margin-right: 40px
}
.mx-auto {
margin-left: auto;
margin-right: auto
}
.mb-0 {
margin-bottom: 0
}
.mt-2 {
margin-top: 2px
}
.mb-2 {
margin-bottom: 2px
}
.mt-5 {
margin-top: 5px
}
.mr-5 {
margin-right: 5px
}
.mb-5 {
margin-bottom: 5px
}
.ml-5 {
margin-left: 5px
}
.mt-10 {
margin-top: 10px
}
.mr-10 {
margin-right: 10px
}
.mb-10 {
margin-bottom: 10px
}
.ml-10 {
margin-left: 10px
}
.mr-12 {
margin-right: 12px
}
.mb-12 {
margin-bottom: 12px
}
.mt-15 {
margin-top: 15px
}
.mr-15 {
margin-right: 15px
}
.mb-15 {
margin-bottom: 15px
}
.ml-15 {
margin-left: 15px
}
.mt-20 {
margin-top: 20px
}
.mb-20 {
margin-bottom: 20px
}
.ml-20 {
margin-left: 20px
}
.mt-30 {
margin-top: 30px
}
.mb-30 {
margin-bottom: 30px
}
.mt-40 {
margin-top: 40px
}
.mb-40 {
margin-bottom: 40px
}
.mt-45 {
margin-top: 45px
}
.ml-60 {
margin-left: 60px
}
.mt-80 {
margin-top: 80px
}
.max-h-200 {
max-height: 200px
}
.max-h-full {
max-height: 100%
}
.max-h-dropdownSM {
max-height: 190px
}
.max-h-screen {
max-height: 100vh
}
.max-h-listingSM {
max-height: 214px
}
.max-h-carouselCard {
max-height: 180px
}
.max-w-full {
max-width: 100%
}
.max-w-container {
max-width: 1200px
}
.max-w-searchContainer {
max-width: 1680px
}
.max-w-staticPages {
max-width: 780px
}
.max-w-needAssessment {
max-width: 1060px
}
.min-h-screen {
min-height: 100vh
}
.min-h-imagePlaceholder {
min-height: 250px
}
.-m-5 {
margin: -5px
}
.-mx-10 {
margin-left: -10px;
margin-right: -10px
}
.-mt-3 {
margin-top: -3px
}
.-mt-5 {
margin-top: -5px
}
.-mr-5 {
margin-right: -5px
}
.-ml-10 {
margin-left: -10px
}
.-mt-96 {
margin-top: -96px
}
.-mt-dropdownMenu {
margin-top: -11px
}
.opacity-20 {
opacity: .2
}
.opacity-40 {
opacity: .4
}
.opacity-60 {
opacity: .6
}
.opacity-80 {
opacity: .8
}
.opacity-100 {
opacity: 1
}
.hover\:opacity-40:hover {
opacity: .4
}
.hover\:opacity-60:hover {
opacity: .6
}
.hover\:opacity-100:hover {
opacity: 1
}
.focus\:outline-none:focus,
.outline-none {
outline: 0
}
.overflow-hidden {
overflow: hidden
}
.overflow-y-auto {
overflow-y: auto
}
.overflow-y-scroll {
overflow-y: scroll
}
.scrolling-touch {
-webkit-overflow-scrolling: touch
}
.p-3 {
padding: 3px
}
.p-5 {
padding: 5px
}
.p-10 {
padding: 10px
}
.p-18 {
padding: 18px
}
.p-20 {
padding: 20px
}
.p-30 {
padding: 30px
}
.p-40 {
padding: 40px
}
.py-5 {
padding-top: 5px;
padding-bottom: 5px
}
.px-5 {
padding-left: 5px;
padding-right: 5px
}
.py-10 {
padding-top: 10px;
padding-bottom: 10px
}
.px-10 {
padding-left: 10px;
padding-right: 10px
}
.py-16 {
padding-top: 16px;
padding-bottom: 16px
}
.px-16 {
padding-left: 16px;
padding-right: 16px
}
.py-20 {
padding-top: 20px;
padding-bottom: 20px
}
.px-20 {
padding-left: 20px;
padding-right: 20px
}
.py-30 {
padding-top: 30px;
padding-bottom: 30px
}
.px-30 {
padding-left: 30px;
padding-right: 30px
}
.py-90 {
padding-top: 90px;
padding-bottom: 90px
}
.pt-0 {
padding-top: 0
}
.pt-3 {
padding-top: 3px
}
.pl-3 {
padding-left: 3px
}
.pt-5 {
padding-top: 5px
}
.pl-5 {
padding-left: 5px
}
.pt-10 {
padding-top: 10px
}
.pr-10 {
padding-right: 10px
}
.pb-10 {
padding-bottom: 10px
}
.pl-10 {
padding-left: 10px
}
.pr-12 {
padding-right: 12px
}
.pb-12 {
padding-bottom: 12px
}
.pl-12 {
padding-left: 12px
}
.pt-16 {
padding-top: 16px
}
.pr-16 {
padding-right: 16px
}
.pb-16 {
padding-bottom: 16px
}
.pb-18 {
padding-bottom: 18px
}
.pt-20 {
padding-top: 20px
}
.pr-20 {
padding-right: 20px
}
.pb-20 {
padding-bottom: 20px
}
.pl-20 {
padding-left: 20px
}
.pt-30 {
padding-top: 30px
}
.pr-30 {
padding-right: 30px
}
.pl-30 {
padding-left: 30px
}
.pt-35 {
padding-top: 35px
}
.pl-35 {
padding-left: 35px
}
.pb-40 {
padding-bottom: 40px
}
.pr-50 {
padding-right: 50px
}
.pb-50 {
padding-bottom: 50px
}
.pt-60 {
padding-top: 60px
}
.pb-60 {
padding-bottom: 60px
}
.pl-70 {
padding-left: 70px
}
.pb-80 {
padding-bottom: 80px
}
.pb-90 {
padding-bottom: 90px
}
.static {
position: static
}
.fixed {
position: fixed
}
.absolute {
position: absolute
}
.relative {
position: relative
}
.sticky {
position: -webkit-sticky;
position: sticky
}
.pin {
right: 0;
left: 0;
bottom: 0
}
.pin,
.pin-t {
top: 0
}
.pin-r {
right: 0
}
.pin-b {
bottom: 0
}
.pin-l {
left: 0
}
.shadow-small {
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1)
}
.shadow-soft {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1)
}
.shadow-hard {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .4)
}
.fill-consumptionCategory-A,
.fill-consumptionCategory-A\+ {
fill: #009324
}
.fill-consumptionCategory-B {
fill: #2caf00
}
.fill-consumptionCategory-C {
fill: #aacb00
}
.fill-consumptionCategory-D {
fill: #fff300
}
.fill-consumptionCategory-E {
fill: #ffcb00
}
.fill-consumptionCategory-F {
fill: #ff8f00
}
.fill-consumptionCategory-G {
fill: #f70000
}
.text-left {
text-align: left
}
.text-center {
text-align: center
}
.text-right {
text-align: right
}
.text-salmon {
color: #f73b47
}
.text-teal {
color: #3696b9
}
.text-teal-lighter {
color: #3797ac
}
.text-grey-dark {
color: #232a36
}
.text-grey-4 {
color: #54575c
}
.text-grey-3 {
color: #a0a7ab
}
.text-green-light {
color: #74cc74
}
.text-consumptionCategory-A,
.text-consumptionCategory-A\+ {
color: #009324
}
.text-consumptionCategory-B {
color: #2caf00
}
.text-consumptionCategory-C {
color: #aacb00
}
.text-consumptionCategory-D {
color: #fff300
}
.text-consumptionCategory-E {
color: #ffcb00
}
.text-consumptionCategory-F {
color: #ff8f00
}
.text-consumptionCategory-G {
color: #f70000
}
.text-euro-1 {
color: #000
}
.text-euro-2 {
color: #df1829
}
.text-euro-3 {
color: #fdd325
}
.text-euro-4 {
color: #009a2e
}
.text-euro-5 {
color: #009ee4
}
.text-euro-6 {
color: #b93c99
}
.text-black {
color: #000
}
.text-white {
color: #fff
}
.text-gray {
color: grey
}
.text-silver {
color: silver
}
.text-blue {
color: #00f
}
.text-red {
color: red
}
.text-brown {
color: brown
}
.text-green {
color: green
}
.text-overpriced-deal {
color: #e22112
}
.text-high-deal {
color: #e46020
}
.text-fair-deal {
color: #fcb001
}
.text-good-deal {
color: #45b687
}
.text-great-deal {
color: #3eb2c7
}
.hover\:text-grey-dark:hover {
color: #232a36
}
.hover\:text-grey-3:hover {
color: #a0a7ab
}
.hover\:text-consumptionCategory-A:hover,
.hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.hover\:text-facebook:hover {
color: #4267b2
}
.hover\:text-twitter:hover {
color: #1ea0f2
}
.hover\:text-whatsapp:hover {
color: #0dc143
}
.hover\:text-white:hover {
color: #fff
}
.focus\:text-consumptionCategory-A:focus,
.focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.text-xs {
font-size: 12px
}
.text-sm {
font-size: 14px
}
.text-base {
font-size: 16px
}
.text-lg {
font-size: 21px
}
.text-xl {
font-size: 24px
}
.text-2xl {
font-size: 32px
}
.uppercase {
text-transform: uppercase
}
.capitalize {
text-transform: capitalize
}
.underline {
text-decoration: underline
}
.align-middle {
vertical-align: middle
}
.visible {
visibility: visible
}
.invisible {
visibility: hidden
}
.truncate,
.whitespace-no-wrap {
white-space: nowrap
}
.truncate {
overflow: hidden;
text-overflow: ellipsis
}
.w-0 {
width: 0
}
.w-19 {
width: 19px
}
.w-32 {
width: 32px
}
.w-36 {
width: 36px
}
.w-96 {
width: 96px
}
.w-110 {
width: 110px
}
.w-130 {
width: 130px
}
.w-200 {
width: 200px
}
.w-250 {
width: 250px
}
.w-400 {
width: 400px
}
.w-auto {
width: auto
}
.w-1\/12 {
width: 8.33333333%
}
.w-2\/12 {
width: 16.66667%
}
.w-3\/12 {
width: 25%
}
.w-4\/12 {
width: 33.33333%
}
.w-5\/12 {
width: 41.66666667%
}
.w-6\/12 {
width: 50%
}
.w-7\/12 {
width: 58.33333333%
}
.w-8\/12 {
width: 66.66667%
}
.w-9\/12 {
width: 75%
}
.w-10\/12 {
width: 83.33333%
}
.w-11\/12 {
width: 91.66666667
}
.w-12\/12 {
width: 100%
}
.w-screen {
width: 100vw
}
.w-bodyColor,
.w-brandIcon {
width: 48px
}
.w-moneybackLogoM {
width: 47px
}
.w-goodDealInfo {
width: 720px
}
.z-1 {
z-index: 1
}
.z-10 {
z-index: 10
}
.z-20 {
z-index: 20
}
.z-30 {
z-index: 30
}
.z-negative {
z-index: -1
}
.icon-360 {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360,
.icon-360-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-360-left,
.icon-360-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360-right {
background-position: 100%
}
.icon-360-center,
.icon-360-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-360-center {
background-position: 50%
}
.icon-360-center,
.icon-360-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360-top-left {
background-position: 0 0
}
.icon-360-top-center,
.icon-360-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-360-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format);
background-position: top
}
.icon-3People {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People,
.icon-3People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-3People-left,
.icon-3People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People-right {
background-position: 100%
}
.icon-3People-center,
.icon-3People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-3People-center {
background-position: 50%
}
.icon-3People-center,
.icon-3People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People-top-left {
background-position: 0 0
}
.icon-3People-top-center,
.icon-3People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-3People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format);
background-position: top
}
.icon-5People {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People,
.icon-5People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-5People-left,
.icon-5People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People-right {
background-position: 100%
}
.icon-5People-center,
.icon-5People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-5People-center {
background-position: 50%
}
.icon-5People-center,
.icon-5People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People-top-left {
background-position: 0 0
}
.icon-5People-top-center,
.icon-5People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-5People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format);
background-position: top
}
.icon-7People {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People,
.icon-7People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-7People-left,
.icon-7People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People-right {
background-position: 100%
}
.icon-7People-center,
.icon-7People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-7People-center {
background-position: 50%
}
.icon-7People-center,
.icon-7People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People-top-left {
background-position: 0 0
}
.icon-7People-top-center,
.icon-7People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-7People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format);
background-position: top
}
.icon-arrowDdDown {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown,
.icon-arrowDdDown-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDdDown-left,
.icon-arrowDdDown-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown-right {
background-position: 100%
}
.icon-arrowDdDown-center,
.icon-arrowDdDown-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdDown-center {
background-position: 50%
}
.icon-arrowDdDown-center,
.icon-arrowDdDown-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown-top-left {
background-position: 0 0
}
.icon-arrowDdDown-top-center,
.icon-arrowDdDown-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdDown-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format);
background-position: top
}
.icon-arrowDdUp {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp,
.icon-arrowDdUp-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDdUp-left,
.icon-arrowDdUp-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp-right {
background-position: 100%
}
.icon-arrowDdUp-center,
.icon-arrowDdUp-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdUp-center {
background-position: 50%
}
.icon-arrowDdUp-center,
.icon-arrowDdUp-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp-top-left {
background-position: 0 0
}
.icon-arrowDdUp-top-center,
.icon-arrowDdUp-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdUp-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format);
background-position: top
}
.icon-arrowDownSCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format)
}
.icon-arrowDownSCrop,
.icon-arrowDownSCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownSCrop-left,
.icon-arrowDownSCrop-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format)
}
.icon-arrowDownSCrop-right {
background-position: 100%
}
.icon-arrowDownSCrop-center,
.icon-arrowDownSCrop-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownSCrop-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format);
background-position: 50%
}
.icon-arrowDownSCrop-top-left {
background-position: 0 0
}
.icon-arrowDownSCrop-top-center,
.icon-arrowDownSCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownSCrop-top-center {
background-position: top
}
.icon-arrowDownSmall {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-small-efcab3e2bc51ccc08ee1799b027c2d8d.svg?auto=format)
}
.icon-arrowDownSmall,
.icon-arrowDownSmall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownSmall-left,
.icon-arrowDownSmall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-fb0c59fb86dbc03842eabf7b7416b4e5.svg?auto=format)
}
.icon-arrowDownSmall-right {
background-position: 100%
}
.icon-arrowDownSmall-center,
.icon-arrowDownSmall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownSmall-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-small-efcab3e2bc51ccc08ee1799b027c2d8d.svg?auto=format);
background-position: 50%
}
.icon-arrowDownSmall-top-left {
background-position: 0 0
}
.icon-arrowDownSmall-top-center,
.icon-arrowDownSmall-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-small-efcab3e2bc51ccc08ee1799b027c2d8d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownSmall-top-center {
background-position: top
}
.icon-arrowDownTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format)
}
.icon-arrowDownTealM,
.icon-arrowDownTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownTealM-left,
.icon-arrowDownTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format)
}
.icon-arrowDownTealM-right {
background-position: 100%
}
.icon-arrowDownTealM-center,
.icon-arrowDownTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format);
background-position: 50%
}
.icon-arrowDownTealM-top-left {
background-position: 0 0
}
.icon-arrowDownTealM-top-center,
.icon-arrowDownTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownTealM-top-center {
background-position: top
}
.icon-arrowDownTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format)
}
.icon-arrowDownTealS,
.icon-arrowDownTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownTealS-left,
.icon-arrowDownTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format)
}
.icon-arrowDownTealS-right {
background-position: 100%
}
.icon-arrowDownTealS-center,
.icon-arrowDownTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format);
background-position: 50%
}
.icon-arrowDownTealS-top-left {
background-position: 0 0
}
.icon-arrowDownTealS-top-center,
.icon-arrowDownTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownTealS-top-center {
background-position: top
}
.icon-arrowDown {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown,
.icon-arrowDown-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDown-left,
.icon-arrowDown-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown-right {
background-position: 100%
}
.icon-arrowDown-center,
.icon-arrowDown-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDown-center {
background-position: 50%
}
.icon-arrowDown-center,
.icon-arrowDown-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown-top-left {
background-position: 0 0
}
.icon-arrowDown-top-center,
.icon-arrowDown-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDown-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format);
background-position: top
}
.icon-arrowLeftDark {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format)
}
.icon-arrowLeftDark,
.icon-arrowLeftDark-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftDark-left,
.icon-arrowLeftDark-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format)
}
.icon-arrowLeftDark-right {
background-position: 100%
}
.icon-arrowLeftDark-center,
.icon-arrowLeftDark-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftDark-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftDark-top-left {
background-position: 0 0
}
.icon-arrowLeftDark-top-center,
.icon-arrowLeftDark-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftDark-top-center {
background-position: top
}
.icon-arrowLeftGreyM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format)
}
.icon-arrowLeftGreyM,
.icon-arrowLeftGreyM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-left,
.icon-arrowLeftGreyM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format)
}
.icon-arrowLeftGreyM-right {
background-position: 100%
}
.icon-arrowLeftGreyM-center,
.icon-arrowLeftGreyM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftGreyM-top-left {
background-position: 0 0
}
.icon-arrowLeftGreyM-top-center,
.icon-arrowLeftGreyM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-top-center {
background-position: top
}
.icon-arrowLeftGreyS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format)
}
.icon-arrowLeftGreyS,
.icon-arrowLeftGreyS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-left,
.icon-arrowLeftGreyS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format)
}
.icon-arrowLeftGreyS-right {
background-position: 100%
}
.icon-arrowLeftGreyS-center,
.icon-arrowLeftGreyS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftGreyS-top-left {
background-position: 0 0
}
.icon-arrowLeftGreyS-top-center,
.icon-arrowLeftGreyS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-top-center {
background-position: top
}
.icon-arrowLeftTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format)
}
.icon-arrowLeftTealM,
.icon-arrowLeftTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftTealM-left,
.icon-arrowLeftTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format)
}
.icon-arrowLeftTealM-right {
background-position: 100%
}
.icon-arrowLeftTealM-center,
.icon-arrowLeftTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftTealM-top-left {
background-position: 0 0
}
.icon-arrowLeftTealM-top-center,
.icon-arrowLeftTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftTealM-top-center {
background-position: top
}
.icon-arrowLeftTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format)
}
.icon-arrowLeftTealS,
.icon-arrowLeftTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftTealS-left,
.icon-arrowLeftTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format)
}
.icon-arrowLeftTealS-right {
background-position: 100%
}
.icon-arrowLeftTealS-center,
.icon-arrowLeftTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftTealS-top-left {
background-position: 0 0
}
.icon-arrowLeftTealS-top-center,
.icon-arrowLeftTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftTealS-top-center {
background-position: top
}
.icon-arrowLeft {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft,
.icon-arrowLeft-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeft-left,
.icon-arrowLeft-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft-right {
background-position: 100%
}
.icon-arrowLeft-center,
.icon-arrowLeft-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeft-center {
background-position: 50%
}
.icon-arrowLeft-center,
.icon-arrowLeft-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft-top-left {
background-position: 0 0
}
.icon-arrowLeft-top-center,
.icon-arrowLeft-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeft-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: top
}
.icon-arrowRightDark {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format)
}
.icon-arrowRightDark,
.icon-arrowRightDark-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightDark-left,
.icon-arrowRightDark-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format)
}
.icon-arrowRightDark-right {
background-position: 100%
}
.icon-arrowRightDark-center,
.icon-arrowRightDark-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRightDark-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-position: 50%
}
.icon-arrowRightDark-top-left {
background-position: 0 0
}
.icon-arrowRightDark-top-center,
.icon-arrowRightDark-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightDark-top-center {
background-position: top
}
.icon-arrowRightGreayM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format)
}
.icon-arrowRightGreayM,
.icon-arrowRightGreayM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightGreayM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format)
}
.icon-arrowRightGreayM-right {
background-position: 100%
}
.icon-arrowRightGreayM-center,
.icon-arrowRightGreayM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreayM-center {
background-position: 50%
}
.icon-arrowRightGreayM-top-left {
background-position: 0 0
}
.icon-arrowRightGreayM-top-center,
.icon-arrowRightGreayM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreayM-top-center {
background-position: top
}
.icon-arrowRightGreyS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format)
}
.icon-arrowRightGreyS,
.icon-arrowRightGreyS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightGreyS-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format)
}
.icon-arrowRightGreyS-right {
background-position: 100%
}
.icon-arrowRightGreyS-center,
.icon-arrowRightGreyS-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreyS-center {
background-position: 50%
}
.icon-arrowRightGreyS-top-left {
background-position: 0 0
}
.icon-arrowRightGreyS-top-center,
.icon-arrowRightGreyS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreyS-top-center {
background-position: top
}
.icon-arrowRightTealMCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format)
}
.icon-arrowRightTealMCrop,
.icon-arrowRightTealMCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format)
}
.icon-arrowRightTealMCrop-right {
background-position: 100%
}
.icon-arrowRightTealMCrop-center,
.icon-arrowRightTealMCrop-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-center {
background-position: 50%
}
.icon-arrowRightTealMCrop-top-left {
background-position: 0 0
}
.icon-arrowRightTealMCrop-top-center,
.icon-arrowRightTealMCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-top-center {
background-position: top
}
.icon-arrowRightTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format)
}
.icon-arrowRightTealM,
.icon-arrowRightTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format)
}
.icon-arrowRightTealM-right {
background-position: 100%
}
.icon-arrowRightTealM-center,
.icon-arrowRightTealM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealM-center {
background-position: 50%
}
.icon-arrowRightTealM-top-left {
background-position: 0 0
}
.icon-arrowRightTealM-top-center,
.icon-arrowRightTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealM-top-center {
background-position: top
}
.icon-arrowRightTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format)
}
.icon-arrowRightTealS,
.icon-arrowRightTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealS-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format)
}
.icon-arrowRightTealS-right {
background-position: 100%
}
.icon-arrowRightTealS-center,
.icon-arrowRightTealS-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealS-center {
background-position: 50%
}
.icon-arrowRightTealS-top-left {
background-position: 0 0
}
.icon-arrowRightTealS-top-center,
.icon-arrowRightTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealS-top-center {
background-position: top
}
.icon-arrowRightWhiteM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format)
}
.icon-arrowRightWhiteM,
.icon-arrowRightWhiteM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format)
}
.icon-arrowRightWhiteM-right {
background-position: 100%
}
.icon-arrowRightWhiteM-center,
.icon-arrowRightWhiteM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-center {
background-position: 50%
}
.icon-arrowRightWhiteM-top-left {
background-position: 0 0
}
.icon-arrowRightWhiteM-top-center,
.icon-arrowRightWhiteM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-top-center {
background-position: top
}
.icon-arrowRight {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight,
.icon-arrowRight-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRight-left,
.icon-arrowRight-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight-right {
background-position: 100%
}
.icon-arrowRight-center,
.icon-arrowRight-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRight-center {
background-position: 50%
}
.icon-arrowRight-center,
.icon-arrowRight-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight-top-left {
background-position: 0 0
}
.icon-arrowRight-top-center,
.icon-arrowRight-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRight-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format);
background-position: top
}
.icon-arrowUpSCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format)
}
.icon-arrowUpSCrop,
.icon-arrowUpSCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpSCrop-left,
.icon-arrowUpSCrop-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format)
}
.icon-arrowUpSCrop-right {
background-position: 100%
}
.icon-arrowUpSCrop-center,
.icon-arrowUpSCrop-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpSCrop-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format);
background-position: 50%
}
.icon-arrowUpSCrop-top-left {
background-position: 0 0
}
.icon-arrowUpSCrop-top-center,
.icon-arrowUpSCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpSCrop-top-center {
background-position: top
}
.icon-arrowUpSmall {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format)
}
.icon-arrowUpSmall,
.icon-arrowUpSmall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpSmall-left,
.icon-arrowUpSmall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format)
}
.icon-arrowUpSmall-right {
background-position: 100%
}
.icon-arrowUpSmall-center,
.icon-arrowUpSmall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpSmall-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format);
background-position: 50%
}
.icon-arrowUpSmall-top-left {
background-position: 0 0
}
.icon-arrowUpSmall-top-center,
.icon-arrowUpSmall-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpSmall-top-center {
background-position: top
}
.icon-arrowUpTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format)
}
.icon-arrowUpTealM,
.icon-arrowUpTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpTealM-left,
.icon-arrowUpTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format)
}
.icon-arrowUpTealM-right {
background-position: 100%
}
.icon-arrowUpTealM-center,
.icon-arrowUpTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format);
background-position: 50%
}
.icon-arrowUpTealM-top-left {
background-position: 0 0
}
.icon-arrowUpTealM-top-center,
.icon-arrowUpTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpTealM-top-center {
background-position: top
}
.icon-arrowUpTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format)
}
.icon-arrowUpTealS,
.icon-arrowUpTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpTealS-left,
.icon-arrowUpTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format)
}
.icon-arrowUpTealS-right {
background-position: 100%
}
.icon-arrowUpTealS-center,
.icon-arrowUpTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format);
background-position: 50%
}
.icon-arrowUpTealS-top-left {
background-position: 0 0
}
.icon-arrowUpTealS-top-center,
.icon-arrowUpTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpTealS-top-center {
background-position: top
}
.icon-automatic {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic,
.icon-automatic-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-automatic-left,
.icon-automatic-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic-right {
background-position: 100%
}
.icon-automatic-center,
.icon-automatic-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-automatic-center {
background-position: 50%
}
.icon-automatic-center,
.icon-automatic-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic-top-left {
background-position: 0 0
}
.icon-automatic-top-center,
.icon-automatic-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-automatic-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format);
background-position: top
}
.icon-availableM {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM,
.icon-availableM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-availableM-left,
.icon-availableM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM-right {
background-position: 100%
}
.icon-availableM-center,
.icon-availableM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-availableM-center {
background-position: 50%
}
.icon-availableM-center,
.icon-availableM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM-top-left {
background-position: 0 0
}
.icon-availableM-top-center,
.icon-availableM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-availableM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format);
background-position: top
}
.icon-available {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available,
.icon-available-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-available-left,
.icon-available-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available-right {
background-position: 100%
}
.icon-available-center,
.icon-available-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-available-center {
background-position: 50%
}
.icon-available-center,
.icon-available-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available-top-left {
background-position: 0 0
}
.icon-available-top-center,
.icon-available-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-available-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format);
background-position: top
}
.icon-cabriolet {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet,
.icon-cabriolet-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-cabriolet-left,
.icon-cabriolet-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet-right {
background-position: 100%
}
.icon-cabriolet-center,
.icon-cabriolet-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-cabriolet-center {
background-position: 50%
}
.icon-cabriolet-center,
.icon-cabriolet-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet-top-left {
background-position: 0 0
}
.icon-cabriolet-top-center,
.icon-cabriolet-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-cabriolet-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format);
background-position: top
}
.icon-checkCircle {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle,
.icon-checkCircle-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-checkCircle-left,
.icon-checkCircle-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle-right {
background-position: 100%
}
.icon-checkCircle-center,
.icon-checkCircle-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-checkCircle-center {
background-position: 50%
}
.icon-checkCircle-center,
.icon-checkCircle-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle-top-left {
background-position: 0 0
}
.icon-checkCircle-top-center,
.icon-checkCircle-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-checkCircle-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format);
background-position: top
}
.icon-check {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check,
.icon-check-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-check-left,
.icon-check-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check-right {
background-position: 100%
}
.icon-check-center,
.icon-check-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-check-center {
background-position: 50%
}
.icon-check-center,
.icon-check-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check-top-left {
background-position: 0 0
}
.icon-check-top-center,
.icon-check-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-check-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format);
background-position: top
}
.icon-closeS {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS,
.icon-closeS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-closeS-left,
.icon-closeS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS-right {
background-position: 100%
}
.icon-closeS-center,
.icon-closeS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-closeS-center {
background-position: 50%
}
.icon-closeS-center,
.icon-closeS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS-top-left {
background-position: 0 0
}
.icon-closeS-top-center,
.icon-closeS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-closeS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format);
background-position: top
}
.icon-close {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close,
.icon-close-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-close-left,
.icon-close-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close-right {
background-position: 100%
}
.icon-close-center,
.icon-close-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-close-center {
background-position: 50%
}
.icon-close-center,
.icon-close-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close-top-left {
background-position: 0 0
}
.icon-close-top-center,
.icon-close-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-close-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format);
background-position: top
}
.icon-consumption {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption,
.icon-consumption-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-consumption-left,
.icon-consumption-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption-right {
background-position: 100%
}
.icon-consumption-center,
.icon-consumption-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-consumption-center {
background-position: 50%
}
.icon-consumption-center,
.icon-consumption-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption-top-left {
background-position: 0 0
}
.icon-consumption-top-center,
.icon-consumption-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-consumption-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format);
background-position: top
}
.icon-coupe {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe,
.icon-coupe-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-coupe-left,
.icon-coupe-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe-right {
background-position: 100%
}
.icon-coupe-center,
.icon-coupe-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-coupe-center {
background-position: 50%
}
.icon-coupe-center,
.icon-coupe-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe-top-left {
background-position: 0 0
}
.icon-coupe-top-center,
.icon-coupe-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-coupe-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format);
background-position: top
}
.icon-ctaCall {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall,
.icon-ctaCall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-ctaCall-left,
.icon-ctaCall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall-right {
background-position: 100%
}
.icon-ctaCall-center,
.icon-ctaCall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaCall-center {
background-position: 50%
}
.icon-ctaCall-center,
.icon-ctaCall-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall-top-left {
background-position: 0 0
}
.icon-ctaCall-top-center,
.icon-ctaCall-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaCall-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format);
background-position: top
}
.icon-ctaWrite {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite,
.icon-ctaWrite-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-ctaWrite-left,
.icon-ctaWrite-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite-right {
background-position: 100%
}
.icon-ctaWrite-center,
.icon-ctaWrite-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaWrite-center {
background-position: 50%
}
.icon-ctaWrite-center,
.icon-ctaWrite-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite-top-left {
background-position: 0 0
}
.icon-ctaWrite-top-center,
.icon-ctaWrite-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaWrite-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format);
background-position: top
}
.icon-date {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date,
.icon-date-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-date-left,
.icon-date-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date-right {
background-position: 100%
}
.icon-date-center,
.icon-date-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-date-center {
background-position: 50%
}
.icon-date-center,
.icon-date-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date-top-left {
background-position: 0 0
}
.icon-date-top-center,
.icon-date-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-date-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format);
background-position: top
}
.icon-doors {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors,
.icon-doors-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-doors-left,
.icon-doors-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors-right {
background-position: 100%
}
.icon-doors-center,
.icon-doors-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-doors-center {
background-position: 50%
}
.icon-doors-center,
.icon-doors-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors-top-left {
background-position: 0 0
}
.icon-doors-top-center,
.icon-doors-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-doors-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format);
background-position: top
}
.icon-email {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email,
.icon-email-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-email-left,
.icon-email-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email-right {
background-position: 100%
}
.icon-email-center,
.icon-email-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-email-center {
background-position: 50%
}
.icon-email-center,
.icon-email-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email-top-left {
background-position: 0 0
}
.icon-email-top-center,
.icon-email-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-email-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format);
background-position: top
}
.icon-estate {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate,
.icon-estate-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-estate-left,
.icon-estate-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate-right {
background-position: 100%
}
.icon-estate-center,
.icon-estate-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-estate-center {
background-position: 50%
}
.icon-estate-center,
.icon-estate-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate-top-left {
background-position: 0 0
}
.icon-estate-top-center,
.icon-estate-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-estate-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format);
background-position: top
}
.icon-facebook {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook,
.icon-facebook-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-facebook-left,
.icon-facebook-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook-right {
background-position: 100%
}
.icon-facebook-center,
.icon-facebook-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-facebook-center {
background-position: 50%
}
.icon-facebook-center,
.icon-facebook-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook-top-left {
background-position: 0 0
}
.icon-facebook-top-center,
.icon-facebook-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-facebook-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format);
background-position: top
}
.icon-fair {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair,
.icon-fair-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-fair-left,
.icon-fair-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair-right {
background-position: 100%
}
.icon-fair-center,
.icon-fair-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fair-center {
background-position: 50%
}
.icon-fair-center,
.icon-fair-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair-top-left {
background-position: 0 0
}
.icon-fair-top-center,
.icon-fair-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fair-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format);
background-position: top
}
.icon-filter {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter,
.icon-filter-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-filter-left,
.icon-filter-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter-right {
background-position: 100%
}
.icon-filter-center,
.icon-filter-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-filter-center {
background-position: 50%
}
.icon-filter-center,
.icon-filter-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter-top-left {
background-position: 0 0
}
.icon-filter-top-center,
.icon-filter-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-filter-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format);
background-position: top
}
.icon-fuel {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel,
.icon-fuel-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-fuel-left,
.icon-fuel-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel-right {
background-position: 100%
}
.icon-fuel-center,
.icon-fuel-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fuel-center {
background-position: 50%
}
.icon-fuel-center,
.icon-fuel-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel-top-left {
background-position: 0 0
}
.icon-fuel-top-center,
.icon-fuel-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fuel-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format);
background-position: top
}
.icon-gear {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear,
.icon-gear-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-gear-left,
.icon-gear-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear-right {
background-position: 100%
}
.icon-gear-center,
.icon-gear-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-gear-center {
background-position: 50%
}
.icon-gear-center,
.icon-gear-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear-top-left {
background-position: 0 0
}
.icon-gear-top-center,
.icon-gear-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-gear-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format);
background-position: top
}
.icon-good {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good,
.icon-good-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-good-left,
.icon-good-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good-right {
background-position: 100%
}
.icon-good-center,
.icon-good-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-good-center {
background-position: 50%
}
.icon-good-center,
.icon-good-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good-top-left {
background-position: 0 0
}
.icon-good-top-center,
.icon-good-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-good-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format);
background-position: top
}
.icon-great {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great,
.icon-great-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-great-left,
.icon-great-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great-right {
background-position: 100%
}
.icon-great-center,
.icon-great-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-great-center {
background-position: 50%
}
.icon-great-center,
.icon-great-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great-top-left {
background-position: 0 0
}
.icon-great-top-center,
.icon-great-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-great-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format);
background-position: top
}
.icon-high {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high,
.icon-high-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-high-left,
.icon-high-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high-right {
background-position: 100%
}
.icon-high-center,
.icon-high-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-high-center {
background-position: 50%
}
.icon-high-center,
.icon-high-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high-top-left {
background-position: 0 0
}
.icon-high-top-center,
.icon-high-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-high-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format);
background-position: top
}
.icon-info {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info,
.icon-info-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-info-left,
.icon-info-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info-right {
background-position: 100%
}
.icon-info-center,
.icon-info-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-info-center {
background-position: 50%
}
.icon-info-center,
.icon-info-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info-top-left {
background-position: 0 0
}
.icon-info-top-center,
.icon-info-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-info-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format);
background-position: top
}
.icon-logoAxa {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa,
.icon-logoAxa-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-logoAxa-left,
.icon-logoAxa-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa-right {
background-position: 100%
}
.icon-logoAxa-center,
.icon-logoAxa-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-logoAxa-center {
background-position: 50%
}
.icon-logoAxa-center,
.icon-logoAxa-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa-top-left {
background-position: 0 0
}
.icon-logoAxa-top-center,
.icon-logoAxa-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-logoAxa-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format);
background-position: top
}
.icon-manual {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual,
.icon-manual-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-manual-left,
.icon-manual-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual-right {
background-position: 100%
}
.icon-manual-center,
.icon-manual-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-manual-center {
background-position: 50%
}
.icon-manual-center,
.icon-manual-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual-top-left {
background-position: 0 0
}
.icon-manual-top-center,
.icon-manual-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-manual-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format);
background-position: top
}
.icon-mileage {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage,
.icon-mileage-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-mileage-left,
.icon-mileage-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage-right {
background-position: 100%
}
.icon-mileage-center,
.icon-mileage-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-mileage-center {
background-position: 50%
}
.icon-mileage-center,
.icon-mileage-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage-top-left {
background-position: 0 0
}
.icon-mileage-top-center,
.icon-mileage-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-mileage-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format);
background-position: top
}
.icon-missing {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing,
.icon-missing-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-missing-left,
.icon-missing-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing-right {
background-position: 100%
}
.icon-missing-center,
.icon-missing-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-missing-center {
background-position: 50%
}
.icon-missing-center,
.icon-missing-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing-top-left {
background-position: 0 0
}
.icon-missing-top-center,
.icon-missing-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-missing-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format);
background-position: top
}
.icon-modalCall {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall,
.icon-modalCall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-modalCall-left,
.icon-modalCall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall-right {
background-position: 100%
}
.icon-modalCall-center,
.icon-modalCall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalCall-center {
background-position: 50%
}
.icon-modalCall-center,
.icon-modalCall-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall-top-left {
background-position: 0 0
}
.icon-modalCall-top-center,
.icon-modalCall-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalCall-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format);
background-position: top
}
.icon-modalWrite {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite,
.icon-modalWrite-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-modalWrite-left,
.icon-modalWrite-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite-right {
background-position: 100%
}
.icon-modalWrite-center,
.icon-modalWrite-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalWrite-center {
background-position: 50%
}
.icon-modalWrite-center,
.icon-modalWrite-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite-top-left {
background-position: 0 0
}
.icon-modalWrite-top-center,
.icon-modalWrite-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalWrite-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format);
background-position: top
}
.icon-moneybackM {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM,
.icon-moneybackM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-moneybackM-left,
.icon-moneybackM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM-right {
background-position: 100%
}
.icon-moneybackM-center,
.icon-moneybackM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackM-center {
background-position: 50%
}
.icon-moneybackM-center,
.icon-moneybackM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM-top-left {
background-position: 0 0
}
.icon-moneybackM-top-center,
.icon-moneybackM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format);
background-position: top
}
.icon-moneybackS {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS,
.icon-moneybackS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-moneybackS-left,
.icon-moneybackS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS-right {
background-position: 100%
}
.icon-moneybackS-center,
.icon-moneybackS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackS-center {
background-position: 50%
}
.icon-moneybackS-center,
.icon-moneybackS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS-top-left {
background-position: 0 0
}
.icon-moneybackS-top-center,
.icon-moneybackS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format);
background-position: top
}
.icon-motor {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor,
.icon-motor-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-motor-left,
.icon-motor-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor-right {
background-position: 100%
}
.icon-motor-center,
.icon-motor-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-motor-center {
background-position: 50%
}
.icon-motor-center,
.icon-motor-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor-top-left {
background-position: 0 0
}
.icon-motor-top-center,
.icon-motor-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-motor-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format);
background-position: top
}
.icon-overpriced {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced,
.icon-overpriced-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-overpriced-left,
.icon-overpriced-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced-right {
background-position: 100%
}
.icon-overpriced-center,
.icon-overpriced-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-overpriced-center {
background-position: 50%
}
.icon-overpriced-center,
.icon-overpriced-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced-top-left {
background-position: 0 0
}
.icon-overpriced-top-center,
.icon-overpriced-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-overpriced-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
background-position: top
}
.icon-paginationLeft {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format)
}
.icon-paginationLeft,
.icon-paginationLeft-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-paginationLeft-left,
.icon-paginationLeft-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format)
}
.icon-paginationLeft-right {
background-position: 100%
}
.icon-paginationLeft-center,
.icon-paginationLeft-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-paginationLeft-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format);
background-position: 50%
}
.icon-paginationLeft-top-left {
background-position: 0 0
}
.icon-paginationLeft-top-center,
.icon-paginationLeft-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationLeft-top-center {
background-position: top
}
.icon-paginationRight {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format)
}
.icon-paginationRight,
.icon-paginationRight-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-paginationRight-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format)
}
.icon-paginationRight-right {
background-position: 100%
}
.icon-paginationRight-center,
.icon-paginationRight-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationRight-center {
background-position: 50%
}
.icon-paginationRight-top-left {
background-position: 0 0
}
.icon-paginationRight-top-center,
.icon-paginationRight-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationRight-top-center {
background-position: top
}
.icon-phone {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone,
.icon-phone-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-phone-left,
.icon-phone-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone-right {
background-position: 100%
}
.icon-phone-center,
.icon-phone-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-phone-center {
background-position: 50%
}
.icon-phone-center,
.icon-phone-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone-top-left {
background-position: 0 0
}
.icon-phone-top-center,
.icon-phone-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-phone-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format);
background-position: top
}
.icon-plusCircle {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle,
.icon-plusCircle-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-plusCircle-left,
.icon-plusCircle-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle-right {
background-position: 100%
}
.icon-plusCircle-center,
.icon-plusCircle-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-plusCircle-center {
background-position: 50%
}
.icon-plusCircle-center,
.icon-plusCircle-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle-top-left {
background-position: 0 0
}
.icon-plusCircle-top-center,
.icon-plusCircle-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-plusCircle-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format);
background-position: top
}
.icon-reset {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-caea2dfe0584bfe8a867909f8867e67a.svg?auto=format)
}
.icon-reset,
.icon-reset-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-reset-left,
.icon-reset-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-caea2dfe0584bfe8a867909f8867e67a.svg?auto=format)
}
.icon-reset-right {
background-position: 100%
}
.icon-reset-center,
.icon-reset-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-reset-center {
background-position: 50%
}
.icon-reset-center,
.icon-reset-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-caea2dfe0584bfe8a867909f8867e67a.svg?auto=format)
}
.icon-reset-top-left {
background-position: 0 0
}
.icon-reset-top-center,
.icon-reset-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-reset-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-caea2dfe0584bfe8a867909f8867e67a.svg?auto=format);
background-position: top
}
.icon-saloon {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon,
.icon-saloon-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-saloon-left,
.icon-saloon-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon-right {
background-position: 100%
}
.icon-saloon-center,
.icon-saloon-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-saloon-center {
background-position: 50%
}
.icon-saloon-center,
.icon-saloon-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon-top-left {
background-position: 0 0
}
.icon-saloon-top-center,
.icon-saloon-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-saloon-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format);
background-position: top
}
.icon-search {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search,
.icon-search-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-search-left,
.icon-search-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search-right {
background-position: 100%
}
.icon-search-center,
.icon-search-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-search-center {
background-position: 50%
}
.icon-search-center,
.icon-search-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search-top-left {
background-position: 0 0
}
.icon-search-top-center,
.icon-search-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-search-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format);
background-position: top
}
.icon-seats {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats,
.icon-seats-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-seats-left,
.icon-seats-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats-right {
background-position: 100%
}
.icon-seats-center,
.icon-seats-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-seats-center {
background-position: 50%
}
.icon-seats-center,
.icon-seats-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats-top-left {
background-position: 0 0
}
.icon-seats-top-center,
.icon-seats-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-seats-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format);
background-position: top
}
.icon-sportscar {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar,
.icon-sportscar-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-sportscar-left,
.icon-sportscar-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar-right {
background-position: 100%
}
.icon-sportscar-center,
.icon-sportscar-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-sportscar-center {
background-position: 50%
}
.icon-sportscar-center,
.icon-sportscar-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar-top-left {
background-position: 0 0
}
.icon-sportscar-top-center,
.icon-sportscar-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-sportscar-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format);
background-position: top
}
.icon-surveyTeal {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal,
.icon-surveyTeal-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-surveyTeal-left,
.icon-surveyTeal-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal-right {
background-position: 100%
}
.icon-surveyTeal-center,
.icon-surveyTeal-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-surveyTeal-center {
background-position: 50%
}
.icon-surveyTeal-center,
.icon-surveyTeal-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal-top-left {
background-position: 0 0
}
.icon-surveyTeal-top-center,
.icon-surveyTeal-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-surveyTeal-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format);
background-position: top
}
.icon-survey {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey,
.icon-survey-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-survey-left,
.icon-survey-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey-right {
background-position: 100%
}
.icon-survey-center,
.icon-survey-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-survey-center {
background-position: 50%
}
.icon-survey-center,
.icon-survey-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey-top-left {
background-position: 0 0
}
.icon-survey-top-center,
.icon-survey-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-survey-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format);
background-position: top
}
.icon-suv {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv,
.icon-suv-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-suv-left,
.icon-suv-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv-right {
background-position: 100%
}
.icon-suv-center,
.icon-suv-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-suv-center {
background-position: 50%
}
.icon-suv-center,
.icon-suv-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv-top-left {
background-position: 0 0
}
.icon-suv-top-center,
.icon-suv-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-suv-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format);
background-position: top
}
.icon-twitter {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter,
.icon-twitter-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-twitter-left,
.icon-twitter-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter-right {
background-position: 100%
}
.icon-twitter-center,
.icon-twitter-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-twitter-center {
background-position: 50%
}
.icon-twitter-center,
.icon-twitter-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter-top-left {
background-position: 0 0
}
.icon-twitter-top-center,
.icon-twitter-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-twitter-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format);
background-position: top
}
.icon-van {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van,
.icon-van-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-van-left,
.icon-van-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van-right {
background-position: 100%
}
.icon-van-center,
.icon-van-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-van-center {
background-position: 50%
}
.icon-van-center,
.icon-van-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van-top-left {
background-position: 0 0
}
.icon-van-top-center,
.icon-van-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-van-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format);
background-position: top
}
.icon-whatsapp {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp,
.icon-whatsapp-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-whatsapp-left,
.icon-whatsapp-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp-right {
background-position: 100%
}
.icon-whatsapp-center,
.icon-whatsapp-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-whatsapp-center {
background-position: 50%
}
.icon-whatsapp-center,
.icon-whatsapp-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp-top-left {
background-position: 0 0
}
.icon-whatsapp-top-center,
.icon-whatsapp-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-whatsapp-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format);
background-position: top
}
.after-slash:after {
content: "/"
}
.after-checkmark:after {
content: "\2713"
}
.before-checkmark:before {
content: "\2713 "
}
.position-bottom-40 {
bottom: 40px
}
.position-bottom--65 {
bottom: -65px
}
.transition-2 {
transition: .2s
}
.bg-gradient-to-bottom-fade {
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}
.bg-gradient-to-bottom-grey {
background-image: linear-gradient(180deg, #f9f9fb, #fff 20%)
}
.bg-gradient-to-bottom-black {
background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5))
}
@media (min-width:480px) {
.xs\:bg-consumptionCategory-A,
.xs\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.xs\:bg-consumptionCategory-B {
background-color: #2caf00
}
.xs\:bg-consumptionCategory-C {
background-color: #aacb00
}
.xs\:bg-consumptionCategory-D {
background-color: #fff300
}
.xs\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.xs\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.xs\:bg-consumptionCategory-G {
background-color: #f70000
}
.xs\:hover\:bg-consumptionCategory-A:hover,
.xs\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.xs\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.xs\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.xs\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.xs\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.xs\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.xs\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.xs\:focus\:bg-consumptionCategory-A:focus,
.xs\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.xs\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.xs\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.xs\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.xs\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.xs\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.xs\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.xs\:border-consumptionCategory-A,
.xs\:border-consumptionCategory-A\+ {
border-color: #009324
}
.xs\:border-consumptionCategory-B {
border-color: #2caf00
}
.xs\:border-consumptionCategory-C {
border-color: #aacb00
}
.xs\:border-consumptionCategory-D {
border-color: #fff300
}
.xs\:border-consumptionCategory-E {
border-color: #ffcb00
}
.xs\:border-consumptionCategory-F {
border-color: #ff8f00
}
.xs\:border-consumptionCategory-G {
border-color: #f70000
}
.xs\:hover\:border-consumptionCategory-A:hover,
.xs\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.xs\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.xs\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.xs\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.xs\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.xs\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.xs\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.xs\:focus\:border-consumptionCategory-A:focus,
.xs\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.xs\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.xs\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.xs\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.xs\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.xs\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.xs\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.xs\:h-bodyColor {
height: 48px
}
.xs\:text-consumptionCategory-A,
.xs\:text-consumptionCategory-A\+ {
color: #009324
}
.xs\:text-consumptionCategory-B {
color: #2caf00
}
.xs\:text-consumptionCategory-C {
color: #aacb00
}
.xs\:text-consumptionCategory-D {
color: #fff300
}
.xs\:text-consumptionCategory-E {
color: #ffcb00
}
.xs\:text-consumptionCategory-F {
color: #ff8f00
}
.xs\:text-consumptionCategory-G {
color: #f70000
}
.xs\:hover\:text-consumptionCategory-A:hover,
.xs\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.xs\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.xs\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.xs\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.xs\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.xs\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.xs\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.xs\:focus\:text-consumptionCategory-A:focus,
.xs\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.xs\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.xs\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.xs\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.xs\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.xs\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.xs\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.xs\:w-bodyColor {
width: 48px
}
}
@media (min-width:576px) {
.sm\:bg-consumptionCategory-A,
.sm\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.sm\:bg-consumptionCategory-B {
background-color: #2caf00
}
.sm\:bg-consumptionCategory-C {
background-color: #aacb00
}
.sm\:bg-consumptionCategory-D {
background-color: #fff300
}
.sm\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.sm\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.sm\:bg-consumptionCategory-G {
background-color: #f70000
}
.sm\:hover\:bg-consumptionCategory-A:hover,
.sm\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.sm\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.sm\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.sm\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.sm\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.sm\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.sm\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.sm\:focus\:bg-consumptionCategory-A:focus,
.sm\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.sm\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.sm\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.sm\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.sm\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.sm\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.sm\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.sm\:border-consumptionCategory-A,
.sm\:border-consumptionCategory-A\+ {
border-color: #009324
}
.sm\:border-consumptionCategory-B {
border-color: #2caf00
}
.sm\:border-consumptionCategory-C {
border-color: #aacb00
}
.sm\:border-consumptionCategory-D {
border-color: #fff300
}
.sm\:border-consumptionCategory-E {
border-color: #ffcb00
}
.sm\:border-consumptionCategory-F {
border-color: #ff8f00
}
.sm\:border-consumptionCategory-G {
border-color: #f70000
}
.sm\:hover\:border-consumptionCategory-A:hover,
.sm\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.sm\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.sm\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.sm\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.sm\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.sm\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.sm\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.sm\:focus\:border-consumptionCategory-A:focus,
.sm\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.sm\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.sm\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.sm\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.sm\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.sm\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.sm\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.sm\:h-bodyColor {
height: 48px
}
.sm\:pt-0 {
padding-top: 0
}
.sm\:pb-60 {
padding-bottom: 60px
}
.sm\:text-consumptionCategory-A,
.sm\:text-consumptionCategory-A\+ {
color: #009324
}
.sm\:text-consumptionCategory-B {
color: #2caf00
}
.sm\:text-consumptionCategory-C {
color: #aacb00
}
.sm\:text-consumptionCategory-D {
color: #fff300
}
.sm\:text-consumptionCategory-E {
color: #ffcb00
}
.sm\:text-consumptionCategory-F {
color: #ff8f00
}
.sm\:text-consumptionCategory-G {
color: #f70000
}
.sm\:hover\:text-consumptionCategory-A:hover,
.sm\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.sm\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.sm\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.sm\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.sm\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.sm\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.sm\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.sm\:focus\:text-consumptionCategory-A:focus,
.sm\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.sm\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.sm\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.sm\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.sm\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.sm\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.sm\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.sm\:w-12\/12 {
width: 100%
}
.sm\:w-bodyColor {
width: 48px
}
}
@media (min-width:768px) {
.md\:bg-consumptionCategory-A,
.md\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.md\:bg-consumptionCategory-B {
background-color: #2caf00
}
.md\:bg-consumptionCategory-C {
background-color: #aacb00
}
.md\:bg-consumptionCategory-D {
background-color: #fff300
}
.md\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.md\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.md\:bg-consumptionCategory-G {
background-color: #f70000
}
.md\:hover\:bg-consumptionCategory-A:hover,
.md\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.md\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.md\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.md\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.md\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.md\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.md\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.md\:focus\:bg-consumptionCategory-A:focus,
.md\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.md\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.md\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.md\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.md\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.md\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.md\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.md\:bg-24 {
background-size: 24px
}
.md\:border-consumptionCategory-A,
.md\:border-consumptionCategory-A\+ {
border-color: #009324
}
.md\:border-consumptionCategory-B {
border-color: #2caf00
}
.md\:border-consumptionCategory-C {
border-color: #aacb00
}
.md\:border-consumptionCategory-D {
border-color: #fff300
}
.md\:border-consumptionCategory-E {
border-color: #ffcb00
}
.md\:border-consumptionCategory-F {
border-color: #ff8f00
}
.md\:border-consumptionCategory-G {
border-color: #f70000
}
.md\:hover\:border-consumptionCategory-A:hover,
.md\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.md\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.md\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.md\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.md\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.md\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.md\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.md\:focus\:border-consumptionCategory-A:focus,
.md\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.md\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.md\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.md\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.md\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.md\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.md\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.md\:rounded-4 {
border-radius: 4px
}
.md\:block {
display: block
}
.md\:inline-block {
display: inline-block
}
.md\:hidden {
display: none
}
.md\:flex {
display: -webkit-flex;
display: flex
}
.md\:flex-row-reverse {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse
}
.md\:flex-1 {
-webkit-flex: 1;
flex: 1
}
.md\:h-56 {
height: 56px
}
.md\:h-64 {
height: 64px
}
.md\:h-listingMD {
height: 260px
}
.md\:h-brandIconMD {
height: 64px
}
.md\:h-brandContainer {
height: 80px
}
.brandContainer:hover {
box-shadow: 0 4px 18px 0 rgba(35,42,54,.1);
background-color: #fff;
border-radius: 4px;
line-height: 1.25;
}
.md\:h-bodyColor {
height: 48px
}
.md\:leading-sm {
line-height: 1.5
}
.md\:mx-0 {
margin-left: 0;
margin-right: 0
}
.md\:my-40 {
margin-top: 40px;
margin-bottom: 40px
}
.md\:mt-0 {
margin-top: 0
}
.md\:mb-0 {
margin-bottom: 0
}
.md\:mt-10 {
margin-top: 10px
}
.md\:mr-10 {
margin-right: 10px
}
.md\:mb-30 {
margin-bottom: 30px
}
.md\:mt-90 {
margin-top: 90px
}
.md\:max-h-dropdown {
max-height: 240px
}
.md\:max-h-listingMD {
max-height: 260px
}
.md\:p-0 {
padding: 0
}
.md\:px-0 {
padding-left: 0;
padding-right: 0
}
.md\:px-20 {
padding-left: 20px;
padding-right: 20px
}
.md\:py-30 {
padding-top: 30px;
padding-bottom: 30px
}
.md\:px-60 {
padding-left: 60px;
padding-right: 60px
}
.md\:pb-0 {
padding-bottom: 0
}
.md\:pr-12 {
padding-right: 12px
}
.md\:pr-20 {
padding-right: 20px
}
.md\:pl-20 {
padding-left: 20px
}
.md\:pr-30 {
padding-right: 30px
}
.md\:pt-50 {
padding-top: 50px
}
.md\:pt-60 {
padding-top: 60px
}
.md\:pr-60 {
padding-right: 60px
}
.md\:pb-60 {
padding-bottom: 60px
}
.md\:pb-110 {
padding-bottom: 110px
}
.md\:static {
position: static
}
.md\:relative {
position: relative
}
.md\:pin-none {
top: auto;
right: auto;
bottom: auto;
left: auto
}
.md\:shadow-soft {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1)
}
.md\:text-left {
text-align: left
}
.md\:text-consumptionCategory-A,
.md\:text-consumptionCategory-A\+ {
color: #009324
}
.md\:text-consumptionCategory-B {
color: #2caf00
}
.md\:text-consumptionCategory-C {
color: #aacb00
}
.md\:text-consumptionCategory-D {
color: #fff300
}
.md\:text-consumptionCategory-E {
color: #ffcb00
}
.md\:text-consumptionCategory-F {
color: #ff8f00
}
.md\:text-consumptionCategory-G {
color: #f70000
}
.md\:hover\:text-consumptionCategory-A:hover,
.md\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.md\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.md\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.md\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.md\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.md\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.md\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.md\:focus\:text-consumptionCategory-A:focus,
.md\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.md\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.md\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.md\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.md\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.md\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.md\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.md\:text-sm {
font-size: 14px
}
.md\:text-base {
font-size: 16px
}
.md\:text-lg {
font-size: 21px
}
.md\:text-xl {
font-size: 24px
}
.md\:text-2xl {
font-size: 32px
}
.md\:text-3xl {
font-size: 48px
}
.md\:align-middle {
vertical-align: middle
}
.md\:w-200 {
width: 200px
}
.md\:w-250 {
width: 250px
}
.md\:w-400 {
width: 400px
}
.md\:w-1\/12 {
width: 8.33333333%
}
.md\:w-3\/12 {
width: 25%
}
.md\:w-4\/12 {
width: 33.33333%
}
.md\:w-5\/12 {
width: 41.66666667%
}
.md\:w-6\/12 {
width: 50%
}
.md\:w-7\/12 {
width: 58.33333333%
}
.md\:w-9\/12 {
width: 75%
}
.md\:w-12\/12 {
width: 100%
}
.md\:w-brandIconMD {
width: 64px
}
.md\:w-bodyColor {
width: 48px
}
.md\:position-bottom-60 {
bottom: 60px
}
.md\:position-left-auto {
left: auto
}
}
@media (min-width:992px) {
.lg\:bg-grey-bright {
background-color: #f9f9fb
}
.lg\:bg-consumptionCategory-A,
.lg\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.lg\:bg-consumptionCategory-B {
background-color: #2caf00
}
.lg\:bg-consumptionCategory-C {
background-color: #aacb00
}
.lg\:bg-consumptionCategory-D {
background-color: #fff300
}
.lg\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.lg\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.lg\:bg-consumptionCategory-G {
background-color: #f70000
}
.lg\:hover\:bg-consumptionCategory-A:hover,
.lg\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.lg\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.lg\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.lg\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.lg\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.lg\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.lg\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.lg\:focus\:bg-consumptionCategory-A:focus,
.lg\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.lg\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.lg\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.lg\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.lg\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.lg\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.lg\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.lg\:border-consumptionCategory-A,
.lg\:border-consumptionCategory-A\+ {
border-color: #009324
}
.lg\:border-consumptionCategory-B {
border-color: #2caf00
}
.lg\:border-consumptionCategory-C {
border-color: #aacb00
}
.lg\:border-consumptionCategory-D {
border-color: #fff300
}
.lg\:border-consumptionCategory-E {
border-color: #ffcb00
}
.lg\:border-consumptionCategory-F {
border-color: #ff8f00
}
.lg\:border-consumptionCategory-G {
border-color: #f70000
}
.lg\:hover\:border-consumptionCategory-A:hover,
.lg\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.lg\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.lg\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.lg\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.lg\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.lg\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.lg\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.lg\:focus\:border-consumptionCategory-A:focus,
.lg\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.lg\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.lg\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.lg\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.lg\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.lg\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.lg\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.lg\:border-b-0 {
border-bottom-width: 0
}
.lg\:inline-block {
display: inline-block
}
.lg\:hidden {
display: none
}
.lg\:flex {
display: -webkit-flex;
display: flex
}
.lg\:flex-row {
-webkit-flex-direction: row;
flex-direction: row
}
.lg\:items-center {
-webkit-align-items: center;
align-items: center
}
.lg\:font-regular {
font-weight: 400
}
.lg\:h-148 {
height: 148px
}
.lg\:h-bodyColor {
height: 48px
}
.lg\:mx-0 {
margin-left: 0;
margin-right: 0
}
.lg\:my-30 {
margin-top: 30px;
margin-bottom: 30px
}
.lg\:mt-0 {
margin-top: 0
}
.lg\:mr-0 {
margin-right: 0
}
.lg\:mb-0 {
margin-bottom: 0
}
.lg\:mb-10 {
margin-bottom: 10px
}
.lg\:ml-10 {
margin-left: 10px
}
.lg\:mb-60 {
margin-bottom: 60px
}
.lg\:min-h-auto {
min-height: auto
}
.lg\:-mx-20 {
margin-left: -20px;
margin-right: -20px
}
.lg\:p-0 {
padding: 0
}
.lg\:px-0 {
padding-left: 0;
padding-right: 0
}
.lg\:px-20 {
padding-left: 20px;
padding-right: 20px
}
.lg\:py-33 {
padding-top: 33px;
padding-bottom: 33px
}
.lg\:py-60 {
padding-top: 60px;
padding-bottom: 60px
}
.lg\:pt-0 {
padding-top: 0
}
.lg\:pr-0 {
padding-right: 0
}
.lg\:pb-0 {
padding-bottom: 0
}
.lg\:pl-0 {
padding-left: 0
}
.lg\:pt-10 {
padding-top: 10px
}
.lg\:pt-20 {
padding-top: 20px
}
.lg\:pb-20 {
padding-bottom: 20px
}
.lg\:pl-20 {
padding-left: 20px
}
.lg\:pb-35 {
padding-bottom: 35px
}
.lg\:pt-40 {
padding-top: 40px
}
.lg\:pl-40 {
padding-left: 40px
}
.lg\:pb-50 {
padding-bottom: 50px
}
.lg\:pt-90 {
padding-top: 90px
}
.lg\:pr-90 {
padding-right: 90px
}
.lg\:pb-90 {
padding-bottom: 90px
}
.lg\:pl-130 {
padding-left: 130px
}
.lg\:relative {
position: relative
}
.lg\:shadow-none {
box-shadow: none
}
.lg\:text-left {
text-align: left
}
.lg\:text-consumptionCategory-A,
.lg\:text-consumptionCategory-A\+ {
color: #009324
}
.lg\:text-consumptionCategory-B {
color: #2caf00
}
.lg\:text-consumptionCategory-C {
color: #aacb00
}
.lg\:text-consumptionCategory-D {
color: #fff300
}
.lg\:text-consumptionCategory-E {
color: #ffcb00
}
.lg\:text-consumptionCategory-F {
color: #ff8f00
}
.lg\:text-consumptionCategory-G {
color: #f70000
}
.lg\:hover\:text-consumptionCategory-A:hover,
.lg\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.lg\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.lg\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.lg\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.lg\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.lg\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.lg\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.lg\:focus\:text-consumptionCategory-A:focus,
.lg\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.lg\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.lg\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.lg\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.lg\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.lg\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.lg\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.lg\:text-base {
font-size: 16px
}
.lg\:text-xl {
font-size: 24px
}
.lg\:text-4xl {
font-size: 72px
}
.lg\:w-167 {
width: 167px
}
.lg\:w-200 {
width: 200px
}
.lg\:w-485 {
width: 485px
}
.lg\:w-560 {
width: 560px
}
.lg\:w-auto {
width: auto
}
.lg\:w-5\/12 {
width: 41.66666667%
}
.lg\:w-6\/12 {
width: 50%
}
.lg\:w-7\/12 {
width: 58.33333333%
}
.lg\:w-9\/12 {
width: 75%
}
.lg\:w-12\/12 {
width: 100%
}
.lg\:w-bodyColor {
width: 48px
}
.lg\:z-0 {
z-index: 0
}
}
@media (min-width:1200px) {
.xl\:bg-consumptionCategory-A,
.xl\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.xl\:bg-consumptionCategory-B {
background-color: #2caf00
}
.xl\:bg-consumptionCategory-C {
background-color: #aacb00
}
.xl\:bg-consumptionCategory-D {
background-color: #fff300
}
.xl\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.xl\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.xl\:bg-consumptionCategory-G {
background-color: #f70000
}
.xl\:hover\:bg-consumptionCategory-A:hover,
.xl\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.xl\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.xl\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.xl\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.xl\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.xl\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.xl\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.xl\:focus\:bg-consumptionCategory-A:focus,
.xl\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.xl\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.xl\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.xl\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.xl\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.xl\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.xl\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.xl\:border-consumptionCategory-A,
.xl\:border-consumptionCategory-A\+ {
border-color: #009324
}
.xl\:border-consumptionCategory-B {
border-color: #2caf00
}
.xl\:border-consumptionCategory-C {
border-color: #aacb00
}
.xl\:border-consumptionCategory-D {
border-color: #fff300
}
.xl\:border-consumptionCategory-E {
border-color: #ffcb00
}
.xl\:border-consumptionCategory-F {
border-color: #ff8f00
}
.xl\:border-consumptionCategory-G {
border-color: #f70000
}
.xl\:hover\:border-consumptionCategory-A:hover,
.xl\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.xl\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.xl\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.xl\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.xl\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.xl\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.xl\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.xl\:focus\:border-consumptionCategory-A:focus,
.xl\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.xl\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.xl\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.xl\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.xl\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.xl\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.xl\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.xl\:h-bodyColor {
height: 48px
}
.xl\:text-consumptionCategory-A,
.xl\:text-consumptionCategory-A\+ {
color: #009324
}
.xl\:text-consumptionCategory-B {
color: #2caf00
}
.xl\:text-consumptionCategory-C {
color: #aacb00
}
.xl\:text-consumptionCategory-D {
color: #fff300
}
.xl\:text-consumptionCategory-E {
color: #ffcb00
}
.xl\:text-consumptionCategory-F {
color: #ff8f00
}
.xl\:text-consumptionCategory-G {
color: #f70000
}
.xl\:hover\:text-consumptionCategory-A:hover,
.xl\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.xl\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.xl\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.xl\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.xl\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.xl\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.xl\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.xl\:focus\:text-consumptionCategory-A:focus,
.xl\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.xl\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.xl\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.xl\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.xl\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.xl\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.xl\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.xl\:w-4\/12 {
width: 33.33333%
}
.xl\:w-8\/12 {
width: 66.66667%
}
.xl\:w-bodyColor {
width: 48px
}
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
footer,
header,
nav,
section {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
figcaption,
main {
display: block
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects
}
b,
strong {
font-weight: inherit;
font-weight: bolder
}
code {
font-family: monospace, monospace;
font-size: 1em
}
dfn {
font-style: italic
}
img {
border-style: none
}
svg:not(:root) {
overflow: hidden
}
button,
input,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
textarea {
overflow: auto
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
details,
menu {
display: block
}
canvas {
display: inline-block
}
[hidden] {
display: none
}
html {
box-sizing: border-box;
font-family: sans-serif
}
*,
:after,
:before {
box-sizing: inherit
}
dl,
h1,
h2,
h3,
h4,
p {
margin: 0
}
button {
background: transparent;
padding: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
ol,
ul {
margin: 0
}
*,
:after,
:before {
border: 0 solid
}
img {
border-style: solid
}
[type=button],
[type=reset],
[type=submit],
button {
border-radius: 0
}
textarea {
resize: vertical
}
img {
max-width: 100%;
height: auto
}
button,
input,
select,
textarea {
font-family: inherit
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: inherit;
opacity: .5
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: inherit;
opacity: .5
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: inherit;
opacity: .5
}
input::placeholder,
textarea::placeholder {
color: inherit;
opacity: .5
}
[role=button],
button {
cursor: pointer
}
.slick-slider {
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list,
.slick-slider {
position: relative;
display: block
}
.slick-list {
overflow: hidden;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: none
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,
.slick-track:before {
display: table;
content: ""
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
.searchPageCarMain-attributes {
width: 50%;
padding-top: 10px
}
.detailPageCarMain-attributes {
width: 50%
}
.icon {
padding-left: 35px;
margin-bottom: 10px;
font-size: 14px;
line-height: 2;
color: #54575c
}
.card-attributesContainer .icon {
width: 50%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.icon-title {
color: #54575c;
font-weight: 400;
font-size: 14px
}
.detailPageCarMain-attributes .icon {
font-weight: 700;
color: #232a36;
line-height: 1.5;
font-size: 16px;
margin-bottom: 20px;
padding-left: 40px;
background-size: 32px
}
.searchPageCarMain-attributes .icon {
background-size: 32px
}
@media (min-width:768px) {
.searchPageCarMain-attributes .icon {
width: 33.33333%
}
.searchPageCarMain-attributes {
padding-left: 0;
border-width: 0;
border-color: transparent;
width: 41.66666667%
}
.detailPageCarMain-attributes {
width: 50%
}
.detailPageCarMain-attributes .icon {
border-width: 0;
border-color: transparent;
width: 25%
}
.detailPageCarMain-attributes .icon-title {
margin-bottom: 0
}
}
@media (min-width:992px) {
.detailPageCarMain-attributes .icon {
width: 50%
}
}
.brandContainer {
transition: .2s;
padding-top: 5px;
padding-bottom: 5px
}
.brandContainer-brandIcon_fade_in {
-webkit-animation: brandIconFadeIn .6s ease;
animation: brandIconFadeIn .6s ease
}
@-webkit-keyframes brandIconFadeIn {
0% {
opacity: .1
}
to {
opacity: 1
}
}
@keyframes brandIconFadeIn {
0% {
opacity: .1
}
to {
opacity: 1
}
}
@media (min-width:768px) {
.brandContainer:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
background-color: #fff;
border-radius: 4px;
line-height: 1.25
}
.brandContainer:hover .brand-count {
display: block
}
.brandContainer:hover .brand-name {
font-weight: 700;
color: #000
}
}
.button {
display: -webkit-flex;
display: flex;
height: 50px;
width: 100%;
padding-left: 10px;
padding-right: 10px;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
border-radius: .25rem;
color: #fff;
font-weight: 700;
line-height: 1.25;
transition: .2s;
cursor: pointer;
background-color: #f73b47
}
.button:hover {
background-color: #ed202d
}
.button:focus {
background-color: #f73b47;
outline: 0
}
.button_teal,
.button_teal_withOpacity {
background-color: #3696b9
}
.button_teal:hover {
background-color: #227d9e
}
.button_teal:focus {
background-color: #3696b9
}
.button_teal_withOpacity:hover {
background-color: rgba(54, 150, 185, .2);
color: #3696b9
}
.button_teal_withOpacity:focus {
background-color: #3696b9;
color: #fff
}
.button:disabled {
cursor: not-allowed;
background-color: #a0a7ab
}
.button_large {
height: 56px;
padding-top: 18px;
padding-bottom: 18px
}
.card-link {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-radius: 10px;
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1);
background-color: #fff;
overflow: hidden;
position: relative;
z-index: 10
}
.card-link:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
transition: .2s
}
.searchListings .card-image {
z-index: 0;
height: auto;
width: auto;
display: block;
-webkit-flex: none;
flex: none
}
.searchListings .slick-dots {
height: 60px;
bottom: 0;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: flex-end;
align-items: flex-end;
padding-bottom: 10px;
display: -webkit-flex!important;
display: flex!important
}
.searchListings .link-image {
height: 214px
}
.card-carousel {
height: inherit
}
.card-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
height: 40px;
color: #fff;
font-size: 14px;
font-weight: 700;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.card-gbdScore-text {
padding-bottom: 6px;
max-width: 50px;
text-align: right;
line-height: 1;
padding-right: 5px;
display: inline-block;
-webkit-align-self: flex-end;
align-self: flex-end
}
.card-dealerDetails {
padding-top: 12px;
padding-bottom: 12px;
border-top-width: 1px;
border-color: #ebeff1;
font-size: 12px;
line-height: 2;
color: #232a36;
font-weight: 400
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.searchListings .card-image {
height: 214px;
width: 100%;
-o-object-fit: cover;
object-fit: cover
}
}
@media (min-width:768px) {
.card-dealerDetails {
padding-top: 5px;
padding-bottom: 0;
font-size: 14px
}
.searchListings .link-image {
height: 260px
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.searchListings .card-image {
height: 260px
}
}
}
.carouselCard-link {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-radius: 10px;
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1);
background-color: #fff;
overflow: hidden;
position: relative;
z-index: 10;
-webkit-flex-direction: column;
flex-direction: column
}
.carouselCard-link:hover {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1);
transition: .2s
}
.carouselCard-image {
z-index: 0
}
.carouselCard-image .card-image {
height: auto;
width: auto;
display: block;
-webkit-flex: none;
flex: none
}
.carouselCard-image .link-image {
height: 180px
}
.carouselCard-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
height: 40px;
color: #fff;
font-size: 14px;
font-weight: 700;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.carouselCard-gbdScore-text {
padding-bottom: 6px;
max-width: 50px;
text-align: right;
line-height: 1;
padding-right: 5px;
display: inline-block;
-webkit-align-self: flex-end;
align-self: flex-end
}
.carouselCard-content .icon {
line-height: 1.6;
width: 50%;
background-size: 32px
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.carouselCard-image .card-image {
-o-object-fit: cover;
object-fit: cover;
height: 180px;
width: 100%
}
}
.carouselSlider button.slick-arrow {
background-color: transparent
}
.carouselSlider .slick-disabled {
display: none!important
}
.carouselSlider .slick-dots li button:before {
background-color: #a0a7ab
}
.carouselSlider .slick-dots li.slick-active button:before {
background-color: #232a36
}
.carouselSlider .carMain-attributes {
padding-top: 10px;
padding-left: 0;
padding-right: 0
}
.carouselSlider .icon-consumption,
.carouselSlider .icon-motor {
display: none
}
.carouselSlider .slick-dots li button:before {
background-color: #d7dbdf;
opacity: 1
}
.carouselSlider .slick-dots li.slick-active button:before,
.carouselSlider .slick-dots li button:focus:before,
.carouselSlider .slick-dots li button:hover:before {
background-color: #3696b9
}
.carouselSlider .slick-arrow {
top: 42%
}
.width-A {
width: 25%
}
.width-B {
width: 33.33333%
}
.width-C {
width: 41.66666667%
}
.width-D {
width: 50%
}
.width-E {
width: 58.33333333%
}
.width-F {
width: 66.66667%
}
.width-G {
width: 75%
}
.consumptionLabel {
float: left;
color: #fff;
padding: 3px 10px;
line-height: 1.5;
height: 30px;
position: relative
}
.consumptionLabel_arrow {
position: absolute;
width: 0;
top: 0;
right: -15px;
height: 0;
border-top: 15px solid transparent!important;
border-bottom: 15px solid transparent!important;
border-left: 15px solid #000
}
.carouselSlider button.slick-prev {
left: -75px;
opacity: .4;
transition: .2s
}
.carouselSlider button.slick-next {
right: -75px;
opacity: .4;
transition: .2s
}
.carouselSlider button.slick-prev:after,
.carouselSlider button.slick-prev:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
display: inline-block;
background-size: contain;
content: "";
width: 64px;
height: 64px
}
.carouselSlider button.slick-next:after,
.carouselSlider button.slick-next:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-position: 100%;
background-repeat: no-repeat;
display: inline-block;
background-size: contain;
content: "";
width: 64px;
height: 64px
}
.carouselSlider button:hover {
opacity: 1
}
.content {
position: relative;
z-index: 0
}
.image {
position: absolute;
top: 0;
right: 0;
left: 0;
overflow: hidden;
height: 326px
}
.image-imageContent {
width: auto;
height: 326px;
max-width: none;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.mainContainer {
min-height: 326px
}
@media (min-width:576px) {
.image,
.image-imageContent,
.mainContainer {
height: 662px
}
.image {
top: -225px
}
}
@media (min-width:768px) {
.mainContainer {
height: 640px
}
.image {
top: -200px;
-o-object-fit: cover;
object-fit: cover
}
}
@media (min-width:992px) {
.mainContainer {
height: 662px
}
.image-imageContent {
-o-object-fit: cover;
object-fit: cover
}
.image {
top: 0
}
}
@media (min-width:1200px) {
.image-imageContent {
max-width: 100%;
width: 100%
}
}
.filter-container {
margin-left: 20px;
margin-right: 20px;
border-bottom-width: 1px;
border-color: #ebeff1
}
.filter-container:last-child {
border-bottom-width: 0
}
.filter-option {
-webkit-flex: 1 100%;
flex: 1 100%
}
.filter-applied-indicator {
display: block;
background-color: #3696b9;
border-radius: 50%;
position: relative;
top: -7px;
left: 3px;
width: 5px;
height: 5px
}
.filter-input_left {
border-width: 1px;
border-color: #d7dbdf;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.filter-input_left,
.filter-input_right {
margin-top: 10px;
margin-bottom: 10px;
width: 50%;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 10px;
cursor: pointer
}
.filter-input_right {
border-width: 1px;
border-color: #d7dbdf;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin-left: -1px
}
.filter-input_left:focus,
.filter-input_right:focus {
z-index: 1
}
.filter-bodyColor_other {
background: linear-gradient(180deg, #cd2d40, #ffa000, #ffd900, #a7d551, #32c1bb)
}
.filter-bodyColor_other:after {
content: "";
position: absolute;
background-color: #fff;
border-radius: 50%;
width: 80%;
height: 80%
}
.filter-bodyColor_other:before {
z-index: 2
}
.filter-gbdScore {
margin-bottom: 15px;
margin-left: 50px;
line-height: 2
}
.filter-gbdScore:before {
content: "";
position: absolute;
background-repeat: no-repeat;
background-position: 100%;
background-size: 42px;
width: 42px;
height: 42px;
margin-top: -12px;
margin-left: -50px;
line-height: 2
}
.filter-gbdScore_great-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.filter-gbdScore_good-deal:before,
.filter-gbdScore_great-deal:before {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.filter-gbdScore_good-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.filter-gbdScore_fair-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.filter-gbdScore_fair-deal:before,
.filter-gbdScore_high-deal:before {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.filter-gbdScore_high-deal:before {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.filter-gbdScore_overpriced-deal:before {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
background-position: 0;
background-repeat: no-repeat
}
.filter-hasMbgOnly {
margin-bottom: 5px;
margin-left: 60px;
cursor: pointer;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.filter-hasMbgOnly_true:before {
content: "";
position: absolute;
background-position: 100%;
background-size: 47px;
width: 47px;
height: 47px;
margin-left: -60px;
line-height: 2;
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format);
background-position: 0;
background-repeat: no-repeat
}
@media (min-width:992px) {
.bodyTypeGroup:hover {
color: #232a36
}
.bodyTypeGroup.text-teal:hover {
color: #3696b9
}
}
.floatingLabel-container {
position: relative
}
.floatingLabel-input {
background-color: transparent;
outline: 0
}
.floatingLabel-input:focus {
padding-bottom: 12px
}
.floatingLabel-error {
color: #f73b47;
position: absolute;
font-size: 12px;
white-space: nowrap;
bottom: 5px
}
.floatingLabel-label {
position: absolute;
color: #a0a7ab;
top: 0;
left: 13px;
transition: .2s
}
.floatingLabel-error~label>.floatingLabel-input {
color: #f73b47;
border-color: #f73b47
}
.floatingLabel-error~label>.floatingLabel-label {
color: #f73b47
}
.floatingLabel-error~label .floatingLabel-input:invalid~.floatingLabel-label,
.floatingLabel-input:disabled~.floatingLabel-label,
.floatingLabel-input:focus~.floatingLabel-label,
.floatingLabel-input:valid~.floatingLabel-label {
font-size: 12px;
top: -13px
}
.footer-container {
padding: 16px;
margin-left: auto;
margin-right: auto;
background-color: #232a36;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: #fff;
font-family: Muli, Century Gothic, Lucida Grande, Sans-Serif;
-webkit-justify-content: center;
justify-content: center;
width: 100%
}
.pageWithFooter {
height: calc(100vh - 366px)
}
@media (min-width:768px) {
.footer-container {
-webkit-flex-direction: row;
flex-direction: row;
flex-direction: row-reverse;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: flex-end;
justify-content: flex-end;
padding: 35px
}
}
body,
html {
height: 100%
}
#__next {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
height: 100vh
}
.main {
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-basis: auto;
flex-basis: auto
}
.main,
footer,
header {
-webkit-flex-shrink: 0;
flex-shrink: 0
}
a {
text-decoration: none
}
.unstyledlink:hover {
opacity: 1
}
input {
box-shadow: none;
height: 48px
}
input:focus,
textarea:focus {
border-color: #a7aaaf;
border-left-width: 1px;
outline: 0
}
@media (min-width:768px) {
a {
opacity: 1;
transition: .2s
}
a:hover {
opacity: .6
}
}
.hide-recaptcha .grecaptcha-badge {
visibility: hidden
}
input {
color: #232a36
}
input:placeholder-shown {
color: #a0a7ab
}
.input-text {
padding: 14px 10px;
width: 100%;
border-color: #d7dbdf;
border-radius: 2px;
border-width: 1px
}
.inputCheckbox_label {
display: -webkit-flex;
display: flex
}
.inputCheckbox {
-webkit-flex-shrink: 0;
flex-shrink: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: 0;
color: #fff;
border-radius: 2px;
height: 19px;
width: 19px;
border-width: 1px;
border-color: #d7dbdf;
margin-right: 10px
}
.inputCheckbox:checked {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
background-color: #3696b9;
border-color: #3696b9
}
.inputCheckbox:checked:after {
content: "\2713"
}
.input-select {
width: 50%;
padding-left: 10px;
padding-top: 14px;
padding-bottom: 14px;
margin-bottom: 10px;
border-width: 1px;
border-color: #d7dbdf;
border-radius: 4px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: right 10px center;
cursor: text
}
.input-select:disabled {
background-color: #f9f9fb;
color: #d7dbdf
}
input[type=number] {
-moz-appearance: textfield
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
::-ms-clear,
::-ms-reveal {
width: 0;
height: 0
}
::-webkit-contacts-auto-fill-button {
visibility: hidden
}
.input_large {
padding-top: 18px;
padding-bottom: 18px;
height: 56px
}
.inputRadio-container {
display: block;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 35px;
cursor: pointer
}
.inputRadio {
position: absolute;
cursor: pointer;
opacity: 0
}
.inputRadio-checkmark {
position: absolute;
top: 0;
left: 0;
background-color: #fff;
border-radius: 50%;
border-width: 1px;
border-color: #d7dbdf;
height: 20px;
width: 20px
}
.inputRadio:checked~.inputRadio-checkmark {
background-color: #3696b9;
border-style: none
}
.inputRadio-checkmark:after {
content: "";
position: absolute;
display: none
}
.inputRadio-container .inputRadio-checkmark:after {
border-radius: 50%;
background-color: #fff;
top: 5px;
left: 5px;
width: 10px;
height: 10px
}
.inputRadio:checked~.inputRadio-checkmark:after {
display: block
}
.modal-container {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 30;
min-height: 100vh
}
.dealerModal-form,
.modal-container {
overflow-y: scroll;
-webkit-overflow-scrolling: touch
}
.dealerModal-form {
padding-left: 40px;
padding-right: 40px;
padding-bottom: 30px
}
.dealerModal-form-submit {
position: fixed;
bottom: 0;
right: 0;
left: 0;
width: 100%
}
.closeButton {
position: absolute;
z-index: 10;
cursor: pointer;
right: 0;
top: 8px
}
.preventScrolling {
position: fixed;
overflow: hidden
}
.dealerModal-form .floatingLabel-container {
width: 100%
}
.dealerModal-form .nameLabelField,
.dealerModal-form .phoneLabelField {
-webkit-flex-shrink: 0;
flex-shrink: 0;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex: auto;
flex: auto;
width: 100%
}
@media (min-width:576px) {
.dealerModal-form .nameLabelField {
margin-right: 15px;
width: auto
}
.dealerModal-form .phoneLabelField {
width: auto
}
}
@media (min-width:768px) {
.modal-container {
position: fixed;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 30;
transition: .2s;
text-align: center;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
overflow-y: auto
}
.dealerModal-form {
overflow-y: auto
}
}
@media (min-width:992px) {
.dealerModal-form {
padding-bottom: 16px
}
.preventScrolling {
position: relative
}
.dealerModal-form .dealerContactForm-submit {
margin-left: 0;
margin-right: 0;
position: relative;
bottom: 0
}
}
.pagination {
list-style-type: none;
margin-bottom: 20px;
height: 40px;
text-align: center;
display: -webkit-flex;
display: flex
}
.break-me,
.page,
.pagination {
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center
}
.break-me,
.page {
line-height: normal;
color: #a0a7ab;
font-size: 16px;
display: -webkit-inline-flex;
display: inline-flex;
margin-right: 20px;
display: none
}
.page a {
min-width: 30px;
height: 30px;
padding: 5px;
width: auto
}
.previous a {
padding-left: 30px
}
.next a {
padding-right: 30px
}
.page:not(.active):hover {
color: #000;
background-color: #d7dbdf;
border-radius: 20px;
cursor: pointer
}
.page.active {
color: #fff;
background-color: #3696b9;
border-radius: 20px;
outline: 0;
text-align: center
}
.previous {
position: absolute;
left: 0;
margin-left: 15px
}
.next a,
.previous a {
color: #3696b9;
font-weight: 700;
font-size: 14px
}
.disabled a,
.disabled a:hover {
color: #a0a7ab;
font-weight: 400;
cursor: default;
opacity: .6
}
.page.active a {
cursor: default;
opacity: 1
}
.page a:link,
.page a:visited {
color: #232a36
}
.next:not(.disabled) a:focus,
.page.active a:focus,
.page a:focus,
.previous:not(.disabled) a:focus {
outline: 0
}
.next,
.previous {
margin-top: 10px
}
.next {
position: absolute;
right: 0;
margin-right: 15px
}
.previous:not(.disabled) {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-position: 0
}
.next:not(.disabled),
.previous:not(.disabled) {
background-color: transparent;
background-repeat: no-repeat
}
.next:not(.disabled) {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-position: 100%
}
.previous.disabled {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-position: 0
}
.next.disabled,
.previous.disabled {
background-color: transparent;
background-repeat: no-repeat
}
.next.disabled {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-position: 100%
}
.next:not(.disabled):hover,
.previous:not(.disabled):hover {
opacity: .8
}
@media (min-width:992px) {
.pagination {
height: auto
}
.next,
.previous {
margin-top: 0
}
.next a,
.previous a {
font-size: 16px
}
.previous {
margin-left: 0
}
.next {
margin-right: 20px
}
.break-me,
.page {
display: -webkit-inline-flex;
display: inline-flex
}
}
.score-overpriced-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
color: #e22112
}
.score-high-deal,
.score-overpriced-deal {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.score-high-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format);
color: #e46020
}
.score-fair-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format);
color: #fcb001
}
.score-fair-deal,
.score-good-deal {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.score-good-deal {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format);
color: #45b687
}
.score-great-deal {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: 100%;
color: #3eb2c7
}
.score_big {
padding-left: 70px;
background-repeat: no-repeat;
background-position: 0;
background-size: 60px
}
.detailPageCarMain-gbdScore {
padding-right: 40px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 40px;
min-height: 40px;
font-size: 14px;
font-weight: 700;
margin-top: -5px
}
@media (min-width:768px) {
.detailPageCarMain-gbdScore {
margin-top: 0
}
}
.searchContainer {
margin-left: auto;
margin-right: auto;
max-width: 1680px;
position: relative
}
.searchListings {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 1200px;
margin: 0 auto
}
@media (min-width:992px) {
.searchContainer {
-webkit-align-items: stretch;
align-items: stretch;
padding-left: 0
}
.searchContainer,
.searchListings {
display: -webkit-flex;
display: flex;
height: 100%;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.searchListings {
-webkit-flex-grow: 1;
flex-grow: 1;
position: relative;
max-width: calc(100% - 370px)
}
}
.filterSidebar {
background-color: #fff;
height: 100%;
z-index: 20;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
position: fixed;
overflow-y: scroll;
display: block;
transition: .2s;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.filterSidebar_open {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
@media (min-width:768px) {
.filterSidebar {
width: 340px
}
.filterSidebar_open {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.filterOverlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 20;
transition: .2s;
background-color: rgba(0, 0, 0, .2)
}
}
@media (min-width:992px) {
.filterSidebar {
overflow: visible;
margin-right: 30px;
z-index: 20;
display: -webkit-flex;
display: flex;
height: auto;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-flex-shrink: 0;
flex-shrink: 0;
position: relative;
-webkit-justify-content: flex-start;
justify-content: flex-start;
display: block;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.slick-next,
.slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
height: 100%;
padding: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
border: none;
color: transparent;
outline: none;
z-index: 1
}
.slick-next:before,
.slick-prev:before {
font-size: 20px;
line-height: 1;
opacity: .75;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
color: transparent;
outline: none
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
opacity: .25
}
button.slick-prev {
left: 0
}
button.slick-next {
right: 0
}
button.slick-prev:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
margin-left: 20px;
display: inline-block;
border-radius: 50%;
content: "";
width: 40px;
height: 40px;
background-color: rgba(84, 87, 92, .6)
}
button.slick-prev:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
background-color: rgba(84, 87, 92, .2)
}
button.slick-next:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
margin-right: 20px;
display: inline-block;
border-radius: 50%;
content: "";
width: 40px;
height: 40px;
background-color: rgba(84, 87, 92, .6)
}
button.slick-next:hover:after {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-position: 50%;
background-repeat: no-repeat;
background-color: rgba(84, 87, 92, .2)
}
.slider-smallGallery {
transition: .2s
}
.slider-smallGallery button.slick-next:after,
.slider-smallGallery button.slick-prev:after {
width: 32px;
height: 32px
}
.slick-dotted.slick-slider {
margin-bottom: 30px
}
.slick-dots {
position: absolute;
bottom: 10px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center
}
.slick-dots li {
position: relative;
display: inline-block;
width: 12px;
height: 12px;
margin: 0 5px;
padding: 0;
cursor: pointer
}
.smallGallery .slick-dots li {
top: 12px
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 7px;
height: 7px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
position: relative;
border-radius: 50%;
box-shadow: 0 0 18px 0 rgba(35, 42, 54, .8)
}
.slick-dots li button:before {
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 7px;
height: 7px;
content: "";
text-align: center;
opacity: .6;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border-radius: 50%
}
.slick-dots li button:focus,
.slick-dots li button:hover {
outline: none
}
.slick-dots li.slick-active button:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
opacity: 1
}
.carouselSlider .slick-dots li button {
box-shadow: none
}
.carouselSlider .slick-arrow {
display: none!important
}
@media (min-width:1350px) {
.carouselSlider .slick-arrow {
display: block!important
}
}
@media (min-width:768px) {
.slider .slick-arrow {
display: none!important
}
}
@media (min-width:992px) {
.slider:hover .slick-arrow {
display: block!important
}
.slider-smallGallery button.slick-next:after,
.slider-smallGallery button.slick-prev:after {
width: 64px;
height: 64px;
transition: .2s
}
}
.detail-slider .slick-dots {
left: 0;
bottom: 28px
}
.detail-slider .slick-dots li button:before {
background-color: #fff;
opacity: .6
}
.detail-slider .slick-dots li.slick-active button:before,
.detail-slider .slick-dots li button:focus:before,
.detail-slider .slick-dots li button:hover:before {
background-color: #fff;
opacity: 1
}
.smallGallery-container {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.smallGallery-image {
max-height: 300px;
max-width: 100%;
width: auto;
text-align: center;
margin: auto
}
.smallGallery-container .slick-next,
.smallGallery-container .slick-prev {
display: none
}
.fullScreenGallery-image {
max-width: 100%;
max-height: 100vh;
height: auto;
margin: auto
}
.fullScreenGallery.slick-slider {
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center
}
.fullScreenGallery .slick-list {
width: 100%
}
.fullScreenGallery .slick-dots {
bottom: 100px
}
.fullScreenGallery .slick-dots li {
margin-left: 5px;
margin-right: 5px;
height: 23px;
width: auto
}
.fullScreenGallery-paginationItem {
max-width: 100%;
max-height: 100vh;
height: 100%;
margin: auto
}
.fullScreenGallery .slick-dots .slick-active {
border-width: 1px;
border-color: #3696b9
}
.fullScreenGallery .slick-next,
.fullScreenGallery .slick-prev {
display: none!important
}
@media (min-width:992px) {
.fullScreenGallery .slick-dots {
bottom: 50px
}
.fullScreenGallery .slick-dots li {
height: 50px
}
.fullScreenGallery .slick-dots .slick-active {
height: 60px;
border-width: 5px
}
.fullScreenGallery .slick-next {
margin-right: 30px;
background-color: transparent;
display: block!important
}
.fullScreenGallery .slick-prev {
margin-left: 30px;
background-color: transparent;
display: block!important
}
.smallGallery-image {
max-height: 500px
}
}
.spinner-pathBack,
.spinner-pathLine {
fill: none;
stroke-width: 40
}
.spinner-pathBack {
stroke: hsla(0, 0%, 50%, .4);
stroke-linecap: round
}
.spinner-pathLine {
stroke: currentColor;
stroke-linecap: butt;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.spinner-pathLine.spinner-start1,
.spinner-pathLine.spinner-start2 {
stroke-dasharray: 1;
stroke-dashoffset: 0;
stroke-linecap: round;
opacity: 0;
-webkit-animation-timing-function: step-start;
animation-timing-function: step-start
}
.spinner-pathLine.spinner-line1 {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
stroke-dasharray: 1318;
stroke-dashoffset: 1318;
-webkit-animation-name: spinner-line1;
animation-name: spinner-line1
}
.spinner-pathLine.spinner-line2 {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
stroke-dasharray: 1321;
stroke-dashoffset: 1321;
-webkit-animation-name: spinner-line2;
animation-name: spinner-line2
}
.spinner-pathLine.spinner-start1 {
-webkit-animation-name: spinner-start1;
animation-name: spinner-start1
}
.spinner-pathLine.spinner-start2 {
-webkit-animation-name: spinner-start2;
animation-name: spinner-start2
}
@-webkit-keyframes spinner-line1 {
0% {
stroke-dashoffset: 1318
}
25% {
stroke-dashoffset: 0
}
25.001%,
50% {
stroke-dashoffset: 2642
}
75%,
to {
stroke-dashoffset: 1318
}
}
@keyframes spinner-line1 {
0% {
stroke-dashoffset: 1318
}
25% {
stroke-dashoffset: 0
}
25.001%,
50% {
stroke-dashoffset: 2642
}
75%,
to {
stroke-dashoffset: 1318
}
}
@-webkit-keyframes spinner-line2 {
0%,
25% {
stroke-dashoffset: 1321
}
50% {
stroke-dashoffset: 0
}
50.001%,
75% {
stroke-dashoffset: 2642
}
to {
stroke-dashoffset: 1321
}
}
@keyframes spinner-line2 {
0%,
25% {
stroke-dashoffset: 1321
}
50% {
stroke-dashoffset: 0
}
50.001%,
75% {
stroke-dashoffset: 2642
}
to {
stroke-dashoffset: 1321
}
}
@-webkit-keyframes spinner-start1 {
0%,
1% {
opacity: 0
}
2%,
51% {
opacity: 1
}
52%,
to {
opacity: 0
}
}
@keyframes spinner-start1 {
0%,
1% {
opacity: 0
}
2%,
51% {
opacity: 1
}
52%,
to {
opacity: 0
}
}
@-webkit-keyframes spinner-start2 {
0%,
25% {
opacity: 0
}
26%,
75% {
opacity: 1
}
76%,
to {
opacity: 0
}
}
@keyframes spinner-start2 {
0%,
25% {
opacity: 0
}
26%,
75% {
opacity: 1
}
76%,
to {
opacity: 0
}
}
.tab-label {
display: -webkit-flex;
display: flex;
width: 50%;
height: 45px;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
background-color: #ebeff1;
border-top-left-radius: 10px;
color: #232a36;
font-weight: 700;
cursor: pointer;
border-bottom-width: 1px;
border-color: #d7dbdf;
opacity: .8;
transition: .2s
}
.tab-label:hover {
opacity: 1
}
.tab-label+.tab-label {
border-top-right-radius: 10px;
border-top-left-radius: 0
}
.tab-label_active {
background-color: #fff;
color: #3696b9;
border-left-width: 0;
border-bottom-width: 0;
border-right-width: 0
}
.tab-label:first-child {
border-right-width: 1px;
border-color: #d7dbdf
}
.tab-label:nth(2) {
border-left-width: 1px;
border-color: #d7dbdf
}
.custom-scrollbar::-webkit-scrollbar {
width: 14px;
height: 70px
}
.custom-scrollbar::-webkit-scrollbar-track {
background-color: transparent
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #3696b9;
opacity: .2;
border: 5px solid #fff;
border-radius: 10px
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
background-color: #3696b9;
opacity: 1;
transition: .2s
}
.overflow-ellipsis {
text-overflow: ellipsis
}
.input-drop-down_closed {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.input-drop-down_closed,
.input-drop-down_opened {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-position: 100%
}
.input-drop-down_opened {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-drop-down_search {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format);
background-position: 0;
background-repeat: no-repeat;
background-position: right 7px center
}
.dropdown_disabled {
background-color: #f9f9fb;
color: #d7dbdf
}
.dropdown_disabled:focus {
border-color: #d7dbdf
}
.infoTooltip {
position: absolute;
display: inline-block;
top: 28px;
left: 185px
}
.infoTooltip-text {
color: #54575c;
background-color: #fff;
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .4);
transition: .2s;
font-size: 16px;
padding: 20px;
border-radius: 4px;
z-index: 1;
position: absolute;
width: 250px;
top: -160px;
right: -75px
}
.infoTooltip_bottom .infoTooltip-text {
top: 28px
}
@media (min-width:992px) {
.infoTooltip-text {
top: -65px;
left: 25px
}
.infoTooltip_bottom .infoTooltip-text {
top: -65px
}
}
h1+.contentful-rich-text {
margin-top: 20px
}
.contentful-rich-text p {
white-space: pre-line
}
.contentful-rich-text>:not(:last-child) {
margin-bottom: 20px
}
.priceSlider {
width: 100%;
-webkit-flex-direction: column;
flex-direction: column;
font-weight: 700
}
.priceSlider,
.rangeSlider {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
margin-top: 10px
}
.rangeSlider {
position: relative;
height: 60px;
width: 66.66667%;
margin-top: -5px;
margin-left: 20px
}
.rangeSlider-track {
border-radius: 4px;
background-color: #d7dbdf;
width: 100%;
position: relative;
height: 6px
}
.rangeSlider-track_active {
border-radius: 4px;
background-color: #3696b9;
position: absolute;
height: 6px
}
.rangeSlider-sliderContainer {
position: absolute
}
.rangeSlider-slider {
position: absolute;
border-radius: 14px;
background-color: #fff;
z-index: 1;
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
margin-top: -13px;
height: 30px;
width: 30px
}
.needsAssessment_elegant {
background-image: url(/assets/images/needsAssessment/elegant.jpg)
}
.needsAssessment_travel {
background-image: url(/assets/images/needsAssessment/travel.jpg)
}
.needsAssessment_family {
background-image: url(/assets/images/needsAssessment/family.jpg)
}
.needsAssessment_city {
background-image: url(/assets/images/needsAssessment/city.jpg)
}
.needsAssessment_sport {
background-image: url(/assets/images/needsAssessment/sport.jpg)
}
.needsAssessment_offroad {
background-image: url(/assets/images/needsAssessment/offroad.jpg)
}
.needsAssessment-image {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
opacity: .6;
position: relative;
width: 105%;
height: 105%;
top: -2.5%;
left: -2.5%;
transition: opacity .8s, -webkit-transform .8s ease-out;
transition: transform .8s ease-out, opacity .8s;
transition: transform .8s ease-out, opacity .8s, -webkit-transform .8s ease-out
}
.needsAssessment-imageContainer {
height: calc((100vh - 85px)/6);
overflow: hidden
}
.needsAssessment-imageContainer:hover .needsAssessment-image {
will-change: transform;
-webkit-transform: scale(.97);
transform: scale(.97);
opacity: 1
}
.needsAssessment-filtersContainer {
min-height: calc(100vh - 85px)
}
.needsAssessment-filterBox.text-teal:hover {
color: #3696b9
}
@media (min-width:768px) {
.needsAssessment-imageContainer {
height: calc((100vh - 85px)/3)
}
}
.list-reset {
list-style: none;
padding: 0
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.bg-transparent {
background-color: transparent
}
.bg-salmon {
background-color: #f73b47
}
.bg-teal {
background-color: #3696b9
}
.bg-grey-dark {
background-color: #232a36
}
.bg-grey-1 {
background-color: #ebeff1
}
.bg-grey-bright {
background-color: #f9f9fb
}
.bg-consumptionCategory-A,
.bg-consumptionCategory-A\+ {
background-color: #009324
}
.bg-consumptionCategory-B {
background-color: #2caf00
}
.bg-consumptionCategory-C {
background-color: #aacb00
}
.bg-consumptionCategory-D {
background-color: #fff300
}
.bg-consumptionCategory-E {
background-color: #ffcb00
}
.bg-consumptionCategory-F {
background-color: #ff8f00
}
.bg-consumptionCategory-G {
background-color: #f70000
}
.bg-euro-1 {
background-color: #000
}
.bg-euro-2 {
background-color: #df1829
}
.bg-euro-3 {
background-color: #fdd325
}
.bg-euro-4 {
background-color: #009a2e
}
.bg-euro-5 {
background-color: #009ee4
}
.bg-euro-6 {
background-color: #b93c99
}
.bg-black {
background-color: #000
}
.bg-white {
background-color: #fff
}
.bg-gray {
background-color: grey
}
.bg-silver {
background-color: silver
}
.bg-blue {
background-color: #00f
}
.bg-red {
background-color: red
}
.bg-brown {
background-color: brown
}
.bg-green {
background-color: green
}
.bg-overpriced-deal {
background-color: #e22112
}
.bg-high-deal {
background-color: #e46020
}
.bg-fair-deal {
background-color: #fcb001
}
.bg-good-deal {
background-color: #45b687
}
.bg-great-deal {
background-color: #3eb2c7
}
.hover\:bg-grey-bright:hover {
background-color: #f9f9fb
}
.hover\:bg-consumptionCategory-A:hover,
.hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.focus\:bg-consumptionCategory-A:focus,
.focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.bg-right {
background-position: 100%
}
.bg-no-repeat {
background-repeat: no-repeat
}
.bg-12 {
background-size: 12px
}
.bg-18 {
background-size: 18px
}
.bg-24 {
background-size: 24px
}
.bg-32 {
background-size: 32px
}
.bg-36 {
background-size: 36px
}
.bg-47 {
background-size: 47px
}
.bg-57 {
background-size: 57px
}
.border-salmon {
border-color: #f73b47
}
.border-teal {
border-color: #3696b9
}
.border-grey-2 {
border-color: #d7dbdf
}
.border-grey-1 {
border-color: #ebeff1
}
.border-consumptionCategory-A,
.border-consumptionCategory-A\+ {
border-color: #009324
}
.border-consumptionCategory-B {
border-color: #2caf00
}
.border-consumptionCategory-C {
border-color: #aacb00
}
.border-consumptionCategory-D {
border-color: #fff300
}
.border-consumptionCategory-E {
border-color: #ffcb00
}
.border-consumptionCategory-F {
border-color: #ff8f00
}
.border-consumptionCategory-G {
border-color: #f70000
}
.border-white {
border-color: #fff
}
.hover\:border-grey-3:hover {
border-color: #a0a7ab
}
.hover\:border-grey-2:hover {
border-color: #d7dbdf
}
.hover\:border-consumptionCategory-A:hover,
.hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.focus\:border-consumptionCategory-A:focus,
.focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.rounded-2 {
border-radius: 2px
}
.rounded-4 {
border-radius: 4px
}
.rounded-6 {
border-radius: 6px
}
.rounded-10 {
border-radius: 10px
}
.rounded-14 {
border-radius: 14px
}
.rounded-none {
border-radius: 0
}
.rounded-half {
border-radius: 50%
}
.rounded-r-2 {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px
}
.rounded-l-2 {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px
}
.rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.border-2 {
border-width: 2px
}
.border {
border-width: 1px
}
.border-t {
border-top-width: 1px
}
.border-r {
border-right-width: 1px
}
.border-b {
border-bottom-width: 1px
}
.hover\:border-l:hover {
border-left-width: 1px
}
.cursor-default {
cursor: default
}
.cursor-pointer {
cursor: pointer
}
.block {
display: block
}
.inline-block {
display: inline-block
}
.hidden {
display: none
}
.flex {
display: -webkit-flex;
display: flex
}
.inline-flex {
display: -webkit-inline-flex;
display: inline-flex
}
.flex-row-reverse {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse
}
.flex-col {
-webkit-flex-direction: column;
flex-direction: column
}
.flex-col-reverse {
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
.flex-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap
}
.items-center {
-webkit-align-items: center;
align-items: center
}
.items-baseline {
-webkit-align-items: baseline;
align-items: baseline
}
.self-auto {
-webkit-align-self: auto;
align-self: auto
}
.self-center {
-webkit-align-self: center;
align-self: center
}
.justify-start {
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.justify-end {
-webkit-justify-content: flex-end;
justify-content: flex-end
}
.justify-center {
-webkit-justify-content: center;
justify-content: center
}
.justify-between {
-webkit-justify-content: space-between;
justify-content: space-between
}
.content-center {
-webkit-align-content: center;
align-content: center
}
.content-start {
-webkit-align-content: flex-start;
align-content: flex-start
}
.flex-1 {
-webkit-flex: 1;
flex: 1
}
.flex-none {
-webkit-flex: none;
flex: none
}
.flex-grow {
-webkit-flex-grow: 1;
flex-grow: 1
}
.flex-no-shrink {
-webkit-flex-shrink: 0;
flex-shrink: 0
}
.float-right {
float: right
}
.float-left {
float: left
}
.float-none {
float: none
}
.clearfix:after {
content: "";
display: table;
clear: both
}
.font-regular {
font-weight: 400
}
.font-bold {
font-weight: 700
}
.h-19 {
height: 19px
}
.h-25 {
height: 25px
}
.h-32 {
height: 32px
}
.h-36 {
height: 36px
}
.h-48 {
height: 48px
}
.h-50 {
height: 50px
}
.h-56 {
height: 56px
}
.h-60 {
height: 60px
}
.h-64 {
height: 64px
}
.h-96 {
height: 96px
}
.h-auto {
height: auto
}
.h-full {
height: 100%
}
.h-screen {
height: 100vh
}
.h-headerImage {
height: 350px
}
.h-listingMD {
height: 260px
}
.h-carouselCard {
height: 180px
}
.h-carouselCardWithFooter {
height: 220px
}
.h-bodyColor,
.h-brandIcon {
height: 48px
}
.h-checkIcon {
height: 36px
}
.h-moneybackLogoM {
height: 47px
}
.h-axaLogo {
height: 24px
}
.leading-none {
line-height: 1
}
.leading-xs {
line-height: 1.25
}
.leading-sm {
line-height: 1.5
}
.leading-md {
line-height: 2
}
.leading-xl {
line-height: 3
}
.m-0 {
margin: 0
}
.m-3 {
margin: 3px
}
.m-auto {
margin: auto
}
.my-0 {
margin-top: 0;
margin-bottom: 0
}
.my-5 {
margin-top: 5px;
margin-bottom: 5px
}
.mx-5 {
margin-left: 5px;
margin-right: 5px
}
.my-10 {
margin-top: 10px;
margin-bottom: 10px
}
.mx-10 {
margin-left: 10px;
margin-right: 10px
}
.mx-12 {
margin-left: 12px;
margin-right: 12px
}
.my-15 {
margin-top: 15px;
margin-bottom: 15px
}
.my-20 {
margin-top: 20px;
margin-bottom: 20px
}
.mx-40 {
margin-left: 40px;
margin-right: 40px
}
.mx-auto {
margin-left: auto;
margin-right: auto
}
.mt-0 {
margin-top: 0
}
.mr-0 {
margin-right: 0
}
.mb-0 {
margin-bottom: 0
}
.mt-2 {
margin-top: 2px
}
.mb-2 {
margin-bottom: 2px
}
.mt-3 {
margin-top: 3px
}
.mt-5 {
margin-top: 5px
}
.mr-5 {
margin-right: 5px
}
.mb-5 {
margin-bottom: 5px
}
.ml-5 {
margin-left: 5px
}
.mt-10 {
margin-top: 10px
}
.mr-10 {
margin-right: 10px
}
.mb-10 {
margin-bottom: 10px
}
.ml-10 {
margin-left: 10px
}
.mb-12 {
margin-bottom: 12px
}
.mt-15 {
margin-top: 15px
}
.mr-15 {
margin-right: 15px
}
.mb-15 {
margin-bottom: 15px
}
.ml-15 {
margin-left: 15px
}
.mt-20 {
margin-top: 20px
}
.mb-20 {
margin-bottom: 20px
}
.ml-20 {
margin-left: 20px
}
.mt-30 {
margin-top: 30px
}
.mb-30 {
margin-bottom: 30px
}
.mt-40 {
margin-top: 40px
}
.mb-40 {
margin-bottom: 40px
}
.mb-60 {
margin-bottom: 60px
}
.ml-60 {
margin-left: 60px
}
.mt-80 {
margin-top: 80px
}
.mt-90 {
margin-top: 90px
}
.max-h-200 {
max-height: 200px
}
.max-h-full {
max-height: 100%
}
.max-h-dropdownSM {
max-height: 190px
}
.max-h-listingSM {
max-height: 214px
}
.max-h-carouselCard {
max-height: 180px
}
.max-w-full {
max-width: 100%
}
.max-w-smallCard {
max-width: 350px
}
.max-w-container {
max-width: 1200px
}
.max-w-searchContainer {
max-width: 1680px
}
.max-w-staticPages {
max-width: 780px
}
.max-w-needsAssessment {
max-width: 1060px
}
.min-h-screen {
min-height: 100vh
}
.min-h-imagePlaceholder {
min-height: 250px
}
.-m-5 {
margin: -5px
}
.-mx-10 {
margin-left: -10px;
margin-right: -10px
}
.-mt-3 {
margin-top: -3px
}
.-mt-5 {
margin-top: -5px
}
.-mr-5 {
margin-right: -5px
}
.-ml-10 {
margin-left: -10px
}
.-mt-96 {
margin-top: -96px
}
.-mt-dropdownMenu {
margin-top: -11px
}
.opacity-20 {
opacity: .2
}
.opacity-40 {
opacity: .4
}
.opacity-60 {
opacity: .6
}
.opacity-80 {
opacity: .8
}
.opacity-100 {
opacity: 1
}
.hover\:opacity-40:hover {
opacity: .4
}
.hover\:opacity-60:hover {
opacity: .6
}
.hover\:opacity-100:hover {
opacity: 1
}
.focus\:outline-none:focus,
.outline-none {
outline: 0
}
.overflow-hidden {
overflow: hidden
}
.overflow-y-scroll {
overflow-y: scroll
}
.scrolling-touch {
-webkit-overflow-scrolling: touch
}
.p-3 {
padding: 3px
}
.p-5 {
padding: 5px
}
.p-10 {
padding: 10px
}
.p-18 {
padding: 18px
}
.p-20 {
padding: 20px
}
.p-30 {
padding: 30px
}
.p-40 {
padding: 40px
}
.py-5 {
padding-top: 5px;
padding-bottom: 5px
}
.px-5 {
padding-left: 5px;
padding-right: 5px
}
.py-10 {
padding-top: 10px;
padding-bottom: 10px
}
.px-10 {
padding-left: 10px;
padding-right: 10px
}
.py-15 {
padding-top: 15px;
padding-bottom: 15px
}
.px-15 {
padding-left: 15px;
padding-right: 15px
}
.py-16 {
padding-top: 16px;
padding-bottom: 16px
}
.px-16 {
padding-left: 16px;
padding-right: 16px
}
.py-20 {
padding-top: 20px;
padding-bottom: 20px
}
.px-20 {
padding-left: 20px;
padding-right: 20px
}
.py-30 {
padding-top: 30px;
padding-bottom: 30px
}
.px-30 {
padding-left: 30px;
padding-right: 30px
}
.px-60 {
padding-left: 60px;
padding-right: 60px
}
.py-90 {
padding-top: 90px;
padding-bottom: 90px
}
.pt-0 {
padding-top: 0
}
.pt-3 {
padding-top: 3px
}
.pl-3 {
padding-left: 3px
}
.pt-5 {
padding-top: 5px
}
.pl-5 {
padding-left: 5px
}
.pt-10 {
padding-top: 10px
}
.pr-10 {
padding-right: 10px
}
.pb-10 {
padding-bottom: 10px
}
.pl-10 {
padding-left: 10px
}
.pr-12 {
padding-right: 12px
}
.pb-12 {
padding-bottom: 12px
}
.pl-12 {
padding-left: 12px
}
.pb-14 {
padding-bottom: 14px
}
.pt-16 {
padding-top: 16px
}
.pr-16 {
padding-right: 16px
}
.pb-16 {
padding-bottom: 16px
}
.pl-16 {
padding-left: 16px
}
.pb-18 {
padding-bottom: 18px
}
.pt-20 {
padding-top: 20px
}
.pr-20 {
padding-right: 20px
}
.pb-20 {
padding-bottom: 20px
}
.pl-20 {
padding-left: 20px
}
.pl-25 {
padding-left: 25px
}
.pt-30 {
padding-top: 30px
}
.pr-30 {
padding-right: 30px
}
.pb-30 {
padding-bottom: 30px
}
.pl-30 {
padding-left: 30px
}
.pt-35 {
padding-top: 35px
}
.pl-35 {
padding-left: 35px
}
.pb-40 {
padding-bottom: 40px
}
.pr-50 {
padding-right: 50px
}
.pb-50 {
padding-bottom: 50px
}
.pt-60 {
padding-top: 60px
}
.pb-60 {
padding-bottom: 60px
}
.pl-70 {
padding-left: 70px
}
.pb-80 {
padding-bottom: 80px
}
.pb-90 {
padding-bottom: 90px
}
.pb-130 {
padding-bottom: 130px
}
.static {
position: static
}
.fixed {
position: fixed
}
.absolute {
position: absolute
}
.relative {
position: relative
}
.sticky {
position: -webkit-sticky;
position: sticky
}
.pin {
right: 0;
left: 0;
bottom: 0
}
.pin,
.pin-t {
top: 0
}
.pin-r {
right: 0
}
.pin-b {
bottom: 0
}
.pin-l {
left: 0
}
.shadow-small {
box-shadow: 0 2px 6px 0 rgba(35, 42, 54, .1)
}
.shadow-soft {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1)
}
.shadow-hard {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .4)
}
.fill-consumptionCategory-A,
.fill-consumptionCategory-A\+ {
fill: #009324
}
.fill-consumptionCategory-B {
fill: #2caf00
}
.fill-consumptionCategory-C {
fill: #aacb00
}
.fill-consumptionCategory-D {
fill: #fff300
}
.fill-consumptionCategory-E {
fill: #ffcb00
}
.fill-consumptionCategory-F {
fill: #ff8f00
}
.fill-consumptionCategory-G {
fill: #f70000
}
.text-left {
text-align: left
}
.text-center {
text-align: center
}
.text-right {
text-align: right
}
.text-salmon {
color: #f73b47
}
.text-teal {
color: #3696b9
}
.text-grey-dark {
color: #232a36
}
.text-grey-4 {
color: #54575c
}
.text-grey-3 {
color: #a0a7ab
}
.text-green-light {
color: #74cc74
}
.text-consumptionCategory-A,
.text-consumptionCategory-A\+ {
color: #009324
}
.text-consumptionCategory-B {
color: #2caf00
}
.text-consumptionCategory-C {
color: #aacb00
}
.text-consumptionCategory-D {
color: #fff300
}
.text-consumptionCategory-E {
color: #ffcb00
}
.text-consumptionCategory-F {
color: #ff8f00
}
.text-consumptionCategory-G {
color: #f70000
}
.text-euro-1 {
color: #000
}
.text-euro-2 {
color: #df1829
}
.text-euro-3 {
color: #fdd325
}
.text-euro-4 {
color: #009a2e
}
.text-euro-5 {
color: #009ee4
}
.text-euro-6 {
color: #b93c99
}
.text-black {
color: #000
}
.text-white {
color: #fff
}
.text-gray {
color: grey
}
.text-silver {
color: silver
}
.text-blue {
color: #00f
}
.text-red {
color: red
}
.text-brown {
color: brown
}
.text-green {
color: green
}
.text-overpriced-deal {
color: #e22112
}
.text-high-deal {
color: #e46020
}
.text-fair-deal {
color: #fcb001
}
.text-good-deal {
color: #45b687
}
.text-great-deal {
color: #3eb2c7
}
.hover\:text-grey-dark:hover {
color: #232a36
}
.hover\:text-grey-3:hover {
color: #a0a7ab
}
.hover\:text-consumptionCategory-A:hover,
.hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.hover\:text-facebook:hover {
color: #4267b2
}
.hover\:text-twitter:hover {
color: #1ea0f2
}
.hover\:text-whatsapp:hover {
color: #0dc143
}
.focus\:text-consumptionCategory-A:focus,
.focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.text-xs {
font-size: 12px
}
.text-sm {
font-size: 14px
}
.text-base {
font-size: 16px
}
.text-lg {
font-size: 21px
}
.text-xl {
font-size: 24px
}
.text-2xl {
font-size: 32px
}
.uppercase {
text-transform: uppercase
}
.capitalize {
text-transform: capitalize
}
.underline {
text-decoration: underline
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.align-middle {
vertical-align: middle
}
.visible {
visibility: visible
}
.invisible {
visibility: hidden
}
.truncate,
.whitespace-no-wrap {
white-space: nowrap
}
.truncate {
overflow: hidden;
text-overflow: ellipsis
}
.w-0 {
width: 0
}
.w-19 {
width: 19px
}
.w-32 {
width: 32px
}
.w-36 {
width: 36px
}
.w-96 {
width: 96px
}
.w-110 {
width: 110px
}
.w-130 {
width: 130px
}
.w-200 {
width: 200px
}
.w-250 {
width: 250px
}
.w-400 {
width: 400px
}
.w-auto {
width: auto
}
.w-1\/12 {
width: 8.33333333%
}
.w-2\/12 {
width: 16.66667%
}
.w-3\/12 {
width: 25%
}
.w-4\/12 {
width: 33.33333%
}
.w-5\/12 {
width: 41.66666667%
}
.w-6\/12 {
width: 50%
}
.w-7\/12 {
width: 58.33333333%
}
.w-8\/12 {
width: 66.66667%
}
.w-9\/12 {
width: 75%
}
.w-10\/12 {
width: 83.33333%
}
.w-11\/12 {
width: 91.66666667
}
.w-12\/12 {
width: 100%
}
.w-screen {
width: 100vw
}
.w-bodyColor,
.w-brandIcon {
width: 48px
}
.w-moneybackLogoM {
width: 47px
}
.w-goodDealInfo {
width: 720px
}
.z-1 {
z-index: 1
}
.z-10 {
z-index: 10
}
.z-20 {
z-index: 20
}
.z-30 {
z-index: 30
}
.z-negative {
z-index: -1
}
.icon-360 {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360,
.icon-360-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-360-left,
.icon-360-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360-right {
background-position: 100%
}
.icon-360-center,
.icon-360-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-360-center {
background-position: 50%
}
.icon-360-center,
.icon-360-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format)
}
.icon-360-top-left {
background-position: 0 0
}
.icon-360-top-center,
.icon-360-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-360-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/360-ecf540a8ec5eb3de8b2a04588e8f1e43.svg?auto=format);
background-position: top
}
.icon-3People {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People,
.icon-3People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-3People-left,
.icon-3People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People-right {
background-position: 100%
}
.icon-3People-center,
.icon-3People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-3People-center {
background-position: 50%
}
.icon-3People-center,
.icon-3People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format)
}
.icon-3People-top-left {
background-position: 0 0
}
.icon-3People-top-center,
.icon-3People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-3People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/3People-3e5cbda5f167e0236b7a2ce56c96667f.svg?auto=format);
background-position: top
}
.icon-5People {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People,
.icon-5People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-5People-left,
.icon-5People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People-right {
background-position: 100%
}
.icon-5People-center,
.icon-5People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-5People-center {
background-position: 50%
}
.icon-5People-center,
.icon-5People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format)
}
.icon-5People-top-left {
background-position: 0 0
}
.icon-5People-top-center,
.icon-5People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-5People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/5People-404b66332f066e08441f5a7628f8b86e.svg?auto=format);
background-position: top
}
.icon-7People {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People,
.icon-7People-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-7People-left,
.icon-7People-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People-right {
background-position: 100%
}
.icon-7People-center,
.icon-7People-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-7People-center {
background-position: 50%
}
.icon-7People-center,
.icon-7People-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format)
}
.icon-7People-top-left {
background-position: 0 0
}
.icon-7People-top-center,
.icon-7People-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-7People-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/7People-2aa0d8ef08a8671c034bd3ca79912832.svg?auto=format);
background-position: top
}
.icon-arrowDdDown {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown,
.icon-arrowDdDown-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDdDown-left,
.icon-arrowDdDown-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown-right {
background-position: 100%
}
.icon-arrowDdDown-center,
.icon-arrowDdDown-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdDown-center {
background-position: 50%
}
.icon-arrowDdDown-center,
.icon-arrowDdDown-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format)
}
.icon-arrowDdDown-top-left {
background-position: 0 0
}
.icon-arrowDdDown-top-center,
.icon-arrowDdDown-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdDown-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-down-1c16189d72de22408cb55f67b8d4159f.svg?auto=format);
background-position: top
}
.icon-arrowDdUp {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp,
.icon-arrowDdUp-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDdUp-left,
.icon-arrowDdUp-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp-right {
background-position: 100%
}
.icon-arrowDdUp-center,
.icon-arrowDdUp-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdUp-center {
background-position: 50%
}
.icon-arrowDdUp-center,
.icon-arrowDdUp-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format)
}
.icon-arrowDdUp-top-left {
background-position: 0 0
}
.icon-arrowDdUp-top-center,
.icon-arrowDdUp-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDdUp-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-dd-up-57d763f8b5667819df467c1fa849f95b.svg?auto=format);
background-position: top
}
.icon-arrowDownM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-m-34efc62f1dde37dee9d5fd515971f615.svg?auto=format)
}
.icon-arrowDownM,
.icon-arrowDownM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownM-left,
.icon-arrowDownM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-m-34efc62f1dde37dee9d5fd515971f615.svg?auto=format)
}
.icon-arrowDownM-right {
background-position: 100%
}
.icon-arrowDownM-center,
.icon-arrowDownM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownM-center {
background-position: 50%
}
.icon-arrowDownM-center,
.icon-arrowDownM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-m-34efc62f1dde37dee9d5fd515971f615.svg?auto=format)
}
.icon-arrowDownM-top-left {
background-position: 0 0
}
.icon-arrowDownM-top-center,
.icon-arrowDownM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-m-34efc62f1dde37dee9d5fd515971f615.svg?auto=format);
background-position: top
}
.icon-arrowDownSCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format)
}
.icon-arrowDownSCrop,
.icon-arrowDownSCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownSCrop-left,
.icon-arrowDownSCrop-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format)
}
.icon-arrowDownSCrop-right {
background-position: 100%
}
.icon-arrowDownSCrop-center,
.icon-arrowDownSCrop-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownSCrop-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format);
background-position: 50%
}
.icon-arrowDownSCrop-top-left {
background-position: 0 0
}
.icon-arrowDownSCrop-top-center,
.icon-arrowDownSCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-crop-59f0840694cfbfc144993b7a98d8a01a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownSCrop-top-center {
background-position: top
}
.icon-arrowDownS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-fb0c59fb86dbc03842eabf7b7416b4e5.svg?auto=format)
}
.icon-arrowDownS,
.icon-arrowDownS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownS-left,
.icon-arrowDownS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-fb0c59fb86dbc03842eabf7b7416b4e5.svg?auto=format)
}
.icon-arrowDownS-right {
background-position: 100%
}
.icon-arrowDownS-center,
.icon-arrowDownS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownS-center {
background-position: 50%
}
.icon-arrowDownS-center,
.icon-arrowDownS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-fb0c59fb86dbc03842eabf7b7416b4e5.svg?auto=format)
}
.icon-arrowDownS-top-left {
background-position: 0 0
}
.icon-arrowDownS-top-center,
.icon-arrowDownS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-s-fb0c59fb86dbc03842eabf7b7416b4e5.svg?auto=format);
background-position: top
}
.icon-arrowDownTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format)
}
.icon-arrowDownTealM,
.icon-arrowDownTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownTealM-left,
.icon-arrowDownTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format)
}
.icon-arrowDownTealM-right {
background-position: 100%
}
.icon-arrowDownTealM-center,
.icon-arrowDownTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format);
background-position: 50%
}
.icon-arrowDownTealM-top-left {
background-position: 0 0
}
.icon-arrowDownTealM-top-center,
.icon-arrowDownTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-m-17624422b7c6e52d6e5d1c1674302c87.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownTealM-top-center {
background-position: top
}
.icon-arrowDownTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format)
}
.icon-arrowDownTealS,
.icon-arrowDownTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownTealS-left,
.icon-arrowDownTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format)
}
.icon-arrowDownTealS-right {
background-position: 100%
}
.icon-arrowDownTealS-center,
.icon-arrowDownTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDownTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format);
background-position: 50%
}
.icon-arrowDownTealS-top-left {
background-position: 0 0
}
.icon-arrowDownTealS-top-center,
.icon-arrowDownTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-teal-s-5cbbaba80cfe6bea50aab8a70028d15e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownTealS-top-center {
background-position: top
}
.icon-arrowDownWhiteM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-m-bb442f8dfe23565b08bfcef64dc448ba.svg?auto=format)
}
.icon-arrowDownWhiteM,
.icon-arrowDownWhiteM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownWhiteM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-m-bb442f8dfe23565b08bfcef64dc448ba.svg?auto=format)
}
.icon-arrowDownWhiteM-right {
background-position: 100%
}
.icon-arrowDownWhiteM-center,
.icon-arrowDownWhiteM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-m-bb442f8dfe23565b08bfcef64dc448ba.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownWhiteM-center {
background-position: 50%
}
.icon-arrowDownWhiteM-top-left {
background-position: 0 0
}
.icon-arrowDownWhiteM-top-center,
.icon-arrowDownWhiteM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-m-bb442f8dfe23565b08bfcef64dc448ba.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownWhiteM-top-center {
background-position: top
}
.icon-arrowDownWhiteS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-s-55186c49299c76177ed34ad1d93c0ce3.svg?auto=format)
}
.icon-arrowDownWhiteS,
.icon-arrowDownWhiteS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDownWhiteS-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-s-55186c49299c76177ed34ad1d93c0ce3.svg?auto=format)
}
.icon-arrowDownWhiteS-right {
background-position: 100%
}
.icon-arrowDownWhiteS-center,
.icon-arrowDownWhiteS-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-s-55186c49299c76177ed34ad1d93c0ce3.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownWhiteS-center {
background-position: 50%
}
.icon-arrowDownWhiteS-top-left {
background-position: 0 0
}
.icon-arrowDownWhiteS-top-center,
.icon-arrowDownWhiteS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-white-s-55186c49299c76177ed34ad1d93c0ce3.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowDownWhiteS-top-center {
background-position: top
}
.icon-arrowDown {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown,
.icon-arrowDown-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowDown-left,
.icon-arrowDown-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown-right {
background-position: 100%
}
.icon-arrowDown-center,
.icon-arrowDown-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDown-center {
background-position: 50%
}
.icon-arrowDown-center,
.icon-arrowDown-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format)
}
.icon-arrowDown-top-left {
background-position: 0 0
}
.icon-arrowDown-top-center,
.icon-arrowDown-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowDown-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-down-14cd979221b72b126bcad44bfd6068b9.svg?auto=format);
background-position: top
}
.icon-arrowLeftDark {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format)
}
.icon-arrowLeftDark,
.icon-arrowLeftDark-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftDark-left,
.icon-arrowLeftDark-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format)
}
.icon-arrowLeftDark-right {
background-position: 100%
}
.icon-arrowLeftDark-center,
.icon-arrowLeftDark-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftDark-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftDark-top-left {
background-position: 0 0
}
.icon-arrowLeftDark-top-center,
.icon-arrowLeftDark-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-dark-3dc3a685857ac63c0dd99826ee3e16d5.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftDark-top-center {
background-position: top
}
.icon-arrowLeftGreyM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format)
}
.icon-arrowLeftGreyM,
.icon-arrowLeftGreyM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-left,
.icon-arrowLeftGreyM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format)
}
.icon-arrowLeftGreyM-right {
background-position: 100%
}
.icon-arrowLeftGreyM-center,
.icon-arrowLeftGreyM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftGreyM-top-left {
background-position: 0 0
}
.icon-arrowLeftGreyM-top-center,
.icon-arrowLeftGreyM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-m-2cb6b5749251d524149408d6df1f928d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftGreyM-top-center {
background-position: top
}
.icon-arrowLeftGreyS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format)
}
.icon-arrowLeftGreyS,
.icon-arrowLeftGreyS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-left,
.icon-arrowLeftGreyS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format)
}
.icon-arrowLeftGreyS-right {
background-position: 100%
}
.icon-arrowLeftGreyS-center,
.icon-arrowLeftGreyS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftGreyS-top-left {
background-position: 0 0
}
.icon-arrowLeftGreyS-top-center,
.icon-arrowLeftGreyS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-grey-s-ff7f9ed0d50b71e30f2b2d52c3a3ebcd.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftGreyS-top-center {
background-position: top
}
.icon-arrowLeftTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format)
}
.icon-arrowLeftTealM,
.icon-arrowLeftTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftTealM-left,
.icon-arrowLeftTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format)
}
.icon-arrowLeftTealM-right {
background-position: 100%
}
.icon-arrowLeftTealM-center,
.icon-arrowLeftTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftTealM-top-left {
background-position: 0 0
}
.icon-arrowLeftTealM-top-center,
.icon-arrowLeftTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-m-a90980f51a67e207b1b28392da993ffb.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftTealM-top-center {
background-position: top
}
.icon-arrowLeftTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format)
}
.icon-arrowLeftTealS,
.icon-arrowLeftTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeftTealS-left,
.icon-arrowLeftTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format)
}
.icon-arrowLeftTealS-right {
background-position: 100%
}
.icon-arrowLeftTealS-center,
.icon-arrowLeftTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeftTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format);
background-position: 50%
}
.icon-arrowLeftTealS-top-left {
background-position: 0 0
}
.icon-arrowLeftTealS-top-center,
.icon-arrowLeftTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-teal-s-18f35363e0cab9e5e7b94fec4ef625e1.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowLeftTealS-top-center {
background-position: top
}
.icon-arrowLeft {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft,
.icon-arrowLeft-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowLeft-left,
.icon-arrowLeft-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft-right {
background-position: 100%
}
.icon-arrowLeft-center,
.icon-arrowLeft-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeft-center {
background-position: 50%
}
.icon-arrowLeft-center,
.icon-arrowLeft-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format)
}
.icon-arrowLeft-top-left {
background-position: 0 0
}
.icon-arrowLeft-top-center,
.icon-arrowLeft-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowLeft-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-left-2891ddbc7cd0585faebb07499c9377dc.svg?auto=format);
background-position: top
}
.icon-arrowRightDark {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format)
}
.icon-arrowRightDark,
.icon-arrowRightDark-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightDark-left,
.icon-arrowRightDark-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format)
}
.icon-arrowRightDark-right {
background-position: 100%
}
.icon-arrowRightDark-center,
.icon-arrowRightDark-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRightDark-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-position: 50%
}
.icon-arrowRightDark-top-left {
background-position: 0 0
}
.icon-arrowRightDark-top-center,
.icon-arrowRightDark-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-dark-a0179208042cc5334e8c8e92442b40c4.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightDark-top-center {
background-position: top
}
.icon-arrowRightGreayM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format)
}
.icon-arrowRightGreayM,
.icon-arrowRightGreayM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightGreayM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format)
}
.icon-arrowRightGreayM-right {
background-position: 100%
}
.icon-arrowRightGreayM-center,
.icon-arrowRightGreayM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreayM-center {
background-position: 50%
}
.icon-arrowRightGreayM-top-left {
background-position: 0 0
}
.icon-arrowRightGreayM-top-center,
.icon-arrowRightGreayM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-greay-m-f525fce82749ce3d2fdeb11262da4d5a.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreayM-top-center {
background-position: top
}
.icon-arrowRightGreyS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format)
}
.icon-arrowRightGreyS,
.icon-arrowRightGreyS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightGreyS-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format)
}
.icon-arrowRightGreyS-right {
background-position: 100%
}
.icon-arrowRightGreyS-center,
.icon-arrowRightGreyS-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreyS-center {
background-position: 50%
}
.icon-arrowRightGreyS-top-left {
background-position: 0 0
}
.icon-arrowRightGreyS-top-center,
.icon-arrowRightGreyS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-grey-s-f325d0023c98d4d058bfb0de2521229e.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightGreyS-top-center {
background-position: top
}
.icon-arrowRightTealMCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format)
}
.icon-arrowRightTealMCrop,
.icon-arrowRightTealMCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format)
}
.icon-arrowRightTealMCrop-right {
background-position: 100%
}
.icon-arrowRightTealMCrop-center,
.icon-arrowRightTealMCrop-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-center {
background-position: 50%
}
.icon-arrowRightTealMCrop-top-left {
background-position: 0 0
}
.icon-arrowRightTealMCrop-top-center,
.icon-arrowRightTealMCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-crop-d5697c1717dd4caa4e128e928d1c2bfa.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealMCrop-top-center {
background-position: top
}
.icon-arrowRightTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format)
}
.icon-arrowRightTealM,
.icon-arrowRightTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format)
}
.icon-arrowRightTealM-right {
background-position: 100%
}
.icon-arrowRightTealM-center,
.icon-arrowRightTealM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealM-center {
background-position: 50%
}
.icon-arrowRightTealM-top-left {
background-position: 0 0
}
.icon-arrowRightTealM-top-center,
.icon-arrowRightTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-m-c4522df550ecdd43cd08a75597607c3d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealM-top-center {
background-position: top
}
.icon-arrowRightTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format)
}
.icon-arrowRightTealS,
.icon-arrowRightTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightTealS-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format)
}
.icon-arrowRightTealS-right {
background-position: 100%
}
.icon-arrowRightTealS-center,
.icon-arrowRightTealS-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealS-center {
background-position: 50%
}
.icon-arrowRightTealS-top-left {
background-position: 0 0
}
.icon-arrowRightTealS-top-center,
.icon-arrowRightTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-teal-s-5345510c15d1bc602570cb230df7c08d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightTealS-top-center {
background-position: top
}
.icon-arrowRightWhiteM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format)
}
.icon-arrowRightWhiteM,
.icon-arrowRightWhiteM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format)
}
.icon-arrowRightWhiteM-right {
background-position: 100%
}
.icon-arrowRightWhiteM-center,
.icon-arrowRightWhiteM-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-center {
background-position: 50%
}
.icon-arrowRightWhiteM-top-left {
background-position: 0 0
}
.icon-arrowRightWhiteM-top-center,
.icon-arrowRightWhiteM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-white-m-16787216e2a5fb80c5ab0f9dea1f799c.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowRightWhiteM-top-center {
background-position: top
}
.icon-arrowRight {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight,
.icon-arrowRight-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowRight-left,
.icon-arrowRight-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight-right {
background-position: 100%
}
.icon-arrowRight-center,
.icon-arrowRight-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRight-center {
background-position: 50%
}
.icon-arrowRight-center,
.icon-arrowRight-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format)
}
.icon-arrowRight-top-left {
background-position: 0 0
}
.icon-arrowRight-top-center,
.icon-arrowRight-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowRight-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-right-9539d33fa29f93b843272eee52235401.svg?auto=format);
background-position: top
}
.icon-arrowUpM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-m-e09f5cf4d590cb4612ad8f35f24d80da.svg?auto=format)
}
.icon-arrowUpM,
.icon-arrowUpM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpM-left,
.icon-arrowUpM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-m-e09f5cf4d590cb4612ad8f35f24d80da.svg?auto=format)
}
.icon-arrowUpM-right {
background-position: 100%
}
.icon-arrowUpM-center,
.icon-arrowUpM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpM-center {
background-position: 50%
}
.icon-arrowUpM-center,
.icon-arrowUpM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-m-e09f5cf4d590cb4612ad8f35f24d80da.svg?auto=format)
}
.icon-arrowUpM-top-left {
background-position: 0 0
}
.icon-arrowUpM-top-center,
.icon-arrowUpM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-m-e09f5cf4d590cb4612ad8f35f24d80da.svg?auto=format);
background-position: top
}
.icon-arrowUpSCrop {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format)
}
.icon-arrowUpSCrop,
.icon-arrowUpSCrop-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpSCrop-left,
.icon-arrowUpSCrop-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format)
}
.icon-arrowUpSCrop-right {
background-position: 100%
}
.icon-arrowUpSCrop-center,
.icon-arrowUpSCrop-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpSCrop-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format);
background-position: 50%
}
.icon-arrowUpSCrop-top-left {
background-position: 0 0
}
.icon-arrowUpSCrop-top-center,
.icon-arrowUpSCrop-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-crop-223a727b21c79b4c95cf4d09f725b8c8.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpSCrop-top-center {
background-position: top
}
.icon-arrowUpS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-eff614f806fd54b0b090be9e021eecb9.svg?auto=format)
}
.icon-arrowUpS,
.icon-arrowUpS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpS-left,
.icon-arrowUpS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-eff614f806fd54b0b090be9e021eecb9.svg?auto=format)
}
.icon-arrowUpS-right {
background-position: 100%
}
.icon-arrowUpS-center,
.icon-arrowUpS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpS-center {
background-position: 50%
}
.icon-arrowUpS-center,
.icon-arrowUpS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-eff614f806fd54b0b090be9e021eecb9.svg?auto=format)
}
.icon-arrowUpS-top-left {
background-position: 0 0
}
.icon-arrowUpS-top-center,
.icon-arrowUpS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-s-eff614f806fd54b0b090be9e021eecb9.svg?auto=format);
background-position: top
}
.icon-arrowUpSmall {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format)
}
.icon-arrowUpSmall,
.icon-arrowUpSmall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpSmall-left,
.icon-arrowUpSmall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format)
}
.icon-arrowUpSmall-right {
background-position: 100%
}
.icon-arrowUpSmall-center,
.icon-arrowUpSmall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpSmall-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format);
background-position: 50%
}
.icon-arrowUpSmall-top-left {
background-position: 0 0
}
.icon-arrowUpSmall-top-center,
.icon-arrowUpSmall-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-small-88a00c69769fc48ab4be1816b4c9c4fe.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpSmall-top-center {
background-position: top
}
.icon-arrowUpTealM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format)
}
.icon-arrowUpTealM,
.icon-arrowUpTealM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpTealM-left,
.icon-arrowUpTealM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format)
}
.icon-arrowUpTealM-right {
background-position: 100%
}
.icon-arrowUpTealM-center,
.icon-arrowUpTealM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpTealM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format);
background-position: 50%
}
.icon-arrowUpTealM-top-left {
background-position: 0 0
}
.icon-arrowUpTealM-top-center,
.icon-arrowUpTealM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-m-c8da07d59a7b93e16fbc35b94abd13ed.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpTealM-top-center {
background-position: top
}
.icon-arrowUpTealS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format)
}
.icon-arrowUpTealS,
.icon-arrowUpTealS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpTealS-left,
.icon-arrowUpTealS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format)
}
.icon-arrowUpTealS-right {
background-position: 100%
}
.icon-arrowUpTealS-center,
.icon-arrowUpTealS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpTealS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format);
background-position: 50%
}
.icon-arrowUpTealS-top-left {
background-position: 0 0
}
.icon-arrowUpTealS-top-center,
.icon-arrowUpTealS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-teal-s-dc058aa507947c6e1966f7d72f841ed8.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpTealS-top-center {
background-position: top
}
.icon-arrowUpWhiteM {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-m-beab283329967df546b0e2f83d678c3d.svg?auto=format)
}
.icon-arrowUpWhiteM,
.icon-arrowUpWhiteM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpWhiteM-left,
.icon-arrowUpWhiteM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-m-beab283329967df546b0e2f83d678c3d.svg?auto=format)
}
.icon-arrowUpWhiteM-right {
background-position: 100%
}
.icon-arrowUpWhiteM-center,
.icon-arrowUpWhiteM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpWhiteM-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-m-beab283329967df546b0e2f83d678c3d.svg?auto=format);
background-position: 50%
}
.icon-arrowUpWhiteM-top-left {
background-position: 0 0
}
.icon-arrowUpWhiteM-top-center,
.icon-arrowUpWhiteM-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-m-beab283329967df546b0e2f83d678c3d.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpWhiteM-top-center {
background-position: top
}
.icon-arrowUpWhiteS {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-s-43608e299b4bef8678e6bf8d4bd26b36.svg?auto=format)
}
.icon-arrowUpWhiteS,
.icon-arrowUpWhiteS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-arrowUpWhiteS-left,
.icon-arrowUpWhiteS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-s-43608e299b4bef8678e6bf8d4bd26b36.svg?auto=format)
}
.icon-arrowUpWhiteS-right {
background-position: 100%
}
.icon-arrowUpWhiteS-center,
.icon-arrowUpWhiteS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-arrowUpWhiteS-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-s-43608e299b4bef8678e6bf8d4bd26b36.svg?auto=format);
background-position: 50%
}
.icon-arrowUpWhiteS-top-left {
background-position: 0 0
}
.icon-arrowUpWhiteS-top-center,
.icon-arrowUpWhiteS-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/arrow-up-white-s-43608e299b4bef8678e6bf8d4bd26b36.svg?auto=format);
background-repeat: no-repeat
}
.icon-arrowUpWhiteS-top-center {
background-position: top
}
.icon-automatic {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic,
.icon-automatic-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-automatic-left,
.icon-automatic-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic-right {
background-position: 100%
}
.icon-automatic-center,
.icon-automatic-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-automatic-center {
background-position: 50%
}
.icon-automatic-center,
.icon-automatic-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format)
}
.icon-automatic-top-left {
background-position: 0 0
}
.icon-automatic-top-center,
.icon-automatic-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-automatic-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/automatic-28f184d8226e4f17790ded19c43ab41e.svg?auto=format);
background-position: top
}
.icon-availableM {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM,
.icon-availableM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-availableM-left,
.icon-availableM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM-right {
background-position: 100%
}
.icon-availableM-center,
.icon-availableM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-availableM-center {
background-position: 50%
}
.icon-availableM-center,
.icon-availableM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format)
}
.icon-availableM-top-left {
background-position: 0 0
}
.icon-availableM-top-center,
.icon-availableM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-availableM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-m-d8c0ed711d609f6e5236bd1b8cc59269.svg?auto=format);
background-position: top
}
.icon-available {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available,
.icon-available-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-available-left,
.icon-available-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available-right {
background-position: 100%
}
.icon-available-center,
.icon-available-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-available-center {
background-position: 50%
}
.icon-available-center,
.icon-available-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format)
}
.icon-available-top-left {
background-position: 0 0
}
.icon-available-top-center,
.icon-available-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-available-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/available-a6e869ad3428cc54b7edf9b26dcb5bc9.svg?auto=format);
background-position: top
}
.icon-cabriolet {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet,
.icon-cabriolet-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-cabriolet-left,
.icon-cabriolet-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet-right {
background-position: 100%
}
.icon-cabriolet-center,
.icon-cabriolet-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-cabriolet-center {
background-position: 50%
}
.icon-cabriolet-center,
.icon-cabriolet-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format)
}
.icon-cabriolet-top-left {
background-position: 0 0
}
.icon-cabriolet-top-center,
.icon-cabriolet-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-cabriolet-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cabriolet-b2473ea054f67d03b5f76f76ecfd4918.svg?auto=format);
background-position: top
}
.icon-checkCircle {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle,
.icon-checkCircle-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-checkCircle-left,
.icon-checkCircle-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle-right {
background-position: 100%
}
.icon-checkCircle-center,
.icon-checkCircle-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-checkCircle-center {
background-position: 50%
}
.icon-checkCircle-center,
.icon-checkCircle-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format)
}
.icon-checkCircle-top-left {
background-position: 0 0
}
.icon-checkCircle-top-center,
.icon-checkCircle-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-checkCircle-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-circle-8d92871c1b78ad002e7c908bf0efc787.svg?auto=format);
background-position: top
}
.icon-check {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check,
.icon-check-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-check-left,
.icon-check-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check-right {
background-position: 100%
}
.icon-check-center,
.icon-check-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-check-center {
background-position: 50%
}
.icon-check-center,
.icon-check-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format)
}
.icon-check-top-left {
background-position: 0 0
}
.icon-check-top-center,
.icon-check-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-check-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/check-d9aa895a009bac58753c3b82064e10ee.svg?auto=format);
background-position: top
}
.icon-closeS {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS,
.icon-closeS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-closeS-left,
.icon-closeS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS-right {
background-position: 100%
}
.icon-closeS-center,
.icon-closeS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-closeS-center {
background-position: 50%
}
.icon-closeS-center,
.icon-closeS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format)
}
.icon-closeS-top-left {
background-position: 0 0
}
.icon-closeS-top-center,
.icon-closeS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-closeS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-s-910c95431d1f11dca1bf1283df31d2aa.svg?auto=format);
background-position: top
}
.icon-close {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close,
.icon-close-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-close-left,
.icon-close-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close-right {
background-position: 100%
}
.icon-close-center,
.icon-close-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-close-center {
background-position: 50%
}
.icon-close-center,
.icon-close-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format)
}
.icon-close-top-left {
background-position: 0 0
}
.icon-close-top-center,
.icon-close-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-close-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/close-fb1d89358e905f5c3d214143d8c2a314.svg?auto=format);
background-position: top
}
.icon-consumption {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption,
.icon-consumption-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-consumption-left,
.icon-consumption-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption-right {
background-position: 100%
}
.icon-consumption-center,
.icon-consumption-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-consumption-center {
background-position: 50%
}
.icon-consumption-center,
.icon-consumption-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format)
}
.icon-consumption-top-left {
background-position: 0 0
}
.icon-consumption-top-center,
.icon-consumption-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-consumption-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/consumption-4262cefffd998c6bf151b16ca083a97a.svg?auto=format);
background-position: top
}
.icon-coupe {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe,
.icon-coupe-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-coupe-left,
.icon-coupe-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe-right {
background-position: 100%
}
.icon-coupe-center,
.icon-coupe-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-coupe-center {
background-position: 50%
}
.icon-coupe-center,
.icon-coupe-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format)
}
.icon-coupe-top-left {
background-position: 0 0
}
.icon-coupe-top-center,
.icon-coupe-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-coupe-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/coupe-be0787b36a467717451b9a896e1fe2b2.svg?auto=format);
background-position: top
}
.icon-ctaCall {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall,
.icon-ctaCall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-ctaCall-left,
.icon-ctaCall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall-right {
background-position: 100%
}
.icon-ctaCall-center,
.icon-ctaCall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaCall-center {
background-position: 50%
}
.icon-ctaCall-center,
.icon-ctaCall-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format)
}
.icon-ctaCall-top-left {
background-position: 0 0
}
.icon-ctaCall-top-center,
.icon-ctaCall-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaCall-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-call-29f5a5b8d618bf87ee17e92c565de9a1.svg?auto=format);
background-position: top
}
.icon-ctaWrite {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite,
.icon-ctaWrite-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-ctaWrite-left,
.icon-ctaWrite-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite-right {
background-position: 100%
}
.icon-ctaWrite-center,
.icon-ctaWrite-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaWrite-center {
background-position: 50%
}
.icon-ctaWrite-center,
.icon-ctaWrite-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format)
}
.icon-ctaWrite-top-left {
background-position: 0 0
}
.icon-ctaWrite-top-center,
.icon-ctaWrite-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-ctaWrite-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/cta-write-0ddb2bf824d65494e6fda19958f679bc.svg?auto=format);
background-position: top
}
.icon-date {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date,
.icon-date-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-date-left,
.icon-date-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date-right {
background-position: 100%
}
.icon-date-center,
.icon-date-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-date-center {
background-position: 50%
}
.icon-date-center,
.icon-date-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format)
}
.icon-date-top-left {
background-position: 0 0
}
.icon-date-top-center,
.icon-date-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-date-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/date-e88e9e4852903e1c9311efd650494a7c.svg?auto=format);
background-position: top
}
.icon-doors {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors,
.icon-doors-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-doors-left,
.icon-doors-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors-right {
background-position: 100%
}
.icon-doors-center,
.icon-doors-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-doors-center {
background-position: 50%
}
.icon-doors-center,
.icon-doors-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format)
}
.icon-doors-top-left {
background-position: 0 0
}
.icon-doors-top-center,
.icon-doors-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-doors-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/doors-3409f8972ac462baa6e5f7323d3e4a80.svg?auto=format);
background-position: top
}
.icon-email {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email,
.icon-email-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-email-left,
.icon-email-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email-right {
background-position: 100%
}
.icon-email-center,
.icon-email-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-email-center {
background-position: 50%
}
.icon-email-center,
.icon-email-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format)
}
.icon-email-top-left {
background-position: 0 0
}
.icon-email-top-center,
.icon-email-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-email-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/email-63d6a843d1d5f5d70433bcb902f44f47.svg?auto=format);
background-position: top
}
.icon-estate {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate,
.icon-estate-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-estate-left,
.icon-estate-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate-right {
background-position: 100%
}
.icon-estate-center,
.icon-estate-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-estate-center {
background-position: 50%
}
.icon-estate-center,
.icon-estate-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format)
}
.icon-estate-top-left {
background-position: 0 0
}
.icon-estate-top-center,
.icon-estate-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-estate-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/estate-41c5b62734404bd87ef39a070b28b848.svg?auto=format);
background-position: top
}
.icon-facebook {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook,
.icon-facebook-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-facebook-left,
.icon-facebook-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook-right {
background-position: 100%
}
.icon-facebook-center,
.icon-facebook-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-facebook-center {
background-position: 50%
}
.icon-facebook-center,
.icon-facebook-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format)
}
.icon-facebook-top-left {
background-position: 0 0
}
.icon-facebook-top-center,
.icon-facebook-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-facebook-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/facebook-9e0eba1cfdf94bfaf9d4c0bd4ef922a4.svg?auto=format);
background-position: top
}
.icon-fair {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair,
.icon-fair-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-fair-left,
.icon-fair-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair-right {
background-position: 100%
}
.icon-fair-center,
.icon-fair-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fair-center {
background-position: 50%
}
.icon-fair-center,
.icon-fair-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format)
}
.icon-fair-top-left {
background-position: 0 0
}
.icon-fair-top-center,
.icon-fair-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fair-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/fair-1f35164aaefc5ae0ae369c8567a3b891.png?auto=format);
background-position: top
}
.icon-filter {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter,
.icon-filter-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-filter-left,
.icon-filter-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter-right {
background-position: 100%
}
.icon-filter-center,
.icon-filter-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-filter-center {
background-position: 50%
}
.icon-filter-center,
.icon-filter-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format)
}
.icon-filter-top-left {
background-position: 0 0
}
.icon-filter-top-center,
.icon-filter-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-filter-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/filter-6a739a4f8a1caafee5cceada03313eba.svg?auto=format);
background-position: top
}
.icon-fuel {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel,
.icon-fuel-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-fuel-left,
.icon-fuel-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel-right {
background-position: 100%
}
.icon-fuel-center,
.icon-fuel-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fuel-center {
background-position: 50%
}
.icon-fuel-center,
.icon-fuel-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format)
}
.icon-fuel-top-left {
background-position: 0 0
}
.icon-fuel-top-center,
.icon-fuel-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-fuel-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/fuel-ed4db2c37f0204bb911fe136ab23c940.svg?auto=format);
background-position: top
}
.icon-gear {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear,
.icon-gear-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-gear-left,
.icon-gear-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear-right {
background-position: 100%
}
.icon-gear-center,
.icon-gear-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-gear-center {
background-position: 50%
}
.icon-gear-center,
.icon-gear-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format)
}
.icon-gear-top-left {
background-position: 0 0
}
.icon-gear-top-center,
.icon-gear-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-gear-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/gear-d000e0f7b2f24e2bfde10cc7eba25d32.svg?auto=format);
background-position: top
}
.icon-good {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good,
.icon-good-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-good-left,
.icon-good-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good-right {
background-position: 100%
}
.icon-good-center,
.icon-good-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-good-center {
background-position: 50%
}
.icon-good-center,
.icon-good-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format)
}
.icon-good-top-left {
background-position: 0 0
}
.icon-good-top-center,
.icon-good-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-good-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/good-86b217f7d3c1499e30e3dca285f30511.png?auto=format);
background-position: top
}
.icon-great {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great,
.icon-great-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-great-left,
.icon-great-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great-right {
background-position: 100%
}
.icon-great-center,
.icon-great-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-great-center {
background-position: 50%
}
.icon-great-center,
.icon-great-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format)
}
.icon-great-top-left {
background-position: 0 0
}
.icon-great-top-center,
.icon-great-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-great-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/great-192c5bd0f7a8d3eb45ad119c8f497a3f.png?auto=format);
background-position: top
}
.icon-high {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high,
.icon-high-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-high-left,
.icon-high-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high-right {
background-position: 100%
}
.icon-high-center,
.icon-high-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-high-center {
background-position: 50%
}
.icon-high-center,
.icon-high-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format)
}
.icon-high-top-left {
background-position: 0 0
}
.icon-high-top-center,
.icon-high-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-high-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/high-dff08e0ca94bb0934b19b1099870e3f1.png?auto=format);
background-position: top
}
.icon-info {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info,
.icon-info-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-info-left,
.icon-info-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info-right {
background-position: 100%
}
.icon-info-center,
.icon-info-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-info-center {
background-position: 50%
}
.icon-info-center,
.icon-info-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format)
}
.icon-info-top-left {
background-position: 0 0
}
.icon-info-top-center,
.icon-info-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-info-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/info-94ea77ee1d04af374d95af4c7f70dc3d.svg?auto=format);
background-position: top
}
.icon-logoAxa {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa,
.icon-logoAxa-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-logoAxa-left,
.icon-logoAxa-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa-right {
background-position: 100%
}
.icon-logoAxa-center,
.icon-logoAxa-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-logoAxa-center {
background-position: 50%
}
.icon-logoAxa-center,
.icon-logoAxa-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format)
}
.icon-logoAxa-top-left {
background-position: 0 0
}
.icon-logoAxa-top-center,
.icon-logoAxa-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-logoAxa-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/logo-axa-7c331c156bf89b1d86f4ddf8df6c2c36.png?auto=format);
background-position: top
}
.icon-manual {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual,
.icon-manual-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-manual-left,
.icon-manual-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual-right {
background-position: 100%
}
.icon-manual-center,
.icon-manual-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-manual-center {
background-position: 50%
}
.icon-manual-center,
.icon-manual-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format)
}
.icon-manual-top-left {
background-position: 0 0
}
.icon-manual-top-center,
.icon-manual-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-manual-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/manual-041c1f58fd046008354ca0d57b0f2c86.svg?auto=format);
background-position: top
}
.icon-mileage {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage,
.icon-mileage-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-mileage-left,
.icon-mileage-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage-right {
background-position: 100%
}
.icon-mileage-center,
.icon-mileage-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-mileage-center {
background-position: 50%
}
.icon-mileage-center,
.icon-mileage-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format)
}
.icon-mileage-top-left {
background-position: 0 0
}
.icon-mileage-top-center,
.icon-mileage-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-mileage-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/mileage-5f9c3eb74be55f7d565f3ff2037968bb.svg?auto=format);
background-position: top
}
.icon-missing {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing,
.icon-missing-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-missing-left,
.icon-missing-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing-right {
background-position: 100%
}
.icon-missing-center,
.icon-missing-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-missing-center {
background-position: 50%
}
.icon-missing-center,
.icon-missing-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format)
}
.icon-missing-top-left {
background-position: 0 0
}
.icon-missing-top-center,
.icon-missing-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-missing-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/missing-5582724e5a204df901cfaaa2faef6fd7.svg?auto=format);
background-position: top
}
.icon-modalCall {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall,
.icon-modalCall-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-modalCall-left,
.icon-modalCall-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall-right {
background-position: 100%
}
.icon-modalCall-center,
.icon-modalCall-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalCall-center {
background-position: 50%
}
.icon-modalCall-center,
.icon-modalCall-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format)
}
.icon-modalCall-top-left {
background-position: 0 0
}
.icon-modalCall-top-center,
.icon-modalCall-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalCall-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-call-cafcc6ee118789285716bb01a6d72bb3.svg?auto=format);
background-position: top
}
.icon-modalWrite {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite,
.icon-modalWrite-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-modalWrite-left,
.icon-modalWrite-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite-right {
background-position: 100%
}
.icon-modalWrite-center,
.icon-modalWrite-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalWrite-center {
background-position: 50%
}
.icon-modalWrite-center,
.icon-modalWrite-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format)
}
.icon-modalWrite-top-left {
background-position: 0 0
}
.icon-modalWrite-top-center,
.icon-modalWrite-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-modalWrite-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/modal-write-6eaea36d47af5caa483c4543990244bd.svg?auto=format);
background-position: top
}
.icon-moneybackM {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM,
.icon-moneybackM-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-moneybackM-left,
.icon-moneybackM-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM-right {
background-position: 100%
}
.icon-moneybackM-center,
.icon-moneybackM-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackM-center {
background-position: 50%
}
.icon-moneybackM-center,
.icon-moneybackM-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format)
}
.icon-moneybackM-top-left {
background-position: 0 0
}
.icon-moneybackM-top-center,
.icon-moneybackM-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackM-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-m-5afcf1ec9ca489020f0a4d172667f973.png?auto=format);
background-position: top
}
.icon-moneybackS {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS,
.icon-moneybackS-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-moneybackS-left,
.icon-moneybackS-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS-right {
background-position: 100%
}
.icon-moneybackS-center,
.icon-moneybackS-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackS-center {
background-position: 50%
}
.icon-moneybackS-center,
.icon-moneybackS-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format)
}
.icon-moneybackS-top-left {
background-position: 0 0
}
.icon-moneybackS-top-center,
.icon-moneybackS-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-moneybackS-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/moneyback-s-deb91259d447bd2e25c874eaf0671d59.png?auto=format);
background-position: top
}
.icon-motor {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor,
.icon-motor-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-motor-left,
.icon-motor-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor-right {
background-position: 100%
}
.icon-motor-center,
.icon-motor-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-motor-center {
background-position: 50%
}
.icon-motor-center,
.icon-motor-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format)
}
.icon-motor-top-left {
background-position: 0 0
}
.icon-motor-top-center,
.icon-motor-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-motor-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/motor-a8cf25ed7a0c86b0cc45f670fdfa55bf.svg?auto=format);
background-position: top
}
.icon-overpriced {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced,
.icon-overpriced-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-overpriced-left,
.icon-overpriced-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced-right {
background-position: 100%
}
.icon-overpriced-center,
.icon-overpriced-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-overpriced-center {
background-position: 50%
}
.icon-overpriced-center,
.icon-overpriced-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format)
}
.icon-overpriced-top-left {
background-position: 0 0
}
.icon-overpriced-top-center,
.icon-overpriced-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-overpriced-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/overpriced-de788297875194ca0c5ddb83457690d3.png?auto=format);
background-position: top
}
.icon-paginationLeft {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format)
}
.icon-paginationLeft,
.icon-paginationLeft-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-paginationLeft-left,
.icon-paginationLeft-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format)
}
.icon-paginationLeft-right {
background-position: 100%
}
.icon-paginationLeft-center,
.icon-paginationLeft-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-paginationLeft-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format);
background-position: 50%
}
.icon-paginationLeft-top-left {
background-position: 0 0
}
.icon-paginationLeft-top-center,
.icon-paginationLeft-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-left-52942e43c04931c38d6445778dc80c02.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationLeft-top-center {
background-position: top
}
.icon-paginationRight {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format)
}
.icon-paginationRight,
.icon-paginationRight-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-paginationRight-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format)
}
.icon-paginationRight-right {
background-position: 100%
}
.icon-paginationRight-center,
.icon-paginationRight-right {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationRight-center {
background-position: 50%
}
.icon-paginationRight-top-left {
background-position: 0 0
}
.icon-paginationRight-top-center,
.icon-paginationRight-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/pagination-right-a063504a607aa5abf7cf576b743b9389.svg?auto=format);
background-repeat: no-repeat
}
.icon-paginationRight-top-center {
background-position: top
}
.icon-phone {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone,
.icon-phone-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-phone-left,
.icon-phone-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone-right {
background-position: 100%
}
.icon-phone-center,
.icon-phone-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-phone-center {
background-position: 50%
}
.icon-phone-center,
.icon-phone-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format)
}
.icon-phone-top-left {
background-position: 0 0
}
.icon-phone-top-center,
.icon-phone-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-phone-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/phone-ce8a82732bb6cf3c02e3a78776060fd8.svg?auto=format);
background-position: top
}
.icon-plusCircle {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle,
.icon-plusCircle-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-plusCircle-left,
.icon-plusCircle-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle-right {
background-position: 100%
}
.icon-plusCircle-center,
.icon-plusCircle-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-plusCircle-center {
background-position: 50%
}
.icon-plusCircle-center,
.icon-plusCircle-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format)
}
.icon-plusCircle-top-left {
background-position: 0 0
}
.icon-plusCircle-top-center,
.icon-plusCircle-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-plusCircle-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/plus-circle-63790b76a7dcee0f390a647af580a448.svg?auto=format);
background-position: top
}
.icon-questionGrey {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-grey-742090465d2460099f28709524a3c70d.svg?auto=format)
}
.icon-questionGrey,
.icon-questionGrey-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-questionGrey-left,
.icon-questionGrey-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-grey-742090465d2460099f28709524a3c70d.svg?auto=format)
}
.icon-questionGrey-right {
background-position: 100%
}
.icon-questionGrey-center,
.icon-questionGrey-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-questionGrey-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-grey-742090465d2460099f28709524a3c70d.svg?auto=format);
background-position: 50%
}
.icon-questionGrey-top-left {
background-position: 0 0
}
.icon-questionGrey-top-center,
.icon-questionGrey-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/question-grey-742090465d2460099f28709524a3c70d.svg?auto=format);
background-repeat: no-repeat
}
.icon-questionGrey-top-center {
background-position: top
}
.icon-questionWhite {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-white-be064603dc90fb3b7308c5433f994d82.svg?auto=format)
}
.icon-questionWhite,
.icon-questionWhite-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-questionWhite-left,
.icon-questionWhite-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-white-be064603dc90fb3b7308c5433f994d82.svg?auto=format)
}
.icon-questionWhite-right {
background-position: 100%
}
.icon-questionWhite-center,
.icon-questionWhite-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-questionWhite-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/question-white-be064603dc90fb3b7308c5433f994d82.svg?auto=format);
background-position: 50%
}
.icon-questionWhite-top-left {
background-position: 0 0
}
.icon-questionWhite-top-center,
.icon-questionWhite-top-left {
background-color: transparent;
background-image: url(https://static.carforyou.ch/_next/static/assets/question-white-be064603dc90fb3b7308c5433f994d82.svg?auto=format);
background-repeat: no-repeat
}
.icon-questionWhite-top-center {
background-position: top
}
.icon-reset {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-7cdee715599c384d225d0f0cc4a3359d.svg?auto=format)
}
.icon-reset,
.icon-reset-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-reset-left,
.icon-reset-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-7cdee715599c384d225d0f0cc4a3359d.svg?auto=format)
}
.icon-reset-right {
background-position: 100%
}
.icon-reset-center,
.icon-reset-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-reset-center {
background-position: 50%
}
.icon-reset-center,
.icon-reset-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-7cdee715599c384d225d0f0cc4a3359d.svg?auto=format)
}
.icon-reset-top-left {
background-position: 0 0
}
.icon-reset-top-center,
.icon-reset-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-reset-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/reset-7cdee715599c384d225d0f0cc4a3359d.svg?auto=format);
background-position: top
}
.icon-saloon {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon,
.icon-saloon-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-saloon-left,
.icon-saloon-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon-right {
background-position: 100%
}
.icon-saloon-center,
.icon-saloon-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-saloon-center {
background-position: 50%
}
.icon-saloon-center,
.icon-saloon-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format)
}
.icon-saloon-top-left {
background-position: 0 0
}
.icon-saloon-top-center,
.icon-saloon-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-saloon-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/saloon-44c1dc1edb342910368b3ee13979310d.svg?auto=format);
background-position: top
}
.icon-search {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search,
.icon-search-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-search-left,
.icon-search-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search-right {
background-position: 100%
}
.icon-search-center,
.icon-search-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-search-center {
background-position: 50%
}
.icon-search-center,
.icon-search-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format)
}
.icon-search-top-left {
background-position: 0 0
}
.icon-search-top-center,
.icon-search-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-search-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/search-76d5df805ae8a5bed3c07406d983d2ba.svg?auto=format);
background-position: top
}
.icon-seats {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats,
.icon-seats-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-seats-left,
.icon-seats-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats-right {
background-position: 100%
}
.icon-seats-center,
.icon-seats-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-seats-center {
background-position: 50%
}
.icon-seats-center,
.icon-seats-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format)
}
.icon-seats-top-left {
background-position: 0 0
}
.icon-seats-top-center,
.icon-seats-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-seats-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/seats-46df0a57f020ec7614cce6ff7371f1e3.svg?auto=format);
background-position: top
}
.icon-sportscar {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar,
.icon-sportscar-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-sportscar-left,
.icon-sportscar-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar-right {
background-position: 100%
}
.icon-sportscar-center,
.icon-sportscar-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-sportscar-center {
background-position: 50%
}
.icon-sportscar-center,
.icon-sportscar-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format)
}
.icon-sportscar-top-left {
background-position: 0 0
}
.icon-sportscar-top-center,
.icon-sportscar-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-sportscar-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/sportscar-8135ad922f27dd93f22b4c6f6978cb7b.svg?auto=format);
background-position: top
}
.icon-surveyTeal {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal,
.icon-surveyTeal-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-surveyTeal-left,
.icon-surveyTeal-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal-right {
background-position: 100%
}
.icon-surveyTeal-center,
.icon-surveyTeal-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-surveyTeal-center {
background-position: 50%
}
.icon-surveyTeal-center,
.icon-surveyTeal-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format)
}
.icon-surveyTeal-top-left {
background-position: 0 0
}
.icon-surveyTeal-top-center,
.icon-surveyTeal-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-surveyTeal-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-teal-4b72884f682addf7b0d3ae7ed76ff88a.svg?auto=format);
background-position: top
}
.icon-survey {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey,
.icon-survey-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-survey-left,
.icon-survey-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey-right {
background-position: 100%
}
.icon-survey-center,
.icon-survey-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-survey-center {
background-position: 50%
}
.icon-survey-center,
.icon-survey-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format)
}
.icon-survey-top-left {
background-position: 0 0
}
.icon-survey-top-center,
.icon-survey-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-survey-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/survey-27e6f295c70dbcf0ecf7f0d27ccf1c5d.svg?auto=format);
background-position: top
}
.icon-suv {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv,
.icon-suv-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-suv-left,
.icon-suv-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv-right {
background-position: 100%
}
.icon-suv-center,
.icon-suv-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-suv-center {
background-position: 50%
}
.icon-suv-center,
.icon-suv-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format)
}
.icon-suv-top-left {
background-position: 0 0
}
.icon-suv-top-center,
.icon-suv-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-suv-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/suv-ba2a02edb16049eb5199d5876c823773.svg?auto=format);
background-position: top
}
.icon-twitter {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter,
.icon-twitter-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-twitter-left,
.icon-twitter-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter-right {
background-position: 100%
}
.icon-twitter-center,
.icon-twitter-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-twitter-center {
background-position: 50%
}
.icon-twitter-center,
.icon-twitter-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format)
}
.icon-twitter-top-left {
background-position: 0 0
}
.icon-twitter-top-center,
.icon-twitter-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-twitter-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/twitter-3b6f78d0a6aef422fb1914330ff516a6.svg?auto=format);
background-position: top
}
.icon-van {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van,
.icon-van-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-van-left,
.icon-van-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van-right {
background-position: 100%
}
.icon-van-center,
.icon-van-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-van-center {
background-position: 50%
}
.icon-van-center,
.icon-van-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format)
}
.icon-van-top-left {
background-position: 0 0
}
.icon-van-top-center,
.icon-van-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-van-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/van-f6733c2b1eec75bd361c30fac9b9b6a0.svg?auto=format);
background-position: top
}
.icon-whatsapp {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp,
.icon-whatsapp-left {
background-color: transparent;
background-position: 0;
background-repeat: no-repeat
}
.icon-whatsapp-left,
.icon-whatsapp-right {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp-right {
background-position: 100%
}
.icon-whatsapp-center,
.icon-whatsapp-right {
background-color: transparent;
background-repeat: no-repeat
}
.icon-whatsapp-center {
background-position: 50%
}
.icon-whatsapp-center,
.icon-whatsapp-top-left {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format)
}
.icon-whatsapp-top-left {
background-position: 0 0
}
.icon-whatsapp-top-center,
.icon-whatsapp-top-left {
background-color: transparent;
background-repeat: no-repeat
}
.icon-whatsapp-top-center {
background-image: url(https://static.carforyou.ch/_next/static/assets/whatsapp-a5ffa27a7f2e286ea877e6c6541a2e19.svg?auto=format);
background-position: top
}
.after-slash:after {
content: "/"
}
.after-checkmark:after {
content: "\2713"
}
.before-checkmark:before {
content: "\2713 "
}
.position-bottom-40 {
bottom: 40px
}
.position-bottom--65 {
bottom: -65px
}
.transition-2 {
transition: .2s
}
.bg-gradient-to-bottom-fade {
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}
.bg-gradient-to-bottom-grey {
background-image: linear-gradient(180deg, #f9f9fb, #fff 20%)
}
.bg-gradient-to-bottom-black {
background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5))
}
@media (min-width:480px) {
.xs\:bg-consumptionCategory-A,
.xs\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.xs\:bg-consumptionCategory-B {
background-color: #2caf00
}
.xs\:bg-consumptionCategory-C {
background-color: #aacb00
}
.xs\:bg-consumptionCategory-D {
background-color: #fff300
}
.xs\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.xs\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.xs\:bg-consumptionCategory-G {
background-color: #f70000
}
.xs\:hover\:bg-consumptionCategory-A:hover,
.xs\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.xs\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.xs\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.xs\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.xs\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.xs\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.xs\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.xs\:focus\:bg-consumptionCategory-A:focus,
.xs\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.xs\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.xs\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.xs\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.xs\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.xs\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.xs\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.xs\:border-consumptionCategory-A,
.xs\:border-consumptionCategory-A\+ {
border-color: #009324
}
.xs\:border-consumptionCategory-B {
border-color: #2caf00
}
.xs\:border-consumptionCategory-C {
border-color: #aacb00
}
.xs\:border-consumptionCategory-D {
border-color: #fff300
}
.xs\:border-consumptionCategory-E {
border-color: #ffcb00
}
.xs\:border-consumptionCategory-F {
border-color: #ff8f00
}
.xs\:border-consumptionCategory-G {
border-color: #f70000
}
.xs\:hover\:border-consumptionCategory-A:hover,
.xs\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.xs\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.xs\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.xs\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.xs\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.xs\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.xs\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.xs\:focus\:border-consumptionCategory-A:focus,
.xs\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.xs\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.xs\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.xs\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.xs\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.xs\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.xs\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.xs\:h-bodyColor {
height: 48px
}
.xs\:text-consumptionCategory-A,
.xs\:text-consumptionCategory-A\+ {
color: #009324
}
.xs\:text-consumptionCategory-B {
color: #2caf00
}
.xs\:text-consumptionCategory-C {
color: #aacb00
}
.xs\:text-consumptionCategory-D {
color: #fff300
}
.xs\:text-consumptionCategory-E {
color: #ffcb00
}
.xs\:text-consumptionCategory-F {
color: #ff8f00
}
.xs\:text-consumptionCategory-G {
color: #f70000
}
.xs\:hover\:text-consumptionCategory-A:hover,
.xs\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.xs\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.xs\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.xs\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.xs\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.xs\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.xs\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.xs\:focus\:text-consumptionCategory-A:focus,
.xs\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.xs\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.xs\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.xs\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.xs\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.xs\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.xs\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.xs\:w-bodyColor {
width: 48px
}
}
@media (min-width:576px) {
.sm\:bg-consumptionCategory-A,
.sm\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.sm\:bg-consumptionCategory-B {
background-color: #2caf00
}
.sm\:bg-consumptionCategory-C {
background-color: #aacb00
}
.sm\:bg-consumptionCategory-D {
background-color: #fff300
}
.sm\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.sm\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.sm\:bg-consumptionCategory-G {
background-color: #f70000
}
.sm\:hover\:bg-consumptionCategory-A:hover,
.sm\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.sm\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.sm\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.sm\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.sm\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.sm\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.sm\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.sm\:focus\:bg-consumptionCategory-A:focus,
.sm\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.sm\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.sm\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.sm\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.sm\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.sm\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.sm\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.sm\:border-consumptionCategory-A,
.sm\:border-consumptionCategory-A\+ {
border-color: #009324
}
.sm\:border-consumptionCategory-B {
border-color: #2caf00
}
.sm\:border-consumptionCategory-C {
border-color: #aacb00
}
.sm\:border-consumptionCategory-D {
border-color: #fff300
}
.sm\:border-consumptionCategory-E {
border-color: #ffcb00
}
.sm\:border-consumptionCategory-F {
border-color: #ff8f00
}
.sm\:border-consumptionCategory-G {
border-color: #f70000
}
.sm\:hover\:border-consumptionCategory-A:hover,
.sm\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.sm\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.sm\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.sm\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.sm\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.sm\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.sm\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.sm\:focus\:border-consumptionCategory-A:focus,
.sm\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.sm\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.sm\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.sm\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.sm\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.sm\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.sm\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.sm\:h-bodyColor {
height: 48px
}
.sm\:pt-0 {
padding-top: 0
}
.sm\:pb-60 {
padding-bottom: 60px
}
.sm\:text-consumptionCategory-A,
.sm\:text-consumptionCategory-A\+ {
color: #009324
}
.sm\:text-consumptionCategory-B {
color: #2caf00
}
.sm\:text-consumptionCategory-C {
color: #aacb00
}
.sm\:text-consumptionCategory-D {
color: #fff300
}
.sm\:text-consumptionCategory-E {
color: #ffcb00
}
.sm\:text-consumptionCategory-F {
color: #ff8f00
}
.sm\:text-consumptionCategory-G {
color: #f70000
}
.sm\:hover\:text-consumptionCategory-A:hover,
.sm\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.sm\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.sm\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.sm\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.sm\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.sm\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.sm\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.sm\:focus\:text-consumptionCategory-A:focus,
.sm\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.sm\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.sm\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.sm\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.sm\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.sm\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.sm\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.sm\:w-12\/12 {
width: 100%
}
.sm\:w-bodyColor {
width: 48px
}
}
@media (min-width:768px) {
.md\:bg-consumptionCategory-A,
.md\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.md\:bg-consumptionCategory-B {
background-color: #2caf00
}
.md\:bg-consumptionCategory-C {
background-color: #aacb00
}
.md\:bg-consumptionCategory-D {
background-color: #fff300
}
.md\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.md\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.md\:bg-consumptionCategory-G {
background-color: #f70000
}
.md\:hover\:bg-consumptionCategory-A:hover,
.md\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.md\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.md\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.md\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.md\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.md\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.md\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.md\:focus\:bg-consumptionCategory-A:focus,
.md\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.md\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.md\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.md\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.md\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.md\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.md\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.md\:bg-24 {
background-size: 24px
}
.md\:border-consumptionCategory-A,
.md\:border-consumptionCategory-A\+ {
border-color: #009324
}
.md\:border-consumptionCategory-B {
border-color: #2caf00
}
.md\:border-consumptionCategory-C {
border-color: #aacb00
}
.md\:border-consumptionCategory-D {
border-color: #fff300
}
.md\:border-consumptionCategory-E {
border-color: #ffcb00
}
.md\:border-consumptionCategory-F {
border-color: #ff8f00
}
.md\:border-consumptionCategory-G {
border-color: #f70000
}
.md\:hover\:border-consumptionCategory-A:hover,
.md\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.md\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.md\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.md\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.md\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.md\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.md\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.md\:focus\:border-consumptionCategory-A:focus,
.md\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.md\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.md\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.md\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.md\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.md\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.md\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.md\:rounded-4 {
border-radius: 4px
}
.md\:block {
display: block
}
.md\:inline-block {
display: inline-block
}
.md\:hidden {
display: none
}
.md\:flex {
display: -webkit-flex;
display: flex
}
.md\:flex-row-reverse {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse
}
.md\:justify-start {
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.md\:justify-end {
-webkit-justify-content: flex-end;
justify-content: flex-end
}
.md\:flex-1 {
-webkit-flex: 1;
flex: 1
}
.md\:h-40 {
height: 40px
}
.md\:h-56 {
height: 56px
}
.md\:h-64 {
height: 64px
}
.md\:h-listingMD {
height: 260px
}
.md\:h-brandIconMD {
height: 64px
}
.md\:h-brandContainer {
height: 80px
}
.md\:h-bodyColor {
height: 48px
}
.md\:leading-sm {
line-height: 1.5
}
.md\:mx-0 {
margin-left: 0;
margin-right: 0
}
.md\:mx-20 {
margin-left: 20px;
margin-right: 20px
}
.md\:my-40 {
margin-top: 40px;
margin-bottom: 40px
}
.md\:mt-0 {
margin-top: 0
}
.md\:mb-0 {
margin-bottom: 0
}
.md\:mr-10 {
margin-right: 10px
}
.md\:mb-15 {
margin-bottom: 15px
}
.md\:mt-20 {
margin-top: 20px
}
.md\:mb-30 {
margin-bottom: 30px
}
.md\:mt-90 {
margin-top: 90px
}
.md\:max-h-dropdown {
max-height: 240px
}
.md\:max-h-listingMD {
max-height: 260px
}
.md\:overflow-y-auto {
overflow-y: auto
}
.md\:p-0 {
padding: 0
}
.md\:px-0 {
padding-left: 0;
padding-right: 0
}
.md\:px-20 {
padding-left: 20px;
padding-right: 20px
}
.md\:py-25 {
padding-top: 25px;
padding-bottom: 25px
}
.md\:px-60 {
padding-left: 60px;
padding-right: 60px
}
.md\:pb-0 {
padding-bottom: 0
}
.md\:pr-12 {
padding-right: 12px
}
.md\:pr-20 {
padding-right: 20px
}
.md\:pl-20 {
padding-left: 20px
}
.md\:pr-30 {
padding-right: 30px
}
.md\:pt-50 {
padding-top: 50px
}
.md\:pt-60 {
padding-top: 60px
}
.md\:pr-60 {
padding-right: 60px
}
.md\:pb-60 {
padding-bottom: 60px
}
.md\:pb-110 {
padding-bottom: 110px
}
.md\:static {
position: static
}
.md\:relative {
position: relative
}
.md\:pin-none {
top: auto;
right: auto;
bottom: auto;
left: auto
}
.md\:shadow-soft {
box-shadow: 0 4px 18px 0 rgba(35, 42, 54, .1)
}
.md\:text-left {
text-align: left
}
.md\:text-consumptionCategory-A,
.md\:text-consumptionCategory-A\+ {
color: #009324
}
.md\:text-consumptionCategory-B {
color: #2caf00
}
.md\:text-consumptionCategory-C {
color: #aacb00
}
.md\:text-consumptionCategory-D {
color: #fff300
}
.md\:text-consumptionCategory-E {
color: #ffcb00
}
.md\:text-consumptionCategory-F {
color: #ff8f00
}
.md\:text-consumptionCategory-G {
color: #f70000
}
.md\:hover\:text-consumptionCategory-A:hover,
.md\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.md\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.md\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.md\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.md\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.md\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.md\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.md\:focus\:text-consumptionCategory-A:focus,
.md\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.md\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.md\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.md\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.md\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.md\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.md\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.md\:text-sm {
font-size: 14px
}
.md\:text-base {
font-size: 16px
}
.md\:text-lg {
font-size: 21px
}
.md\:text-xl {
font-size: 24px
}
.md\:text-2xl {
font-size: 32px
}
.md\:text-3xl {
font-size: 48px
}
.md\:align-middle {
vertical-align: middle
}
.md\:w-140 {
width: 140px
}
.md\:w-200 {
width: 200px
}
.md\:w-250 {
width: 250px
}
.md\:w-400 {
width: 400px
}
.md\:w-1\/12 {
width: 8.33333333%
}
.md\:w-3\/12 {
width: 25%
}
.md\:w-4\/12 {
width: 33.33333%
}
.md\:w-5\/12 {
width: 41.66666667%
}
.md\:w-6\/12 {
width: 50%
}
.md\:w-7\/12 {
width: 58.33333333%
}
.md\:w-9\/12 {
width: 75%
}
.md\:w-12\/12 {
width: 100%
}
.md\:w-brandIconMD {
width: 64px
}
.md\:w-bodyColor {
width: 48px
}
.md\:position-bottom-60 {
bottom: 60px
}
.md\:position-left-auto {
left: auto
}
}
@media (min-width:992px) {
.lg\:bg-grey-bright {
background-color: #f9f9fb
}
.lg\:bg-consumptionCategory-A,
.lg\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.lg\:bg-consumptionCategory-B {
background-color: #2caf00
}
.lg\:bg-consumptionCategory-C {
background-color: #aacb00
}
.lg\:bg-consumptionCategory-D {
background-color: #fff300
}
.lg\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.lg\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.lg\:bg-consumptionCategory-G {
background-color: #f70000
}
.lg\:hover\:bg-consumptionCategory-A:hover,
.lg\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.lg\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.lg\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.lg\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.lg\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.lg\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.lg\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.lg\:focus\:bg-consumptionCategory-A:focus,
.lg\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.lg\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.lg\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.lg\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.lg\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.lg\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.lg\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.lg\:border-consumptionCategory-A,
.lg\:border-consumptionCategory-A\+ {
border-color: #009324
}
.lg\:border-consumptionCategory-B {
border-color: #2caf00
}
.lg\:border-consumptionCategory-C {
border-color: #aacb00
}
.lg\:border-consumptionCategory-D {
border-color: #fff300
}
.lg\:border-consumptionCategory-E {
border-color: #ffcb00
}
.lg\:border-consumptionCategory-F {
border-color: #ff8f00
}
.lg\:border-consumptionCategory-G {
border-color: #f70000
}
.lg\:hover\:border-consumptionCategory-A:hover,
.lg\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.lg\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.lg\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.lg\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.lg\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.lg\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.lg\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.lg\:focus\:border-consumptionCategory-A:focus,
.lg\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.lg\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.lg\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.lg\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.lg\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.lg\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.lg\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.lg\:border-b-0 {
border-bottom-width: 0
}
.lg\:inline-block {
display: inline-block
}
.lg\:hidden {
display: none
}
.lg\:flex {
display: -webkit-flex;
display: flex
}
.lg\:flex-row {
-webkit-flex-direction: row;
flex-direction: row
}
.lg\:items-center {
-webkit-align-items: center;
align-items: center
}
.lg\:justify-center {
-webkit-justify-content: center;
justify-content: center
}
.lg\:font-regular {
font-weight: 400
}
.lg\:h-148 {
height: 148px
}
.lg\:h-bodyColor {
height: 48px
}
.lg\:mx-0 {
margin-left: 0;
margin-right: 0
}
.lg\:my-30 {
margin-top: 30px;
margin-bottom: 30px
}
.lg\:mt-0 {
margin-top: 0
}
.lg\:mr-0 {
margin-right: 0
}
.lg\:mb-0 {
margin-bottom: 0
}
.lg\:mb-10 {
margin-bottom: 10px
}
.lg\:ml-10 {
margin-left: 10px
}
.lg\:mb-60 {
margin-bottom: 60px
}
.lg\:max-w-full {
max-width: 100%
}
.lg\:min-h-auto {
min-height: auto
}
.lg\:-mx-20 {
margin-left: -20px;
margin-right: -20px
}
.lg\:p-0 {
padding: 0
}
.lg\:px-0 {
padding-left: 0;
padding-right: 0
}
.lg\:px-20 {
padding-left: 20px;
padding-right: 20px
}
.lg\:py-33 {
padding-top: 33px;
padding-bottom: 33px
}
.lg\:py-60 {
padding-top: 60px;
padding-bottom: 60px
}
.lg\:pt-0 {
padding-top: 0
}
.lg\:pr-0 {
padding-right: 0
}
.lg\:pb-0 {
padding-bottom: 0
}
.lg\:pl-0 {
padding-left: 0
}
.lg\:pt-10 {
padding-top: 10px
}
.lg\:pt-20 {
padding-top: 20px
}
.lg\:pb-20 {
padding-bottom: 20px
}
.lg\:pl-20 {
padding-left: 20px
}
.lg\:pb-35 {
padding-bottom: 35px
}
.lg\:pt-40 {
padding-top: 40px
}
.lg\:pl-40 {
padding-left: 40px
}
.lg\:pb-50 {
padding-bottom: 50px
}
.lg\:pt-90 {
padding-top: 90px
}
.lg\:pr-90 {
padding-right: 90px
}
.lg\:pb-90 {
padding-bottom: 90px
}
.lg\:pl-130 {
padding-left: 130px
}
.lg\:relative {
position: relative
}
.lg\:shadow-none {
box-shadow: none
}
.lg\:text-left {
text-align: left
}
.lg\:text-consumptionCategory-A,
.lg\:text-consumptionCategory-A\+ {
color: #009324
}
.lg\:text-consumptionCategory-B {
color: #2caf00
}
.lg\:text-consumptionCategory-C {
color: #aacb00
}
.lg\:text-consumptionCategory-D {
color: #fff300
}
.lg\:text-consumptionCategory-E {
color: #ffcb00
}
.lg\:text-consumptionCategory-F {
color: #ff8f00
}
.lg\:text-consumptionCategory-G {
color: #f70000
}
.lg\:hover\:text-consumptionCategory-A:hover,
.lg\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.lg\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.lg\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.lg\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.lg\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.lg\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.lg\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.lg\:focus\:text-consumptionCategory-A:focus,
.lg\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.lg\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.lg\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.lg\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.lg\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.lg\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.lg\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.lg\:text-base {
font-size: 16px
}
.lg\:text-xl {
font-size: 24px
}
.lg\:text-4xl {
font-size: 72px
}
.lg\:w-167 {
width: 167px
}
.lg\:w-200 {
width: 200px
}
.lg\:w-485 {
width: 485px
}
.lg\:w-560 {
width: 560px
}
.lg\:w-auto {
width: auto
}
.lg\:w-4\/12 {
width: 33.33333%
}
.lg\:w-5\/12 {
width: 41.66666667%
}
.lg\:w-6\/12 {
width: 50%
}
.lg\:w-7\/12 {
width: 58.33333333%
}
.lg\:w-9\/12 {
width: 75%
}
.lg\:w-12\/12 {
width: 100%
}
.lg\:w-bodyColor {
width: 48px
}
.lg\:z-0 {
z-index: 0
}
}
@media (min-width:1200px) {
.xl\:bg-consumptionCategory-A,
.xl\:bg-consumptionCategory-A\+ {
background-color: #009324
}
.xl\:bg-consumptionCategory-B {
background-color: #2caf00
}
.xl\:bg-consumptionCategory-C {
background-color: #aacb00
}
.xl\:bg-consumptionCategory-D {
background-color: #fff300
}
.xl\:bg-consumptionCategory-E {
background-color: #ffcb00
}
.xl\:bg-consumptionCategory-F {
background-color: #ff8f00
}
.xl\:bg-consumptionCategory-G {
background-color: #f70000
}
.xl\:hover\:bg-consumptionCategory-A:hover,
.xl\:hover\:bg-consumptionCategory-A\+:hover {
background-color: #009324
}
.xl\:hover\:bg-consumptionCategory-B:hover {
background-color: #2caf00
}
.xl\:hover\:bg-consumptionCategory-C:hover {
background-color: #aacb00
}
.xl\:hover\:bg-consumptionCategory-D:hover {
background-color: #fff300
}
.xl\:hover\:bg-consumptionCategory-E:hover {
background-color: #ffcb00
}
.xl\:hover\:bg-consumptionCategory-F:hover {
background-color: #ff8f00
}
.xl\:hover\:bg-consumptionCategory-G:hover {
background-color: #f70000
}
.xl\:focus\:bg-consumptionCategory-A:focus,
.xl\:focus\:bg-consumptionCategory-A\+:focus {
background-color: #009324
}
.xl\:focus\:bg-consumptionCategory-B:focus {
background-color: #2caf00
}
.xl\:focus\:bg-consumptionCategory-C:focus {
background-color: #aacb00
}
.xl\:focus\:bg-consumptionCategory-D:focus {
background-color: #fff300
}
.xl\:focus\:bg-consumptionCategory-E:focus {
background-color: #ffcb00
}
.xl\:focus\:bg-consumptionCategory-F:focus {
background-color: #ff8f00
}
.xl\:focus\:bg-consumptionCategory-G:focus {
background-color: #f70000
}
.xl\:border-consumptionCategory-A,
.xl\:border-consumptionCategory-A\+ {
border-color: #009324
}
.xl\:border-consumptionCategory-B {
border-color: #2caf00
}
.xl\:border-consumptionCategory-C {
border-color: #aacb00
}
.xl\:border-consumptionCategory-D {
border-color: #fff300
}
.xl\:border-consumptionCategory-E {
border-color: #ffcb00
}
.xl\:border-consumptionCategory-F {
border-color: #ff8f00
}
.xl\:border-consumptionCategory-G {
border-color: #f70000
}
.xl\:hover\:border-consumptionCategory-A:hover,
.xl\:hover\:border-consumptionCategory-A\+:hover {
border-color: #009324
}
.xl\:hover\:border-consumptionCategory-B:hover {
border-color: #2caf00
}
.xl\:hover\:border-consumptionCategory-C:hover {
border-color: #aacb00
}
.xl\:hover\:border-consumptionCategory-D:hover {
border-color: #fff300
}
.xl\:hover\:border-consumptionCategory-E:hover {
border-color: #ffcb00
}
.xl\:hover\:border-consumptionCategory-F:hover {
border-color: #ff8f00
}
.xl\:hover\:border-consumptionCategory-G:hover {
border-color: #f70000
}
.xl\:focus\:border-consumptionCategory-A:focus,
.xl\:focus\:border-consumptionCategory-A\+:focus {
border-color: #009324
}
.xl\:focus\:border-consumptionCategory-B:focus {
border-color: #2caf00
}
.xl\:focus\:border-consumptionCategory-C:focus {
border-color: #aacb00
}
.xl\:focus\:border-consumptionCategory-D:focus {
border-color: #fff300
}
.xl\:focus\:border-consumptionCategory-E:focus {
border-color: #ffcb00
}
.xl\:focus\:border-consumptionCategory-F:focus {
border-color: #ff8f00
}
.xl\:focus\:border-consumptionCategory-G:focus {
border-color: #f70000
}
.xl\:h-bodyColor {
height: 48px
}
.xl\:text-consumptionCategory-A,
.xl\:text-consumptionCategory-A\+ {
color: #009324
}
.xl\:text-consumptionCategory-B {
color: #2caf00
}
.xl\:text-consumptionCategory-C {
color: #aacb00
}
.xl\:text-consumptionCategory-D {
color: #fff300
}
.xl\:text-consumptionCategory-E {
color: #ffcb00
}
.xl\:text-consumptionCategory-F {
color: #ff8f00
}
.xl\:text-consumptionCategory-G {
color: #f70000
}
.xl\:hover\:text-consumptionCategory-A:hover,
.xl\:hover\:text-consumptionCategory-A\+:hover {
color: #009324
}
.xl\:hover\:text-consumptionCategory-B:hover {
color: #2caf00
}
.xl\:hover\:text-consumptionCategory-C:hover {
color: #aacb00
}
.xl\:hover\:text-consumptionCategory-D:hover {
color: #fff300
}
.xl\:hover\:text-consumptionCategory-E:hover {
color: #ffcb00
}
.xl\:hover\:text-consumptionCategory-F:hover {
color: #ff8f00
}
.xl\:hover\:text-consumptionCategory-G:hover {
color: #f70000
}
.xl\:focus\:text-consumptionCategory-A:focus,
.xl\:focus\:text-consumptionCategory-A\+:focus {
color: #009324
}
.xl\:focus\:text-consumptionCategory-B:focus {
color: #2caf00
}
.xl\:focus\:text-consumptionCategory-C:focus {
color: #aacb00
}
.xl\:focus\:text-consumptionCategory-D:focus {
color: #fff300
}
.xl\:focus\:text-consumptionCategory-E:focus {
color: #ffcb00
}
.xl\:focus\:text-consumptionCategory-F:focus {
color: #ff8f00
}
.xl\:focus\:text-consumptionCategory-G:focus {
color: #f70000
}
.xl\:w-4\/12 {
width: 33.33333%
}
.xl\:w-8\/12 {
width: 66.66667%
}
.xl\:w-bodyColor {
width: 48px
}
} | 0.28877 | 0.060087 |
html {
font-family: 'Lato', sans-serif;
}
body {
font-family: 'Lato', sans-serif;
}
.botanic-green {
background-color: #45C282;
}
.botanic-silver {
background-color: #f7f5f5;
}
a.botanic-button:first-child {
border-radius: 0px 12px 0px 0px;
}
a.botanic-button:last-child {
border-radius: 0px 0px 12px 12px;
}
a.botanic-button {
background-color: #f7f5f5;
border-radius: 0px 0px 0px 0px;
color: #5c5c5c;
outline: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-transform: capitalize !important;
font-weight: 600;
}
.botanic-button:hover {
background-color: #45C282 !important;
color: #fff !important;
}
.quark-container {
height: 100vh;
}
.quark-full-screen {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0px;
left: 0px;
border-radius: 0;
}
.quark-full-screen .quark-content-overlay-container .quark-container #quark-conversation-area {
height: calc(100% - 63px - 66px);
}
.quark-full-screen #quark-conversation-area {
max-height: 100%;
height: calc(100% - 63px - 66px)
}
.quark-content-overlay-container .input-wrap textarea {
margin: 15px 0 0 0;
padding: 0px 0 0 14px;
width: calc(100% - 80px);
height: 28px;
resize: none;
border-width: 0 0 0 0;
border-style: solid none none none;
border-color: #e7e2e2 !important;
overflow: auto;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-size: 14px !important;
font-family: 'Lato', sans-serif;
font-weight: normal;
}
.quark-content-overlay-container .input-wrap {
clear: both;
display: block;
margin: 0px;
background-color: #fff;
font-size: 16px !important;
margin: 5px 5px 5px 5px;
}
.quark_chat_fullscreen .quark-content-overlay-container .input-wrap {
margin: 2px 5px 5px 5px !important;
}
.quark_chat_tall .quark-content-overlay-container .input-wrap {
margin: 5px 5px 5px 5px !important;
padding: 0px 0px 0px 10px;
}
.quark_chat_standard .quark-content-overlay-container .input-wrap {
margin: 5px 5px 5px 5px !important;
}
/* Another size */
.quark-container {
background: #fff;
height: 100%;
width: 100%;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.quark-wrap {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: -10px;
padding: 10px calc(17px + 0px) 0px 10px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(0, 0, 0);
}
.hadron-toggle-2 {
z-index: 8000;
/* position: fixed !important; */
top: 15px;
right: 0px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.hadron-refresh {
width: 24px !important;
}
.hadron-toggle-2 > i {
color: #4A4A4A !important;
}
.hadron-toggle-2 > i:hover {
color: #45C282 !important;
}
.quark-content-overlay {
position: fixed;
top: 7px;
left: 7px;
width: 99%;
display: block;
/*box-shadow: 0 0 10px rgba(0,0,0,.15);*/
z-index: 10;
background-color: #E4E4E4;
text-align: left;
border: none;
font-family: 'Lato', sans-serif;
box-shadow: 0 0 10px rgba(0, 0, 0, .25);
/*border: 1px solid rgba(128, 128, 128, 0.5);*/
}
.quark-content-overlay-container .quark-container {
width: 100% !important;
min-width: auto !important;
display: block;
}
.quark-content-overlay-header {
background-color: #fff;
height: 64px;
color: #4a4a4a !important;
font-size: 17px !important;
font-family: 'Lato', sans-serif;
font-weight: normal;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: 1px solid #e7e2e2;
line-height: 64px;
margin: 5px 5px 0px 5px;
padding-left: 14px;
padding-right: 14px;
display: block;
}
.quark-content-overlay-header-wrapper {
height: 64px;
color: #4a4a4a !important;
font-family: 'Lato', sans-serif;
}
.quark-content-overlay-header-text-1 {
color: #4a4a4a !important;
font-size: 14px !important;
font-family: 'Lato', sans-serif;
font-weight: bold;
line-height: 64px;
}
.quark-content-overlay-header-text-2 {
height: 22px;
color: #4a4a4a !important;
font-size: 18px !important;
font-family: 'Lato', sans-serif;
font-weight: bold;
line-height: 48px;
}
.quark-content-overlay-header-subtext {
height: 20px;
color: #4a4a4a !important;
font-size: 14px !important;
font-family: 'Lato', sans-serif;
font-weight: normal;
line-height: 46px;
}
.quark-content-overlay-header .quark-dashicons-no-alt {
cursor: pointer;
line-height: 60px;
float: right;
font-size: 11px;
}
.quark-dashicons-no-alt:before {
/* content: url(../assets/images/arrowdown.svg) !important; */
}
.home .myc-toggle-open .myc-content-toggle {
box-shadow: none;
display: none;
}
.quark-content-toggle {
position: fixed;
bottom: 30px;
right: 30px;
height: 50px;
width: 50px;
border-radius: 30px;
background-color: #3EC380;
z-index: 10;
}
.quark-content-toggle:hover {
background-color: #287B51;
}
.quark-toggle-open .quark-content-toggle {
background-color: white;
border: 2px solid #D1D1D1;
height: 46px;
width: 46px;
}
.quark-toggle-open .quark-content-toggle:hover .quark-dashicons-format-chat {
color: #287B51;
}
.quark-content-toggle .quark-dashicons-format-chat {
cursor: pointer;
margin-top: 12px;
margin-left: 10px;
font-size: 30px;
color: white;
}
.quark-toggle-open .quark-content-toggle .quark-dashicons-format-chat {
color: #3EC380;
margin-top: 10px;
margin-left: 8px;
}
.quark-content-overlay-container .quark-container {
width: 100% !important;
min-width: auto !important;
display: block;
/* height: 380px; */
}
.quark-container-chromeless > .quark-wrap {
margin: 0 auto;
padding: 15px 30px 0px 15px;
}
.quark-content-overlay-container .quark-container #quark-conversation-area {
max-height: inherit;
display: block;
}
#quark-conversation-area {
width: auto;
max-width: 100%;
max-height: calc(100vh - 127px);
height: calc(100vh - 127px);
overflow: auto;
padding: 5px 5px 5px 5px;
margin: 0px;
border: none;
background-color: #E4E4E4;
font-size: 16px !important;
}
.quark-bot-icon {
height:32px;
width: 32px;
padding: 4px;
margin-top: 1em;
margin-right: 1em;
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
-moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
}
.quark-reco-container {
height:32px;
width: 32px;
float: right;
padding-top: 14px;
}
.quark-tts-container {
height:32px;
width: 32px;
float: right;
padding-top: 14px;
}
.quark-reco-container img {
width: 25px;
height: 25px;
}
.quark-reco-container img:hover {
}
.quark-tts-container img {
width: 25px;
height: 25px;
}
.quark-tts-container img:hover {
}
.quark-tts-button-on {
background-image: url('/assets/images/speaker-on-50.png');
background-size: cover;
border-width: 0px;
}
.quark-tts-button-on:hover {
background-image: url('/assets/images/speaker-off-50.png');
}
.quark-tts-button-off {
background-image: url('/assets/images/speaker-off-50.png');
background-size: cover;
border: 0;
outline: none;
}
.quark-tts-button-off:hover {
background-image: url('/assets/images/speaker-on-50.png');
}
.quark-tts-button-disabled {
background-image: url('/assets/images/speaker-disabled-50.png');
background-size: cover;
border: 0;
outline: none;
}
.quark-button-hidden {
display: none;
}
.quark-reco-button-on {
background-image: url('/assets/images/mic-on-50.png');
background-size: cover;
border: 0;
outline: none;
}
.quark-reco-button-on:hover {
background-image: url('/assets/images/mic-off-50.png');
}
.quark-reco-button-off {
background-image: url('/assets/images/mic-off-50.png');
background-size: cover;
border: 0;
outline: none;
}
.quark-reco-button-off:hover {
background-image: url('/assets/images/mic-on-50.png');
}
.quark-reco-button-disabled {
background-image: url('/assets/images/mic-disabled-50.png');
background-size: cover;
border: 0;
outline: none;
}
.quark-media-overlay {
width: calc(100vw - 10px);
height: calc(100vh - 124px);
background-color: #808080;
position: relative;
z-index: 100;
}
.quark-media-content {
width: calc(100vw - 10px);
height: calc(100% - 0px);
background-color: transparent;
margin: 0 0 0 0;
padding: 0 0 0 0;
position: relative;
}
.quark-media-response {
width: calc(100vw - 11px);
height: calc(48px);
background-color: #000;
position: relative;
font-size: 14px !important;
font-family: 'Lato', sans-serif;
color: #fff;
padding: 8px 4px 0 4px;
text-align: justify;
text-justify: inter-word;
line-height: 18px;
}
.quark-media-overlay video {
max-width: calc(100vw - 10px) !important;
width: calc(100vw - 10px) !important;
height: calc(100vh - 137px) !important;
margin: 0 auto;
}
.responsive-container {
position: relative;
overflow: hidden;
padding-top: 56.25%;
clear: both;
}
.noinput {
background-color: transparent;
color: gray !important;
}
video, iframe.responsive-video {
max-width: calc(100vw - 30px) !important;
width: 100%;
border: 0;
}
audio {
max-width: calc(100vw - 30px) !important;
width: 100%;
}
/* Pedro added */
@media only screen and (min-width : 320px) and (max-width : 480px), screen and (min-width : 320px) and (max-width : 736px) and (orientation: landscape) {
.quark-content-overlay {
height: 100%;
display: flex;
flex-direction: column;
}
.quark-content-overlay-header {
flex: none;
}
.quark-content-overlay-container {
flex: 1;
display: flex;
flex-direction: column;
}
#quark-conversation-area {
height: initial;
max-height: none;
flex: 1;
display: flex;
padding-bottom: 0;
}
.quark-content-overlay-container .input-wrap {
flex: none;
}
#hadron-chat.quark-container {
height: auto;
flex: 1;
}
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
.material-icons {
text-rendering: optimizeLegibility;
-webkit-font-feature-settings: 'liga';
-moz-font-feature-settings: 'liga';
font-feature-settings: 'liga';
}
.btn-floating {
display: inline-block;
color: #fff;
position: relative;
overflow: hidden;
z-index: 1;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
background-color: #26a69a;
border-radius: 50%;
-webkit-transition: .3s;
transition: .3s;
cursor: pointer;
vertical-align: middle;
}
.btn-floating i {
width: inherit;
display: inline-block;
text-align: center;
color: #fff;
font-size: 1.6rem;
line-height: 40px;
}
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
font-size: 1.3rem;
line-height: inherit;
}
.btn, .btn-large {
text-decoration: none;
color: #fff;
background-color: #26a69a;
text-align: center;
letter-spacing: .5px;
-webkit-transition: .2s ease-out;
transition: .2s ease-out;
cursor: pointer;
}
.btn, .btn-large, .btn-floating, .btn-large, .btn-flat {
font-size: 1rem;
outline: 0;
}
.btn, .btn-large, .btn-flat {
border: none;
border-radius: 2px;
display: inline-block;
height: 36px;
line-height: 36px;
padding: 0 2rem;
text-transform: uppercase;
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
}
.btn-floating:before {
border-radius: 0;
}
.transparent {
background-color: transparent !important;
}
a {
text-decoration: none;
}
a {
color: #039be5;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
a {
background-color: transparent;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
#guiInner {
position: absolute;
top: 0px;
right: 0px;
height: 2000px;
width: 345px;
}
#guiOuter {
position: absolute;
top: 0px;
right: 0px;
height: calc(100vh - 80px);
width: 345px;
z-index: 8500;
overflow: auto;
}
.dg.main {
width: 355px !important;
}
// 3JS loading screen based on https://jsfiddle.net/u78qpjok/
#loading-screen {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 1;
transition: 1s opacity;
}
#loading-screen.fade-out {
opacity: 0;
}
#loader {
display: block;
position: absolute;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #9370DB;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #BA55D3;
-webkit-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FF00FF;
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
} | src/assets/css/setup.css |
html {
font-family: 'Lato', sans-serif;
}
body {
font-family: 'Lato', sans-serif;
}
.botanic-green {
background-color: #45C282;
}
.botanic-silver {
background-color: #f7f5f5;
}
a.botanic-button:first-child {
border-radius: 0px 12px 0px 0px;
}
a.botanic-button:last-child {
border-radius: 0px 0px 12px 12px;
}
a.botanic-button {
background-color: #f7f5f5;
border-radius: 0px 0px 0px 0px;
color: #5c5c5c;
outline: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-transform: capitalize !important;
font-weight: 600;
}
.botanic-button:hover {
background-color: #45C282 !important;
color: #fff !important;
}
.quark-container {
height: 100vh;
}
.quark-full-screen {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0px;
left: 0px;
border-radius: 0;
}
.quark-full-screen .quark-content-overlay-container .quark-container #quark-conversation-area {
height: calc(100% - 63px - 66px);
}
.quark-full-screen #quark-conversation-area {
max-height: 100%;
height: calc(100% - 63px - 66px)
}
.quark-content-overlay-container .input-wrap textarea {
margin: 15px 0 0 0;
padding: 0px 0 0 14px;
width: calc(100% - 80px);
height: 28px;
resize: none;
border-width: 0 0 0 0;
border-style: solid none none none;
border-color: #e7e2e2 !important;
overflow: auto;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-size: 14px !important;
font-family: 'Lato', sans-serif;
font-weight: normal;
}
.quark-content-overlay-container .input-wrap {
clear: both;
display: block;
margin: 0px;
background-color: #fff;
font-size: 16px !important;
margin: 5px 5px 5px 5px;
}
.quark_chat_fullscreen .quark-content-overlay-container .input-wrap {
margin: 2px 5px 5px 5px !important;
}
.quark_chat_tall .quark-content-overlay-container .input-wrap {
margin: 5px 5px 5px 5px !important;
padding: 0px 0px 0px 10px;
}
.quark_chat_standard .quark-content-overlay-container .input-wrap {
margin: 5px 5px 5px 5px !important;
}
/* Another size */
.quark-container {
background: #fff;
height: 100%;
width: 100%;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.quark-wrap {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: -10px;
padding: 10px calc(17px + 0px) 0px 10px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(0, 0, 0);
}
.hadron-toggle-2 {
z-index: 8000;
/* position: fixed !important; */
top: 15px;
right: 0px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.hadron-refresh {
width: 24px !important;
}
.hadron-toggle-2 > i {
color: #4A4A4A !important;
}
.hadron-toggle-2 > i:hover {
color: #45C282 !important;
}
.quark-content-overlay {
position: fixed;
top: 7px;
left: 7px;
width: 99%;
display: block;
/*box-shadow: 0 0 10px rgba(0,0,0,.15);*/
z-index: 10;
background-color: #E4E4E4;
text-align: left;
border: none;
font-family: 'Lato', sans-serif;
box-shadow: 0 0 10px rgba(0, 0, 0, .25);
/*border: 1px solid rgba(128, 128, 128, 0.5);*/
}
.quark-content-overlay-container .quark-container {
width: 100% !important;
min-width: auto !important;
display: block;
}
.quark-content-overlay-header {
background-color: #fff;
height: 64px;
color: #4a4a4a !important;
font-size: 17px !important;
font-family: 'Lato', sans-serif;
font-weight: normal;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: 1px solid #e7e2e2;
line-height: 64px;
margin: 5px 5px 0px 5px;
padding-left: 14px;
padding-right: 14px;
display: block;
}
.quark-content-overlay-header-wrapper {
height: 64px;
color: #4a4a4a !important;
font-family: 'Lato', sans-serif;
}
.quark-content-overlay-header-text-1 {
color: #4a4a4a !important;
font-size: 14px !important;
font-family: 'Lato', sans-serif;
font-weight: bold;
line-height: 64px;
}
.quark-content-overlay-header-text-2 {
height: 22px;
color: #4a4a4a !important;
font-size: 18px !important;
font-family: 'Lato', sans-serif;
font-weight: bold;
line-height: 48px;
}
.quark-content-overlay-header-subtext {
height: 20px;
color: #4a4a4a !important;
font-size: 14px !important;
font-family: 'Lato', sans-serif;
font-weight: normal;
line-height: 46px;
}
.quark-content-overlay-header .quark-dashicons-no-alt {
cursor: pointer;
line-height: 60px;
float: right;
font-size: 11px;
}
.quark-dashicons-no-alt:before {
/* content: url(../assets/images/arrowdown.svg) !important; */
}
.home .myc-toggle-open .myc-content-toggle {
box-shadow: none;
display: none;
}
.quark-content-toggle {
position: fixed;
bottom: 30px;
right: 30px;
height: 50px;
width: 50px;
border-radius: 30px;
background-color: #3EC380;
z-index: 10;
}
.quark-content-toggle:hover {
background-color: #287B51;
}
.quark-toggle-open .quark-content-toggle {
background-color: white;
border: 2px solid #D1D1D1;
height: 46px;
width: 46px;
}
.quark-toggle-open .quark-content-toggle:hover .quark-dashicons-format-chat {
color: #287B51;
}
.quark-content-toggle .quark-dashicons-format-chat {
cursor: pointer;
margin-top: 12px;
margin-left: 10px;
font-size: 30px;
color: white;
}
.quark-toggle-open .quark-content-toggle .quark-dashicons-format-chat {
color: #3EC380;
margin-top: 10px;
margin-left: 8px;
}
.quark-content-overlay-container .quark-container {
width: 100% !important;
min-width: auto !important;
display: block;
/* height: 380px; */
}
.quark-container-chromeless > .quark-wrap {
margin: 0 auto;
padding: 15px 30px 0px 15px;
}
.quark-content-overlay-container .quark-container #quark-conversation-area {
max-height: inherit;
display: block;
}
#quark-conversation-area {
width: auto;
max-width: 100%;
max-height: calc(100vh - 127px);
height: calc(100vh - 127px);
overflow: auto;
padding: 5px 5px 5px 5px;
margin: 0px;
border: none;
background-color: #E4E4E4;
font-size: 16px !important;
}
.quark-bot-icon {
height:32px;
width: 32px;
padding: 4px;
margin-top: 1em;
margin-right: 1em;
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
-moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
}
.quark-reco-container {
height:32px;
width: 32px;
float: right;
padding-top: 14px;
}
.quark-tts-container {
height:32px;
width: 32px;
float: right;
padding-top: 14px;
}
.quark-reco-container img {
width: 25px;
height: 25px;
}
.quark-reco-container img:hover {
}
.quark-tts-container img {
width: 25px;
height: 25px;
}
.quark-tts-container img:hover {
}
.quark-tts-button-on {
background-image: url('/assets/images/speaker-on-50.png');
background-size: cover;
border-width: 0px;
}
.quark-tts-button-on:hover {
background-image: url('/assets/images/speaker-off-50.png');
}
.quark-tts-button-off {
background-image: url('/assets/images/speaker-off-50.png');
background-size: cover;
border: 0;
outline: none;
}
.quark-tts-button-off:hover {
background-image: url('/assets/images/speaker-on-50.png');
}
.quark-tts-button-disabled {
background-image: url('/assets/images/speaker-disabled-50.png');
background-size: cover;
border: 0;
outline: none;
}
.quark-button-hidden {
display: none;
}
.quark-reco-button-on {
background-image: url('/assets/images/mic-on-50.png');
background-size: cover;
border: 0;
outline: none;
}
.quark-reco-button-on:hover {
background-image: url('/assets/images/mic-off-50.png');
}
.quark-reco-button-off {
background-image: url('/assets/images/mic-off-50.png');
background-size: cover;
border: 0;
outline: none;
}
.quark-reco-button-off:hover {
background-image: url('/assets/images/mic-on-50.png');
}
.quark-reco-button-disabled {
background-image: url('/assets/images/mic-disabled-50.png');
background-size: cover;
border: 0;
outline: none;
}
.quark-media-overlay {
width: calc(100vw - 10px);
height: calc(100vh - 124px);
background-color: #808080;
position: relative;
z-index: 100;
}
.quark-media-content {
width: calc(100vw - 10px);
height: calc(100% - 0px);
background-color: transparent;
margin: 0 0 0 0;
padding: 0 0 0 0;
position: relative;
}
.quark-media-response {
width: calc(100vw - 11px);
height: calc(48px);
background-color: #000;
position: relative;
font-size: 14px !important;
font-family: 'Lato', sans-serif;
color: #fff;
padding: 8px 4px 0 4px;
text-align: justify;
text-justify: inter-word;
line-height: 18px;
}
.quark-media-overlay video {
max-width: calc(100vw - 10px) !important;
width: calc(100vw - 10px) !important;
height: calc(100vh - 137px) !important;
margin: 0 auto;
}
.responsive-container {
position: relative;
overflow: hidden;
padding-top: 56.25%;
clear: both;
}
.noinput {
background-color: transparent;
color: gray !important;
}
video, iframe.responsive-video {
max-width: calc(100vw - 30px) !important;
width: 100%;
border: 0;
}
audio {
max-width: calc(100vw - 30px) !important;
width: 100%;
}
/* Pedro added */
@media only screen and (min-width : 320px) and (max-width : 480px), screen and (min-width : 320px) and (max-width : 736px) and (orientation: landscape) {
.quark-content-overlay {
height: 100%;
display: flex;
flex-direction: column;
}
.quark-content-overlay-header {
flex: none;
}
.quark-content-overlay-container {
flex: 1;
display: flex;
flex-direction: column;
}
#quark-conversation-area {
height: initial;
max-height: none;
flex: 1;
display: flex;
padding-bottom: 0;
}
.quark-content-overlay-container .input-wrap {
flex: none;
}
#hadron-chat.quark-container {
height: auto;
flex: 1;
}
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
.material-icons {
text-rendering: optimizeLegibility;
-webkit-font-feature-settings: 'liga';
-moz-font-feature-settings: 'liga';
font-feature-settings: 'liga';
}
.btn-floating {
display: inline-block;
color: #fff;
position: relative;
overflow: hidden;
z-index: 1;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
background-color: #26a69a;
border-radius: 50%;
-webkit-transition: .3s;
transition: .3s;
cursor: pointer;
vertical-align: middle;
}
.btn-floating i {
width: inherit;
display: inline-block;
text-align: center;
color: #fff;
font-size: 1.6rem;
line-height: 40px;
}
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
font-size: 1.3rem;
line-height: inherit;
}
.btn, .btn-large {
text-decoration: none;
color: #fff;
background-color: #26a69a;
text-align: center;
letter-spacing: .5px;
-webkit-transition: .2s ease-out;
transition: .2s ease-out;
cursor: pointer;
}
.btn, .btn-large, .btn-floating, .btn-large, .btn-flat {
font-size: 1rem;
outline: 0;
}
.btn, .btn-large, .btn-flat {
border: none;
border-radius: 2px;
display: inline-block;
height: 36px;
line-height: 36px;
padding: 0 2rem;
text-transform: uppercase;
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
}
.btn-floating:before {
border-radius: 0;
}
.transparent {
background-color: transparent !important;
}
a {
text-decoration: none;
}
a {
color: #039be5;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
a {
background-color: transparent;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
#guiInner {
position: absolute;
top: 0px;
right: 0px;
height: 2000px;
width: 345px;
}
#guiOuter {
position: absolute;
top: 0px;
right: 0px;
height: calc(100vh - 80px);
width: 345px;
z-index: 8500;
overflow: auto;
}
.dg.main {
width: 355px !important;
}
// 3JS loading screen based on https://jsfiddle.net/u78qpjok/
#loading-screen {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 1;
transition: 1s opacity;
}
#loading-screen.fade-out {
opacity: 0;
}
#loader {
display: block;
position: absolute;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #9370DB;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #BA55D3;
-webkit-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FF00FF;
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
} | 0.308086 | 0.061876 |
body{
background-color: #fafafa;
font-family: sans-serif;
}
.container{
width: 100%;
margin: 0 auto;
display: flex;
text-align: center;
}
.mockup{
text-align: center;
margin-left: 320px;
margin-top: 32px;
}
.mockup img{
width: 454px;
height: 618px;
}
.wrapper{
height: 390px;
text-align: center;
flex-basis: 350px;
margin-left: 10px;
margin-top: 65px;
background: #fff;
border: 1px solid #e6e6e6;
display: flex;
flex-direction: column;
}
.logo{
background: cover no-repeat;
width: 175px;
margin-top: 30px;
}
.form{
display: flex;
flex-direction: column;
margin-top: 30px;
}
.inputbox{
margin: auto 40px 6px;
}
input{
height: 36px;
width: 100%;
border: 1px solid #efefef;
background-color: #fafafa;
font-size: 13px;
padding: 9px 0 7px 8px;
box-sizing: border-box;
outline: none;
border-radius: 3px;
}
.button{
display: block;
position: relative;
margin: 8px 40px;
}
.btn{
cursor: pointer;
width: 100%;
height: 28px;
background: #c0dffd;
border: 1px solid #c0dffd;
color: #fff;
outline: none;
border-radius: 3px;
font-weight: 600;
font-size: 14px;
}
.or{
text-align: center;
display: flex;
flex-direction: row;
color: #929292;
font-size: 12px;
margin-top: 13px;
}
.or:before, .or:after{
width: 50%;
content: "";
flex: 1 1;
border-bottom: 1px solid #efefef;
margin: auto;
}
.or:before{
margin-right: 10px;
margin-left: 10px;
}
.or:after{
margin-right: 10px;
margin-left: 10px;
}
.fb{
text-align: center;
margin-top: 17px;
cursor: pointer;
}
.fb span{
color: #385185;
font-weight: bold;
}
.fa-facebook-square{
font-size: 18px;
color: #385185;
margin-right: 5px;
}
.forgot{
font-size: 13px;
margin-top: 24px;
text-align: center;
color: #003569;
line-height: 15px !important;
text-decoration: none;
}
.signup{
height: 50px;
text-align: center;
flex-basis: 350px;
padding-left: 15px;
padding-right: 15px;
margin-top: 45px;
background: #fff;
border: 1px solid #e6e6e6;
}
.text{
text-align: center;
margin: 15px;
color: #262626;
font-size: 14px;
}
.text a{
color: #3897f0;
margin-right: 3px;
text-decoration: none;
font-weight: bold;
}
.app p{
line-height: 18px;
color: #262626;
font-size: 14px;
text-align: center;
margin: 10px 20px;
}
.app-img{
flex-direction: row;
}
.app-img a{
margin-right: 8px;
height: 43px;
}
.app-img img{
height: 40px;
}
.footer{
background-color: #fafafa;
order: 5;
padding: 0 20px;
background: #fafafa;
}
.footer-container{
width: 100%;
flex-direction: row;
flex-wrap: wrap;
background-color: #fafafa;
justify-content: space-between;
padding: 38px 0;
font-size: 12px;
text-align: center;
}
.footer-nax{
width: 100%;
}
.footer-nav ul{
margin-right: 16px;
margin-bottom: 3px;
flex-grow: 1;
}
.footer-nav ul li{
display: inline-block;
margin-right: 13px;
color: #949494;
text-decoration: none;
}
.lang{
margin-top: 15px;
}
select{
background-color: #fafafa;
width: 70px;
border: none;
outline: none;
color: #949494;
}
.copyright{
margin-left: 15px;
font-size: 12px;
color: #949494;
} | InstagramLoginPageClone/assets/style.css | body{
background-color: #fafafa;
font-family: sans-serif;
}
.container{
width: 100%;
margin: 0 auto;
display: flex;
text-align: center;
}
.mockup{
text-align: center;
margin-left: 320px;
margin-top: 32px;
}
.mockup img{
width: 454px;
height: 618px;
}
.wrapper{
height: 390px;
text-align: center;
flex-basis: 350px;
margin-left: 10px;
margin-top: 65px;
background: #fff;
border: 1px solid #e6e6e6;
display: flex;
flex-direction: column;
}
.logo{
background: cover no-repeat;
width: 175px;
margin-top: 30px;
}
.form{
display: flex;
flex-direction: column;
margin-top: 30px;
}
.inputbox{
margin: auto 40px 6px;
}
input{
height: 36px;
width: 100%;
border: 1px solid #efefef;
background-color: #fafafa;
font-size: 13px;
padding: 9px 0 7px 8px;
box-sizing: border-box;
outline: none;
border-radius: 3px;
}
.button{
display: block;
position: relative;
margin: 8px 40px;
}
.btn{
cursor: pointer;
width: 100%;
height: 28px;
background: #c0dffd;
border: 1px solid #c0dffd;
color: #fff;
outline: none;
border-radius: 3px;
font-weight: 600;
font-size: 14px;
}
.or{
text-align: center;
display: flex;
flex-direction: row;
color: #929292;
font-size: 12px;
margin-top: 13px;
}
.or:before, .or:after{
width: 50%;
content: "";
flex: 1 1;
border-bottom: 1px solid #efefef;
margin: auto;
}
.or:before{
margin-right: 10px;
margin-left: 10px;
}
.or:after{
margin-right: 10px;
margin-left: 10px;
}
.fb{
text-align: center;
margin-top: 17px;
cursor: pointer;
}
.fb span{
color: #385185;
font-weight: bold;
}
.fa-facebook-square{
font-size: 18px;
color: #385185;
margin-right: 5px;
}
.forgot{
font-size: 13px;
margin-top: 24px;
text-align: center;
color: #003569;
line-height: 15px !important;
text-decoration: none;
}
.signup{
height: 50px;
text-align: center;
flex-basis: 350px;
padding-left: 15px;
padding-right: 15px;
margin-top: 45px;
background: #fff;
border: 1px solid #e6e6e6;
}
.text{
text-align: center;
margin: 15px;
color: #262626;
font-size: 14px;
}
.text a{
color: #3897f0;
margin-right: 3px;
text-decoration: none;
font-weight: bold;
}
.app p{
line-height: 18px;
color: #262626;
font-size: 14px;
text-align: center;
margin: 10px 20px;
}
.app-img{
flex-direction: row;
}
.app-img a{
margin-right: 8px;
height: 43px;
}
.app-img img{
height: 40px;
}
.footer{
background-color: #fafafa;
order: 5;
padding: 0 20px;
background: #fafafa;
}
.footer-container{
width: 100%;
flex-direction: row;
flex-wrap: wrap;
background-color: #fafafa;
justify-content: space-between;
padding: 38px 0;
font-size: 12px;
text-align: center;
}
.footer-nax{
width: 100%;
}
.footer-nav ul{
margin-right: 16px;
margin-bottom: 3px;
flex-grow: 1;
}
.footer-nav ul li{
display: inline-block;
margin-right: 13px;
color: #949494;
text-decoration: none;
}
.lang{
margin-top: 15px;
}
select{
background-color: #fafafa;
width: 70px;
border: none;
outline: none;
color: #949494;
}
.copyright{
margin-left: 15px;
font-size: 12px;
color: #949494;
} | 0.475118 | 0.075041 |
body {
margin: 0;
padding: 0;
background-color: #cdcdcd;
}
/*! Header */
/* header bar at top of all pages. */
.title {
padding-top: 1vh;
padding-bottom: 1vh;
margin-top: 0;
margin-bottom: 2vh;
padding-left: 1vw;
background-color: #005691;
}
/*! Home */
/* remove text decoration from anchor tags and links */
a {
text-decoration: none;
color: black;
}
.container {
max-width: 80vw;
max-height: 80vh;
margin: 0 0 10vh 10vw;
display: flex;
align-items: center;
justify-content: center;
}
/* div containing list of restaurant names and modal */
.restaurants {
height: 80vh;
width: 20vw;
margin: 10px;
padding-left: 0;
padding-right: 0;
border: 2px solid black;
background-color: #005691;
border-radius: 15px;
display: flex;
flex-direction: column;
align-items: center;
}
/* creates space between top text and list */
#restaurants-head {
margin-bottom: 10px;
}
/* remove list style type */
.restaurants-ul {
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
width: 100%;
}
/* style individual list item divs. gives each a white box */
.rest-list-item-div {
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
background-color: #f2f2f2;
border: 1px solid black;
border-radius: 5px;
}
/* box shadow around div when hovered */
.rest-list-item-div:hover {
box-shadow: 0px 0px 2px black;
}
/* shift text within div away from border */
.rest-list-item-div > li {
padding-left: 10px;
}
/* remove text decoration on a tags in list */
.rest-list-item {
text-decoration: none;
color: black;
}
/* div that contains modal when a list item is hovered */
#modal-div {
border: 1px solid black;
height: 24vh;
width: 19vw;
border-radius: 5px;
background-color: #f2f2f2;
}
/* contains map. */
.map-container {
height: 80vh;
width: 40vw;
border: 2px solid black;
border-radius: 2px;
}
/*! Restaurant */
/* restaurant page uses much of the same classes and styling as home page. */
/* div containing restaurant info. */
.restaurant-content {
border: 1px solid black;
text-align: center;
height: 65vh;
width: 19vw;
border-radius: 5px;
background-color: #f2f2f2;
}
/*! RestDisplay */
/* restaurant info modal */
/* aligns the text to fit within the modal div on the home page. */
.inner-rest-display {
width: 200px;
height: 100px;
text-align: left;
padding-left: 10px;
}
/* removes margin from h2 */
.inner-rest-display > h2 {
margin: 0;
}
/* removes list styling */
.inner-rest-display > ul {
list-style-type: none;
padding: 0;
} | client/src/App.css | body {
margin: 0;
padding: 0;
background-color: #cdcdcd;
}
/*! Header */
/* header bar at top of all pages. */
.title {
padding-top: 1vh;
padding-bottom: 1vh;
margin-top: 0;
margin-bottom: 2vh;
padding-left: 1vw;
background-color: #005691;
}
/*! Home */
/* remove text decoration from anchor tags and links */
a {
text-decoration: none;
color: black;
}
.container {
max-width: 80vw;
max-height: 80vh;
margin: 0 0 10vh 10vw;
display: flex;
align-items: center;
justify-content: center;
}
/* div containing list of restaurant names and modal */
.restaurants {
height: 80vh;
width: 20vw;
margin: 10px;
padding-left: 0;
padding-right: 0;
border: 2px solid black;
background-color: #005691;
border-radius: 15px;
display: flex;
flex-direction: column;
align-items: center;
}
/* creates space between top text and list */
#restaurants-head {
margin-bottom: 10px;
}
/* remove list style type */
.restaurants-ul {
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
width: 100%;
}
/* style individual list item divs. gives each a white box */
.rest-list-item-div {
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
background-color: #f2f2f2;
border: 1px solid black;
border-radius: 5px;
}
/* box shadow around div when hovered */
.rest-list-item-div:hover {
box-shadow: 0px 0px 2px black;
}
/* shift text within div away from border */
.rest-list-item-div > li {
padding-left: 10px;
}
/* remove text decoration on a tags in list */
.rest-list-item {
text-decoration: none;
color: black;
}
/* div that contains modal when a list item is hovered */
#modal-div {
border: 1px solid black;
height: 24vh;
width: 19vw;
border-radius: 5px;
background-color: #f2f2f2;
}
/* contains map. */
.map-container {
height: 80vh;
width: 40vw;
border: 2px solid black;
border-radius: 2px;
}
/*! Restaurant */
/* restaurant page uses much of the same classes and styling as home page. */
/* div containing restaurant info. */
.restaurant-content {
border: 1px solid black;
text-align: center;
height: 65vh;
width: 19vw;
border-radius: 5px;
background-color: #f2f2f2;
}
/*! RestDisplay */
/* restaurant info modal */
/* aligns the text to fit within the modal div on the home page. */
.inner-rest-display {
width: 200px;
height: 100px;
text-align: left;
padding-left: 10px;
}
/* removes margin from h2 */
.inner-rest-display > h2 {
margin: 0;
}
/* removes list styling */
.inner-rest-display > ul {
list-style-type: none;
padding: 0;
} | 0.430626 | 0.056262 |
.col-main{
width: 55% !important
}
.col-left, .col-right{
width: 43% !important
}
.button2 > span{
width: 100%;
float: left;
height: 48px !important;
background: linear-gradient(180deg, #eee 0%, #ddd 100%);
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.13);
border-radius: 3px;
font-size: 14px;
font-weight: 500;
line-height: 19px;
letter-spacing: 1px;
border: 0;
text-transform: uppercase;
}
.button2 > span > span{
text-decoration: none !important;
margin-top: 9px
}
.button2:nth-of-type(4) > span{
background: linear-gradient(180deg, #0BA9E5 0%, #0099D3 100%);
}
.button2:nth-of-type(4) span span{
color: #fff !important;
}
.button2{
color: #fff;
margin: 5px 0 !important
}
.button2 span span{
color: #333 !important;
}
.or, .button2{
width: 100%;
text-align: center;
float: left
}
.td, .th{
text-align: left !important
}
.tr{
padding: 12px 0;
border-bottom: 1px solid #ccc
}
.cart-table, .tr{
width: 100% !important;
float: left
}
.product-cart-info, .th:nth-of-type(1){
width: 45%;
float: left
}
.th:nth-of-type(2){
display: none
}
.product-cart-remove{
width: 5%;
float: left
}
.cart-table .product-cart-actions .qty{
margin-bottom: 5px !important
}
.cart-links a{
font-size: 11px !important
}
.cart-table .product-cart-info{
padding-left: 0 !important
}
.cart .cart-totals table tfoot td{
font-size: 14px !important;
}
.billmate-shipping{
border-top: 1px solid #eee;
padding-top: 15px;
margin-top: 20px;
font-size: 22px;
}
.buttons-set{
margin-top: 20px !important;
padding-top: 0 !important;
border-top: 0 !important;
text-align: left !important;
margin-top: 10px !important
}
.buttons-set button.button{
float: left !important;
/*margin-left: 0 !important;*/
}
.sp-methods dt{
font-size: 14px !important;
font-weight: 300 !important
}
#co-shipping-method-form{
margin-top: 10px
}
.discount-form, .cart-totals{
background: #f4f4f4 !important;
float: left;
width: 100%;
border-radius: 3px;
padding: 10px;
box-sizing: border-box;
margin-bottom: 20px;
border: 1px solid #ddd !important
}
.cart-totals{
margin-top: 15px
}
#co-shipping-method-form .sp-methods dd label{
border: 1px solid #ddd !important;
background: #f4f4f4 !important;
border-radius: 3px;
padding: 10px;
box-sizing: border-box;
}
.cart-table .product-cart-actions{
padding-left: 0 !important
}
.cart .page-title, .billmate-shipping{
border-bottom: 0 !important;
border-top: 0 !important
}
#shopping-cart-table > .thead > .tr{
padding: 0 !important;
}
#shopping-cart-table > .thead > .tr:nth-of-type(1){
height: 23px !important;
padding-bottom: 0;
margin-bottom: -0px !important
}
.discount-form label {
width: 100%;
}
.input-box {
padding-top: 2px;
width: 40%;
float: left;
}
.buttons-set{
float: left;
width: 60%;
clear: none !important;
margin-top: 4px !important;
display: inline-flex;
}
.buttons-set .discount-cancel-button .button{
float:right;
margin-left: 2px;
}
.button.cancel-discount{
margin-top: -1.6em;
}
/* Loader */
.billmateoverlay {
background: #FFFFFF;
display: none;
height: 100vh;
left: 0;
opacity: 0.5;
padding-top: 49vh;
position: absolute;
top: 0px;
width: 100%;
z-index: 2;
}
.billmateloading {
-moz-animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
-ms-animation: spin 2s linear infinite;
-o-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
border: 5px solid rgba(0, 0, 0, 0);
border-radius: 50%;
border-right: 5px solid #0099D3;
border-top: 5px solid #0099D3;
display: none;
height: 100px;
left: 50%;
margin: -50px 0 0 -50px;
position: absolute;
top: 50%;
width: 100px;
z-index: 3;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#checkoutdiv {
position: relative;
overflow: auto;
}
#checkout-loader {
z-index: 9999;
bottom: 0;
left: 0;
margin: auto;
position: fixed;
right: 0;
top: 0;
opacity: 0.8;
background: rgba(255, 255, 255, 0.5);
display: none;
}
#checkout-loader.loading {
display: block;
}
.img-loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 100px;
height: 100px;
animation: spin 2s linear infinite;
bottom: 0;
left: 0;
margin: auto;
position: fixed;
right: 0;
top: 0;
z-index: 100;
}
/* Anytime the body has the loading class, our
modal element will be visible */
#checkoutdiv.loading .billmateoverlay,
#checkoutdiv.loading .billmateloading {
display: block;
}
/* End Loader */
@media only screen and (min-width : 800px) {
.cart-price, .th:nth-of-type(3), .product-cart-actions, .product-cart-total, .th:nth-of-type(3), .th:nth-of-type(4){
width: 15%;
float: left
}
}
@media only screen and (max-width : 1000px) and (min-width : 850px){
.tr, .cart-table h2{
font-size: 11px !important
}
.product-cart-sku .label{
display: none
}
}
@media only screen and (max-width : 850px) {
.col-main, .col-left.sidebar, .col-right.sidebar{
width: 100% !important
}
.cart-table .product-cart-price{
float: left !important
}
.cart-price{
float: right !important
}
.cart-table .product-cart-info .btn-remove{
display: none !important
}
.td.product-cart-price, .a-center.product-cart-remove, .td.product-cart-actions, .tr .th.a-center:nth-of-type(3), .tr .th.a-center:nth-of-type(4){
display: none !important
}
.price, .th.a-center.cart-total-head{
float: right !important;
}
}
@media only screen and (max-width: 599px){
.cart-table .product-cart-info, .cart-table td[data-rwd-label], .td.product-cart-info{
float: left !important;
width: auto !important
}
.cart-table .product-cart-total{
display: block !important;
float: right !important;
font-size: 14px !important
}
.td, .th{
float: left;
box-sizing: border-box;
text-align: left !important
}
.discount-form, .cart-totals{
margin-top: 15px
}
.input-box, .input-text, .sp-methods label{
width: 100% !important
}
.buttons-set{
margin-top: 10px !important
}
}
.billmatecommon-billmatecheckout-index .main {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
justify-content: space-around;
max-width: 1450px;
margin: 0px auto;
}
.billmatecommon-billmatecheckout-index.billmate-cart-right .col-main, .billmatecommon-billmatecheckout-index.billmate-cart-left .col-left.sidebar {
order: 0;
-ms-flex-order: 0;
-webkit-order: 0;
display: block;
}
.billmatecommon-billmatecheckout-index.billmate-cart-right .col-right.sidebar, .billmatecommon-billmatecheckout-index.billmate-cart-left .col-main {
order: 1;
-ms-flex-order: 1;
-webkit-order: 1;
display: block;
}
.col-right.sidebar {
float: right;
}
@media(max-width:767px) {
.billmatecommon-billmatecheckout-index.billmate-cart-right .main, .billmatecommon-billmatecheckout-index.billmate-cart-left .main {
padding: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.billmatecommon-billmatecheckout-index.billmate-cart-right .col-main, .billmatecommon-billmatecheckout-index.billmate-cart-left .col-main {
order: 1;
-ms-flex-order: 1;
-webkit-order: 1;
}
.billmatecommon-billmatecheckout-index.billmate-cart-right .col-right.sidebar, .billmatecommon-billmatecheckout-index.billmate-cart-left .col-left.sidebar {
order: 0;
-ms-flex-order: 0;
-webkit-order: 0;
}
} | skin/frontend/base/default/css/billmate/checkout.css | .col-main{
width: 55% !important
}
.col-left, .col-right{
width: 43% !important
}
.button2 > span{
width: 100%;
float: left;
height: 48px !important;
background: linear-gradient(180deg, #eee 0%, #ddd 100%);
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.13);
border-radius: 3px;
font-size: 14px;
font-weight: 500;
line-height: 19px;
letter-spacing: 1px;
border: 0;
text-transform: uppercase;
}
.button2 > span > span{
text-decoration: none !important;
margin-top: 9px
}
.button2:nth-of-type(4) > span{
background: linear-gradient(180deg, #0BA9E5 0%, #0099D3 100%);
}
.button2:nth-of-type(4) span span{
color: #fff !important;
}
.button2{
color: #fff;
margin: 5px 0 !important
}
.button2 span span{
color: #333 !important;
}
.or, .button2{
width: 100%;
text-align: center;
float: left
}
.td, .th{
text-align: left !important
}
.tr{
padding: 12px 0;
border-bottom: 1px solid #ccc
}
.cart-table, .tr{
width: 100% !important;
float: left
}
.product-cart-info, .th:nth-of-type(1){
width: 45%;
float: left
}
.th:nth-of-type(2){
display: none
}
.product-cart-remove{
width: 5%;
float: left
}
.cart-table .product-cart-actions .qty{
margin-bottom: 5px !important
}
.cart-links a{
font-size: 11px !important
}
.cart-table .product-cart-info{
padding-left: 0 !important
}
.cart .cart-totals table tfoot td{
font-size: 14px !important;
}
.billmate-shipping{
border-top: 1px solid #eee;
padding-top: 15px;
margin-top: 20px;
font-size: 22px;
}
.buttons-set{
margin-top: 20px !important;
padding-top: 0 !important;
border-top: 0 !important;
text-align: left !important;
margin-top: 10px !important
}
.buttons-set button.button{
float: left !important;
/*margin-left: 0 !important;*/
}
.sp-methods dt{
font-size: 14px !important;
font-weight: 300 !important
}
#co-shipping-method-form{
margin-top: 10px
}
.discount-form, .cart-totals{
background: #f4f4f4 !important;
float: left;
width: 100%;
border-radius: 3px;
padding: 10px;
box-sizing: border-box;
margin-bottom: 20px;
border: 1px solid #ddd !important
}
.cart-totals{
margin-top: 15px
}
#co-shipping-method-form .sp-methods dd label{
border: 1px solid #ddd !important;
background: #f4f4f4 !important;
border-radius: 3px;
padding: 10px;
box-sizing: border-box;
}
.cart-table .product-cart-actions{
padding-left: 0 !important
}
.cart .page-title, .billmate-shipping{
border-bottom: 0 !important;
border-top: 0 !important
}
#shopping-cart-table > .thead > .tr{
padding: 0 !important;
}
#shopping-cart-table > .thead > .tr:nth-of-type(1){
height: 23px !important;
padding-bottom: 0;
margin-bottom: -0px !important
}
.discount-form label {
width: 100%;
}
.input-box {
padding-top: 2px;
width: 40%;
float: left;
}
.buttons-set{
float: left;
width: 60%;
clear: none !important;
margin-top: 4px !important;
display: inline-flex;
}
.buttons-set .discount-cancel-button .button{
float:right;
margin-left: 2px;
}
.button.cancel-discount{
margin-top: -1.6em;
}
/* Loader */
.billmateoverlay {
background: #FFFFFF;
display: none;
height: 100vh;
left: 0;
opacity: 0.5;
padding-top: 49vh;
position: absolute;
top: 0px;
width: 100%;
z-index: 2;
}
.billmateloading {
-moz-animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
-ms-animation: spin 2s linear infinite;
-o-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
border: 5px solid rgba(0, 0, 0, 0);
border-radius: 50%;
border-right: 5px solid #0099D3;
border-top: 5px solid #0099D3;
display: none;
height: 100px;
left: 50%;
margin: -50px 0 0 -50px;
position: absolute;
top: 50%;
width: 100px;
z-index: 3;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#checkoutdiv {
position: relative;
overflow: auto;
}
#checkout-loader {
z-index: 9999;
bottom: 0;
left: 0;
margin: auto;
position: fixed;
right: 0;
top: 0;
opacity: 0.8;
background: rgba(255, 255, 255, 0.5);
display: none;
}
#checkout-loader.loading {
display: block;
}
.img-loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 100px;
height: 100px;
animation: spin 2s linear infinite;
bottom: 0;
left: 0;
margin: auto;
position: fixed;
right: 0;
top: 0;
z-index: 100;
}
/* Anytime the body has the loading class, our
modal element will be visible */
#checkoutdiv.loading .billmateoverlay,
#checkoutdiv.loading .billmateloading {
display: block;
}
/* End Loader */
@media only screen and (min-width : 800px) {
.cart-price, .th:nth-of-type(3), .product-cart-actions, .product-cart-total, .th:nth-of-type(3), .th:nth-of-type(4){
width: 15%;
float: left
}
}
@media only screen and (max-width : 1000px) and (min-width : 850px){
.tr, .cart-table h2{
font-size: 11px !important
}
.product-cart-sku .label{
display: none
}
}
@media only screen and (max-width : 850px) {
.col-main, .col-left.sidebar, .col-right.sidebar{
width: 100% !important
}
.cart-table .product-cart-price{
float: left !important
}
.cart-price{
float: right !important
}
.cart-table .product-cart-info .btn-remove{
display: none !important
}
.td.product-cart-price, .a-center.product-cart-remove, .td.product-cart-actions, .tr .th.a-center:nth-of-type(3), .tr .th.a-center:nth-of-type(4){
display: none !important
}
.price, .th.a-center.cart-total-head{
float: right !important;
}
}
@media only screen and (max-width: 599px){
.cart-table .product-cart-info, .cart-table td[data-rwd-label], .td.product-cart-info{
float: left !important;
width: auto !important
}
.cart-table .product-cart-total{
display: block !important;
float: right !important;
font-size: 14px !important
}
.td, .th{
float: left;
box-sizing: border-box;
text-align: left !important
}
.discount-form, .cart-totals{
margin-top: 15px
}
.input-box, .input-text, .sp-methods label{
width: 100% !important
}
.buttons-set{
margin-top: 10px !important
}
}
.billmatecommon-billmatecheckout-index .main {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
justify-content: space-around;
max-width: 1450px;
margin: 0px auto;
}
.billmatecommon-billmatecheckout-index.billmate-cart-right .col-main, .billmatecommon-billmatecheckout-index.billmate-cart-left .col-left.sidebar {
order: 0;
-ms-flex-order: 0;
-webkit-order: 0;
display: block;
}
.billmatecommon-billmatecheckout-index.billmate-cart-right .col-right.sidebar, .billmatecommon-billmatecheckout-index.billmate-cart-left .col-main {
order: 1;
-ms-flex-order: 1;
-webkit-order: 1;
display: block;
}
.col-right.sidebar {
float: right;
}
@media(max-width:767px) {
.billmatecommon-billmatecheckout-index.billmate-cart-right .main, .billmatecommon-billmatecheckout-index.billmate-cart-left .main {
padding: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.billmatecommon-billmatecheckout-index.billmate-cart-right .col-main, .billmatecommon-billmatecheckout-index.billmate-cart-left .col-main {
order: 1;
-ms-flex-order: 1;
-webkit-order: 1;
}
.billmatecommon-billmatecheckout-index.billmate-cart-right .col-right.sidebar, .billmatecommon-billmatecheckout-index.billmate-cart-left .col-left.sidebar {
order: 0;
-ms-flex-order: 0;
-webkit-order: 0;
}
} | 0.382833 | 0.125654 |
@font-face {
font-family: 'Linearicons';
src: url('../Linearicons.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="licon-"], [class*="licon-"] {
font-family: 'Linearicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Enable Ligatures ================ */
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga";
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.licon-home:before {
content: "\e600";
}
.licon-home2:before {
content: "\e601";
}
.licon-home3:before {
content: "\e602";
}
.licon-home4:before {
content: "\e603";
}
.licon-home5:before {
content: "\e604";
}
.licon-home6:before {
content: "\e605";
}
.licon-bathtub:before {
content: "\e606";
}
.licon-toothbrush:before {
content: "\e607";
}
.licon-bed:before {
content: "\e608";
}
.licon-couch:before {
content: "\e609";
}
.licon-chair:before {
content: "\e60a";
}
.licon-city:before {
content: "\e60b";
}
.licon-apartment:before {
content: "\e60c";
}
.licon-pencil:before {
content: "\e60d";
}
.licon-pencil2:before {
content: "\e60e";
}
.licon-pen:before {
content: "\e60f";
}
.licon-pencil3:before {
content: "\e610";
}
.licon-eraser:before {
content: "\e611";
}
.licon-pencil4:before {
content: "\e612";
}
.licon-pencil5:before {
content: "\e613";
}
.licon-feather:before {
content: "\e614";
}
.licon-feather2:before {
content: "\e615";
}
.licon-feather3:before {
content: "\e616";
}
.licon-pen2:before {
content: "\e617";
}
.licon-pen-add:before {
content: "\e618";
}
.licon-pen-remove:before {
content: "\e619";
}
.licon-vector:before {
content: "\e61a";
}
.licon-pen3:before {
content: "\e61b";
}
.licon-blog:before {
content: "\e61c";
}
.licon-brush:before {
content: "\e61d";
}
.licon-brush2:before {
content: "\e61e";
}
.licon-spray:before {
content: "\e61f";
}
.licon-paint-roller:before {
content: "\e620";
}
.licon-stamp:before {
content: "\e621";
}
.licon-tape:before {
content: "\e622";
}
.licon-desk-tape:before {
content: "\e623";
}
.licon-texture:before {
content: "\e624";
}
.licon-eye-dropper:before {
content: "\e625";
}
.licon-palette:before {
content: "\e626";
}
.licon-color-sampler:before {
content: "\e627";
}
.licon-bucket:before {
content: "\e628";
}
.licon-gradient:before {
content: "\e629";
}
.licon-gradient2:before {
content: "\e62a";
}
.licon-magic-wand:before {
content: "\e62b";
}
.licon-magnet:before {
content: "\e62c";
}
.licon-pencil-ruler:before {
content: "\e62d";
}
.licon-pencil-ruler2:before {
content: "\e62e";
}
.licon-compass:before {
content: "\e62f";
}
.licon-aim:before {
content: "\e630";
}
.licon-gun:before {
content: "\e631";
}
.licon-bottle:before {
content: "\e632";
}
.licon-drop:before {
content: "\e633";
}
.licon-drop-crossed:before {
content: "\e634";
}
.licon-drop2:before {
content: "\e635";
}
.licon-snow:before {
content: "\e636";
}
.licon-snow2:before {
content: "\e637";
}
.licon-fire:before {
content: "\e638";
}
.licon-lighter:before {
content: "\e639";
}
.licon-knife:before {
content: "\e63a";
}
.licon-dagger:before {
content: "\e63b";
}
.licon-tissue:before {
content: "\e63c";
}
.licon-toilet-paper:before {
content: "\e63d";
}
.licon-poop:before {
content: "\e63e";
}
.licon-umbrella:before {
content: "\e63f";
}
.licon-umbrella2:before {
content: "\e640";
}
.licon-rain:before {
content: "\e641";
}
.licon-tornado:before {
content: "\e642";
}
.licon-wind:before {
content: "\e643";
}
.licon-fan:before {
content: "\e644";
}
.licon-contrast:before {
content: "\e645";
}
.licon-sun-small:before {
content: "\e646";
}
.licon-sun:before {
content: "\e647";
}
.licon-sun2:before {
content: "\e648";
}
.licon-moon:before {
content: "\e649";
}
.licon-cloud:before {
content: "\e64a";
}
.licon-cloud-upload:before {
content: "\e64b";
}
.licon-cloud-download:before {
content: "\e64c";
}
.licon-cloud-rain:before {
content: "\e64d";
}
.licon-cloud-hailstones:before {
content: "\e64e";
}
.licon-cloud-snow:before {
content: "\e64f";
}
.licon-cloud-windy:before {
content: "\e650";
}
.licon-sun-wind:before {
content: "\e651";
}
.licon-cloud-fog:before {
content: "\e652";
}
.licon-cloud-sun:before {
content: "\e653";
}
.licon-cloud-lightning:before {
content: "\e654";
}
.licon-cloud-sync:before {
content: "\e655";
}
.licon-cloud-lock:before {
content: "\e656";
}
.licon-cloud-gear:before {
content: "\e657";
}
.licon-cloud-alert:before {
content: "\e658";
}
.licon-cloud-check:before {
content: "\e659";
}
.licon-cloud-cross:before {
content: "\e65a";
}
.licon-cloud-crossed:before {
content: "\e65b";
}
.licon-cloud-database:before {
content: "\e65c";
}
.licon-database:before {
content: "\e65d";
}
.licon-database-add:before {
content: "\e65e";
}
.licon-database-remove:before {
content: "\e65f";
}
.licon-database-lock:before {
content: "\e660";
}
.licon-database-refresh:before {
content: "\e661";
}
.licon-database-check:before {
content: "\e662";
}
.licon-database-history:before {
content: "\e663";
}
.licon-database-upload:before {
content: "\e664";
}
.licon-database-download:before {
content: "\e665";
}
.licon-server:before {
content: "\e666";
}
.licon-shield:before {
content: "\e667";
}
.licon-shield-check:before {
content: "\e668";
}
.licon-shield-alert:before {
content: "\e669";
}
.licon-shield-cross:before {
content: "\e66a";
}
.licon-lock:before {
content: "\e66b";
}
.licon-rotation-lock:before {
content: "\e66c";
}
.licon-unlock:before {
content: "\e66d";
}
.licon-key:before {
content: "\e66e";
}
.licon-key-hole:before {
content: "\e66f";
}
.licon-toggle-off:before {
content: "\e670";
}
.licon-toggle-on:before {
content: "\e671";
}
.licon-cog:before {
content: "\e672";
}
.licon-cog2:before {
content: "\e673";
}
.licon-wrench:before {
content: "\e674";
}
.licon-screwdriver:before {
content: "\e675";
}
.licon-hammer-wrench:before {
content: "\e676";
}
.licon-hammer:before {
content: "\e677";
}
.licon-saw:before {
content: "\e678";
}
.licon-axe:before {
content: "\e679";
}
.licon-axe2:before {
content: "\e67a";
}
.licon-shovel:before {
content: "\e67b";
}
.licon-pickaxe:before {
content: "\e67c";
}
.licon-factory:before {
content: "\e67d";
}
.licon-factory2:before {
content: "\e67e";
}
.licon-recycle:before {
content: "\e67f";
}
.licon-trash:before {
content: "\e680";
}
.licon-trash2:before {
content: "\e681";
}
.licon-trash3:before {
content: "\e682";
}
.licon-broom:before {
content: "\e683";
}
.licon-game:before {
content: "\e684";
}
.licon-gamepad:before {
content: "\e685";
}
.licon-joystick:before {
content: "\e686";
}
.licon-dice:before {
content: "\e687";
}
.licon-spades:before {
content: "\e688";
}
.licon-diamonds:before {
content: "\e689";
}
.licon-clubs:before {
content: "\e68a";
}
.licon-hearts:before {
content: "\e68b";
}
.licon-heart:before {
content: "\e68c";
}
.licon-star:before {
content: "\e68d";
}
.licon-star-half:before {
content: "\e68e";
}
.licon-star-empty:before {
content: "\e68f";
}
.licon-flag:before {
content: "\e690";
}
.licon-flag2:before {
content: "\e691";
}
.licon-flag3:before {
content: "\e692";
}
.licon-mailbox-full:before {
content: "\e693";
}
.licon-mailbox-empty:before {
content: "\e694";
}
.licon-at-sign:before {
content: "\e695";
}
.licon-envelope:before {
content: "\e696";
}
.licon-envelope-open:before {
content: "\e697";
}
.licon-paperclip:before {
content: "\e698";
}
.licon-paper-plane:before {
content: "\e699";
}
.licon-reply:before {
content: "\e69a";
}
.licon-reply-all:before {
content: "\e69b";
}
.licon-inbox:before {
content: "\e69c";
}
.licon-inbox2:before {
content: "\e69d";
}
.licon-outbox:before {
content: "\e69e";
}
.licon-box:before {
content: "\e69f";
}
.licon-archive:before {
content: "\e6a0";
}
.licon-archive2:before {
content: "\e6a1";
}
.licon-drawers:before {
content: "\e6a2";
}
.licon-drawers2:before {
content: "\e6a3";
}
.licon-drawers3:before {
content: "\e6a4";
}
.licon-eye:before {
content: "\e6a5";
}
.licon-eye-crossed:before {
content: "\e6a6";
}
.licon-eye-plus:before {
content: "\e6a7";
}
.licon-eye-minus:before {
content: "\e6a8";
}
.licon-binoculars:before {
content: "\e6a9";
}
.licon-binoculars2:before {
content: "\e6aa";
}
.licon-hdd:before {
content: "\e6ab";
}
.licon-hdd-down:before {
content: "\e6ac";
}
.licon-hdd-up:before {
content: "\e6ad";
}
.licon-floppy-disk:before {
content: "\e6ae";
}
.licon-disc:before {
content: "\e6af";
}
.licon-tape2:before {
content: "\e6b0";
}
.licon-printer:before {
content: "\e6b1";
}
.licon-shredder:before {
content: "\e6b2";
}
.licon-file-empty:before {
content: "\e6b3";
}
.licon-file-add:before {
content: "\e6b4";
}
.licon-file-check:before {
content: "\e6b5";
}
.licon-file-lock:before {
content: "\e6b6";
}
.licon-files:before {
content: "\e6b7";
}
.licon-copy:before {
content: "\e6b8";
}
.licon-compare:before {
content: "\e6b9";
}
.licon-folder:before {
content: "\e6ba";
}
.licon-folder-search:before {
content: "\e6bb";
}
.licon-folder-plus:before {
content: "\e6bc";
}
.licon-folder-minus:before {
content: "\e6bd";
}
.licon-folder-download:before {
content: "\e6be";
}
.licon-folder-upload:before {
content: "\e6bf";
}
.licon-folder-star:before {
content: "\e6c0";
}
.licon-folder-heart:before {
content: "\e6c1";
}
.licon-folder-user:before {
content: "\e6c2";
}
.licon-folder-shared:before {
content: "\e6c3";
}
.licon-folder-music:before {
content: "\e6c4";
}
.licon-folder-picture:before {
content: "\e6c5";
}
.licon-folder-film:before {
content: "\e6c6";
}
.licon-scissors:before {
content: "\e6c7";
}
.licon-paste:before {
content: "\e6c8";
}
.licon-clipboard-empty:before {
content: "\e6c9";
}
.licon-clipboard-pencil:before {
content: "\e6ca";
}
.licon-clipboard-text:before {
content: "\e6cb";
}
.licon-clipboard-check:before {
content: "\e6cc";
}
.licon-clipboard-down:before {
content: "\e6cd";
}
.licon-clipboard-left:before {
content: "\e6ce";
}
.licon-clipboard-alert:before {
content: "\e6cf";
}
.licon-clipboard-user:before {
content: "\e6d0";
}
.licon-register:before {
content: "\e6d1";
}
.licon-enter:before {
content: "\e6d2";
}
.licon-exit:before {
content: "\e6d3";
}
.licon-papers:before {
content: "\e6d4";
}
.licon-news:before {
content: "\e6d5";
}
.licon-reading:before {
content: "\e6d6";
}
.licon-typewriter:before {
content: "\e6d7";
}
.licon-document:before {
content: "\e6d8";
}
.licon-document2:before {
content: "\e6d9";
}
.licon-graduation-hat:before {
content: "\e6da";
}
.licon-license:before {
content: "\e6db";
}
.licon-license2:before {
content: "\e6dc";
}
.licon-medal-empty:before {
content: "\e6dd";
}
.licon-medal-first:before {
content: "\e6de";
}
.licon-medal-second:before {
content: "\e6df";
}
.licon-medal-third:before {
content: "\e6e0";
}
.licon-podium:before {
content: "\e6e1";
}
.licon-trophy:before {
content: "\e6e2";
}
.licon-trophy2:before {
content: "\e6e3";
}
.licon-music-note:before {
content: "\e6e4";
}
.licon-music-note2:before {
content: "\e6e5";
}
.licon-music-note3:before {
content: "\e6e6";
}
.licon-playlist:before {
content: "\e6e7";
}
.licon-playlist-add:before {
content: "\e6e8";
}
.licon-guitar:before {
content: "\e6e9";
}
.licon-trumpet:before {
content: "\e6ea";
}
.licon-album:before {
content: "\e6eb";
}
.licon-shuffle:before {
content: "\e6ec";
}
.licon-repeat-one:before {
content: "\e6ed";
}
.licon-repeat:before {
content: "\e6ee";
}
.licon-headphones:before {
content: "\e6ef";
}
.licon-headset:before {
content: "\e6f0";
}
.licon-loudspeaker:before {
content: "\e6f1";
}
.licon-equalizer:before {
content: "\e6f2";
}
.licon-theater:before {
content: "\e6f3";
}
.licon-3d-glasses:before {
content: "\e6f4";
}
.licon-ticket:before {
content: "\e6f5";
}
.licon-presentation:before {
content: "\e6f6";
}
.licon-play:before {
content: "\e6f7";
}
.licon-film-play:before {
content: "\e6f8";
}
.licon-clapboard-play:before {
content: "\e6f9";
}
.licon-media:before {
content: "\e6fa";
}
.licon-film:before {
content: "\e6fb";
}
.licon-film2:before {
content: "\e6fc";
}
.licon-surveillance:before {
content: "\e6fd";
}
.licon-surveillance2:before {
content: "\e6fe";
}
.licon-camera:before {
content: "\e6ff";
}
.licon-camera-crossed:before {
content: "\e700";
}
.licon-camera-play:before {
content: "\e701";
}
.licon-time-lapse:before {
content: "\e702";
}
.licon-record:before {
content: "\e703";
}
.licon-camera2:before {
content: "\e704";
}
.licon-camera-flip:before {
content: "\e705";
}
.licon-panorama:before {
content: "\e706";
}
.licon-time-lapse2:before {
content: "\e707";
}
.licon-shutter:before {
content: "\e708";
}
.licon-shutter2:before {
content: "\e709";
}
.licon-face-detection:before {
content: "\e70a";
}
.licon-flare:before {
content: "\e70b";
}
.licon-convex:before {
content: "\e70c";
}
.licon-concave:before {
content: "\e70d";
}
.licon-picture:before {
content: "\e70e";
}
.licon-picture2:before {
content: "\e70f";
}
.licon-picture3:before {
content: "\e710";
}
.licon-pictures:before {
content: "\e711";
}
.licon-book:before {
content: "\e712";
}
.licon-audio-book:before {
content: "\e713";
}
.licon-book2:before {
content: "\e714";
}
.licon-bookmark:before {
content: "\e715";
}
.licon-bookmark2:before {
content: "\e716";
}
.licon-label:before {
content: "\e717";
}
.licon-library:before {
content: "\e718";
}
.licon-library2:before {
content: "\e719";
}
.licon-contacts:before {
content: "\e71a";
}
.licon-profile:before {
content: "\e71b";
}
.licon-portrait:before {
content: "\e71c";
}
.licon-portrait2:before {
content: "\e71d";
}
.licon-user:before {
content: "\e71e";
}
.licon-user-plus:before {
content: "\e71f";
}
.licon-user-minus:before {
content: "\e720";
}
.licon-user-lock:before {
content: "\e721";
}
.licon-users:before {
content: "\e722";
}
.licon-users2:before {
content: "\e723";
}
.licon-users-plus:before {
content: "\e724";
}
.licon-users-minus:before {
content: "\e725";
}
.licon-group-work:before {
content: "\e726";
}
.licon-woman:before {
content: "\e727";
}
.licon-man:before {
content: "\e728";
}
.licon-baby:before {
content: "\e729";
}
.licon-baby2:before {
content: "\e72a";
}
.licon-baby3:before {
content: "\e72b";
}
.licon-baby-bottle:before {
content: "\e72c";
}
.licon-walk:before {
content: "\e72d";
}
.licon-hand-waving:before {
content: "\e72e";
}
.licon-jump:before {
content: "\e72f";
}
.licon-run:before {
content: "\e730";
}
.licon-woman2:before {
content: "\e731";
}
.licon-man2:before {
content: "\e732";
}
.licon-man-woman:before {
content: "\e733";
}
.licon-height:before {
content: "\e734";
}
.licon-weight:before {
content: "\e735";
}
.licon-scale:before {
content: "\e736";
}
.licon-button:before {
content: "\e737";
}
.licon-bow-tie:before {
content: "\e738";
}
.licon-tie:before {
content: "\e739";
}
.licon-socks:before {
content: "\e73a";
}
.licon-shoe:before {
content: "\e73b";
}
.licon-shoes:before {
content: "\e73c";
}
.licon-hat:before {
content: "\e73d";
}
.licon-pants:before {
content: "\e73e";
}
.licon-shorts:before {
content: "\e73f";
}
.licon-flip-flops:before {
content: "\e740";
}
.licon-shirt:before {
content: "\e741";
}
.licon-hanger:before {
content: "\e742";
}
.licon-laundry:before {
content: "\e743";
}
.licon-store:before {
content: "\e744";
}
.licon-haircut:before {
content: "\e745";
}
.licon-store-24:before {
content: "\e746";
}
.licon-barcode:before {
content: "\e747";
}
.licon-barcode2:before {
content: "\e748";
}
.licon-barcode3:before {
content: "\e749";
}
.licon-cashier:before {
content: "\e74a";
}
.licon-bag:before {
content: "\e74b";
}
.licon-bag2:before {
content: "\e74c";
}
.licon-cart:before {
content: "\e74d";
}
.licon-cart-empty:before {
content: "\e74e";
}
.licon-cart-full:before {
content: "\e74f";
}
.licon-cart-plus:before {
content: "\e750";
}
.licon-cart-plus2:before {
content: "\e751";
}
.licon-cart-add:before {
content: "\e752";
}
.licon-cart-remove:before {
content: "\e753";
}
.licon-cart-exchange:before {
content: "\e754";
}
.licon-tag:before {
content: "\e755";
}
.licon-tags:before {
content: "\e756";
}
.licon-receipt:before {
content: "\e757";
}
.licon-wallet:before {
content: "\e758";
}
.licon-credit-card:before {
content: "\e759";
}
.licon-cash-dollar:before {
content: "\e75a";
}
.licon-cash-euro:before {
content: "\e75b";
}
.licon-cash-pound:before {
content: "\e75c";
}
.licon-cash-yen:before {
content: "\e75d";
}
.licon-bag-dollar:before {
content: "\e75e";
}
.licon-bag-euro:before {
content: "\e75f";
}
.licon-bag-pound:before {
content: "\e760";
}
.licon-bag-yen:before {
content: "\e761";
}
.licon-coin-dollar:before {
content: "\e762";
}
.licon-coin-euro:before {
content: "\e763";
}
.licon-coin-pound:before {
content: "\e764";
}
.licon-coin-yen:before {
content: "\e765";
}
.licon-calculator:before {
content: "\e766";
}
.licon-calculator2:before {
content: "\e767";
}
.licon-abacus:before {
content: "\e768";
}
.licon-vault:before {
content: "\e769";
}
.licon-telephone:before {
content: "\e76a";
}
.licon-phone-lock:before {
content: "\e76b";
}
.licon-phone-wave:before {
content: "\e76c";
}
.licon-phone-pause:before {
content: "\e76d";
}
.licon-phone-outgoing:before {
content: "\e76e";
}
.licon-phone-incoming:before {
content: "\e76f";
}
.licon-phone-in-out:before {
content: "\e770";
}
.licon-phone-error:before {
content: "\e771";
}
.licon-phone-sip:before {
content: "\e772";
}
.licon-phone-plus:before {
content: "\e773";
}
.licon-phone-minus:before {
content: "\e774";
}
.licon-voicemail:before {
content: "\e775";
}
.licon-dial:before {
content: "\e776";
}
.licon-telephone2:before {
content: "\e777";
}
.licon-pushpin:before {
content: "\e778";
}
.licon-pushpin2:before {
content: "\e779";
}
.licon-map-marker:before {
content: "\e77a";
}
.licon-map-marker-user:before {
content: "\e77b";
}
.licon-map-marker-down:before {
content: "\e77c";
}
.licon-map-marker-check:before {
content: "\e77d";
}
.licon-map-marker-crossed:before {
content: "\e77e";
}
.licon-radar:before {
content: "\e77f";
}
.licon-compass2:before {
content: "\e780";
}
.licon-map:before {
content: "\e781";
}
.licon-map2:before {
content: "\e782";
}
.licon-location:before {
content: "\e783";
}
.licon-road-sign:before {
content: "\e784";
}
.licon-calendar-empty:before {
content: "\e785";
}
.licon-calendar-check:before {
content: "\e786";
}
.licon-calendar-cross:before {
content: "\e787";
}
.licon-calendar-31:before {
content: "\e788";
}
.licon-calendar-full:before {
content: "\e789";
}
.licon-calendar-insert:before {
content: "\e78a";
}
.licon-calendar-text:before {
content: "\e78b";
}
.licon-calendar-user:before {
content: "\e78c";
}
.licon-mouse:before {
content: "\e78d";
}
.licon-mouse-left:before {
content: "\e78e";
}
.licon-mouse-right:before {
content: "\e78f";
}
.licon-mouse-both:before {
content: "\e790";
}
.licon-keyboard:before {
content: "\e791";
}
.licon-keyboard-up:before {
content: "\e792";
}
.licon-keyboard-down:before {
content: "\e793";
}
.licon-delete:before {
content: "\e794";
}
.licon-spell-check:before {
content: "\e795";
}
.licon-escape:before {
content: "\e796";
}
.licon-enter2:before {
content: "\e797";
}
.licon-screen:before {
content: "\e798";
}
.licon-aspect-ratio:before {
content: "\e799";
}
.licon-signal:before {
content: "\e79a";
}
.licon-signal-lock:before {
content: "\e79b";
}
.licon-signal-80:before {
content: "\e79c";
}
.licon-signal-60:before {
content: "\e79d";
}
.licon-signal-40:before {
content: "\e79e";
}
.licon-signal-20:before {
content: "\e79f";
}
.licon-signal-0:before {
content: "\e7a0";
}
.licon-signal-blocked:before {
content: "\e7a1";
}
.licon-sim:before {
content: "\e7a2";
}
.licon-flash-memory:before {
content: "\e7a3";
}
.licon-usb-drive:before {
content: "\e7a4";
}
.licon-phone:before {
content: "\e7a5";
}
.licon-smartphone:before {
content: "\e7a6";
}
.licon-smartphone-notification:before {
content: "\e7a7";
}
.licon-smartphone-vibration:before {
content: "\e7a8";
}
.licon-smartphone-embed:before {
content: "\e7a9";
}
.licon-smartphone-waves:before {
content: "\e7aa";
}
.licon-tablet:before {
content: "\e7ab";
}
.licon-tablet2:before {
content: "\e7ac";
}
.licon-laptop:before {
content: "\e7ad";
}
.licon-laptop-phone:before {
content: "\e7ae";
}
.licon-desktop:before {
content: "\e7af";
}
.licon-launch:before {
content: "\e7b0";
}
.licon-new-tab:before {
content: "\e7b1";
}
.licon-window:before {
content: "\e7b2";
}
.licon-cable:before {
content: "\e7b3";
}
.licon-cable2:before {
content: "\e7b4";
}
.licon-tv:before {
content: "\e7b5";
}
.licon-radio:before {
content: "\e7b6";
}
.licon-remote-control:before {
content: "\e7b7";
}
.licon-power-switch:before {
content: "\e7b8";
}
.licon-power:before {
content: "\e7b9";
}
.licon-power-crossed:before {
content: "\e7ba";
}
.licon-flash-auto:before {
content: "\e7bb";
}
.licon-lamp:before {
content: "\e7bc";
}
.licon-flashlight:before {
content: "\e7bd";
}
.licon-lampshade:before {
content: "\e7be";
}
.licon-cord:before {
content: "\e7bf";
}
.licon-outlet:before {
content: "\e7c0";
}
.licon-battery-power:before {
content: "\e7c1";
}
.licon-battery-empty:before {
content: "\e7c2";
}
.licon-battery-alert:before {
content: "\e7c3";
}
.licon-battery-error:before {
content: "\e7c4";
}
.licon-battery-low1:before {
content: "\e7c5";
}
.licon-battery-low2:before {
content: "\e7c6";
}
.licon-battery-low3:before {
content: "\e7c7";
}
.licon-battery-mid1:before {
content: "\e7c8";
}
.licon-battery-mid2:before {
content: "\e7c9";
}
.licon-battery-mid3:before {
content: "\e7ca";
}
.licon-battery-full:before {
content: "\e7cb";
}
.licon-battery-charging:before {
content: "\e7cc";
}
.licon-battery-charging2:before {
content: "\e7cd";
}
.licon-battery-charging3:before {
content: "\e7ce";
}
.licon-battery-charging4:before {
content: "\e7cf";
}
.licon-battery-charging5:before {
content: "\e7d0";
}
.licon-battery-charging6:before {
content: "\e7d1";
}
.licon-battery-charging7:before {
content: "\e7d2";
}
.licon-chip:before {
content: "\e7d3";
}
.licon-chip-x64:before {
content: "\e7d4";
}
.licon-chip-x86:before {
content: "\e7d5";
}
.licon-bubble:before {
content: "\e7d6";
}
.licon-bubbles:before {
content: "\e7d7";
}
.licon-bubble-dots:before {
content: "\e7d8";
}
.licon-bubble-alert:before {
content: "\e7d9";
}
.licon-bubble-question:before {
content: "\e7da";
}
.licon-bubble-text:before {
content: "\e7db";
}
.licon-bubble-pencil:before {
content: "\e7dc";
}
.licon-bubble-picture:before {
content: "\e7dd";
}
.licon-bubble-video:before {
content: "\e7de";
}
.licon-bubble-user:before {
content: "\e7df";
}
.licon-bubble-quote:before {
content: "\e7e0";
}
.licon-bubble-heart:before {
content: "\e7e1";
}
.licon-bubble-emoticon:before {
content: "\e7e2";
}
.licon-bubble-attachment:before {
content: "\e7e3";
}
.licon-phone-bubble:before {
content: "\e7e4";
}
.licon-quote-open:before {
content: "\e7e5";
}
.licon-quote-close:before {
content: "\e7e6";
}
.licon-dna:before {
content: "\e7e7";
}
.licon-heart-pulse:before {
content: "\e7e8";
}
.licon-pulse:before {
content: "\e7e9";
}
.licon-syringe:before {
content: "\e7ea";
}
.licon-pills:before {
content: "\e7eb";
}
.licon-first-aid:before {
content: "\e7ec";
}
.licon-lifebuoy:before {
content: "\e7ed";
}
.licon-bandage:before {
content: "\e7ee";
}
.licon-bandages:before {
content: "\e7ef";
}
.licon-thermometer:before {
content: "\e7f0";
}
.licon-microscope:before {
content: "\e7f1";
}
.licon-brain:before {
content: "\e7f2";
}
.licon-beaker:before {
content: "\e7f3";
}
.licon-skull:before {
content: "\e7f4";
}
.licon-bone:before {
content: "\e7f5";
}
.licon-construction:before {
content: "\e7f6";
}
.licon-construction-cone:before {
content: "\e7f7";
}
.licon-pie-chart:before {
content: "\e7f8";
}
.licon-pie-chart2:before {
content: "\e7f9";
}
.licon-graph:before {
content: "\e7fa";
}
.licon-chart-growth:before {
content: "\e7fb";
}
.licon-chart-bars:before {
content: "\e7fc";
}
.licon-chart-settings:before {
content: "\e7fd";
}
.licon-cake:before {
content: "\e7fe";
}
.licon-gift:before {
content: "\e7ff";
}
.licon-balloon:before {
content: "\e800";
}
.licon-rank:before {
content: "\e801";
}
.licon-rank2:before {
content: "\e802";
}
.licon-rank3:before {
content: "\e803";
}
.licon-crown:before {
content: "\e804";
}
.licon-lotus:before {
content: "\e805";
}
.licon-diamond:before {
content: "\e806";
}
.licon-diamond2:before {
content: "\e807";
}
.licon-diamond3:before {
content: "\e808";
}
.licon-diamond4:before {
content: "\e809";
}
.licon-linearicons:before {
content: "\e80a";
}
.licon-teacup:before {
content: "\e80b";
}
.licon-teapot:before {
content: "\e80c";
}
.licon-glass:before {
content: "\e80d";
}
.licon-bottle2:before {
content: "\e80e";
}
.licon-glass-cocktail:before {
content: "\e80f";
}
.licon-glass2:before {
content: "\e810";
}
.licon-dinner:before {
content: "\e811";
}
.licon-dinner2:before {
content: "\e812";
}
.licon-chef:before {
content: "\e813";
}
.licon-scale2:before {
content: "\e814";
}
.licon-egg:before {
content: "\e815";
}
.licon-egg2:before {
content: "\e816";
}
.licon-eggs:before {
content: "\e817";
}
.licon-platter:before {
content: "\e818";
}
.licon-steak:before {
content: "\e819";
}
.licon-hamburger:before {
content: "\e81a";
}
.licon-hotdog:before {
content: "\e81b";
}
.licon-pizza:before {
content: "\e81c";
}
.licon-sausage:before {
content: "\e81d";
}
.licon-chicken:before {
content: "\e81e";
}
.licon-fish:before {
content: "\e81f";
}
.licon-carrot:before {
content: "\e820";
}
.licon-cheese:before {
content: "\e821";
}
.licon-bread:before {
content: "\e822";
}
.licon-ice-cream:before {
content: "\e823";
}
.licon-ice-cream2:before {
content: "\e824";
}
.licon-candy:before {
content: "\e825";
}
.licon-lollipop:before {
content: "\e826";
}
.licon-coffee-bean:before {
content: "\e827";
}
.licon-coffee-cup:before {
content: "\e828";
}
.licon-cherry:before {
content: "\e829";
}
.licon-grapes:before {
content: "\e82a";
}
.licon-citrus:before {
content: "\e82b";
}
.licon-apple:before {
content: "\e82c";
}
.licon-leaf:before {
content: "\e82d";
}
.licon-landscape:before {
content: "\e82e";
}
.licon-pine-tree:before {
content: "\e82f";
}
.licon-tree:before {
content: "\e830";
}
.licon-cactus:before {
content: "\e831";
}
.licon-paw:before {
content: "\e832";
}
.licon-footprint:before {
content: "\e833";
}
.licon-speed-slow:before {
content: "\e834";
}
.licon-speed-medium:before {
content: "\e835";
}
.licon-speed-fast:before {
content: "\e836";
}
.licon-rocket:before {
content: "\e837";
}
.licon-hammer2:before {
content: "\e838";
}
.licon-balance:before {
content: "\e839";
}
.licon-briefcase:before {
content: "\e83a";
}
.licon-luggage-weight:before {
content: "\e83b";
}
.licon-dolly:before {
content: "\e83c";
}
.licon-plane:before {
content: "\e83d";
}
.licon-plane-crossed:before {
content: "\e83e";
}
.licon-helicopter:before {
content: "\e83f";
}
.licon-traffic-lights:before {
content: "\e840";
}
.licon-siren:before {
content: "\e841";
}
.licon-road:before {
content: "\e842";
}
.licon-engine:before {
content: "\e843";
}
.licon-oil-pressure:before {
content: "\e844";
}
.licon-coolant-temperature:before {
content: "\e845";
}
.licon-car-battery:before {
content: "\e846";
}
.licon-gas:before {
content: "\e847";
}
.licon-gallon:before {
content: "\e848";
}
.licon-transmission:before {
content: "\e849";
}
.licon-car:before {
content: "\e84a";
}
.licon-car-wash:before {
content: "\e84b";
}
.licon-car-wash2:before {
content: "\e84c";
}
.licon-bus:before {
content: "\e84d";
}
.licon-bus2:before {
content: "\e84e";
}
.licon-car2:before {
content: "\e84f";
}
.licon-parking:before {
content: "\e850";
}
.licon-car-lock:before {
content: "\e851";
}
.licon-taxi:before {
content: "\e852";
}
.licon-car-siren:before {
content: "\e853";
}
.licon-car-wash3:before {
content: "\e854";
}
.licon-car-wash4:before {
content: "\e855";
}
.licon-ambulance:before {
content: "\e856";
}
.licon-truck:before {
content: "\e857";
}
.licon-trailer:before {
content: "\e858";
}
.licon-scale-truck:before {
content: "\e859";
}
.licon-train:before {
content: "\e85a";
}
.licon-ship:before {
content: "\e85b";
}
.licon-ship2:before {
content: "\e85c";
}
.licon-anchor:before {
content: "\e85d";
}
.licon-boat:before {
content: "\e85e";
}
.licon-bicycle:before {
content: "\e85f";
}
.licon-bicycle2:before {
content: "\e860";
}
.licon-dumbbell:before {
content: "\e861";
}
.licon-bench-press:before {
content: "\e862";
}
.licon-swim:before {
content: "\e863";
}
.licon-football:before {
content: "\e864";
}
.licon-baseball-bat:before {
content: "\e865";
}
.licon-baseball:before {
content: "\e866";
}
.licon-tennis:before {
content: "\e867";
}
.licon-tennis2:before {
content: "\e868";
}
.licon-ping-pong:before {
content: "\e869";
}
.licon-hockey:before {
content: "\e86a";
}
.licon-8ball:before {
content: "\e86b";
}
.licon-bowling:before {
content: "\e86c";
}
.licon-bowling-pins:before {
content: "\e86d";
}
.licon-golf:before {
content: "\e86e";
}
.licon-golf2:before {
content: "\e86f";
}
.licon-archery:before {
content: "\e870";
}
.licon-slingshot:before {
content: "\e871";
}
.licon-soccer:before {
content: "\e872";
}
.licon-basketball:before {
content: "\e873";
}
.licon-cube:before {
content: "\e874";
}
.licon-3d-rotate:before {
content: "\e875";
}
.licon-puzzle:before {
content: "\e876";
}
.licon-glasses:before {
content: "\e877";
}
.licon-glasses2:before {
content: "\e878";
}
.licon-accessibility:before {
content: "\e879";
}
.licon-wheelchair:before {
content: "\e87a";
}
.licon-wall:before {
content: "\e87b";
}
.licon-fence:before {
content: "\e87c";
}
.licon-wall2:before {
content: "\e87d";
}
.licon-icons:before {
content: "\e87e";
}
.licon-resize-handle:before {
content: "\e87f";
}
.licon-icons2:before {
content: "\e880";
}
.licon-select:before {
content: "\e881";
}
.licon-select2:before {
content: "\e882";
}
.licon-site-map:before {
content: "\e883";
}
.licon-earth:before {
content: "\e884";
}
.licon-earth-lock:before {
content: "\e885";
}
.licon-network:before {
content: "\e886";
}
.licon-network-lock:before {
content: "\e887";
}
.licon-planet:before {
content: "\e888";
}
.licon-happy:before {
content: "\e889";
}
.licon-smile:before {
content: "\e88a";
}
.licon-grin:before {
content: "\e88b";
}
.licon-tongue:before {
content: "\e88c";
}
.licon-sad:before {
content: "\e88d";
}
.licon-wink:before {
content: "\e88e";
}
.licon-dream:before {
content: "\e88f";
}
.licon-shocked:before {
content: "\e890";
}
.licon-shocked2:before {
content: "\e891";
}
.licon-tongue2:before {
content: "\e892";
}
.licon-neutral:before {
content: "\e893";
}
.licon-happy-grin:before {
content: "\e894";
}
.licon-cool:before {
content: "\e895";
}
.licon-mad:before {
content: "\e896";
}
.licon-grin-evil:before {
content: "\e897";
}
.licon-evil:before {
content: "\e898";
}
.licon-wow:before {
content: "\e899";
}
.licon-annoyed:before {
content: "\e89a";
}
.licon-wondering:before {
content: "\e89b";
}
.licon-confused:before {
content: "\e89c";
}
.licon-zipped:before {
content: "\e89d";
}
.licon-grumpy:before {
content: "\e89e";
}
.licon-mustache:before {
content: "\e89f";
}
.licon-tombstone-hipster:before {
content: "\e8a0";
}
.licon-tombstone:before {
content: "\e8a1";
}
.licon-ghost:before {
content: "\e8a2";
}
.licon-ghost-hipster:before {
content: "\e8a3";
}
.licon-halloween:before {
content: "\e8a4";
}
.licon-christmas:before {
content: "\e8a5";
}
.licon-easter-egg:before {
content: "\e8a6";
}
.licon-mustache2:before {
content: "\e8a7";
}
.licon-mustache-glasses:before {
content: "\e8a8";
}
.licon-pipe:before {
content: "\e8a9";
}
.licon-alarm:before {
content: "\e8aa";
}
.licon-alarm-add:before {
content: "\e8ab";
}
.licon-alarm-snooze:before {
content: "\e8ac";
}
.licon-alarm-ringing:before {
content: "\e8ad";
}
.licon-bullhorn:before {
content: "\e8ae";
}
.licon-hearing:before {
content: "\e8af";
}
.licon-volume-high:before {
content: "\e8b0";
}
.licon-volume-medium:before {
content: "\e8b1";
}
.licon-volume-low:before {
content: "\e8b2";
}
.licon-volume:before {
content: "\e8b3";
}
.licon-mute:before {
content: "\e8b4";
}
.licon-lan:before {
content: "\e8b5";
}
.licon-lan2:before {
content: "\e8b6";
}
.licon-wifi:before {
content: "\e8b7";
}
.licon-wifi-lock:before {
content: "\e8b8";
}
.licon-wifi-blocked:before {
content: "\e8b9";
}
.licon-wifi-mid:before {
content: "\e8ba";
}
.licon-wifi-low:before {
content: "\e8bb";
}
.licon-wifi-low2:before {
content: "\e8bc";
}
.licon-wifi-alert:before {
content: "\e8bd";
}
.licon-wifi-alert-mid:before {
content: "\e8be";
}
.licon-wifi-alert-low:before {
content: "\e8bf";
}
.licon-wifi-alert-low2:before {
content: "\e8c0";
}
.licon-stream:before {
content: "\e8c1";
}
.licon-stream-check:before {
content: "\e8c2";
}
.licon-stream-error:before {
content: "\e8c3";
}
.licon-stream-alert:before {
content: "\e8c4";
}
.licon-communication:before {
content: "\e8c5";
}
.licon-communication-crossed:before {
content: "\e8c6";
}
.licon-broadcast:before {
content: "\e8c7";
}
.licon-antenna:before {
content: "\e8c8";
}
.licon-satellite:before {
content: "\e8c9";
}
.licon-satellite2:before {
content: "\e8ca";
}
.licon-mic:before {
content: "\e8cb";
}
.licon-mic-mute:before {
content: "\e8cc";
}
.licon-mic2:before {
content: "\e8cd";
}
.licon-spotlights:before {
content: "\e8ce";
}
.licon-hourglass:before {
content: "\e8cf";
}
.licon-loading:before {
content: "\e8d0";
}
.licon-loading2:before {
content: "\e8d1";
}
.licon-loading3:before {
content: "\e8d2";
}
.licon-refresh:before {
content: "\e8d3";
}
.licon-refresh2:before {
content: "\e8d4";
}
.licon-undo:before {
content: "\e8d5";
}
.licon-redo:before {
content: "\e8d6";
}
.licon-jump2:before {
content: "\e8d7";
}
.licon-undo2:before {
content: "\e8d8";
}
.licon-redo2:before {
content: "\e8d9";
}
.licon-sync:before {
content: "\e8da";
}
.licon-repeat-one2:before {
content: "\e8db";
}
.licon-sync-crossed:before {
content: "\e8dc";
}
.licon-sync2:before {
content: "\e8dd";
}
.licon-repeat-one3:before {
content: "\e8de";
}
.licon-sync-crossed2:before {
content: "\e8df";
}
.licon-return:before {
content: "\e8e0";
}
.licon-return2:before {
content: "\e8e1";
}
.licon-refund:before {
content: "\e8e2";
}
.licon-history:before {
content: "\e8e3";
}
.licon-history2:before {
content: "\e8e4";
}
.licon-self-timer:before {
content: "\e8e5";
}
.licon-clock:before {
content: "\e8e6";
}
.licon-clock2:before {
content: "\e8e7";
}
.licon-clock3:before {
content: "\e8e8";
}
.licon-watch:before {
content: "\e8e9";
}
.licon-alarm2:before {
content: "\e8ea";
}
.licon-alarm-add2:before {
content: "\e8eb";
}
.licon-alarm-remove:before {
content: "\e8ec";
}
.licon-alarm-check:before {
content: "\e8ed";
}
.licon-alarm-error:before {
content: "\e8ee";
}
.licon-timer:before {
content: "\e8ef";
}
.licon-timer-crossed:before {
content: "\e8f0";
}
.licon-timer2:before {
content: "\e8f1";
}
.licon-timer-crossed2:before {
content: "\e8f2";
}
.licon-download:before {
content: "\e8f3";
}
.licon-upload:before {
content: "\e8f4";
}
.licon-download2:before {
content: "\e8f5";
}
.licon-upload2:before {
content: "\e8f6";
}
.licon-enter-up:before {
content: "\e8f7";
}
.licon-enter-down:before {
content: "\e8f8";
}
.licon-enter-left:before {
content: "\e8f9";
}
.licon-enter-right:before {
content: "\e8fa";
}
.licon-exit-up:before {
content: "\e8fb";
}
.licon-exit-down:before {
content: "\e8fc";
}
.licon-exit-left:before {
content: "\e8fd";
}
.licon-exit-right:before {
content: "\e8fe";
}
.licon-enter-up2:before {
content: "\e8ff";
}
.licon-enter-down2:before {
content: "\e900";
}
.licon-enter-vertical:before {
content: "\e901";
}
.licon-enter-left2:before {
content: "\e902";
}
.licon-enter-right2:before {
content: "\e903";
}
.licon-enter-horizontal:before {
content: "\e904";
}
.licon-exit-up2:before {
content: "\e905";
}
.licon-exit-down2:before {
content: "\e906";
}
.licon-exit-left2:before {
content: "\e907";
}
.licon-exit-right2:before {
content: "\e908";
}
.licon-cli:before {
content: "\e909";
}
.licon-bug:before {
content: "\e90a";
}
.licon-code:before {
content: "\e90b";
}
.licon-file-code:before {
content: "\e90c";
}
.licon-file-image:before {
content: "\e90d";
}
.licon-file-zip:before {
content: "\e90e";
}
.licon-file-audio:before {
content: "\e90f";
}
.licon-file-video:before {
content: "\e910";
}
.licon-file-preview:before {
content: "\e911";
}
.licon-file-charts:before {
content: "\e912";
}
.licon-file-stats:before {
content: "\e913";
}
.licon-file-spreadsheet:before {
content: "\e914";
}
.licon-link:before {
content: "\e915";
}
.licon-unlink:before {
content: "\e916";
}
.licon-link2:before {
content: "\e917";
}
.licon-unlink2:before {
content: "\e918";
}
.licon-thumbs-up:before {
content: "\e919";
}
.licon-thumbs-down:before {
content: "\e91a";
}
.licon-thumbs-up2:before {
content: "\e91b";
}
.licon-thumbs-down2:before {
content: "\e91c";
}
.licon-thumbs-up3:before {
content: "\e91d";
}
.licon-thumbs-down3:before {
content: "\e91e";
}
.licon-share:before {
content: "\e91f";
}
.licon-share2:before {
content: "\e920";
}
.licon-share3:before {
content: "\e921";
}
.licon-magnifier:before {
content: "\e922";
}
.licon-file-search:before {
content: "\e923";
}
.licon-find-replace:before {
content: "\e924";
}
.licon-zoom-in:before {
content: "\e925";
}
.licon-zoom-out:before {
content: "\e926";
}
.licon-loupe:before {
content: "\e927";
}
.licon-loupe-zoom-in:before {
content: "\e928";
}
.licon-loupe-zoom-out:before {
content: "\e929";
}
.licon-cross:before {
content: "\e92a";
}
.licon-menu:before {
content: "\e92b";
}
.licon-list:before {
content: "\e92c";
}
.licon-list2:before {
content: "\e92d";
}
.licon-list3:before {
content: "\e92e";
}
.licon-menu2:before {
content: "\e92f";
}
.licon-list4:before {
content: "\e930";
}
.licon-menu3:before {
content: "\e931";
}
.licon-exclamation:before {
content: "\e932";
}
.licon-question:before {
content: "\e933";
}
.licon-check:before {
content: "\e934";
}
.licon-cross2:before {
content: "\e935";
}
.licon-plus:before {
content: "\e936";
}
.licon-minus:before {
content: "\e937";
}
.licon-percent:before {
content: "\e938";
}
.licon-chevron-up:before {
content: "\e939";
}
.licon-chevron-down:before {
content: "\e93a";
}
.licon-chevron-left:before {
content: "\e93b";
}
.licon-chevron-right:before {
content: "\e93c";
}
.licon-chevrons-expand-vertical:before {
content: "\e93d";
}
.licon-chevrons-expand-horizontal:before {
content: "\e93e";
}
.licon-chevrons-contract-vertical:before {
content: "\e93f";
}
.licon-chevrons-contract-horizontal:before {
content: "\e940";
}
.licon-arrow-up:before {
content: "\e941";
}
.licon-arrow-down:before {
content: "\e942";
}
.licon-arrow-left:before {
content: "\e943";
}
.licon-arrow-right:before {
content: "\e944";
}
.licon-arrow-up-right:before {
content: "\e945";
}
.licon-arrows-merge:before {
content: "\e946";
}
.licon-arrows-split:before {
content: "\e947";
}
.licon-arrow-divert:before {
content: "\e948";
}
.licon-arrow-return:before {
content: "\e949";
}
.licon-expand:before {
content: "\e94a";
}
.licon-contract:before {
content: "\e94b";
}
.licon-expand2:before {
content: "\e94c";
}
.licon-contract2:before {
content: "\e94d";
}
.licon-move:before {
content: "\e94e";
}
.licon-tab:before {
content: "\e94f";
}
.licon-arrow-wave:before {
content: "\e950";
}
.licon-expand3:before {
content: "\e951";
}
.licon-expand4:before {
content: "\e952";
}
.licon-contract3:before {
content: "\e953";
}
.licon-notification:before {
content: "\e954";
}
.licon-warning:before {
content: "\e955";
}
.licon-notification-circle:before {
content: "\e956";
}
.licon-question-circle:before {
content: "\e957";
}
.licon-menu-circle:before {
content: "\e958";
}
.licon-checkmark-circle:before {
content: "\e959";
}
.licon-cross-circle:before {
content: "\e95a";
}
.licon-plus-circle:before {
content: "\e95b";
}
.licon-circle-minus:before {
content: "\e95c";
}
.licon-percent-circle:before {
content: "\e95d";
}
.licon-arrow-up-circle:before {
content: "\e95e";
}
.licon-arrow-down-circle:before {
content: "\e95f";
}
.licon-arrow-left-circle:before {
content: "\e960";
}
.licon-arrow-right-circle:before {
content: "\e961";
}
.licon-chevron-up-circle:before {
content: "\e962";
}
.licon-chevron-down-circle:before {
content: "\e963";
}
.licon-chevron-left-circle:before {
content: "\e964";
}
.licon-chevron-right-circle:before {
content: "\e965";
}
.licon-backward-circle:before {
content: "\e966";
}
.licon-first-circle:before {
content: "\e967";
}
.licon-previous-circle:before {
content: "\e968";
}
.licon-stop-circle:before {
content: "\e969";
}
.licon-play-circle:before {
content: "\e96a";
}
.licon-pause-circle:before {
content: "\e96b";
}
.licon-next-circle:before {
content: "\e96c";
}
.licon-last-circle:before {
content: "\e96d";
}
.licon-forward-circle:before {
content: "\e96e";
}
.licon-eject-circle:before {
content: "\e96f";
}
.licon-crop:before {
content: "\e970";
}
.licon-frame-expand:before {
content: "\e971";
}
.licon-frame-contract:before {
content: "\e972";
}
.licon-focus:before {
content: "\e973";
}
.licon-transform:before {
content: "\e974";
}
.licon-grid:before {
content: "\e975";
}
.licon-grid-crossed:before {
content: "\e976";
}
.licon-layers:before {
content: "\e977";
}
.licon-layers-crossed:before {
content: "\e978";
}
.licon-toggle:before {
content: "\e979";
}
.licon-rulers:before {
content: "\e97a";
}
.licon-ruler:before {
content: "\e97b";
}
.licon-funnel:before {
content: "\e97c";
}
.licon-flip-horizontal:before {
content: "\e97d";
}
.licon-flip-vertical:before {
content: "\e97e";
}
.licon-flip-horizontal2:before {
content: "\e97f";
}
.licon-flip-vertical2:before {
content: "\e980";
}
.licon-angle:before {
content: "\e981";
}
.licon-angle2:before {
content: "\e982";
}
.licon-subtract:before {
content: "\e983";
}
.licon-combine:before {
content: "\e984";
}
.licon-intersect:before {
content: "\e985";
}
.licon-exclude:before {
content: "\e986";
}
.licon-align-center-vertical:before {
content: "\e987";
}
.licon-align-right:before {
content: "\e988";
}
.licon-align-bottom:before {
content: "\e989";
}
.licon-align-left:before {
content: "\e98a";
}
.licon-align-center-horizontal:before {
content: "\e98b";
}
.licon-align-top:before {
content: "\e98c";
}
.licon-square:before {
content: "\e98d";
}
.licon-plus-square:before {
content: "\e98e";
}
.licon-minus-square:before {
content: "\e98f";
}
.licon-percent-square:before {
content: "\e990";
}
.licon-arrow-up-square:before {
content: "\e991";
}
.licon-arrow-down-square:before {
content: "\e992";
}
.licon-arrow-left-square:before {
content: "\e993";
}
.licon-arrow-right-square:before {
content: "\e994";
}
.licon-chevron-up-square:before {
content: "\e995";
}
.licon-chevron-down-square:before {
content: "\e996";
}
.licon-chevron-left-square:before {
content: "\e997";
}
.licon-chevron-right-square:before {
content: "\e998";
}
.licon-check-square:before {
content: "\e999";
}
.licon-cross-square:before {
content: "\e99a";
}
.licon-menu-square:before {
content: "\e99b";
}
.licon-prohibited:before {
content: "\e99c";
}
.licon-circle:before {
content: "\e99d";
}
.licon-radio-button:before {
content: "\e99e";
}
.licon-ligature:before {
content: "\e99f";
}
.licon-text-format:before {
content: "\e9a0";
}
.licon-text-format-remove:before {
content: "\e9a1";
}
.licon-text-size:before {
content: "\e9a2";
}
.licon-bold:before {
content: "\e9a3";
}
.licon-italic:before {
content: "\e9a4";
}
.licon-underline:before {
content: "\e9a5";
}
.licon-strikethrough:before {
content: "\e9a6";
}
.licon-highlight:before {
content: "\e9a7";
}
.licon-text-align-left:before {
content: "\e9a8";
}
.licon-text-align-center:before {
content: "\e9a9";
}
.licon-text-align-right:before {
content: "\e9aa";
}
.licon-text-align-justify:before {
content: "\e9ab";
}
.licon-line-spacing:before {
content: "\e9ac";
}
.licon-indent-increase:before {
content: "\e9ad";
}
.licon-indent-decrease:before {
content: "\e9ae";
}
.licon-text-wrap:before {
content: "\e9af";
}
.licon-pilcrow:before {
content: "\e9b0";
}
.licon-direction-ltr:before {
content: "\e9b1";
}
.licon-direction-rtl:before {
content: "\e9b2";
}
.licon-page-break:before {
content: "\e9b3";
}
.licon-page-break2:before {
content: "\e9b4";
}
.licon-sort-alpha-asc:before {
content: "\e9b5";
}
.licon-sort-alpha-desc:before {
content: "\e9b6";
}
.licon-sort-numeric-asc:before {
content: "\e9b7";
}
.licon-sort-numeric-desc:before {
content: "\e9b8";
}
.licon-sort-amount-asc:before {
content: "\e9b9";
}
.licon-sort-amount-desc:before {
content: "\e9ba";
}
.licon-sort-time-asc:before {
content: "\e9bb";
}
.licon-sort-time-desc:before {
content: "\e9bc";
}
.licon-sigma:before {
content: "\e9bd";
}
.licon-pencil-line:before {
content: "\e9be";
}
.licon-hand:before {
content: "\e9bf";
}
.licon-pointer-up:before {
content: "\e9c0";
}
.licon-pointer-right:before {
content: "\e9c1";
}
.licon-pointer-down:before {
content: "\e9c2";
}
.licon-pointer-left:before {
content: "\e9c3";
}
.licon-finger-tap:before {
content: "\e9c4";
}
.licon-fingers-tap:before {
content: "\e9c5";
}
.licon-reminder:before {
content: "\e9c6";
}
.licon-fingers-crossed:before {
content: "\e9c7";
}
.licon-fingers-victory:before {
content: "\e9c8";
}
.licon-gesture-zoom:before {
content: "\e9c9";
}
.licon-gesture-pinch:before {
content: "\e9ca";
}
.licon-fingers-scroll-horizontal:before {
content: "\e9cb";
}
.licon-fingers-scroll-vertical:before {
content: "\e9cc";
}
.licon-fingers-scroll-left:before {
content: "\e9cd";
}
.licon-fingers-scroll-right:before {
content: "\e9ce";
}
.licon-hand2:before {
content: "\e9cf";
}
.licon-pointer-up2:before {
content: "\e9d0";
}
.licon-pointer-right2:before {
content: "\e9d1";
}
.licon-pointer-down2:before {
content: "\e9d2";
}
.licon-pointer-left2:before {
content: "\e9d3";
}
.licon-finger-tap2:before {
content: "\e9d4";
}
.licon-fingers-tap2:before {
content: "\e9d5";
}
.licon-reminder2:before {
content: "\e9d6";
}
.licon-gesture-zoom2:before {
content: "\e9d7";
}
.licon-gesture-pinch2:before {
content: "\e9d8";
}
.licon-fingers-scroll-horizontal2:before {
content: "\e9d9";
}
.licon-fingers-scroll-vertical2:before {
content: "\e9da";
}
.licon-fingers-scroll-left2:before {
content: "\e9db";
}
.licon-fingers-scroll-right2:before {
content: "\e9dc";
}
.licon-fingers-scroll-vertical3:before {
content: "\e9dd";
}
.licon-border-style:before {
content: "\e9de";
}
.licon-border-all:before {
content: "\e9df";
}
.licon-border-outer:before {
content: "\e9e0";
}
.licon-border-inner:before {
content: "\e9e1";
}
.licon-border-top:before {
content: "\e9e2";
}
.licon-border-horizontal:before {
content: "\e9e3";
}
.licon-border-bottom:before {
content: "\e9e4";
}
.licon-border-left:before {
content: "\e9e5";
}
.licon-border-vertical:before {
content: "\e9e6";
}
.licon-border-right:before {
content: "\e9e7";
}
.licon-border-none:before {
content: "\e9e8";
}
.licon-ellipsis:before {
content: "\e9e9";
}
.licon-uni21:before {
content: "\21";
}
.licon-uni22:before {
content: "\22";
}
.licon-uni23:before {
content: "\23";
}
.licon-uni24:before {
content: "\24";
}
.licon-uni25:before {
content: "\25";
}
.licon-uni26:before {
content: "\26";
}
.licon-uni27:before {
content: "\27";
}
.licon-uni28:before {
content: "\28";
}
.licon-uni29:before {
content: "\29";
}
.licon-uni2a:before {
content: "\2a";
}
.licon-uni2b:before {
content: "\2b";
}
.licon-uni2c:before {
content: "\2c";
}
.licon-uni2d:before {
content: "\2d";
}
.licon-uni2e:before {
content: "\2e";
}
.licon-uni2f:before {
content: "\2f";
}
.licon-uni30:before {
content: "\30";
}
.licon-uni31:before {
content: "\31";
}
.licon-uni32:before {
content: "\32";
}
.licon-uni33:before {
content: "\33";
}
.licon-uni34:before {
content: "\34";
}
.licon-uni35:before {
content: "\35";
}
.licon-uni36<div><br></div>:before {
content: "\36";
}
.licon-uni37:before {
content: "\37";
}
.licon-uni38:before {
content: "\38";
}
.licon-uni39:before {
content: "\39";
}
.licon-uni3a:before {
content: "\3a";
}
.licon-uni3b:before {
content: "\3b";
}
.licon-uni3c:before {
content: "\3c";
}
.licon-uni3d:before {
content: "\3d";
}
.licon-uni3e:before {
content: "\3e";
}
.licon-uni3f:before {
content: "\3f";
}
.licon-uni40:before {
content: "\40";
}
.licon-uni41:before {
content: "\41";
}
.licon-uni42:before {
content: "\42";
}
.licon-uni43:before {
content: "\43";
}
.licon-uni44:before {
content: "\44";
}
.licon-uni45:before {
content: "\45";
}
.licon-uni46:before {
content: "\46";
}
.licon-uni47:before {
content: "\47";
}
.licon-uni48:before {
content: "\48";
}
.licon-uni49:before {
content: "\49";
}
.licon-uni4a:before {
content: "\4a";
}
.licon-uni4b:before {
content: "\4b";
}
.licon-uni4c:before {
content: "\4c";
}
.licon-uni4d:before {
content: "\4d";
}
.licon-uni4e:before {
content: "\4e";
}
.licon-uni4f:before {
content: "\4f";
}
.licon-uni50:before {
content: "\50";
}
.licon-uni51:before {
content: "\51";
}
.licon-uni52:before {
content: "\52";
}
.licon-uni53:before {
content: "\53";
}
.licon-uni54:before {
content: "\54";
}
.licon-uni55:before {
content: "\55";
}
.licon-uni56:before {
content: "\56";
}
.licon-uni57:before {
content: "\57";
}
.licon-uni58:before {
content: "\58";
}
.licon-uni59:before {
content: "\59";
}
.licon-uni5a:before {
content: "\5a";
}
.licon-uni5b:before {
content: "\5b";
}
.licon-uni5c:before {
content: "\5c";
}
.licon-uni5d:before {
content: "\5d";
}
.licon-uni5e:before {
content: "\5e";
}
.licon-uni5f:before {
content: "\5f";
}
.licon-uni60:before {
content: "\60";
}
.licon-uni61:before {
content: "\61";
}
.licon-uni62:before {
content: "\62";
}
.licon-uni63:before {
content: "\63";
}
.licon-uni64:before {
content: "\64";
}
.licon-uni65:before {
content: "\65";
}
.licon-uni66:before {
content: "\66";
}
.licon-uni67:before {
content: "\67";
}
.licon-uni68:before {
content: "\68";
}
.licon-uni69:before {
content: "\69";
}
.licon-uni6a:before {
content: "\6a";
}
.licon-uni6b:before {
content: "\6b";
}
.licon-uni6c:before {
content: "\6c";
}
.licon-uni6d:before {
content: "\6d";
}
.licon-uni6e:before {
content: "\6e";
}
.licon-uni6f:before {
content: "\6f";
}
.licon-uni70:before {
content: "\70";
}
.licon-uni71:before {
content: "\71";
}
.licon-uni72:before {
content: "\72";
}
.licon-uni73:before {
content: "\73";
}
.licon-uni74:before {
content: "\74";
}
.licon-uni75:before {
content: "\75";
}
.licon-uni76:before {
content: "\76";
}
.licon-uni77:before {
content: "\77";
}
.licon-uni78:before {
content: "\78";
}
.licon-uni79:before {
content: "\79";
}
.licon-uni7a:before {
content: "\7a";
}
.licon-uni7b:before {
content: "\7b";
}
.licon-uni7c:before {
content: "\7c";
}
.licon-uni7d:before {
content: "\7d";
}
.licon-uni7e:before {
content: "\7e";
}
.licon-copyright:before {
content: "\a9";
} | public/assets/font/demo-files/demo.css | @font-face {
font-family: 'Linearicons';
src: url('../Linearicons.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="licon-"], [class*="licon-"] {
font-family: 'Linearicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Enable Ligatures ================ */
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga";
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.licon-home:before {
content: "\e600";
}
.licon-home2:before {
content: "\e601";
}
.licon-home3:before {
content: "\e602";
}
.licon-home4:before {
content: "\e603";
}
.licon-home5:before {
content: "\e604";
}
.licon-home6:before {
content: "\e605";
}
.licon-bathtub:before {
content: "\e606";
}
.licon-toothbrush:before {
content: "\e607";
}
.licon-bed:before {
content: "\e608";
}
.licon-couch:before {
content: "\e609";
}
.licon-chair:before {
content: "\e60a";
}
.licon-city:before {
content: "\e60b";
}
.licon-apartment:before {
content: "\e60c";
}
.licon-pencil:before {
content: "\e60d";
}
.licon-pencil2:before {
content: "\e60e";
}
.licon-pen:before {
content: "\e60f";
}
.licon-pencil3:before {
content: "\e610";
}
.licon-eraser:before {
content: "\e611";
}
.licon-pencil4:before {
content: "\e612";
}
.licon-pencil5:before {
content: "\e613";
}
.licon-feather:before {
content: "\e614";
}
.licon-feather2:before {
content: "\e615";
}
.licon-feather3:before {
content: "\e616";
}
.licon-pen2:before {
content: "\e617";
}
.licon-pen-add:before {
content: "\e618";
}
.licon-pen-remove:before {
content: "\e619";
}
.licon-vector:before {
content: "\e61a";
}
.licon-pen3:before {
content: "\e61b";
}
.licon-blog:before {
content: "\e61c";
}
.licon-brush:before {
content: "\e61d";
}
.licon-brush2:before {
content: "\e61e";
}
.licon-spray:before {
content: "\e61f";
}
.licon-paint-roller:before {
content: "\e620";
}
.licon-stamp:before {
content: "\e621";
}
.licon-tape:before {
content: "\e622";
}
.licon-desk-tape:before {
content: "\e623";
}
.licon-texture:before {
content: "\e624";
}
.licon-eye-dropper:before {
content: "\e625";
}
.licon-palette:before {
content: "\e626";
}
.licon-color-sampler:before {
content: "\e627";
}
.licon-bucket:before {
content: "\e628";
}
.licon-gradient:before {
content: "\e629";
}
.licon-gradient2:before {
content: "\e62a";
}
.licon-magic-wand:before {
content: "\e62b";
}
.licon-magnet:before {
content: "\e62c";
}
.licon-pencil-ruler:before {
content: "\e62d";
}
.licon-pencil-ruler2:before {
content: "\e62e";
}
.licon-compass:before {
content: "\e62f";
}
.licon-aim:before {
content: "\e630";
}
.licon-gun:before {
content: "\e631";
}
.licon-bottle:before {
content: "\e632";
}
.licon-drop:before {
content: "\e633";
}
.licon-drop-crossed:before {
content: "\e634";
}
.licon-drop2:before {
content: "\e635";
}
.licon-snow:before {
content: "\e636";
}
.licon-snow2:before {
content: "\e637";
}
.licon-fire:before {
content: "\e638";
}
.licon-lighter:before {
content: "\e639";
}
.licon-knife:before {
content: "\e63a";
}
.licon-dagger:before {
content: "\e63b";
}
.licon-tissue:before {
content: "\e63c";
}
.licon-toilet-paper:before {
content: "\e63d";
}
.licon-poop:before {
content: "\e63e";
}
.licon-umbrella:before {
content: "\e63f";
}
.licon-umbrella2:before {
content: "\e640";
}
.licon-rain:before {
content: "\e641";
}
.licon-tornado:before {
content: "\e642";
}
.licon-wind:before {
content: "\e643";
}
.licon-fan:before {
content: "\e644";
}
.licon-contrast:before {
content: "\e645";
}
.licon-sun-small:before {
content: "\e646";
}
.licon-sun:before {
content: "\e647";
}
.licon-sun2:before {
content: "\e648";
}
.licon-moon:before {
content: "\e649";
}
.licon-cloud:before {
content: "\e64a";
}
.licon-cloud-upload:before {
content: "\e64b";
}
.licon-cloud-download:before {
content: "\e64c";
}
.licon-cloud-rain:before {
content: "\e64d";
}
.licon-cloud-hailstones:before {
content: "\e64e";
}
.licon-cloud-snow:before {
content: "\e64f";
}
.licon-cloud-windy:before {
content: "\e650";
}
.licon-sun-wind:before {
content: "\e651";
}
.licon-cloud-fog:before {
content: "\e652";
}
.licon-cloud-sun:before {
content: "\e653";
}
.licon-cloud-lightning:before {
content: "\e654";
}
.licon-cloud-sync:before {
content: "\e655";
}
.licon-cloud-lock:before {
content: "\e656";
}
.licon-cloud-gear:before {
content: "\e657";
}
.licon-cloud-alert:before {
content: "\e658";
}
.licon-cloud-check:before {
content: "\e659";
}
.licon-cloud-cross:before {
content: "\e65a";
}
.licon-cloud-crossed:before {
content: "\e65b";
}
.licon-cloud-database:before {
content: "\e65c";
}
.licon-database:before {
content: "\e65d";
}
.licon-database-add:before {
content: "\e65e";
}
.licon-database-remove:before {
content: "\e65f";
}
.licon-database-lock:before {
content: "\e660";
}
.licon-database-refresh:before {
content: "\e661";
}
.licon-database-check:before {
content: "\e662";
}
.licon-database-history:before {
content: "\e663";
}
.licon-database-upload:before {
content: "\e664";
}
.licon-database-download:before {
content: "\e665";
}
.licon-server:before {
content: "\e666";
}
.licon-shield:before {
content: "\e667";
}
.licon-shield-check:before {
content: "\e668";
}
.licon-shield-alert:before {
content: "\e669";
}
.licon-shield-cross:before {
content: "\e66a";
}
.licon-lock:before {
content: "\e66b";
}
.licon-rotation-lock:before {
content: "\e66c";
}
.licon-unlock:before {
content: "\e66d";
}
.licon-key:before {
content: "\e66e";
}
.licon-key-hole:before {
content: "\e66f";
}
.licon-toggle-off:before {
content: "\e670";
}
.licon-toggle-on:before {
content: "\e671";
}
.licon-cog:before {
content: "\e672";
}
.licon-cog2:before {
content: "\e673";
}
.licon-wrench:before {
content: "\e674";
}
.licon-screwdriver:before {
content: "\e675";
}
.licon-hammer-wrench:before {
content: "\e676";
}
.licon-hammer:before {
content: "\e677";
}
.licon-saw:before {
content: "\e678";
}
.licon-axe:before {
content: "\e679";
}
.licon-axe2:before {
content: "\e67a";
}
.licon-shovel:before {
content: "\e67b";
}
.licon-pickaxe:before {
content: "\e67c";
}
.licon-factory:before {
content: "\e67d";
}
.licon-factory2:before {
content: "\e67e";
}
.licon-recycle:before {
content: "\e67f";
}
.licon-trash:before {
content: "\e680";
}
.licon-trash2:before {
content: "\e681";
}
.licon-trash3:before {
content: "\e682";
}
.licon-broom:before {
content: "\e683";
}
.licon-game:before {
content: "\e684";
}
.licon-gamepad:before {
content: "\e685";
}
.licon-joystick:before {
content: "\e686";
}
.licon-dice:before {
content: "\e687";
}
.licon-spades:before {
content: "\e688";
}
.licon-diamonds:before {
content: "\e689";
}
.licon-clubs:before {
content: "\e68a";
}
.licon-hearts:before {
content: "\e68b";
}
.licon-heart:before {
content: "\e68c";
}
.licon-star:before {
content: "\e68d";
}
.licon-star-half:before {
content: "\e68e";
}
.licon-star-empty:before {
content: "\e68f";
}
.licon-flag:before {
content: "\e690";
}
.licon-flag2:before {
content: "\e691";
}
.licon-flag3:before {
content: "\e692";
}
.licon-mailbox-full:before {
content: "\e693";
}
.licon-mailbox-empty:before {
content: "\e694";
}
.licon-at-sign:before {
content: "\e695";
}
.licon-envelope:before {
content: "\e696";
}
.licon-envelope-open:before {
content: "\e697";
}
.licon-paperclip:before {
content: "\e698";
}
.licon-paper-plane:before {
content: "\e699";
}
.licon-reply:before {
content: "\e69a";
}
.licon-reply-all:before {
content: "\e69b";
}
.licon-inbox:before {
content: "\e69c";
}
.licon-inbox2:before {
content: "\e69d";
}
.licon-outbox:before {
content: "\e69e";
}
.licon-box:before {
content: "\e69f";
}
.licon-archive:before {
content: "\e6a0";
}
.licon-archive2:before {
content: "\e6a1";
}
.licon-drawers:before {
content: "\e6a2";
}
.licon-drawers2:before {
content: "\e6a3";
}
.licon-drawers3:before {
content: "\e6a4";
}
.licon-eye:before {
content: "\e6a5";
}
.licon-eye-crossed:before {
content: "\e6a6";
}
.licon-eye-plus:before {
content: "\e6a7";
}
.licon-eye-minus:before {
content: "\e6a8";
}
.licon-binoculars:before {
content: "\e6a9";
}
.licon-binoculars2:before {
content: "\e6aa";
}
.licon-hdd:before {
content: "\e6ab";
}
.licon-hdd-down:before {
content: "\e6ac";
}
.licon-hdd-up:before {
content: "\e6ad";
}
.licon-floppy-disk:before {
content: "\e6ae";
}
.licon-disc:before {
content: "\e6af";
}
.licon-tape2:before {
content: "\e6b0";
}
.licon-printer:before {
content: "\e6b1";
}
.licon-shredder:before {
content: "\e6b2";
}
.licon-file-empty:before {
content: "\e6b3";
}
.licon-file-add:before {
content: "\e6b4";
}
.licon-file-check:before {
content: "\e6b5";
}
.licon-file-lock:before {
content: "\e6b6";
}
.licon-files:before {
content: "\e6b7";
}
.licon-copy:before {
content: "\e6b8";
}
.licon-compare:before {
content: "\e6b9";
}
.licon-folder:before {
content: "\e6ba";
}
.licon-folder-search:before {
content: "\e6bb";
}
.licon-folder-plus:before {
content: "\e6bc";
}
.licon-folder-minus:before {
content: "\e6bd";
}
.licon-folder-download:before {
content: "\e6be";
}
.licon-folder-upload:before {
content: "\e6bf";
}
.licon-folder-star:before {
content: "\e6c0";
}
.licon-folder-heart:before {
content: "\e6c1";
}
.licon-folder-user:before {
content: "\e6c2";
}
.licon-folder-shared:before {
content: "\e6c3";
}
.licon-folder-music:before {
content: "\e6c4";
}
.licon-folder-picture:before {
content: "\e6c5";
}
.licon-folder-film:before {
content: "\e6c6";
}
.licon-scissors:before {
content: "\e6c7";
}
.licon-paste:before {
content: "\e6c8";
}
.licon-clipboard-empty:before {
content: "\e6c9";
}
.licon-clipboard-pencil:before {
content: "\e6ca";
}
.licon-clipboard-text:before {
content: "\e6cb";
}
.licon-clipboard-check:before {
content: "\e6cc";
}
.licon-clipboard-down:before {
content: "\e6cd";
}
.licon-clipboard-left:before {
content: "\e6ce";
}
.licon-clipboard-alert:before {
content: "\e6cf";
}
.licon-clipboard-user:before {
content: "\e6d0";
}
.licon-register:before {
content: "\e6d1";
}
.licon-enter:before {
content: "\e6d2";
}
.licon-exit:before {
content: "\e6d3";
}
.licon-papers:before {
content: "\e6d4";
}
.licon-news:before {
content: "\e6d5";
}
.licon-reading:before {
content: "\e6d6";
}
.licon-typewriter:before {
content: "\e6d7";
}
.licon-document:before {
content: "\e6d8";
}
.licon-document2:before {
content: "\e6d9";
}
.licon-graduation-hat:before {
content: "\e6da";
}
.licon-license:before {
content: "\e6db";
}
.licon-license2:before {
content: "\e6dc";
}
.licon-medal-empty:before {
content: "\e6dd";
}
.licon-medal-first:before {
content: "\e6de";
}
.licon-medal-second:before {
content: "\e6df";
}
.licon-medal-third:before {
content: "\e6e0";
}
.licon-podium:before {
content: "\e6e1";
}
.licon-trophy:before {
content: "\e6e2";
}
.licon-trophy2:before {
content: "\e6e3";
}
.licon-music-note:before {
content: "\e6e4";
}
.licon-music-note2:before {
content: "\e6e5";
}
.licon-music-note3:before {
content: "\e6e6";
}
.licon-playlist:before {
content: "\e6e7";
}
.licon-playlist-add:before {
content: "\e6e8";
}
.licon-guitar:before {
content: "\e6e9";
}
.licon-trumpet:before {
content: "\e6ea";
}
.licon-album:before {
content: "\e6eb";
}
.licon-shuffle:before {
content: "\e6ec";
}
.licon-repeat-one:before {
content: "\e6ed";
}
.licon-repeat:before {
content: "\e6ee";
}
.licon-headphones:before {
content: "\e6ef";
}
.licon-headset:before {
content: "\e6f0";
}
.licon-loudspeaker:before {
content: "\e6f1";
}
.licon-equalizer:before {
content: "\e6f2";
}
.licon-theater:before {
content: "\e6f3";
}
.licon-3d-glasses:before {
content: "\e6f4";
}
.licon-ticket:before {
content: "\e6f5";
}
.licon-presentation:before {
content: "\e6f6";
}
.licon-play:before {
content: "\e6f7";
}
.licon-film-play:before {
content: "\e6f8";
}
.licon-clapboard-play:before {
content: "\e6f9";
}
.licon-media:before {
content: "\e6fa";
}
.licon-film:before {
content: "\e6fb";
}
.licon-film2:before {
content: "\e6fc";
}
.licon-surveillance:before {
content: "\e6fd";
}
.licon-surveillance2:before {
content: "\e6fe";
}
.licon-camera:before {
content: "\e6ff";
}
.licon-camera-crossed:before {
content: "\e700";
}
.licon-camera-play:before {
content: "\e701";
}
.licon-time-lapse:before {
content: "\e702";
}
.licon-record:before {
content: "\e703";
}
.licon-camera2:before {
content: "\e704";
}
.licon-camera-flip:before {
content: "\e705";
}
.licon-panorama:before {
content: "\e706";
}
.licon-time-lapse2:before {
content: "\e707";
}
.licon-shutter:before {
content: "\e708";
}
.licon-shutter2:before {
content: "\e709";
}
.licon-face-detection:before {
content: "\e70a";
}
.licon-flare:before {
content: "\e70b";
}
.licon-convex:before {
content: "\e70c";
}
.licon-concave:before {
content: "\e70d";
}
.licon-picture:before {
content: "\e70e";
}
.licon-picture2:before {
content: "\e70f";
}
.licon-picture3:before {
content: "\e710";
}
.licon-pictures:before {
content: "\e711";
}
.licon-book:before {
content: "\e712";
}
.licon-audio-book:before {
content: "\e713";
}
.licon-book2:before {
content: "\e714";
}
.licon-bookmark:before {
content: "\e715";
}
.licon-bookmark2:before {
content: "\e716";
}
.licon-label:before {
content: "\e717";
}
.licon-library:before {
content: "\e718";
}
.licon-library2:before {
content: "\e719";
}
.licon-contacts:before {
content: "\e71a";
}
.licon-profile:before {
content: "\e71b";
}
.licon-portrait:before {
content: "\e71c";
}
.licon-portrait2:before {
content: "\e71d";
}
.licon-user:before {
content: "\e71e";
}
.licon-user-plus:before {
content: "\e71f";
}
.licon-user-minus:before {
content: "\e720";
}
.licon-user-lock:before {
content: "\e721";
}
.licon-users:before {
content: "\e722";
}
.licon-users2:before {
content: "\e723";
}
.licon-users-plus:before {
content: "\e724";
}
.licon-users-minus:before {
content: "\e725";
}
.licon-group-work:before {
content: "\e726";
}
.licon-woman:before {
content: "\e727";
}
.licon-man:before {
content: "\e728";
}
.licon-baby:before {
content: "\e729";
}
.licon-baby2:before {
content: "\e72a";
}
.licon-baby3:before {
content: "\e72b";
}
.licon-baby-bottle:before {
content: "\e72c";
}
.licon-walk:before {
content: "\e72d";
}
.licon-hand-waving:before {
content: "\e72e";
}
.licon-jump:before {
content: "\e72f";
}
.licon-run:before {
content: "\e730";
}
.licon-woman2:before {
content: "\e731";
}
.licon-man2:before {
content: "\e732";
}
.licon-man-woman:before {
content: "\e733";
}
.licon-height:before {
content: "\e734";
}
.licon-weight:before {
content: "\e735";
}
.licon-scale:before {
content: "\e736";
}
.licon-button:before {
content: "\e737";
}
.licon-bow-tie:before {
content: "\e738";
}
.licon-tie:before {
content: "\e739";
}
.licon-socks:before {
content: "\e73a";
}
.licon-shoe:before {
content: "\e73b";
}
.licon-shoes:before {
content: "\e73c";
}
.licon-hat:before {
content: "\e73d";
}
.licon-pants:before {
content: "\e73e";
}
.licon-shorts:before {
content: "\e73f";
}
.licon-flip-flops:before {
content: "\e740";
}
.licon-shirt:before {
content: "\e741";
}
.licon-hanger:before {
content: "\e742";
}
.licon-laundry:before {
content: "\e743";
}
.licon-store:before {
content: "\e744";
}
.licon-haircut:before {
content: "\e745";
}
.licon-store-24:before {
content: "\e746";
}
.licon-barcode:before {
content: "\e747";
}
.licon-barcode2:before {
content: "\e748";
}
.licon-barcode3:before {
content: "\e749";
}
.licon-cashier:before {
content: "\e74a";
}
.licon-bag:before {
content: "\e74b";
}
.licon-bag2:before {
content: "\e74c";
}
.licon-cart:before {
content: "\e74d";
}
.licon-cart-empty:before {
content: "\e74e";
}
.licon-cart-full:before {
content: "\e74f";
}
.licon-cart-plus:before {
content: "\e750";
}
.licon-cart-plus2:before {
content: "\e751";
}
.licon-cart-add:before {
content: "\e752";
}
.licon-cart-remove:before {
content: "\e753";
}
.licon-cart-exchange:before {
content: "\e754";
}
.licon-tag:before {
content: "\e755";
}
.licon-tags:before {
content: "\e756";
}
.licon-receipt:before {
content: "\e757";
}
.licon-wallet:before {
content: "\e758";
}
.licon-credit-card:before {
content: "\e759";
}
.licon-cash-dollar:before {
content: "\e75a";
}
.licon-cash-euro:before {
content: "\e75b";
}
.licon-cash-pound:before {
content: "\e75c";
}
.licon-cash-yen:before {
content: "\e75d";
}
.licon-bag-dollar:before {
content: "\e75e";
}
.licon-bag-euro:before {
content: "\e75f";
}
.licon-bag-pound:before {
content: "\e760";
}
.licon-bag-yen:before {
content: "\e761";
}
.licon-coin-dollar:before {
content: "\e762";
}
.licon-coin-euro:before {
content: "\e763";
}
.licon-coin-pound:before {
content: "\e764";
}
.licon-coin-yen:before {
content: "\e765";
}
.licon-calculator:before {
content: "\e766";
}
.licon-calculator2:before {
content: "\e767";
}
.licon-abacus:before {
content: "\e768";
}
.licon-vault:before {
content: "\e769";
}
.licon-telephone:before {
content: "\e76a";
}
.licon-phone-lock:before {
content: "\e76b";
}
.licon-phone-wave:before {
content: "\e76c";
}
.licon-phone-pause:before {
content: "\e76d";
}
.licon-phone-outgoing:before {
content: "\e76e";
}
.licon-phone-incoming:before {
content: "\e76f";
}
.licon-phone-in-out:before {
content: "\e770";
}
.licon-phone-error:before {
content: "\e771";
}
.licon-phone-sip:before {
content: "\e772";
}
.licon-phone-plus:before {
content: "\e773";
}
.licon-phone-minus:before {
content: "\e774";
}
.licon-voicemail:before {
content: "\e775";
}
.licon-dial:before {
content: "\e776";
}
.licon-telephone2:before {
content: "\e777";
}
.licon-pushpin:before {
content: "\e778";
}
.licon-pushpin2:before {
content: "\e779";
}
.licon-map-marker:before {
content: "\e77a";
}
.licon-map-marker-user:before {
content: "\e77b";
}
.licon-map-marker-down:before {
content: "\e77c";
}
.licon-map-marker-check:before {
content: "\e77d";
}
.licon-map-marker-crossed:before {
content: "\e77e";
}
.licon-radar:before {
content: "\e77f";
}
.licon-compass2:before {
content: "\e780";
}
.licon-map:before {
content: "\e781";
}
.licon-map2:before {
content: "\e782";
}
.licon-location:before {
content: "\e783";
}
.licon-road-sign:before {
content: "\e784";
}
.licon-calendar-empty:before {
content: "\e785";
}
.licon-calendar-check:before {
content: "\e786";
}
.licon-calendar-cross:before {
content: "\e787";
}
.licon-calendar-31:before {
content: "\e788";
}
.licon-calendar-full:before {
content: "\e789";
}
.licon-calendar-insert:before {
content: "\e78a";
}
.licon-calendar-text:before {
content: "\e78b";
}
.licon-calendar-user:before {
content: "\e78c";
}
.licon-mouse:before {
content: "\e78d";
}
.licon-mouse-left:before {
content: "\e78e";
}
.licon-mouse-right:before {
content: "\e78f";
}
.licon-mouse-both:before {
content: "\e790";
}
.licon-keyboard:before {
content: "\e791";
}
.licon-keyboard-up:before {
content: "\e792";
}
.licon-keyboard-down:before {
content: "\e793";
}
.licon-delete:before {
content: "\e794";
}
.licon-spell-check:before {
content: "\e795";
}
.licon-escape:before {
content: "\e796";
}
.licon-enter2:before {
content: "\e797";
}
.licon-screen:before {
content: "\e798";
}
.licon-aspect-ratio:before {
content: "\e799";
}
.licon-signal:before {
content: "\e79a";
}
.licon-signal-lock:before {
content: "\e79b";
}
.licon-signal-80:before {
content: "\e79c";
}
.licon-signal-60:before {
content: "\e79d";
}
.licon-signal-40:before {
content: "\e79e";
}
.licon-signal-20:before {
content: "\e79f";
}
.licon-signal-0:before {
content: "\e7a0";
}
.licon-signal-blocked:before {
content: "\e7a1";
}
.licon-sim:before {
content: "\e7a2";
}
.licon-flash-memory:before {
content: "\e7a3";
}
.licon-usb-drive:before {
content: "\e7a4";
}
.licon-phone:before {
content: "\e7a5";
}
.licon-smartphone:before {
content: "\e7a6";
}
.licon-smartphone-notification:before {
content: "\e7a7";
}
.licon-smartphone-vibration:before {
content: "\e7a8";
}
.licon-smartphone-embed:before {
content: "\e7a9";
}
.licon-smartphone-waves:before {
content: "\e7aa";
}
.licon-tablet:before {
content: "\e7ab";
}
.licon-tablet2:before {
content: "\e7ac";
}
.licon-laptop:before {
content: "\e7ad";
}
.licon-laptop-phone:before {
content: "\e7ae";
}
.licon-desktop:before {
content: "\e7af";
}
.licon-launch:before {
content: "\e7b0";
}
.licon-new-tab:before {
content: "\e7b1";
}
.licon-window:before {
content: "\e7b2";
}
.licon-cable:before {
content: "\e7b3";
}
.licon-cable2:before {
content: "\e7b4";
}
.licon-tv:before {
content: "\e7b5";
}
.licon-radio:before {
content: "\e7b6";
}
.licon-remote-control:before {
content: "\e7b7";
}
.licon-power-switch:before {
content: "\e7b8";
}
.licon-power:before {
content: "\e7b9";
}
.licon-power-crossed:before {
content: "\e7ba";
}
.licon-flash-auto:before {
content: "\e7bb";
}
.licon-lamp:before {
content: "\e7bc";
}
.licon-flashlight:before {
content: "\e7bd";
}
.licon-lampshade:before {
content: "\e7be";
}
.licon-cord:before {
content: "\e7bf";
}
.licon-outlet:before {
content: "\e7c0";
}
.licon-battery-power:before {
content: "\e7c1";
}
.licon-battery-empty:before {
content: "\e7c2";
}
.licon-battery-alert:before {
content: "\e7c3";
}
.licon-battery-error:before {
content: "\e7c4";
}
.licon-battery-low1:before {
content: "\e7c5";
}
.licon-battery-low2:before {
content: "\e7c6";
}
.licon-battery-low3:before {
content: "\e7c7";
}
.licon-battery-mid1:before {
content: "\e7c8";
}
.licon-battery-mid2:before {
content: "\e7c9";
}
.licon-battery-mid3:before {
content: "\e7ca";
}
.licon-battery-full:before {
content: "\e7cb";
}
.licon-battery-charging:before {
content: "\e7cc";
}
.licon-battery-charging2:before {
content: "\e7cd";
}
.licon-battery-charging3:before {
content: "\e7ce";
}
.licon-battery-charging4:before {
content: "\e7cf";
}
.licon-battery-charging5:before {
content: "\e7d0";
}
.licon-battery-charging6:before {
content: "\e7d1";
}
.licon-battery-charging7:before {
content: "\e7d2";
}
.licon-chip:before {
content: "\e7d3";
}
.licon-chip-x64:before {
content: "\e7d4";
}
.licon-chip-x86:before {
content: "\e7d5";
}
.licon-bubble:before {
content: "\e7d6";
}
.licon-bubbles:before {
content: "\e7d7";
}
.licon-bubble-dots:before {
content: "\e7d8";
}
.licon-bubble-alert:before {
content: "\e7d9";
}
.licon-bubble-question:before {
content: "\e7da";
}
.licon-bubble-text:before {
content: "\e7db";
}
.licon-bubble-pencil:before {
content: "\e7dc";
}
.licon-bubble-picture:before {
content: "\e7dd";
}
.licon-bubble-video:before {
content: "\e7de";
}
.licon-bubble-user:before {
content: "\e7df";
}
.licon-bubble-quote:before {
content: "\e7e0";
}
.licon-bubble-heart:before {
content: "\e7e1";
}
.licon-bubble-emoticon:before {
content: "\e7e2";
}
.licon-bubble-attachment:before {
content: "\e7e3";
}
.licon-phone-bubble:before {
content: "\e7e4";
}
.licon-quote-open:before {
content: "\e7e5";
}
.licon-quote-close:before {
content: "\e7e6";
}
.licon-dna:before {
content: "\e7e7";
}
.licon-heart-pulse:before {
content: "\e7e8";
}
.licon-pulse:before {
content: "\e7e9";
}
.licon-syringe:before {
content: "\e7ea";
}
.licon-pills:before {
content: "\e7eb";
}
.licon-first-aid:before {
content: "\e7ec";
}
.licon-lifebuoy:before {
content: "\e7ed";
}
.licon-bandage:before {
content: "\e7ee";
}
.licon-bandages:before {
content: "\e7ef";
}
.licon-thermometer:before {
content: "\e7f0";
}
.licon-microscope:before {
content: "\e7f1";
}
.licon-brain:before {
content: "\e7f2";
}
.licon-beaker:before {
content: "\e7f3";
}
.licon-skull:before {
content: "\e7f4";
}
.licon-bone:before {
content: "\e7f5";
}
.licon-construction:before {
content: "\e7f6";
}
.licon-construction-cone:before {
content: "\e7f7";
}
.licon-pie-chart:before {
content: "\e7f8";
}
.licon-pie-chart2:before {
content: "\e7f9";
}
.licon-graph:before {
content: "\e7fa";
}
.licon-chart-growth:before {
content: "\e7fb";
}
.licon-chart-bars:before {
content: "\e7fc";
}
.licon-chart-settings:before {
content: "\e7fd";
}
.licon-cake:before {
content: "\e7fe";
}
.licon-gift:before {
content: "\e7ff";
}
.licon-balloon:before {
content: "\e800";
}
.licon-rank:before {
content: "\e801";
}
.licon-rank2:before {
content: "\e802";
}
.licon-rank3:before {
content: "\e803";
}
.licon-crown:before {
content: "\e804";
}
.licon-lotus:before {
content: "\e805";
}
.licon-diamond:before {
content: "\e806";
}
.licon-diamond2:before {
content: "\e807";
}
.licon-diamond3:before {
content: "\e808";
}
.licon-diamond4:before {
content: "\e809";
}
.licon-linearicons:before {
content: "\e80a";
}
.licon-teacup:before {
content: "\e80b";
}
.licon-teapot:before {
content: "\e80c";
}
.licon-glass:before {
content: "\e80d";
}
.licon-bottle2:before {
content: "\e80e";
}
.licon-glass-cocktail:before {
content: "\e80f";
}
.licon-glass2:before {
content: "\e810";
}
.licon-dinner:before {
content: "\e811";
}
.licon-dinner2:before {
content: "\e812";
}
.licon-chef:before {
content: "\e813";
}
.licon-scale2:before {
content: "\e814";
}
.licon-egg:before {
content: "\e815";
}
.licon-egg2:before {
content: "\e816";
}
.licon-eggs:before {
content: "\e817";
}
.licon-platter:before {
content: "\e818";
}
.licon-steak:before {
content: "\e819";
}
.licon-hamburger:before {
content: "\e81a";
}
.licon-hotdog:before {
content: "\e81b";
}
.licon-pizza:before {
content: "\e81c";
}
.licon-sausage:before {
content: "\e81d";
}
.licon-chicken:before {
content: "\e81e";
}
.licon-fish:before {
content: "\e81f";
}
.licon-carrot:before {
content: "\e820";
}
.licon-cheese:before {
content: "\e821";
}
.licon-bread:before {
content: "\e822";
}
.licon-ice-cream:before {
content: "\e823";
}
.licon-ice-cream2:before {
content: "\e824";
}
.licon-candy:before {
content: "\e825";
}
.licon-lollipop:before {
content: "\e826";
}
.licon-coffee-bean:before {
content: "\e827";
}
.licon-coffee-cup:before {
content: "\e828";
}
.licon-cherry:before {
content: "\e829";
}
.licon-grapes:before {
content: "\e82a";
}
.licon-citrus:before {
content: "\e82b";
}
.licon-apple:before {
content: "\e82c";
}
.licon-leaf:before {
content: "\e82d";
}
.licon-landscape:before {
content: "\e82e";
}
.licon-pine-tree:before {
content: "\e82f";
}
.licon-tree:before {
content: "\e830";
}
.licon-cactus:before {
content: "\e831";
}
.licon-paw:before {
content: "\e832";
}
.licon-footprint:before {
content: "\e833";
}
.licon-speed-slow:before {
content: "\e834";
}
.licon-speed-medium:before {
content: "\e835";
}
.licon-speed-fast:before {
content: "\e836";
}
.licon-rocket:before {
content: "\e837";
}
.licon-hammer2:before {
content: "\e838";
}
.licon-balance:before {
content: "\e839";
}
.licon-briefcase:before {
content: "\e83a";
}
.licon-luggage-weight:before {
content: "\e83b";
}
.licon-dolly:before {
content: "\e83c";
}
.licon-plane:before {
content: "\e83d";
}
.licon-plane-crossed:before {
content: "\e83e";
}
.licon-helicopter:before {
content: "\e83f";
}
.licon-traffic-lights:before {
content: "\e840";
}
.licon-siren:before {
content: "\e841";
}
.licon-road:before {
content: "\e842";
}
.licon-engine:before {
content: "\e843";
}
.licon-oil-pressure:before {
content: "\e844";
}
.licon-coolant-temperature:before {
content: "\e845";
}
.licon-car-battery:before {
content: "\e846";
}
.licon-gas:before {
content: "\e847";
}
.licon-gallon:before {
content: "\e848";
}
.licon-transmission:before {
content: "\e849";
}
.licon-car:before {
content: "\e84a";
}
.licon-car-wash:before {
content: "\e84b";
}
.licon-car-wash2:before {
content: "\e84c";
}
.licon-bus:before {
content: "\e84d";
}
.licon-bus2:before {
content: "\e84e";
}
.licon-car2:before {
content: "\e84f";
}
.licon-parking:before {
content: "\e850";
}
.licon-car-lock:before {
content: "\e851";
}
.licon-taxi:before {
content: "\e852";
}
.licon-car-siren:before {
content: "\e853";
}
.licon-car-wash3:before {
content: "\e854";
}
.licon-car-wash4:before {
content: "\e855";
}
.licon-ambulance:before {
content: "\e856";
}
.licon-truck:before {
content: "\e857";
}
.licon-trailer:before {
content: "\e858";
}
.licon-scale-truck:before {
content: "\e859";
}
.licon-train:before {
content: "\e85a";
}
.licon-ship:before {
content: "\e85b";
}
.licon-ship2:before {
content: "\e85c";
}
.licon-anchor:before {
content: "\e85d";
}
.licon-boat:before {
content: "\e85e";
}
.licon-bicycle:before {
content: "\e85f";
}
.licon-bicycle2:before {
content: "\e860";
}
.licon-dumbbell:before {
content: "\e861";
}
.licon-bench-press:before {
content: "\e862";
}
.licon-swim:before {
content: "\e863";
}
.licon-football:before {
content: "\e864";
}
.licon-baseball-bat:before {
content: "\e865";
}
.licon-baseball:before {
content: "\e866";
}
.licon-tennis:before {
content: "\e867";
}
.licon-tennis2:before {
content: "\e868";
}
.licon-ping-pong:before {
content: "\e869";
}
.licon-hockey:before {
content: "\e86a";
}
.licon-8ball:before {
content: "\e86b";
}
.licon-bowling:before {
content: "\e86c";
}
.licon-bowling-pins:before {
content: "\e86d";
}
.licon-golf:before {
content: "\e86e";
}
.licon-golf2:before {
content: "\e86f";
}
.licon-archery:before {
content: "\e870";
}
.licon-slingshot:before {
content: "\e871";
}
.licon-soccer:before {
content: "\e872";
}
.licon-basketball:before {
content: "\e873";
}
.licon-cube:before {
content: "\e874";
}
.licon-3d-rotate:before {
content: "\e875";
}
.licon-puzzle:before {
content: "\e876";
}
.licon-glasses:before {
content: "\e877";
}
.licon-glasses2:before {
content: "\e878";
}
.licon-accessibility:before {
content: "\e879";
}
.licon-wheelchair:before {
content: "\e87a";
}
.licon-wall:before {
content: "\e87b";
}
.licon-fence:before {
content: "\e87c";
}
.licon-wall2:before {
content: "\e87d";
}
.licon-icons:before {
content: "\e87e";
}
.licon-resize-handle:before {
content: "\e87f";
}
.licon-icons2:before {
content: "\e880";
}
.licon-select:before {
content: "\e881";
}
.licon-select2:before {
content: "\e882";
}
.licon-site-map:before {
content: "\e883";
}
.licon-earth:before {
content: "\e884";
}
.licon-earth-lock:before {
content: "\e885";
}
.licon-network:before {
content: "\e886";
}
.licon-network-lock:before {
content: "\e887";
}
.licon-planet:before {
content: "\e888";
}
.licon-happy:before {
content: "\e889";
}
.licon-smile:before {
content: "\e88a";
}
.licon-grin:before {
content: "\e88b";
}
.licon-tongue:before {
content: "\e88c";
}
.licon-sad:before {
content: "\e88d";
}
.licon-wink:before {
content: "\e88e";
}
.licon-dream:before {
content: "\e88f";
}
.licon-shocked:before {
content: "\e890";
}
.licon-shocked2:before {
content: "\e891";
}
.licon-tongue2:before {
content: "\e892";
}
.licon-neutral:before {
content: "\e893";
}
.licon-happy-grin:before {
content: "\e894";
}
.licon-cool:before {
content: "\e895";
}
.licon-mad:before {
content: "\e896";
}
.licon-grin-evil:before {
content: "\e897";
}
.licon-evil:before {
content: "\e898";
}
.licon-wow:before {
content: "\e899";
}
.licon-annoyed:before {
content: "\e89a";
}
.licon-wondering:before {
content: "\e89b";
}
.licon-confused:before {
content: "\e89c";
}
.licon-zipped:before {
content: "\e89d";
}
.licon-grumpy:before {
content: "\e89e";
}
.licon-mustache:before {
content: "\e89f";
}
.licon-tombstone-hipster:before {
content: "\e8a0";
}
.licon-tombstone:before {
content: "\e8a1";
}
.licon-ghost:before {
content: "\e8a2";
}
.licon-ghost-hipster:before {
content: "\e8a3";
}
.licon-halloween:before {
content: "\e8a4";
}
.licon-christmas:before {
content: "\e8a5";
}
.licon-easter-egg:before {
content: "\e8a6";
}
.licon-mustache2:before {
content: "\e8a7";
}
.licon-mustache-glasses:before {
content: "\e8a8";
}
.licon-pipe:before {
content: "\e8a9";
}
.licon-alarm:before {
content: "\e8aa";
}
.licon-alarm-add:before {
content: "\e8ab";
}
.licon-alarm-snooze:before {
content: "\e8ac";
}
.licon-alarm-ringing:before {
content: "\e8ad";
}
.licon-bullhorn:before {
content: "\e8ae";
}
.licon-hearing:before {
content: "\e8af";
}
.licon-volume-high:before {
content: "\e8b0";
}
.licon-volume-medium:before {
content: "\e8b1";
}
.licon-volume-low:before {
content: "\e8b2";
}
.licon-volume:before {
content: "\e8b3";
}
.licon-mute:before {
content: "\e8b4";
}
.licon-lan:before {
content: "\e8b5";
}
.licon-lan2:before {
content: "\e8b6";
}
.licon-wifi:before {
content: "\e8b7";
}
.licon-wifi-lock:before {
content: "\e8b8";
}
.licon-wifi-blocked:before {
content: "\e8b9";
}
.licon-wifi-mid:before {
content: "\e8ba";
}
.licon-wifi-low:before {
content: "\e8bb";
}
.licon-wifi-low2:before {
content: "\e8bc";
}
.licon-wifi-alert:before {
content: "\e8bd";
}
.licon-wifi-alert-mid:before {
content: "\e8be";
}
.licon-wifi-alert-low:before {
content: "\e8bf";
}
.licon-wifi-alert-low2:before {
content: "\e8c0";
}
.licon-stream:before {
content: "\e8c1";
}
.licon-stream-check:before {
content: "\e8c2";
}
.licon-stream-error:before {
content: "\e8c3";
}
.licon-stream-alert:before {
content: "\e8c4";
}
.licon-communication:before {
content: "\e8c5";
}
.licon-communication-crossed:before {
content: "\e8c6";
}
.licon-broadcast:before {
content: "\e8c7";
}
.licon-antenna:before {
content: "\e8c8";
}
.licon-satellite:before {
content: "\e8c9";
}
.licon-satellite2:before {
content: "\e8ca";
}
.licon-mic:before {
content: "\e8cb";
}
.licon-mic-mute:before {
content: "\e8cc";
}
.licon-mic2:before {
content: "\e8cd";
}
.licon-spotlights:before {
content: "\e8ce";
}
.licon-hourglass:before {
content: "\e8cf";
}
.licon-loading:before {
content: "\e8d0";
}
.licon-loading2:before {
content: "\e8d1";
}
.licon-loading3:before {
content: "\e8d2";
}
.licon-refresh:before {
content: "\e8d3";
}
.licon-refresh2:before {
content: "\e8d4";
}
.licon-undo:before {
content: "\e8d5";
}
.licon-redo:before {
content: "\e8d6";
}
.licon-jump2:before {
content: "\e8d7";
}
.licon-undo2:before {
content: "\e8d8";
}
.licon-redo2:before {
content: "\e8d9";
}
.licon-sync:before {
content: "\e8da";
}
.licon-repeat-one2:before {
content: "\e8db";
}
.licon-sync-crossed:before {
content: "\e8dc";
}
.licon-sync2:before {
content: "\e8dd";
}
.licon-repeat-one3:before {
content: "\e8de";
}
.licon-sync-crossed2:before {
content: "\e8df";
}
.licon-return:before {
content: "\e8e0";
}
.licon-return2:before {
content: "\e8e1";
}
.licon-refund:before {
content: "\e8e2";
}
.licon-history:before {
content: "\e8e3";
}
.licon-history2:before {
content: "\e8e4";
}
.licon-self-timer:before {
content: "\e8e5";
}
.licon-clock:before {
content: "\e8e6";
}
.licon-clock2:before {
content: "\e8e7";
}
.licon-clock3:before {
content: "\e8e8";
}
.licon-watch:before {
content: "\e8e9";
}
.licon-alarm2:before {
content: "\e8ea";
}
.licon-alarm-add2:before {
content: "\e8eb";
}
.licon-alarm-remove:before {
content: "\e8ec";
}
.licon-alarm-check:before {
content: "\e8ed";
}
.licon-alarm-error:before {
content: "\e8ee";
}
.licon-timer:before {
content: "\e8ef";
}
.licon-timer-crossed:before {
content: "\e8f0";
}
.licon-timer2:before {
content: "\e8f1";
}
.licon-timer-crossed2:before {
content: "\e8f2";
}
.licon-download:before {
content: "\e8f3";
}
.licon-upload:before {
content: "\e8f4";
}
.licon-download2:before {
content: "\e8f5";
}
.licon-upload2:before {
content: "\e8f6";
}
.licon-enter-up:before {
content: "\e8f7";
}
.licon-enter-down:before {
content: "\e8f8";
}
.licon-enter-left:before {
content: "\e8f9";
}
.licon-enter-right:before {
content: "\e8fa";
}
.licon-exit-up:before {
content: "\e8fb";
}
.licon-exit-down:before {
content: "\e8fc";
}
.licon-exit-left:before {
content: "\e8fd";
}
.licon-exit-right:before {
content: "\e8fe";
}
.licon-enter-up2:before {
content: "\e8ff";
}
.licon-enter-down2:before {
content: "\e900";
}
.licon-enter-vertical:before {
content: "\e901";
}
.licon-enter-left2:before {
content: "\e902";
}
.licon-enter-right2:before {
content: "\e903";
}
.licon-enter-horizontal:before {
content: "\e904";
}
.licon-exit-up2:before {
content: "\e905";
}
.licon-exit-down2:before {
content: "\e906";
}
.licon-exit-left2:before {
content: "\e907";
}
.licon-exit-right2:before {
content: "\e908";
}
.licon-cli:before {
content: "\e909";
}
.licon-bug:before {
content: "\e90a";
}
.licon-code:before {
content: "\e90b";
}
.licon-file-code:before {
content: "\e90c";
}
.licon-file-image:before {
content: "\e90d";
}
.licon-file-zip:before {
content: "\e90e";
}
.licon-file-audio:before {
content: "\e90f";
}
.licon-file-video:before {
content: "\e910";
}
.licon-file-preview:before {
content: "\e911";
}
.licon-file-charts:before {
content: "\e912";
}
.licon-file-stats:before {
content: "\e913";
}
.licon-file-spreadsheet:before {
content: "\e914";
}
.licon-link:before {
content: "\e915";
}
.licon-unlink:before {
content: "\e916";
}
.licon-link2:before {
content: "\e917";
}
.licon-unlink2:before {
content: "\e918";
}
.licon-thumbs-up:before {
content: "\e919";
}
.licon-thumbs-down:before {
content: "\e91a";
}
.licon-thumbs-up2:before {
content: "\e91b";
}
.licon-thumbs-down2:before {
content: "\e91c";
}
.licon-thumbs-up3:before {
content: "\e91d";
}
.licon-thumbs-down3:before {
content: "\e91e";
}
.licon-share:before {
content: "\e91f";
}
.licon-share2:before {
content: "\e920";
}
.licon-share3:before {
content: "\e921";
}
.licon-magnifier:before {
content: "\e922";
}
.licon-file-search:before {
content: "\e923";
}
.licon-find-replace:before {
content: "\e924";
}
.licon-zoom-in:before {
content: "\e925";
}
.licon-zoom-out:before {
content: "\e926";
}
.licon-loupe:before {
content: "\e927";
}
.licon-loupe-zoom-in:before {
content: "\e928";
}
.licon-loupe-zoom-out:before {
content: "\e929";
}
.licon-cross:before {
content: "\e92a";
}
.licon-menu:before {
content: "\e92b";
}
.licon-list:before {
content: "\e92c";
}
.licon-list2:before {
content: "\e92d";
}
.licon-list3:before {
content: "\e92e";
}
.licon-menu2:before {
content: "\e92f";
}
.licon-list4:before {
content: "\e930";
}
.licon-menu3:before {
content: "\e931";
}
.licon-exclamation:before {
content: "\e932";
}
.licon-question:before {
content: "\e933";
}
.licon-check:before {
content: "\e934";
}
.licon-cross2:before {
content: "\e935";
}
.licon-plus:before {
content: "\e936";
}
.licon-minus:before {
content: "\e937";
}
.licon-percent:before {
content: "\e938";
}
.licon-chevron-up:before {
content: "\e939";
}
.licon-chevron-down:before {
content: "\e93a";
}
.licon-chevron-left:before {
content: "\e93b";
}
.licon-chevron-right:before {
content: "\e93c";
}
.licon-chevrons-expand-vertical:before {
content: "\e93d";
}
.licon-chevrons-expand-horizontal:before {
content: "\e93e";
}
.licon-chevrons-contract-vertical:before {
content: "\e93f";
}
.licon-chevrons-contract-horizontal:before {
content: "\e940";
}
.licon-arrow-up:before {
content: "\e941";
}
.licon-arrow-down:before {
content: "\e942";
}
.licon-arrow-left:before {
content: "\e943";
}
.licon-arrow-right:before {
content: "\e944";
}
.licon-arrow-up-right:before {
content: "\e945";
}
.licon-arrows-merge:before {
content: "\e946";
}
.licon-arrows-split:before {
content: "\e947";
}
.licon-arrow-divert:before {
content: "\e948";
}
.licon-arrow-return:before {
content: "\e949";
}
.licon-expand:before {
content: "\e94a";
}
.licon-contract:before {
content: "\e94b";
}
.licon-expand2:before {
content: "\e94c";
}
.licon-contract2:before {
content: "\e94d";
}
.licon-move:before {
content: "\e94e";
}
.licon-tab:before {
content: "\e94f";
}
.licon-arrow-wave:before {
content: "\e950";
}
.licon-expand3:before {
content: "\e951";
}
.licon-expand4:before {
content: "\e952";
}
.licon-contract3:before {
content: "\e953";
}
.licon-notification:before {
content: "\e954";
}
.licon-warning:before {
content: "\e955";
}
.licon-notification-circle:before {
content: "\e956";
}
.licon-question-circle:before {
content: "\e957";
}
.licon-menu-circle:before {
content: "\e958";
}
.licon-checkmark-circle:before {
content: "\e959";
}
.licon-cross-circle:before {
content: "\e95a";
}
.licon-plus-circle:before {
content: "\e95b";
}
.licon-circle-minus:before {
content: "\e95c";
}
.licon-percent-circle:before {
content: "\e95d";
}
.licon-arrow-up-circle:before {
content: "\e95e";
}
.licon-arrow-down-circle:before {
content: "\e95f";
}
.licon-arrow-left-circle:before {
content: "\e960";
}
.licon-arrow-right-circle:before {
content: "\e961";
}
.licon-chevron-up-circle:before {
content: "\e962";
}
.licon-chevron-down-circle:before {
content: "\e963";
}
.licon-chevron-left-circle:before {
content: "\e964";
}
.licon-chevron-right-circle:before {
content: "\e965";
}
.licon-backward-circle:before {
content: "\e966";
}
.licon-first-circle:before {
content: "\e967";
}
.licon-previous-circle:before {
content: "\e968";
}
.licon-stop-circle:before {
content: "\e969";
}
.licon-play-circle:before {
content: "\e96a";
}
.licon-pause-circle:before {
content: "\e96b";
}
.licon-next-circle:before {
content: "\e96c";
}
.licon-last-circle:before {
content: "\e96d";
}
.licon-forward-circle:before {
content: "\e96e";
}
.licon-eject-circle:before {
content: "\e96f";
}
.licon-crop:before {
content: "\e970";
}
.licon-frame-expand:before {
content: "\e971";
}
.licon-frame-contract:before {
content: "\e972";
}
.licon-focus:before {
content: "\e973";
}
.licon-transform:before {
content: "\e974";
}
.licon-grid:before {
content: "\e975";
}
.licon-grid-crossed:before {
content: "\e976";
}
.licon-layers:before {
content: "\e977";
}
.licon-layers-crossed:before {
content: "\e978";
}
.licon-toggle:before {
content: "\e979";
}
.licon-rulers:before {
content: "\e97a";
}
.licon-ruler:before {
content: "\e97b";
}
.licon-funnel:before {
content: "\e97c";
}
.licon-flip-horizontal:before {
content: "\e97d";
}
.licon-flip-vertical:before {
content: "\e97e";
}
.licon-flip-horizontal2:before {
content: "\e97f";
}
.licon-flip-vertical2:before {
content: "\e980";
}
.licon-angle:before {
content: "\e981";
}
.licon-angle2:before {
content: "\e982";
}
.licon-subtract:before {
content: "\e983";
}
.licon-combine:before {
content: "\e984";
}
.licon-intersect:before {
content: "\e985";
}
.licon-exclude:before {
content: "\e986";
}
.licon-align-center-vertical:before {
content: "\e987";
}
.licon-align-right:before {
content: "\e988";
}
.licon-align-bottom:before {
content: "\e989";
}
.licon-align-left:before {
content: "\e98a";
}
.licon-align-center-horizontal:before {
content: "\e98b";
}
.licon-align-top:before {
content: "\e98c";
}
.licon-square:before {
content: "\e98d";
}
.licon-plus-square:before {
content: "\e98e";
}
.licon-minus-square:before {
content: "\e98f";
}
.licon-percent-square:before {
content: "\e990";
}
.licon-arrow-up-square:before {
content: "\e991";
}
.licon-arrow-down-square:before {
content: "\e992";
}
.licon-arrow-left-square:before {
content: "\e993";
}
.licon-arrow-right-square:before {
content: "\e994";
}
.licon-chevron-up-square:before {
content: "\e995";
}
.licon-chevron-down-square:before {
content: "\e996";
}
.licon-chevron-left-square:before {
content: "\e997";
}
.licon-chevron-right-square:before {
content: "\e998";
}
.licon-check-square:before {
content: "\e999";
}
.licon-cross-square:before {
content: "\e99a";
}
.licon-menu-square:before {
content: "\e99b";
}
.licon-prohibited:before {
content: "\e99c";
}
.licon-circle:before {
content: "\e99d";
}
.licon-radio-button:before {
content: "\e99e";
}
.licon-ligature:before {
content: "\e99f";
}
.licon-text-format:before {
content: "\e9a0";
}
.licon-text-format-remove:before {
content: "\e9a1";
}
.licon-text-size:before {
content: "\e9a2";
}
.licon-bold:before {
content: "\e9a3";
}
.licon-italic:before {
content: "\e9a4";
}
.licon-underline:before {
content: "\e9a5";
}
.licon-strikethrough:before {
content: "\e9a6";
}
.licon-highlight:before {
content: "\e9a7";
}
.licon-text-align-left:before {
content: "\e9a8";
}
.licon-text-align-center:before {
content: "\e9a9";
}
.licon-text-align-right:before {
content: "\e9aa";
}
.licon-text-align-justify:before {
content: "\e9ab";
}
.licon-line-spacing:before {
content: "\e9ac";
}
.licon-indent-increase:before {
content: "\e9ad";
}
.licon-indent-decrease:before {
content: "\e9ae";
}
.licon-text-wrap:before {
content: "\e9af";
}
.licon-pilcrow:before {
content: "\e9b0";
}
.licon-direction-ltr:before {
content: "\e9b1";
}
.licon-direction-rtl:before {
content: "\e9b2";
}
.licon-page-break:before {
content: "\e9b3";
}
.licon-page-break2:before {
content: "\e9b4";
}
.licon-sort-alpha-asc:before {
content: "\e9b5";
}
.licon-sort-alpha-desc:before {
content: "\e9b6";
}
.licon-sort-numeric-asc:before {
content: "\e9b7";
}
.licon-sort-numeric-desc:before {
content: "\e9b8";
}
.licon-sort-amount-asc:before {
content: "\e9b9";
}
.licon-sort-amount-desc:before {
content: "\e9ba";
}
.licon-sort-time-asc:before {
content: "\e9bb";
}
.licon-sort-time-desc:before {
content: "\e9bc";
}
.licon-sigma:before {
content: "\e9bd";
}
.licon-pencil-line:before {
content: "\e9be";
}
.licon-hand:before {
content: "\e9bf";
}
.licon-pointer-up:before {
content: "\e9c0";
}
.licon-pointer-right:before {
content: "\e9c1";
}
.licon-pointer-down:before {
content: "\e9c2";
}
.licon-pointer-left:before {
content: "\e9c3";
}
.licon-finger-tap:before {
content: "\e9c4";
}
.licon-fingers-tap:before {
content: "\e9c5";
}
.licon-reminder:before {
content: "\e9c6";
}
.licon-fingers-crossed:before {
content: "\e9c7";
}
.licon-fingers-victory:before {
content: "\e9c8";
}
.licon-gesture-zoom:before {
content: "\e9c9";
}
.licon-gesture-pinch:before {
content: "\e9ca";
}
.licon-fingers-scroll-horizontal:before {
content: "\e9cb";
}
.licon-fingers-scroll-vertical:before {
content: "\e9cc";
}
.licon-fingers-scroll-left:before {
content: "\e9cd";
}
.licon-fingers-scroll-right:before {
content: "\e9ce";
}
.licon-hand2:before {
content: "\e9cf";
}
.licon-pointer-up2:before {
content: "\e9d0";
}
.licon-pointer-right2:before {
content: "\e9d1";
}
.licon-pointer-down2:before {
content: "\e9d2";
}
.licon-pointer-left2:before {
content: "\e9d3";
}
.licon-finger-tap2:before {
content: "\e9d4";
}
.licon-fingers-tap2:before {
content: "\e9d5";
}
.licon-reminder2:before {
content: "\e9d6";
}
.licon-gesture-zoom2:before {
content: "\e9d7";
}
.licon-gesture-pinch2:before {
content: "\e9d8";
}
.licon-fingers-scroll-horizontal2:before {
content: "\e9d9";
}
.licon-fingers-scroll-vertical2:before {
content: "\e9da";
}
.licon-fingers-scroll-left2:before {
content: "\e9db";
}
.licon-fingers-scroll-right2:before {
content: "\e9dc";
}
.licon-fingers-scroll-vertical3:before {
content: "\e9dd";
}
.licon-border-style:before {
content: "\e9de";
}
.licon-border-all:before {
content: "\e9df";
}
.licon-border-outer:before {
content: "\e9e0";
}
.licon-border-inner:before {
content: "\e9e1";
}
.licon-border-top:before {
content: "\e9e2";
}
.licon-border-horizontal:before {
content: "\e9e3";
}
.licon-border-bottom:before {
content: "\e9e4";
}
.licon-border-left:before {
content: "\e9e5";
}
.licon-border-vertical:before {
content: "\e9e6";
}
.licon-border-right:before {
content: "\e9e7";
}
.licon-border-none:before {
content: "\e9e8";
}
.licon-ellipsis:before {
content: "\e9e9";
}
.licon-uni21:before {
content: "\21";
}
.licon-uni22:before {
content: "\22";
}
.licon-uni23:before {
content: "\23";
}
.licon-uni24:before {
content: "\24";
}
.licon-uni25:before {
content: "\25";
}
.licon-uni26:before {
content: "\26";
}
.licon-uni27:before {
content: "\27";
}
.licon-uni28:before {
content: "\28";
}
.licon-uni29:before {
content: "\29";
}
.licon-uni2a:before {
content: "\2a";
}
.licon-uni2b:before {
content: "\2b";
}
.licon-uni2c:before {
content: "\2c";
}
.licon-uni2d:before {
content: "\2d";
}
.licon-uni2e:before {
content: "\2e";
}
.licon-uni2f:before {
content: "\2f";
}
.licon-uni30:before {
content: "\30";
}
.licon-uni31:before {
content: "\31";
}
.licon-uni32:before {
content: "\32";
}
.licon-uni33:before {
content: "\33";
}
.licon-uni34:before {
content: "\34";
}
.licon-uni35:before {
content: "\35";
}
.licon-uni36<div><br></div>:before {
content: "\36";
}
.licon-uni37:before {
content: "\37";
}
.licon-uni38:before {
content: "\38";
}
.licon-uni39:before {
content: "\39";
}
.licon-uni3a:before {
content: "\3a";
}
.licon-uni3b:before {
content: "\3b";
}
.licon-uni3c:before {
content: "\3c";
}
.licon-uni3d:before {
content: "\3d";
}
.licon-uni3e:before {
content: "\3e";
}
.licon-uni3f:before {
content: "\3f";
}
.licon-uni40:before {
content: "\40";
}
.licon-uni41:before {
content: "\41";
}
.licon-uni42:before {
content: "\42";
}
.licon-uni43:before {
content: "\43";
}
.licon-uni44:before {
content: "\44";
}
.licon-uni45:before {
content: "\45";
}
.licon-uni46:before {
content: "\46";
}
.licon-uni47:before {
content: "\47";
}
.licon-uni48:before {
content: "\48";
}
.licon-uni49:before {
content: "\49";
}
.licon-uni4a:before {
content: "\4a";
}
.licon-uni4b:before {
content: "\4b";
}
.licon-uni4c:before {
content: "\4c";
}
.licon-uni4d:before {
content: "\4d";
}
.licon-uni4e:before {
content: "\4e";
}
.licon-uni4f:before {
content: "\4f";
}
.licon-uni50:before {
content: "\50";
}
.licon-uni51:before {
content: "\51";
}
.licon-uni52:before {
content: "\52";
}
.licon-uni53:before {
content: "\53";
}
.licon-uni54:before {
content: "\54";
}
.licon-uni55:before {
content: "\55";
}
.licon-uni56:before {
content: "\56";
}
.licon-uni57:before {
content: "\57";
}
.licon-uni58:before {
content: "\58";
}
.licon-uni59:before {
content: "\59";
}
.licon-uni5a:before {
content: "\5a";
}
.licon-uni5b:before {
content: "\5b";
}
.licon-uni5c:before {
content: "\5c";
}
.licon-uni5d:before {
content: "\5d";
}
.licon-uni5e:before {
content: "\5e";
}
.licon-uni5f:before {
content: "\5f";
}
.licon-uni60:before {
content: "\60";
}
.licon-uni61:before {
content: "\61";
}
.licon-uni62:before {
content: "\62";
}
.licon-uni63:before {
content: "\63";
}
.licon-uni64:before {
content: "\64";
}
.licon-uni65:before {
content: "\65";
}
.licon-uni66:before {
content: "\66";
}
.licon-uni67:before {
content: "\67";
}
.licon-uni68:before {
content: "\68";
}
.licon-uni69:before {
content: "\69";
}
.licon-uni6a:before {
content: "\6a";
}
.licon-uni6b:before {
content: "\6b";
}
.licon-uni6c:before {
content: "\6c";
}
.licon-uni6d:before {
content: "\6d";
}
.licon-uni6e:before {
content: "\6e";
}
.licon-uni6f:before {
content: "\6f";
}
.licon-uni70:before {
content: "\70";
}
.licon-uni71:before {
content: "\71";
}
.licon-uni72:before {
content: "\72";
}
.licon-uni73:before {
content: "\73";
}
.licon-uni74:before {
content: "\74";
}
.licon-uni75:before {
content: "\75";
}
.licon-uni76:before {
content: "\76";
}
.licon-uni77:before {
content: "\77";
}
.licon-uni78:before {
content: "\78";
}
.licon-uni79:before {
content: "\79";
}
.licon-uni7a:before {
content: "\7a";
}
.licon-uni7b:before {
content: "\7b";
}
.licon-uni7c:before {
content: "\7c";
}
.licon-uni7d:before {
content: "\7d";
}
.licon-uni7e:before {
content: "\7e";
}
.licon-copyright:before {
content: "\a9";
} | 0.319015 | 0.17892 |
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic|Great+Vibes&subset=latin,latin-ext);
*{
margin: 0;
padding:0;
}
body{
font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
}
.background{
background-image: url("../img/background.jpg");
width: 100%;
padding: 0px 0 50px 0;
min-height: 100%;
}
.container-main{
background-color:#fff;
margin: 0 auto;
width: 980px;
box-shadow: 0 0 24px rgba(0,0,0,.8);
min-height: 500px;
border-radius: 0 0 10px 10px;
}
.header{
position: relative;
}
.all-title{
padding:30px 0;
}
.header .Title {
margin-left:110px;
line-height: 52px;
padding:6px 0;
}
.header .SubTitle {
font-size: 22px;
color: black;
margin-left:120px;
}
.header .fa-heart{
font-size: 90px;
color: #948450;
float: left;
}
.header .logo{
position: absolute;
padding:6px 0 2px 0;
margin-left:16px;
}
.title a{
margin-left:110px;
font-size: 56px;
font-family: 'Great Vibes',cursive,Helvetica,Arial,sans-serif;
color: #948450;
display: inline-block;
text-decoration: none;
}
.title a:hover{
text-decoration: underline;
}
.menu{
background-color: #F0E2BD;
}
.menu ul {
list-style:none;
}
.menu ul li a {
text-decoration: none;
color: black;
font-size: 16px;
line-height: 32px;
padding:0 15px;
}
.menu ul li{
display: inline-block;
}
.menu ul li.active a {
font-weight: bold;
}
.menu ul li:hover a{
text-decoration: underline;
}
.clear {
clear: both;
}
.container {
padding: 20px;
width: 980px;
}
.fl {
float: left;
}
.fr {
float: right;
}
.sidebar {
width: 220px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.content {
width: 700px;
}
.blog-item {
margin-left: 65px;
}
.line {
height: 1px;
border-bottom: 3px dotted #ccc;
margin-bottom: 20px;
}
.heading{
margin: 20px 0;
}
.heading .page-title{
font-family: 'Great Vibes',cursive,Helvetica,Arial,sans-serif;
font-size: 36px;
line-height: 33.8px;
font-weight: 400;
}
.blog-photo {
position: relative;
}
.blog-photo .blog-title{
margin-bottom: 10px;
}
.blog-photo .fa-camera-retro{
position: absolute;
font-size: 40px;
left:-66px;
top: 6px;
}
.blog-photo a{
left:0;
font-size: 20px;
color: black;
float: left;
}
.blog-photo .date-text{
float:right;
font-style: italic;
}
.blog-photo #img{
border-radius: 10px;
}
.blog-article {
position: relative;
}
.blog-article .fa-pagelines{
font-size:40px;
position: absolute;
left: -68px;
}
.blog-article .date-text{
position: absolute;
right: 0px;
font-style: italic;
}
.blog-article a{
font-size: 22px;
color: black;
position: absolute;
left:0px;
}
.blog-article .content-paragraph{
font-size: 20px;
font-style: italic;
margin-top: 40px;
border-left: solid 5px black;
display: inline-block;
}
.blog-article p{
padding-left: 20px;
}
.blog-article small{
padding-left: 20px;
font-style: initial;
}
.blog-diary{
position: relative;
}
.blog-diary .fa-pencil{
font-size: 34px;
position: absolute;
left: -68px;
}
.blog-diary a{
position: absolute;
left:0px;
font-size: 22px;
color: black;
}
.blog-diary .date-text{
position: absolute;
right:0px;
font-style: italic;
}
.blog-diary .content-diary{
margin-top:40px;
display: inline-block;
margin-bottom: 10px;
position: relative;
}
.blog-diary .photo2{
float: left;
margin-right: 20px;
}
.blog-diary img{
border-radius: 10px;
}
.blog-quote{
position: relative;
}
.blog-quote .fa-quote-left{
font-size: 37px;
position: absolute;
left: -68px;
}
.blog-quote .date-text{
position: absolute;
right: 0px;
font-style: italic;
}
.blog-quote a{
font-size: 22px;
color: black;
}
.blog-quote .content-quote{
margin-top: 10px;
font-size: 20px;
text-align: right;
font-weight: 400;
padding-right: 20px;
border-right: 5px solid black;
}
.blog-quote p{
font-style: italic;
}
.blog-quote small cite{
margin-right: 15px;
font-style: normal;
}
.fr .content-fr{
margin:11px 15px;
}
.fr a{
color:black;
}
.fr h4{
margin-bottom: 15px;
font-size: 22px;
font-weight: 400;
line-height: 22px;
}
.fr i{
margin-right: 7px;
}
.overview{
text-align: center;
margin: 22px 0;
}
.overview a{
color: black;
}
.a-line{
margin: 0 20px;
}
a-line hr{
color: #cccccc;
margin: 0 10px;
}
.footer-page-counter {
padding: 33px 20px 44px 20px;
position: relative;
}
.footer-page-counter a{
color:black;
font-size: 14px;
}
.footer-page-counter .view{
display: inline-block;
position: absolute;
right: 20px;
}
.footer-page-counter .footer-page-counter-item{
box-shadow: 0 2px 10px rgba(0,0,0,0.3);
padding: 0 4px;
font-weight: bold;
border-radius: 5px;
}
#mask{
left: -100px;
width: 10000px;
height: 10000px;
position: fixed;
background: rgba(0,0,0,0.6);
top: -100px;
z-index:1;
display: none;
}
#popup{
position: fixed;
left: 50%;
top: 50%;
border-radius:15px;
z-index:2;
background: #fff;
display: none;
}
.popup-content{
padding:17px 15px;
}
.popup-content img{
border-radius:12px;
}
#popup button{
position: absolute;
padding: 4px 8px;
color: white;
background-color: black;
border-radius: 25px;
right: -15px;
top: -12px;
} | public/css/style.css | @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic|Great+Vibes&subset=latin,latin-ext);
*{
margin: 0;
padding:0;
}
body{
font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
}
.background{
background-image: url("../img/background.jpg");
width: 100%;
padding: 0px 0 50px 0;
min-height: 100%;
}
.container-main{
background-color:#fff;
margin: 0 auto;
width: 980px;
box-shadow: 0 0 24px rgba(0,0,0,.8);
min-height: 500px;
border-radius: 0 0 10px 10px;
}
.header{
position: relative;
}
.all-title{
padding:30px 0;
}
.header .Title {
margin-left:110px;
line-height: 52px;
padding:6px 0;
}
.header .SubTitle {
font-size: 22px;
color: black;
margin-left:120px;
}
.header .fa-heart{
font-size: 90px;
color: #948450;
float: left;
}
.header .logo{
position: absolute;
padding:6px 0 2px 0;
margin-left:16px;
}
.title a{
margin-left:110px;
font-size: 56px;
font-family: 'Great Vibes',cursive,Helvetica,Arial,sans-serif;
color: #948450;
display: inline-block;
text-decoration: none;
}
.title a:hover{
text-decoration: underline;
}
.menu{
background-color: #F0E2BD;
}
.menu ul {
list-style:none;
}
.menu ul li a {
text-decoration: none;
color: black;
font-size: 16px;
line-height: 32px;
padding:0 15px;
}
.menu ul li{
display: inline-block;
}
.menu ul li.active a {
font-weight: bold;
}
.menu ul li:hover a{
text-decoration: underline;
}
.clear {
clear: both;
}
.container {
padding: 20px;
width: 980px;
}
.fl {
float: left;
}
.fr {
float: right;
}
.sidebar {
width: 220px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.content {
width: 700px;
}
.blog-item {
margin-left: 65px;
}
.line {
height: 1px;
border-bottom: 3px dotted #ccc;
margin-bottom: 20px;
}
.heading{
margin: 20px 0;
}
.heading .page-title{
font-family: 'Great Vibes',cursive,Helvetica,Arial,sans-serif;
font-size: 36px;
line-height: 33.8px;
font-weight: 400;
}
.blog-photo {
position: relative;
}
.blog-photo .blog-title{
margin-bottom: 10px;
}
.blog-photo .fa-camera-retro{
position: absolute;
font-size: 40px;
left:-66px;
top: 6px;
}
.blog-photo a{
left:0;
font-size: 20px;
color: black;
float: left;
}
.blog-photo .date-text{
float:right;
font-style: italic;
}
.blog-photo #img{
border-radius: 10px;
}
.blog-article {
position: relative;
}
.blog-article .fa-pagelines{
font-size:40px;
position: absolute;
left: -68px;
}
.blog-article .date-text{
position: absolute;
right: 0px;
font-style: italic;
}
.blog-article a{
font-size: 22px;
color: black;
position: absolute;
left:0px;
}
.blog-article .content-paragraph{
font-size: 20px;
font-style: italic;
margin-top: 40px;
border-left: solid 5px black;
display: inline-block;
}
.blog-article p{
padding-left: 20px;
}
.blog-article small{
padding-left: 20px;
font-style: initial;
}
.blog-diary{
position: relative;
}
.blog-diary .fa-pencil{
font-size: 34px;
position: absolute;
left: -68px;
}
.blog-diary a{
position: absolute;
left:0px;
font-size: 22px;
color: black;
}
.blog-diary .date-text{
position: absolute;
right:0px;
font-style: italic;
}
.blog-diary .content-diary{
margin-top:40px;
display: inline-block;
margin-bottom: 10px;
position: relative;
}
.blog-diary .photo2{
float: left;
margin-right: 20px;
}
.blog-diary img{
border-radius: 10px;
}
.blog-quote{
position: relative;
}
.blog-quote .fa-quote-left{
font-size: 37px;
position: absolute;
left: -68px;
}
.blog-quote .date-text{
position: absolute;
right: 0px;
font-style: italic;
}
.blog-quote a{
font-size: 22px;
color: black;
}
.blog-quote .content-quote{
margin-top: 10px;
font-size: 20px;
text-align: right;
font-weight: 400;
padding-right: 20px;
border-right: 5px solid black;
}
.blog-quote p{
font-style: italic;
}
.blog-quote small cite{
margin-right: 15px;
font-style: normal;
}
.fr .content-fr{
margin:11px 15px;
}
.fr a{
color:black;
}
.fr h4{
margin-bottom: 15px;
font-size: 22px;
font-weight: 400;
line-height: 22px;
}
.fr i{
margin-right: 7px;
}
.overview{
text-align: center;
margin: 22px 0;
}
.overview a{
color: black;
}
.a-line{
margin: 0 20px;
}
a-line hr{
color: #cccccc;
margin: 0 10px;
}
.footer-page-counter {
padding: 33px 20px 44px 20px;
position: relative;
}
.footer-page-counter a{
color:black;
font-size: 14px;
}
.footer-page-counter .view{
display: inline-block;
position: absolute;
right: 20px;
}
.footer-page-counter .footer-page-counter-item{
box-shadow: 0 2px 10px rgba(0,0,0,0.3);
padding: 0 4px;
font-weight: bold;
border-radius: 5px;
}
#mask{
left: -100px;
width: 10000px;
height: 10000px;
position: fixed;
background: rgba(0,0,0,0.6);
top: -100px;
z-index:1;
display: none;
}
#popup{
position: fixed;
left: 50%;
top: 50%;
border-radius:15px;
z-index:2;
background: #fff;
display: none;
}
.popup-content{
padding:17px 15px;
}
.popup-content img{
border-radius:12px;
}
#popup button{
position: absolute;
padding: 4px 8px;
color: white;
background-color: black;
border-radius: 25px;
right: -15px;
top: -12px;
} | 0.404743 | 0.110615 |
/** 全局属性 **/
body {
background-color: #242424;
color: #bbb;
filter: brightness(0.825);
}
input {
background-color: #404048;
color: #c0c0c0;
}
button {
background-color: #404048;
border-color: #aaa;
color: #c0c0c0;
}
/** 可自行仿照添加更多的全局属性...... */
/** 颜色选择器 */
#colorPanel {
background-color: #333;
}
/** 所有的阴影效果(颜色选择器、数据区、地图区、素材区等) */
#colorPanel, #left, #mid, #mid2, #right, .leftTab {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
/** 地图编辑的输入框 */
#pout {
border: 1px solid #ddd;
}
/** 中间的消息提示框 */
#tip {
border: 1px solid #ccc;
}
/** 素材区背景 */
#iconLib, #mapEdit {
background-color: #242424;
}
/** 选中素材区时的方框 */
#dataSelection, .appendSelection, #selectPointBox {
background-color: rgba(255, 255, 255, 0.0);
border: 1px solid #aaa;
box-shadow: 0 0 0 2px #ddd, 0 0 0 3px #aaa;
}
/** 错误消息(如保存失败) */
.warnText {
color: #e44;
}
/** 提示消息(如告知当前图块信息) */
.infoText {
color: #7bd;
}
/** 成功消息(如保存成功) */
.successText {
color: #8ca;
}
/** 数据库的表格相关 */
table, td {
border: 1px solid #777;
color: #777;
}
.coltd, .rowtd {
border: 0.230vw solid #777;
color: #777;
}
/** 横向标尺背景色 */
table.col td, div.col .coltd {
background-color: #287;
border-color: #ccc;
color: #ccc;
}
/** 横向标尺选中时的背景色 */
#mapColMark td:hover .colBlock, #mapColMark .coltd:hover .colBlock {
background-color: rgba(68, 187, 170, 0.33);
}
/** 纵向标尺背景色 */
table.row td, div.row .rowtd .rowtext {
background-color: #268;
border-color: #ccc;
color: #ccc;
}
/** 纵向标尺选中时的背景色 */
#mapRowMark td:hover .rowBlock, #mapRowMark .rowtd:hover .rowBlock {
background-color: rgba(85, 153, 187, 0.33);
}
/** 右键菜单栏 */
#midMenu{
color: #bbb;/*文字颜色*/
background-color: #33333c;
border-color: #888 #666 #666 #888;
}
#mid .tools {
border-top: 1px solid #555;
}
/** 右键菜单栏的当前选中项 */
#midMenu .menuitem:hover{
background-color: #247;
border-color: #469;
color: #fff;
}
/*===============================自己加的东西======================================*/
select {
background-color: #33333c;
}
option {
background-color: #33333c;
}
a {
color: #7bd;
}
textarea {
color: #bbb;
}
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 8px;
background-color: #242424;
}
::-webkit-scrollbar
{
width: 8px;
height: 10px;
background-color: #242424;
}
::-webkit-scrollbar-thumb
{
border-radius: 8px;
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #bbb;
}
/** 禁用的输入方框(如ID)的背景色 */
textarea[disabled] {
color: #888;
}
select {
color: #ccc;
background-color: #33333c;
}
option {
filter: brightness(0.8);
background-color: #292930;
color: #9a9a9a;
}
option:checked {
filter: brightness(0.8);
background-color: #555/*#358*/;
color: #ddd;
}
.gameCanvas, img {
filter: brightness(0.85);
}
/** 搜索事件块的输入框 */
#searchBlock {
background-color: #bbb;
color: #444;
}
/** 打开浮层(变量搜索等)时页面背景 */
#uieventDiv {
background: rgba(85,85,85,0.67);
}
/** 浮层的对话框 */
#uieventDialog {
background: #101010;
color: #ccc;
}
/** 追加素材时的编号标记 */
#appendPicSelection span {
-webkit-text-stroke: 1px gold;
text-shadow: black 1px 0, black 0 1px, black -1px 0, black 0 -1px;
}
.leftTab {
background-color: #242424;
}
/** 整个事件编辑器 */
#left6 {
background-color: rgb(36, 36, 36);
}
/** 事件编辑器右边的文本框 */
#left6 .CodeMirror {
/*border: 1px solid #eee;*/
border: 1px solid #666;
background-color: #242424;
/*color: #ccc;*/
}
/** 脚本编辑器 */
#left7 {
background-color: rgb(36, 36, 36);
}
#left7 .CodeMirror {
border: 1px solid #666;
}
/** 数据区的表格 */
.etable table, .etable table td {
color: #bbb;
}
/** 数据区每行效果;2n代表偶数行,以此类推 */
.etable table tr {
background-color: #3c3c3c;
border-top: 1px solid #ccccd4;
}
.etable table tr:nth-child(2n) {
background-color: #343434;
}
/** 数据区表格每列效果 */
.etable table th, .etable table td {
border: 1px solid #777;
}
/** 鼠标悬停在数据区表格上的边框效果 */
.etable tr:not(:first-child) > :nth-child(3):hover {
border: 1px solid #468;
box-shadow: 0px 0px 3px #468;
}
.etable tr:not(:first-child) > :nth-child(2):hover,
.etable tr:not(:first-child) > :nth-child(1):hover {
border: 1px solid #375;
box-shadow: 0px 0px 3px #375;
}
/** 表格编辑的按钮颜色 */
.editorTableEditBtn {
background-color: #389;
border-color: #bde;/*8cf和fd8*/
color: #cef;
}
.editorTableFoldBtn {
background-color: #a83;
border-color: #edb;
color: #fec;
filter: brightness(0.95);
}
/** 保存地图的按钮颜色 */
#saveFloor {
background-color: #234;/*33333c*/
border-color: #abc;
color: #cdf;
}
#saveFloor.highlight {
background-color: #871;
border-color: #eda;
color: #fff4d0;
}
/** 解析按钮颜色 */
#blocklyParse {
background-color: #404048;
color: #c0c0c0;
}
#blocklyParse.highlight {
background-color: #871;
border-color: #eda;
color: #fff4d0;
}
#bigmapBtn {
background-color: #234;/*33333c*/
border-color: #abc;
color: #cdf;
}
#bigmapBtn.highlight {
background-color: #871;
border-color: #eda;
color: #fff4d0;
}
.popCheckboxItem {
color: #bbbbbb;
}
table.col td.highlight {
background-color: #66ccbb;
}
table.row td.highlight {
background-color: #77aacc;
}
/** ======== blockly 相关 ======== */
/**
blockly图块的的黑暗程度,用opacity表示,0到1之间;
0表示表示纯亮色,1表示纯黑色
*/
/** 如果需要blockly深色模式,请有选择性视情况取消注释下面几条;具体功能自行研究 */
/*somethingSOMETHING*/
/*.blocklyTreeLabel {
color: #ccc;
}*/
.blocklyTreeLabel:hover {
/*background-color: #888 !important;*/
color: #fff !important;
}
.blocklyTreeSelected {
background-color: #358 !important;
color: #fff !important;
}
/*.blocklyTreeSelected .blocklyTreeLabel {
background-color: #358 !important;
background: #358 !important;
color: #fff !important;
}*/
.blocklyTreeRow {
/*background-color: #888 !important;*/
color: #ccc !important;
}
.blocklyTreeRow:hover {
background-color: #666 !important;
color: #fff !important;
}
/*
.blocklyFlyout {
background-color: rgba(0,0,0,1);
}
*/
.blocklyFlyoutBackground {
fill: #666;
fill-opacity: 0.67;
}
/*somethingSOMETHING*/
.blocklyToolboxDiv {
background-color: #2a2a2a !important;
border: 1px solid #666;
color: black;
}
.blocklySvg {
background-color: #242424;
}
.blocklyNonEditableText>rect, .blocklyEditableText>rect {
fill: #000;
fill-opacity: .3;
}
.blocklyNonEditableText>text, .blocklyEditableText>text {
fill: #fff;
}
input.blocklyHtmlInput {
color: white;
background-color: black;
}
.blocklyFieldRect:not(.blocklyColourFieldRect) {
fill: #242424 !important;
}
.blocklyEditableText > .blocklyText {
fill: #eee !important;
}
.blocklyHtmlInput {
background: rgba(36,36,36,0.6);
color: #eee;
}
.blocklyDropDownDiv {
background-color: #33333c;
border: 1px solid rgba(0,0,0,.3);
border-color: #666;
box-shadow: .05em .2em .6em rgba(0,0,0,.2);
}
.blocklyDropDownDiv .goog-menuitem-content {
color: #eee;
}
.blocklyDropDownDiv .goog-menuitem-highlight {
background: #247/*hsl(200, 40%, 80%)*/;
color: #eee;
}
.blocklyWidgetDiv .goog-option-selected .goog-menuitem-checkbox,
.blocklyWidgetDiv .goog-option-selected .goog-menuitem-icon,
.blocklyDropDownDiv .goog-option-selected .goog-menuitem-checkbox,
.blocklyDropDownDiv .goog-option-selected .goog-menuitem-icon {
background: url(../blockly/media/sprites_white.png) no-repeat -48px -16px;
}
/** ======== Blockly中自动补全相关 ======== */
.awesomplete > ul {
background: #33333c;
/*background: hsla(0,0%,100%,.9);
background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));*/
border: 1px solid rgba(0,0,0,.3);
border-color: #666;
box-shadow: .05em .2em .6em rgba(0,0,0,.2);
}
.awesomplete > ul:before {
background: white;
}
.awesomplete > ul > li:hover {
background: #247/*hsl(200, 40%, 80%)*/;
color: #fff;
}
.awesomplete > ul > li[aria-selected="true"] {
background: hsl(205, 40%, 40%);
color: white;
}
.awesomplete mark {
background: /*hsl(65, 100%, 50%);*/#278;
color: #cef;
}
.awesomplete li:hover mark {
background: /*hsl(68, 100%, 41%)*/#1a9;
color: #fff;
}
.awesomplete li[aria-selected="true"] mark {
background: /*hsl(86, 100%, 21%)*/#468;
color: inherit;
}
/** ======== 脚本编辑相关 ======== **/
/* 很多我也不知道是干嘛的,自行根据名字猜每一项作用吧 */
.CodeMirror {
color: #ddd;/*杨子默:我也不知道他是干啥用的*/
background: #242424;
}
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
background-color: #242424;
}
.CodeMirror-gutters {
border-right: 1px solid #666;
background-color: #2a2a2a;
}
.CodeMirror-linenumber {
color: #999;
}
.CodeMirror-guttermarker {
color: black;
}
.CodeMirror-guttermarker-subtle {
color: #999;
}
.CodeMirror-cursor {
border-left: 1px solid #f8f8f0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
background: #7e7;
}
.cm-fat-cursor-mark {
background-color: rgba(20, 255, 20, 0.5);
}
.cm-animate-fat-cursor {
background-color: #7e7;
}
.CodeMirror-ruler {
border-left: 1px solid #ccc;
}
/* DEFAULT THEME */
.cm-s-default .cm-header {
color: #a8f;
}
.cm-s-default .cm-quote {
color: #695;
}
.cm-negative {
color: #f55;
}
.cm-positive {
color: #5f5;
}
.cm-s-default .cm-keyword {
color: #d7a;
}
.cm-s-default .cm-atom {
color: #80c0ff;
}
.cm-s-default .cm-number {
color: #a0e0c0;
}
.cm-s-default .cm-def {
color: #db7;
}
.cm-s-default .cm-variable-2 {
color: #8cd;
}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {
color: #8cd;
}
.cm-s-default .cm-comment {
color: #7a6;
}
.cm-s-default .cm-string {
color: #db7;
}
.cm-s-default .cm-string-2 {
color: #db7/*something?*/;
}
.cm-s-default .cm-meta {
color: #33333c;
}
.cm-s-default .cm-qualifier {
color: #33333c;
}
.cm-s-default .cm-builtin {
color: #66d9ef;
}
.cm-s-default .cm-bracket {
color: #f8f8f2;
}
.cm-s-default .cm-tag {
color: #f55;
}
.cm-s-default .cm-attribute {
color: #ab6;
}
.cm-s-default .cm-hr {
color: #999;
}
.cm-s-default .cm-link {
color: #a8f;
}
.cm-s-default .cm-error {
background: #f55;
color: #fff;
}
/*somethingsomething*/
.cm-s-default .cm-matchhighlight {
background: #57a;
color: #eef8ff;
}
/*somethingsomething*/
.cm-invalidchar {
color: #f55;
}
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
color: #5f5;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
color: #f55;
}
.CodeMirror-matchingtag {
background: rgba(255, 150, 0, .3);
}
.CodeMirror-activeline-background {
background: #247;
}
.CodeMirror-selected {
background: #358;
}
.CodeMirror-focused .CodeMirror-selected {
background: #358;
}
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
background: #247;
}
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
background: #247;
}
.cm-searching {
background-color: #ffa;
background-color: rgba(255, 255, 0, .4);
}
/* 代码补全提示相关 */
.cm-matchhighlight {
background-color: #247;
}
.CodeMirror-hints {
border: 1px solid #888;
background: #33333c;
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
}
.CodeMirror-hint {
color: #ccc;
}
li.CodeMirror-hint-active {
background: #247;
color: #fff;
}
/* 代码语法检查相关相关 */
.CodeMirror-lint-tooltip {
background-color: #247;
border: 1px solid #135;
color: #fff;
}
.CodeMirror-lint-mark-error {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==");
}
.CodeMirror-lint-mark-warning {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=");
}
.CodeMirror-lint-marker-error, .CodeMirror-lint-message-error {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=");
}
.CodeMirror-lint-marker-warning, .CodeMirror-lint-message-warning {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=");
}
.CodeMirror-lint-marker-multiple {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");
}
/* 代码补全的对话框(提供搜索功能)相关 */
.CodeMirror-dialog-top {
border-bottom: 1px solid #eee;
}
.CodeMirror-dialog-bottom {
border-top: 1px solid #eee;
}
/* 搜索项的背景色 */
.CodeMirror-focused .cm-matchhighlight {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFklEQVQI12NgYGBgkKzc8x9CMDAwAAAmhwSbidEoSQAAAABJRU5ErkJggg==);
background-position: bottom;
background-repeat: repeat-x;
}
.cm-matchhighlight {background-color: lightgreen}
.CodeMirror-selection-highlight-scrollbar {background-color: yellowgreen}
.CodeMirror-search-hint {
color: #888;
}
/* 增强的代码补全系统相关 */
/* 变量类型 */
.CodeMirror-Tern-completion:before {
color: white;
}
.CodeMirror-Tern-completion-unknown:before {
content: "?";
background: #4bb;
}
.CodeMirror-Tern-completion-object:before {
content: "O";
background: #77c;
}
.CodeMirror-Tern-completion-fn:before {
content: "F";
background: #7c7;
}
.CodeMirror-Tern-completion-array:before {
content: "A";
background: #c66;
}
.CodeMirror-Tern-completion-number:before {
content: "1";
background: #999;
}
.CodeMirror-Tern-completion-string:before {
content: "S";
background: #999;
}
.CodeMirror-Tern-completion-bool:before {
content: "B";
background: #999;
}
.CodeMirror-Tern-completion-guess {
color: #999;
}
/* 额外提示框(如文档) */
.CodeMirror-Tern-tooltip {
border: 1px solid #aaa;
color: #ccc;
background-color: #33333c;
-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
-moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
box-shadow: 2px 3px 5px rgba(0,0,0,.2);
}
.CodeMirror-Tern-fname { color: #ddd; }
.CodeMirror-Tern-farg { color: #d7a; }
.CodeMirror-Tern-type { color: #db7; }
.CodeMirror-foldmarker {
color: #ddd;
text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
} | _server/css/editor_color_dark.css | /** 全局属性 **/
body {
background-color: #242424;
color: #bbb;
filter: brightness(0.825);
}
input {
background-color: #404048;
color: #c0c0c0;
}
button {
background-color: #404048;
border-color: #aaa;
color: #c0c0c0;
}
/** 可自行仿照添加更多的全局属性...... */
/** 颜色选择器 */
#colorPanel {
background-color: #333;
}
/** 所有的阴影效果(颜色选择器、数据区、地图区、素材区等) */
#colorPanel, #left, #mid, #mid2, #right, .leftTab {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
/** 地图编辑的输入框 */
#pout {
border: 1px solid #ddd;
}
/** 中间的消息提示框 */
#tip {
border: 1px solid #ccc;
}
/** 素材区背景 */
#iconLib, #mapEdit {
background-color: #242424;
}
/** 选中素材区时的方框 */
#dataSelection, .appendSelection, #selectPointBox {
background-color: rgba(255, 255, 255, 0.0);
border: 1px solid #aaa;
box-shadow: 0 0 0 2px #ddd, 0 0 0 3px #aaa;
}
/** 错误消息(如保存失败) */
.warnText {
color: #e44;
}
/** 提示消息(如告知当前图块信息) */
.infoText {
color: #7bd;
}
/** 成功消息(如保存成功) */
.successText {
color: #8ca;
}
/** 数据库的表格相关 */
table, td {
border: 1px solid #777;
color: #777;
}
.coltd, .rowtd {
border: 0.230vw solid #777;
color: #777;
}
/** 横向标尺背景色 */
table.col td, div.col .coltd {
background-color: #287;
border-color: #ccc;
color: #ccc;
}
/** 横向标尺选中时的背景色 */
#mapColMark td:hover .colBlock, #mapColMark .coltd:hover .colBlock {
background-color: rgba(68, 187, 170, 0.33);
}
/** 纵向标尺背景色 */
table.row td, div.row .rowtd .rowtext {
background-color: #268;
border-color: #ccc;
color: #ccc;
}
/** 纵向标尺选中时的背景色 */
#mapRowMark td:hover .rowBlock, #mapRowMark .rowtd:hover .rowBlock {
background-color: rgba(85, 153, 187, 0.33);
}
/** 右键菜单栏 */
#midMenu{
color: #bbb;/*文字颜色*/
background-color: #33333c;
border-color: #888 #666 #666 #888;
}
#mid .tools {
border-top: 1px solid #555;
}
/** 右键菜单栏的当前选中项 */
#midMenu .menuitem:hover{
background-color: #247;
border-color: #469;
color: #fff;
}
/*===============================自己加的东西======================================*/
select {
background-color: #33333c;
}
option {
background-color: #33333c;
}
a {
color: #7bd;
}
textarea {
color: #bbb;
}
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 8px;
background-color: #242424;
}
::-webkit-scrollbar
{
width: 8px;
height: 10px;
background-color: #242424;
}
::-webkit-scrollbar-thumb
{
border-radius: 8px;
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #bbb;
}
/** 禁用的输入方框(如ID)的背景色 */
textarea[disabled] {
color: #888;
}
select {
color: #ccc;
background-color: #33333c;
}
option {
filter: brightness(0.8);
background-color: #292930;
color: #9a9a9a;
}
option:checked {
filter: brightness(0.8);
background-color: #555/*#358*/;
color: #ddd;
}
.gameCanvas, img {
filter: brightness(0.85);
}
/** 搜索事件块的输入框 */
#searchBlock {
background-color: #bbb;
color: #444;
}
/** 打开浮层(变量搜索等)时页面背景 */
#uieventDiv {
background: rgba(85,85,85,0.67);
}
/** 浮层的对话框 */
#uieventDialog {
background: #101010;
color: #ccc;
}
/** 追加素材时的编号标记 */
#appendPicSelection span {
-webkit-text-stroke: 1px gold;
text-shadow: black 1px 0, black 0 1px, black -1px 0, black 0 -1px;
}
.leftTab {
background-color: #242424;
}
/** 整个事件编辑器 */
#left6 {
background-color: rgb(36, 36, 36);
}
/** 事件编辑器右边的文本框 */
#left6 .CodeMirror {
/*border: 1px solid #eee;*/
border: 1px solid #666;
background-color: #242424;
/*color: #ccc;*/
}
/** 脚本编辑器 */
#left7 {
background-color: rgb(36, 36, 36);
}
#left7 .CodeMirror {
border: 1px solid #666;
}
/** 数据区的表格 */
.etable table, .etable table td {
color: #bbb;
}
/** 数据区每行效果;2n代表偶数行,以此类推 */
.etable table tr {
background-color: #3c3c3c;
border-top: 1px solid #ccccd4;
}
.etable table tr:nth-child(2n) {
background-color: #343434;
}
/** 数据区表格每列效果 */
.etable table th, .etable table td {
border: 1px solid #777;
}
/** 鼠标悬停在数据区表格上的边框效果 */
.etable tr:not(:first-child) > :nth-child(3):hover {
border: 1px solid #468;
box-shadow: 0px 0px 3px #468;
}
.etable tr:not(:first-child) > :nth-child(2):hover,
.etable tr:not(:first-child) > :nth-child(1):hover {
border: 1px solid #375;
box-shadow: 0px 0px 3px #375;
}
/** 表格编辑的按钮颜色 */
.editorTableEditBtn {
background-color: #389;
border-color: #bde;/*8cf和fd8*/
color: #cef;
}
.editorTableFoldBtn {
background-color: #a83;
border-color: #edb;
color: #fec;
filter: brightness(0.95);
}
/** 保存地图的按钮颜色 */
#saveFloor {
background-color: #234;/*33333c*/
border-color: #abc;
color: #cdf;
}
#saveFloor.highlight {
background-color: #871;
border-color: #eda;
color: #fff4d0;
}
/** 解析按钮颜色 */
#blocklyParse {
background-color: #404048;
color: #c0c0c0;
}
#blocklyParse.highlight {
background-color: #871;
border-color: #eda;
color: #fff4d0;
}
#bigmapBtn {
background-color: #234;/*33333c*/
border-color: #abc;
color: #cdf;
}
#bigmapBtn.highlight {
background-color: #871;
border-color: #eda;
color: #fff4d0;
}
.popCheckboxItem {
color: #bbbbbb;
}
table.col td.highlight {
background-color: #66ccbb;
}
table.row td.highlight {
background-color: #77aacc;
}
/** ======== blockly 相关 ======== */
/**
blockly图块的的黑暗程度,用opacity表示,0到1之间;
0表示表示纯亮色,1表示纯黑色
*/
/** 如果需要blockly深色模式,请有选择性视情况取消注释下面几条;具体功能自行研究 */
/*somethingSOMETHING*/
/*.blocklyTreeLabel {
color: #ccc;
}*/
.blocklyTreeLabel:hover {
/*background-color: #888 !important;*/
color: #fff !important;
}
.blocklyTreeSelected {
background-color: #358 !important;
color: #fff !important;
}
/*.blocklyTreeSelected .blocklyTreeLabel {
background-color: #358 !important;
background: #358 !important;
color: #fff !important;
}*/
.blocklyTreeRow {
/*background-color: #888 !important;*/
color: #ccc !important;
}
.blocklyTreeRow:hover {
background-color: #666 !important;
color: #fff !important;
}
/*
.blocklyFlyout {
background-color: rgba(0,0,0,1);
}
*/
.blocklyFlyoutBackground {
fill: #666;
fill-opacity: 0.67;
}
/*somethingSOMETHING*/
.blocklyToolboxDiv {
background-color: #2a2a2a !important;
border: 1px solid #666;
color: black;
}
.blocklySvg {
background-color: #242424;
}
.blocklyNonEditableText>rect, .blocklyEditableText>rect {
fill: #000;
fill-opacity: .3;
}
.blocklyNonEditableText>text, .blocklyEditableText>text {
fill: #fff;
}
input.blocklyHtmlInput {
color: white;
background-color: black;
}
.blocklyFieldRect:not(.blocklyColourFieldRect) {
fill: #242424 !important;
}
.blocklyEditableText > .blocklyText {
fill: #eee !important;
}
.blocklyHtmlInput {
background: rgba(36,36,36,0.6);
color: #eee;
}
.blocklyDropDownDiv {
background-color: #33333c;
border: 1px solid rgba(0,0,0,.3);
border-color: #666;
box-shadow: .05em .2em .6em rgba(0,0,0,.2);
}
.blocklyDropDownDiv .goog-menuitem-content {
color: #eee;
}
.blocklyDropDownDiv .goog-menuitem-highlight {
background: #247/*hsl(200, 40%, 80%)*/;
color: #eee;
}
.blocklyWidgetDiv .goog-option-selected .goog-menuitem-checkbox,
.blocklyWidgetDiv .goog-option-selected .goog-menuitem-icon,
.blocklyDropDownDiv .goog-option-selected .goog-menuitem-checkbox,
.blocklyDropDownDiv .goog-option-selected .goog-menuitem-icon {
background: url(../blockly/media/sprites_white.png) no-repeat -48px -16px;
}
/** ======== Blockly中自动补全相关 ======== */
.awesomplete > ul {
background: #33333c;
/*background: hsla(0,0%,100%,.9);
background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));*/
border: 1px solid rgba(0,0,0,.3);
border-color: #666;
box-shadow: .05em .2em .6em rgba(0,0,0,.2);
}
.awesomplete > ul:before {
background: white;
}
.awesomplete > ul > li:hover {
background: #247/*hsl(200, 40%, 80%)*/;
color: #fff;
}
.awesomplete > ul > li[aria-selected="true"] {
background: hsl(205, 40%, 40%);
color: white;
}
.awesomplete mark {
background: /*hsl(65, 100%, 50%);*/#278;
color: #cef;
}
.awesomplete li:hover mark {
background: /*hsl(68, 100%, 41%)*/#1a9;
color: #fff;
}
.awesomplete li[aria-selected="true"] mark {
background: /*hsl(86, 100%, 21%)*/#468;
color: inherit;
}
/** ======== 脚本编辑相关 ======== **/
/* 很多我也不知道是干嘛的,自行根据名字猜每一项作用吧 */
.CodeMirror {
color: #ddd;/*杨子默:我也不知道他是干啥用的*/
background: #242424;
}
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
background-color: #242424;
}
.CodeMirror-gutters {
border-right: 1px solid #666;
background-color: #2a2a2a;
}
.CodeMirror-linenumber {
color: #999;
}
.CodeMirror-guttermarker {
color: black;
}
.CodeMirror-guttermarker-subtle {
color: #999;
}
.CodeMirror-cursor {
border-left: 1px solid #f8f8f0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
background: #7e7;
}
.cm-fat-cursor-mark {
background-color: rgba(20, 255, 20, 0.5);
}
.cm-animate-fat-cursor {
background-color: #7e7;
}
.CodeMirror-ruler {
border-left: 1px solid #ccc;
}
/* DEFAULT THEME */
.cm-s-default .cm-header {
color: #a8f;
}
.cm-s-default .cm-quote {
color: #695;
}
.cm-negative {
color: #f55;
}
.cm-positive {
color: #5f5;
}
.cm-s-default .cm-keyword {
color: #d7a;
}
.cm-s-default .cm-atom {
color: #80c0ff;
}
.cm-s-default .cm-number {
color: #a0e0c0;
}
.cm-s-default .cm-def {
color: #db7;
}
.cm-s-default .cm-variable-2 {
color: #8cd;
}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {
color: #8cd;
}
.cm-s-default .cm-comment {
color: #7a6;
}
.cm-s-default .cm-string {
color: #db7;
}
.cm-s-default .cm-string-2 {
color: #db7/*something?*/;
}
.cm-s-default .cm-meta {
color: #33333c;
}
.cm-s-default .cm-qualifier {
color: #33333c;
}
.cm-s-default .cm-builtin {
color: #66d9ef;
}
.cm-s-default .cm-bracket {
color: #f8f8f2;
}
.cm-s-default .cm-tag {
color: #f55;
}
.cm-s-default .cm-attribute {
color: #ab6;
}
.cm-s-default .cm-hr {
color: #999;
}
.cm-s-default .cm-link {
color: #a8f;
}
.cm-s-default .cm-error {
background: #f55;
color: #fff;
}
/*somethingsomething*/
.cm-s-default .cm-matchhighlight {
background: #57a;
color: #eef8ff;
}
/*somethingsomething*/
.cm-invalidchar {
color: #f55;
}
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
color: #5f5;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
color: #f55;
}
.CodeMirror-matchingtag {
background: rgba(255, 150, 0, .3);
}
.CodeMirror-activeline-background {
background: #247;
}
.CodeMirror-selected {
background: #358;
}
.CodeMirror-focused .CodeMirror-selected {
background: #358;
}
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
background: #247;
}
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
background: #247;
}
.cm-searching {
background-color: #ffa;
background-color: rgba(255, 255, 0, .4);
}
/* 代码补全提示相关 */
.cm-matchhighlight {
background-color: #247;
}
.CodeMirror-hints {
border: 1px solid #888;
background: #33333c;
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
}
.CodeMirror-hint {
color: #ccc;
}
li.CodeMirror-hint-active {
background: #247;
color: #fff;
}
/* 代码语法检查相关相关 */
.CodeMirror-lint-tooltip {
background-color: #247;
border: 1px solid #135;
color: #fff;
}
.CodeMirror-lint-mark-error {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==");
}
.CodeMirror-lint-mark-warning {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=");
}
.CodeMirror-lint-marker-error, .CodeMirror-lint-message-error {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=");
}
.CodeMirror-lint-marker-warning, .CodeMirror-lint-message-warning {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=");
}
.CodeMirror-lint-marker-multiple {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");
}
/* 代码补全的对话框(提供搜索功能)相关 */
.CodeMirror-dialog-top {
border-bottom: 1px solid #eee;
}
.CodeMirror-dialog-bottom {
border-top: 1px solid #eee;
}
/* 搜索项的背景色 */
.CodeMirror-focused .cm-matchhighlight {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFklEQVQI12NgYGBgkKzc8x9CMDAwAAAmhwSbidEoSQAAAABJRU5ErkJggg==);
background-position: bottom;
background-repeat: repeat-x;
}
.cm-matchhighlight {background-color: lightgreen}
.CodeMirror-selection-highlight-scrollbar {background-color: yellowgreen}
.CodeMirror-search-hint {
color: #888;
}
/* 增强的代码补全系统相关 */
/* 变量类型 */
.CodeMirror-Tern-completion:before {
color: white;
}
.CodeMirror-Tern-completion-unknown:before {
content: "?";
background: #4bb;
}
.CodeMirror-Tern-completion-object:before {
content: "O";
background: #77c;
}
.CodeMirror-Tern-completion-fn:before {
content: "F";
background: #7c7;
}
.CodeMirror-Tern-completion-array:before {
content: "A";
background: #c66;
}
.CodeMirror-Tern-completion-number:before {
content: "1";
background: #999;
}
.CodeMirror-Tern-completion-string:before {
content: "S";
background: #999;
}
.CodeMirror-Tern-completion-bool:before {
content: "B";
background: #999;
}
.CodeMirror-Tern-completion-guess {
color: #999;
}
/* 额外提示框(如文档) */
.CodeMirror-Tern-tooltip {
border: 1px solid #aaa;
color: #ccc;
background-color: #33333c;
-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
-moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
box-shadow: 2px 3px 5px rgba(0,0,0,.2);
}
.CodeMirror-Tern-fname { color: #ddd; }
.CodeMirror-Tern-farg { color: #d7a; }
.CodeMirror-Tern-type { color: #db7; }
.CodeMirror-foldmarker {
color: #ddd;
text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
} | 0.302082 | 0.091829 |
html,body {
min-height:100%;
overflow:hidden;
}
body {
background:url('../img/layout/bg.png')
}
.center-elements {
text-align:center;
font-size:0
}
.center-elements>* {
float:none!important;
display:inline-block!important;
font-size:12px
}
.phone-only-inline,.phone-only-block {
display:none
}
body.pat1 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAI0lEQVQImWN4/+Hbfxh+8fLD//cfvv1nIF7wxcsP/9ExVpUAgdBfAaodXhgAAAAASUVORK5CYII=')
}
body.pat2 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALElEQVQImV3IIRIAMAwCMP7/0k2BwjK1tlcRE1DOdK6CHZQ7f1TOoBzsoJwHipRfUbIRNaEAAAAASUVORK5CYII=')
}
body.pat3 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPklEQVQYlWN4/+Hbf2R8/8GL/+hi7z98+8+ATRE2xQy4TELnM+CzDlmcAZcidMUM+BQhKyZKIdEmvv/w7T8Aw+AwhJgD67AAAAAASUVORK5CYII=')
}
body.pat4 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQImWO4/+DF//cfvsExAzIHRQCmEkMFABFcPOWvqW41AAAAAElFTkSuQmCC')
}
body.pat5 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAP0lEQVQYlWO4/+DF//cfvsHx/Qcv/mMTY0AXwMZ+/+EbQiG6BLoYAzaTsJnMgE0RNsXEKyTaapI8Q1TwEBvgAGOleGgCuH/kAAAAAElFTkSuQmCC')
}
body.pat6 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQImWO4/+DF//cfvv1//+Hb//sPXvxngDFgEpgC6FoA79U70eVJntUAAAAASUVORK5CYII=')
}
header {
position:relative;
}
header img {
margin:30px 0;
user-select:none;
-moz-user-select:none
}
header .phone-title {
display:none
}
#main {
position:relative;
background:url('../img/layout/sidebar/bg.png') repeat-y bottom left #fdfdfd;
border:1px solid #bcbcbc;
border-top:0;
border-radius:3px;
box-shadow:0 0 1px rgba(0,0,0,0.1),0 2px 6px rgba(0,0,0,0.31);
}
#main .toolbar {
height:47px;
border:1px solid #114885;
border-bottom:0;
border-radius:3px 3px 0 0;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
margin-left:-1px;
margin-right:-1px;
margin-bottom:0;
background:url('../img/layout/content/toolbar/bg.png');
-moz-box-shadow:0px 2px 9px #919191; -webkit-box-shadow:0px 2px 9px #919191; box-shadow:0px 2px 9px #919191;
}
#main .toolbar .user {
float:left;
position:absolute;
width:185px;
border:1px solid transparent;
border-radius:2px;
margin:3px;
padding:5px;
padding-right:0;
padding-bottom:3px;
line-height:29px
}
#main .toolbar .user:after {
display:block;
position:absolute;
height:100%;
width:9px;
bottom:-3px;
right:-13px;
background:url('../img/layout/content/toolbar/divider.png') no-repeat;
content:' '
}
#main .toolbar .user:hover {
border:1px solid #0b396c;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
cursor:pointer
}
#main .toolbar .user.clicked {
background:#fff;
box-shadow:0 0 8px rgba(0,0,0,0.75);
border:1px solid transparent;
border-radius:3px;
z-index:103
}
#main .toolbar .user.clicked:hover {
background:#fff;
border:1px solid transparent
}
#main .toolbar .user ul {
display:none;
cursor:default;
position:relative;
overflow:hidden;
width:192px;
left:-5px;
margin:0 -1px;
margin-top:1px;
padding:0;
padding-top:5px;
background:#fff;
border-top:0;
list-style:none;
z-index:102
}
#main .toolbar .user li {
padding:0 10px;
height:27px;
border:1px solid transparent
}
#main .toolbar .user li a,#main .toolbar .user li a:visited {
display:block;
user-select:none;
-moz-user-select:none;
text-decoration:none
}
#main .toolbar .user li.line {
height:auto;
margin:3px 10px;
border-bottom:1px solid #dfdfdf
}
#main .toolbar .user li.line:hover {
background:#fff;
border-color:transparent;
border-bottom-color:#dfdfdf
}
#main .toolbar .user li:hover {
background:url('../img/layout/content/toolbar/user/bg-menu-hover.png');
border:1px solid #396aa4;
line-height:27px
}
#main .toolbar .user>span {
user-select:none;
-moz-user-select:none
}
#main .toolbar .user>span:after {
display:block;
position:absolute;
top:8px;
right:8px;
content:'▼';
font-size:10px;
text-shadow:0 1px 0 #000;
user-select:none;
-moz-user-select:none;
cursor:default
}
#main .toolbar .user:hover>span:after {
cursor:pointer
}
#main .toolbar .user.clicked>span:after {
content:'▲';
color:#676767;
cursor:pointer
}
#main .toolbar .avatar {
float:left;
position:relative;
height:29px;
width:29px;
margin-right:8px
}
#main .toolbar .avatar img {
float:left;
border-radius:3px;
border:1px solid #484848;
user-select:none;
-moz-user-select:none
}
#main .toolbar .avatar span {
position:absolute;
width:14px;
height:14px;
top:-5px;
right:-5px;
background:url('../img/layout/content/toolbar/user/counter.png');
line-height:12px;
user-select:none;
-moz-user-select:none;
cursor:default;
font-family:Arial;
text-align:center
}
#main .toolbar .shortcuts {
margin:0;
margin-left:210px;
margin-right:200px;
padding:0
}
#main .toolbar .shortcuts li {
display:inline-block;
position:relative
}
#main .toolbar .shortcuts li a {
display:inline-block;
padding:0 8px;
line-height:45px;
border:1px solid transparent;
border-radius:2px;
margin:3px;
padding:0 5px;
line-height:39px
}
#main .toolbar .shortcuts li a:hover {
border:1px solid #0b396c;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3)
}
#main .toolbar .shortcuts li a:hover:active,#main .toolbar .shortcuts li.active a {
border:1px solid rgba(17,16,13,0.6);
background:url('../img/layout/content/toolbar/bg-shortcuts.png');
box-shadow:0 -1px 8px 4px rgba(0,0,0,0.45) inset
}
#main .toolbar .shortcuts li a span.icon {
display:block;
height:24px;
width:24px;
margin:7.5px 0;
text-decoration:none
}
#main .toolbar .shortcuts li a span.icon:before {
position:absolute;
top:7px;
left:0;
right:0;
text-align:center;
font-size:24px;
color:#f1f5fa;
text-shadow:0 1px 0 #000,0 -1px 0 rgba(0,0,0,0.5)
}
#main .toolbar .shortcuts li>div {
position:absolute;
display:none;
top:57px;
border:1px solid #949494;
border-radius:3px;
background:#cad2de;
box-shadow:0 0 10px rgba(0,0,0,0.5);
z-index:105
}
#main .toolbar .shortcuts li>div,#main .toolbar .shortcuts li>div.small {
width:220px;
right:-92px
}
#main .toolbar .shortcuts li>div.medium {
width:250px;
right:-107px
}
#main .toolbar .shortcuts li>div.large {
width:300px;
right:-132px
}
#main .toolbar .shortcuts li>div.music {
width: 741px;
height: 552px;
right: -353px;
}
#main .toolbar .shortcuts li>div.dream {
width: 500px;
height: 300px;
right:-230px;
}
#main .toolbar .shortcuts li>div.calculator {
width: 542px;
height: 637px;
right: -253px;
}
#main .toolbar .shortcuts li>div:after {
display:block;
position:absolute;
width:28px;
height:13px;
top:-12px;
right:50%;
margin-right:-14px;
content:' ';
background:url('../img/layout/content/toolbar/popup-arrow.png')
}
#main .toolbar .shortcuts li>div h3 {
padding:10px 0;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.75);
background:url('../img/layout/content/toolbar/popup-header.png');
border-radius:3px 3px 0 0;
text-align:center
}
#main .toolbar .shortcuts li .content {
margin:5px;
margin-top:0;
padding:5px;
background:#fcfcfc;
border:1px solid #99a7bc;
border-radius:3px;
box-shadow:inset 0 0 5px #becbdf
}
#main .toolbar input[type="search"],#main .toolbar input.search {
float:right;
position:absolute;
top:11px;
right:15px
}
#main .toolbar .weather{
float:right;
position:absolute;
top:3px;
right:15px;
}
#main .toolbar .weather img{
width:40px;
float:left;
}
#main .toolbar .weather div{
display:inline;
float:left;
color:#FFF;
padding:5px;
}
#main .toolbar .weather div p{
margin:0px;
}
#toolbar li div.popup .button.left,#main .toolbar .shortcuts li>div .button.left {
position:absolute;
top:5px;
left:5px
}
#toolbar li div.popup .button.right,#main .toolbar .shortcuts li>div .button.right {
position:absolute;
top:5px;
right:5px
}
aside {
float:left;
width:199px;
margin-right:1px
}
aside:after {
display:block;
position:absolute;
width:5px;
top:50px;
bottom:0;
left:195px;
background:url('../img/layout/sidebar/shadow.png');
content:' '
}
aside .divider {
height:2px;
width:193px;
margin:5px auto;
background:url('../img/layout/sidebar/divider.png')
}
aside .bottom {
position:absolute;
left:0;
width:200px
}
aside .bottom .buttons {
margin:5px 0;
overflow:hidden
}
aside .bottom .buttons * {
display:block;
width:80%;
margin:10px 10%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
text-align:center
}
aside .progress .bar {
margin:10px 15px;
font-size:11px
}
aside .progress .bar:last-child {
margin-bottom:15px
}
aside .progress .bar strong {
display:block;
float:left
}
aside .progress .bar small {
display:block;
float:right;
font-size:11px
}
aside .progress .bar .ui-progressbar {
margin-top:5px
}
#content {
width:auto!important;
min-height:300px;
padding:15px 0;
padding-left:200px;
margin:0!important;
border-radius:0 0 3px 3px
}
#content>h1 {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box
}
.box {
border-radius:2px;
border:1px solid #b9b9b9;
box-shadow:0 1px 0 rgba(0,0,0,0.11);
margin-bottom:25px;
}
.box:before,.box:after {
content:"";
display:table
}
.box:after {
clear:both
}
.box .header {
position:relative;
background:url('../img/layout/content/box/header-bg.png') repeat-x #e9ecf1;
box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,0.02);
border-radius:2px 2px 0 0
}
.box .header h2 {
padding:10px;
border-bottom:1px solid #c0c8d0;
background-repeat:no-repeat;
background-position:8px 50%
}
.box .header .icon {
display:inline-block;
float:left;
height:16px;
width:16px;
font-size:16px;
line-height:16px;
cursor:default;
margin-right:10px;
margin-left:2px;
text-align:center
}
.box .content {
padding:0 10px;
background:#fafafa
}
.box .content:before,.box .content:after {
content:"";
display:table
}
.box .content:after {
clear:both
}
.spacer {
padding:10px
}
.box .actions {
padding:8px;
float:left;
width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
border-top:1px solid #c1c1c1;
border-radius:0 0 2px 2px;
background:url('../img/layout/content/box/actions-bg.png') #f0f1f4 repeat-x
}
.box .actions .left,.box .actions .right {
position:relative
}
.box .actions .left {
float:left
}
.box .actions .right {
float:right
}
.box .header ul {
position:absolute;
right:0;
top:0;
margin:0;
padding:0
}
.box .header ul li {
display:inline-block;
float:left;
cursor:pointer
}
.box .header ul li a {
display:block;
border-left:1px solid #fff;
border-right:1px solid #c1c1c1;
padding:10px 12px
}
.box .header ul li:first-child a {
border-left-color:#c1c1c1
}
.box .header ul li:last-child a {
border-radius:2px 0 0 0;
border-right:0
}
.box .header ul li:hover a {
background:url('../img/layout/content/box/tab-hover.png') repeat-x #f5f6f8
}
.box .header ul li.current a {
background:#fafafa;
border-bottom:1px solid #fafafa
}
.box .actions[rel] {
display:none
}
.box .header a.menu {
position:absolute;
width:35px;
height:35px;
background:transparent;
border-left:1px solid #c1c1c1;
cursor:pointer;
position:absolute;
top:0;
right:1px;
line-height:35px;
text-align:center;
font-size:16px;
color:#787879;
text-shadow:0 1px 0 #fff;
text-decoration:none
}
.box .header a.menu2 {
position:absolute;
width:35px;
height:35px;
background:transparent;
border-left:1px solid #c1c1c1;
cursor:pointer;
position:absolute;
top:0;
right:37px;
line-height:35px;
text-align:center;
font-size:16px;
color:#787879;
text-shadow:0 1px 0 #fff;
text-decoration:none
}
.box .header a.menu:hover {
background:url('../img/layout/content/box/menu-bg.png') repeat-x #f0f2f5
}
.box .header a.menu2:hover {
background:url('../img/layout/content/box/menu-bg.png') repeat-x #f0f2f5
}
.box .header a.menu.active:hover {
background:url('../img/layout/content/box/menu-active-bg.png') repeat-x #e3e6ea
}
.box .header a.menu2.active:hover {
background:url('../img/layout/content/box/menu-active-bg.png') repeat-x #e3e6ea
}
.box .header a.menu.open {
color:#4a4a4b
}
.box .header menu {
display:none;
position:absolute;
right:3px;
margin:0;
margin-top:4px;
padding:0;
z-index:1
}
.box .header menu:after {
display:block;
position:absolute;
height:5px;
width:12px;
top:-5px;
right:5px;
content:'';
background:url('../img/layout/content/box/menu-arrow.png')
}
.box .header menu a {
display:block;
padding:7px 20px;
border:1px solid #cbcbcb;
border-bottom-width:0;
background:url('../img/layout/content/box/menu-item-bg.png') repeat-x #ebedf2;
text-decoration:none
}
.box .header menu a.with-icon {
padding-left:8px
}
.box .header menu a .icon {
font-size:13px;
margin-left:0;
margin-right:6px
}
.box .header menu a:hover {
background:url('../img/layout/content/box/menu-item-bg-hover.png') repeat-x #ebedf2
}
.box .header menu a.active {
background:#e5e7e9;
box-shadow:inset 0 1px 2px rgba(0,0,0,0.47)
}
.box .header menu a:first-child {
border-top-left-radius:2px;
border-top-right-radius:2px
}
.box .header menu a:last-child {
border-bottom-width:1px;
border-bottom-left-radius:2px;
border-bottom-right-radius:2px
}
nav.phone {
display:none
}
@media screen and (min-width:651px) {
nav.phone[style] {
display:none!important
}
}aside nav li {
position:relative
}
aside nav>ul>li a,aside nav>ul>li a:visited {
text-decoration:none
}
aside nav>ul>li a span.icon {
display:inline-block;
margin-right:10px;
margin-bottom:-4px;
width:16px;
height:16px;
line-height:24px
}
aside nav>ul>li a span.icon:before {
position:relative;
top:2px
}
aside nav>ul>li a:hover span.icon:before {
color:#4b66f1
}
aside nav>ul>li>a,aside nav>ul>li>a:visited {
display:block;
padding:0 10px;
line-height:35px;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
background:url('../img/layout/navigation/bg-normal.png');
border-top:1px solid #bcbcbc;
border-bottom:1px solid transparent
}
aside nav>ul>li:last-child>a,aside nav>ul>li:last-child>a:visited {
border-bottom:1px solid #bcbcbc
}
aside nav>ul>li>a:hover,aside nav>ul>li.current>a:hover {
background:url('../img/layout/navigation/bg-hover.png');
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
border-color:#2e69ae;
border-left:1px solid #2e69ae;
border-right:1px solid #2e69ae;
margin-right:-1px;
margin-left:-1px
}
aside nav>ul>li>a:hover:active,aside nav>ul>li.current>a:hover:active {
background:url('../img/layout/navigation/bg-active.png');
box-shadow:none
}
aside nav>ul>li>a.with_sub.open,aside nav>ul>li>a.with_sub.open:visited {
border-bottom:1px solid #bcbcbc
}
aside nav>ul>li.current>a {
background:url('../img/layout/navigation/bg-current.png');
position:relative;
z-index:101
}
aside nav>ul>li.current>a {
position:relative
}
aside nav>ul>li.current>a:before {
display:block;
position:absolute;
width:9px;
height:37px;
bottom:-1px;
right:-9px;
content:' ';
background:url('../img/layout/navigation/arrow.png');
z-index:101
}
aside nav>ul>li.current>a:hover:before {
background:url('../img/layout/navigation/arrow-hover.png')
}
aside nav>ul>li.current>a:hover:active:before {
background:url('../img/layout/navigation/arrow-active.png')
}
aside nav>ul>li.current>a:hover:after {
color:#fdfdfd
}
aside nav>ul>li img {
margin-right:10px;
user-select:none;
-moz-user-select:none
}
aside nav span.badge {
position:absolute;
right:24px;
top:8px;
z-index:102;
cursor:pointer;
border:1px solid #214a7b;
border-radius:3px;
box-shadow:none;
padding:2px 8px;
line-height:12.5px;
background:#5c8ed1;
background:url(data:image/svg+xml;
base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjOGVkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDVmOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background:-moz-linear-gradient(top,#5c8ed1 0,#305f95 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5c8ed1),color-stop(100%,#305f95));
background:-webkit-linear-gradient(top,#5c8ed1 0,#305f95 100%);
background:-o-linear-gradient(top,#5c8ed1 0,#305f95 100%);
background:-ms-linear-gradient(top,#5c8ed1 0,#305f95 100%);
background:linear-gradient(top,#5c8ed1 0,#305f95 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c8ed1',endColorstr='#305f95',GradientType=0)
}
aside nav>ul>li>ul a span.badge {
top:6px
}
.wf-loading aside nav span.badge,.wf-inactive aside nav span.badge {
top:8px
}
.wf-loading aside nav>ul>li>ul a span.badge,.wf-inactive aside nav>ul>li>ul a span.badge {
top:6px
}
aside nav span.badge.grey {
border-color:#959595;
background:#e7e7e7;
background:url(data:image/svg+xml;
base64,<KEY>);
background:-moz-linear-gradient(top,#e7e7e7 0,#cecece 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e7e7e7),color-stop(100%,#cecece));
background:-webkit-linear-gradient(top,#e7e7e7 0,#cecece 100%);
background:-o-linear-gradient(top,#e7e7e7 0,#cecece 100%);
background:-ms-linear-gradient(top,#e7e7e7 0,#cecece 100%);
background:linear-gradient(top,#e7e7e7 0,#cecece 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7',endColorstr='#cecece',GradientType=0)
}
aside nav span.badge.red {
border-color:#6f2828;
background:#ae2b2b;
background:url(data:image/svg+xml;
base64,<KEY>
background:-moz-linear-gradient(top,#ae2b2b 0,#872020 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ae2b2b),color-stop(100%,#872020));
background:-webkit-linear-gradient(top,#ae2b2b 0,#872020 100%);
background:-o-linear-gradient(top,#ae2b2b 0,#872020 100%);
background:-ms-linear-gradient(top,#ae2b2b 0,#872020 100%);
background:linear-gradient(top,#ae2b2b 0,#872020 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae2b2b',endColorstr='#872020',GradientType=0)
}
aside nav span.badge.green {
border-color:#285024;
background:#2f8635;
background:url(data:image/svg+xml;
base64,<KEY>);
background:-moz-linear-gradient(top,#2f8635 0,#215b1b 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2f8635),color-stop(100%,#215b1b));
background:-webkit-linear-gradient(top,#2f8635 0,#215b1b 100%);
background:-o-linear-gradient(top,#2f8635 0,#215b1b 100%);
background:-ms-linear-gradient(top,#2f8635 0,#215b1b 100%);
background:linear-gradient(top,#2f8635 0,#215b1b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f8635',endColorstr='#215b1b',GradientType=0)
}
aside nav>ul>li>ul {
display:none
}
aside nav>ul>li>ul a {
display:block;
padding:0 10px;
padding-left:35px;
height:29px;
line-height:29px
}
aside nav>ul>li:last-child>ul li:last-child {
border-bottom:1px solid #bcbcbc
}
aside nav>ul>li>ul a:before {
content:'►';
color:#becadb;
text-shadow:none;
margin-right:5px;
user-select:none;
-moz-user-select:none
}
aside nav>ul>li>ul>li.with-icon a:before {
display:none
}
aside nav>ul>li>ul>li.with-icon .icon {
margin-left:-9px
}
aside nav>ul>li>ul>li a {
border-top:1px solid transparent;
border-bottom:1px solid transparent;
background:#eff3f6
}
aside nav>ul>li>ul>li a:hover {
background:#d4e2f0;
border-color:#b2c1d2
}
aside nav>ul>li>ul>li a:hover:active {
background:#c9daec;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.36)
}
aside nav>ul>li>ul>li:first-child a:hover:active {
border-top:0;
padding-top:1px
}
aside nav>ul>li>ul>li:first-child a:hover {
border-top-color:transparent
}
aside nav>ul>li>ul>li:last-child a:hover {
border-bottom-color:transparent
}
aside nav>ul>li>ul>li.current a {
background:#e1ebf6
}
aside nav a.with_sub {
position:relative
}
aside nav a.with_sub:after {
display:block;
position:absolute;
right:6px;
top:0;
content:'▼';
font-size:10px;
color:#8f8f8f
}
aside nav a.with_sub:hover:after {
color:#fff
}
aside nav a.with_sub.open:after {
content:'▲'
}
#content.with-right-sidebar {
background:url('../img/layout/sidebar/bg-right.png') repeat-y right;
padding-right:230px
}
.right-sidebar {
float:right;
margin-left:1px;
width:229px
}
.right-sidebar:after {
display:block;
position:absolute;
width:5px;
top:48px;
bottom:0;
right:225px;
background:url('../img/layout/sidebar/shadow-right.png');
content:' '
}
.right-sidebar .nav {
margin:0;
padding:0;
list-style:none
}
.right-sidebar .nav a {
display:block;
padding:9px 20px;
background:url('../img/layout/sidebar-right/nav-bg.png') repeat-x #f6f8f9;
border-bottom:1px solid #c4c7cb
}
.right-sidebar .nav a:hover:active,.right-sidebar .nav li.current a {
margin:-1px;
margin-bottom:0;
margin-right:0;
color:#fff;
text-shadow:0 1px 0 #000;
background:url("../img/layout/navigation/bg-active.png") repeat scroll 0 0 transparent;
border:1px solid #173c66
}
.right-sidebar .nav a:hover {
margin:-1px;
margin-bottom:0;
margin-right:0;
border:1px solid #2e69ae;
background:url('../img/layout/sidebar-right/nav-bg-hover.png') repeat-x #1a66be
}
.right-sidebar h3 {
position:relative;
padding:5px 15px;
border:1px solid #bfc5cb;
border-left:none;
border-right:0;
background:url('../img/layout/sidebar-right/header-bg.png') repeat-x #e0e2e5
}
.right-sidebar h3:after {
display:block;
position:relative;
width:100%;
padding:0 15px;
bottom:-7px;
left:-15px;
height:1px;
background:#fff;
content:''
}
.right-sidebar form .block {
padding:5px 15px
}
.right-sidebar form .block>div {
margin:10px 0
}
.right-sidebar form .block>div input {
width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box
}
.right-sidebar form .block .left {
float:left
}
.right-sidebar form .block .right {
float:right
}
#toolbar {
/*background:url('../img/layout/toolbar/bg.png') repeat-x #1d2837;*/
width:100%;
/*height:38px;*/
position:fixed;
top:0;
left:0;
/*border-bottom:1px solid #0b1b30;*/
z-index:900
}
#toolbar .left {
float:left
}
#toolbar .right {
float:right
}
#toolbar .phone {
display:none
}
#toolbar .right ul {
margin:0;
padding:0
}
#toolbar .right>ul>li {
display:inline
}
#toolbar .right li.space {
margin-left:30px
}
.wf-loading #toolbar .right li>a,.wf-inactive #toolbar .right li>a {
padding:5px 12px
}
#toolbar .right li>a {
padding:3.5px 12px;
border:1px solid #222;
border-radius:2px;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);
line-height:38px;
background:url('../img/layout/toolbar/buttons/bg.png') repeat-x #273649
}
#toolbar .right li>a span:not(.icon) {
display:inline-block;
position:relative;
left:-12px;
padding:0 7px;
margin-right:-5px;
line-height:21px;
background:url('../img/layout/toolbar/buttons/bg-red.png') repeat-x #5a2727;
border:1px solid #222;
border-radius:2px 0 0 2px;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.2)
}
.moz #toolbar .right li>a span:not(.icon) {
line-height:22px
}
.wf-loading #toolbar .right li>a span:not(.icon),.wf-inactive #toolbar .right li>a span:not(.icon) {
line-height:25px
}
.wf-loading .moz #toolbar .right li>a span:not(.icon),.wf-inactive .moz #toolbar .right li>a span:not(.icon) {
line-height:24px
}
#toolbar .right li>a:hover span:not(.icon) {
background:url('../img/layout/toolbar/buttons/bg-red-hover.png') repeat-x #713131
}
#toolbar .right li>a:hover:active span:not(.icon) {
background:url('../img/layout/toolbar/buttons/bg-red-hover.png') repeat-x #703030
}
#toolbar .right li>a:hover {
background:url('../img/layout/toolbar/buttons/bg-hover.png') repeat-x #344861
}
#toolbar .right li>a:hover:active {
box-shadow:inset 0 2px 3px rgba(0,0,0,0.5);
background:url('../img/layout/toolbar/buttons/bg-active.png') repeat-x #344861
}
#toolbar .right li.red>a {
background:url('../img/layout/toolbar/buttons/bg-red.png') repeat-x #5a2727
}
#toolbar .right li.red>a:hover {
background:url('../img/layout/toolbar/buttons/bg-red-hover.png') repeat-x #703030
}
#toolbar .right li.red>a:hover:active {
background:url('../img/layout/toolbar/buttons/bg-red-active.png') repeat-x #344861
}
#toolbar .right li.disabled>a,#toolbar .right li.disabled>a:hover,#toolbar .right li.disabled>a:hover:active {
background:url('../img/layout/toolbar/buttons/bg-disabled.png') repeat-x #2b333c;
box-shadow:inset 0 1px 0 rgba(0,0,0,0.2);
cursor:default;
color:#a5a7ab;
text-shadow:0 1px 0 #000
}
#toolbar .right li.red.disabled>a,#toolbar .right li.red.disabled>a:hover,#toolbar .right li.red.disabled>a:hover:active,#toolbar .right li.disabled>a span:not(.icon) {
border:1px solid #222;
background:url('../img/layout/toolbar/buttons/bg-red-disabled.png') repeat-x #3c2b2b;
box-shadow:inset 0 1px 0 rgba(0,0,0,0.2);
cursor:default
}
#toolbar .right li>a span.icon {
display:inline-block;
position:relative;
height:14px;
width:14px;
top:2px;
left:-5px;
margin-right:6px
}
#toolbar .right li>a span.icon:before {
position:absolute;
font-size:12px;
top:-10px;
left:0
}
#toolbar .right li>a span.icon:after,#toolbar .right li>a span.icon .after {
display:block;
position:absolute;
right:-6px;
top:-3px;
height:21px;
width:2px;
content:' ';
background:url('../img/layout/toolbar/buttons/divider.png')
}
#toolbar li {
position:relative
}
#toolbar li div.popup {
position:absolute;
display:none;
top:33px;
border:1px solid #949494;
border-radius:3px;
background:#cad2de;
box-shadow:0 0 10px rgba(0,0,0,0.5);
z-index:105
}
#toolbar li div.popup {
width:250px
}
#toolbar li div.popup:after {
display:block;
position:absolute;
width:28px;
height:13px;
top:-12px;
right:50%;
margin-right:-14px;
content:' ';
background:url('../img/layout/content/toolbar/popup-arrow.png')
}
#toolbar li div.popup h3 {
padding:10px 0;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.75);
background:url('../img/layout/content/toolbar/popup-header.png');
border-radius:3px 3px 0 0;
text-align:center
}
#toolbar li div.popup .content {
margin:5px;
margin-top:0;
background:#fff;
border:1px solid #99a7bc;
border-radius:3px;
box-shadow:inset 0 0 5px #becbdf
}
footer {
margin-top:5px;
overflow:hidden
}
footer>ul {
padding:0;
margin:10px 0
}
footer>ul li {
display:inline-block;
line-height:10px;
margin-right:10px;
padding-right:14px;
background:url('../img/layout/footer/divider.png') no-repeat bottom right
}
footer>ul li:last-child {
background:0
}
footer>ul li a,footer>ul li a:visited,footer {
text-decoration:none
}
footer>span {
margin:10px 0;
text-align:right
}
.login header {
width:100%;
margin:0;
background:url('../img/layout/login/header-bg.png') repeat-x bottom
}
.login header .container {
width:430px;
margin:38px auto 0;
padding-bottom:32px
}
.login header .right {
float:right;
margin-top:60px;
color:#d6dbe5;
text-shadow:0 1px 0 #000
}
.login header .right a {
margin-left:5px;
padding:3px 8px;
border-radius:10px;
background:#1d242e;
text-decoration:none
}
.login header .right a:hover {
background:#0d141d
}
#login {
margin-top:-37px
}
#login .box {
max-width:430px;
margin:0 auto
}
#login .box .actions {
padding:8px 15px
}
#login .box .actions .rememberme {
padding:5px 0
}
#login .box .form-box {
margin:10px;
border:1px solid #c3c3c3;
border-radius:3px
}
#login .box .form-box .row {
margin:0
}
#login .box .form-box .row:first-child {
border-top-left-radius:3px;
border-top-right-radius:3px
}
#login .box .form-box .row:last-child {
border-bottom-left-radius:3px;
border-bottom-right-radius:3px
}
.login-messages {
overflow:hidden;
position:relative
}
#login .box .message {
width:100%;
padding:15px 0 10px;
border-bottom:1px solid #d1d1d1;
text-align:center;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box
}
#login .box .message.failure {
display:none
}
#login .actions input[type=submit] {
padding:6px 20px;
background:url('../img/layout/login/button-bg.png') repeat-x #353c45;
border:1px solid #162436;
border-radius:4px;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3),0 2px 2px rgba(0,0,0,0.51)
}
#login .actions input[type=submit]:hover {
background:url('../img/layout/login/button-hover-bg.png') repeat-x #4c5560
}
#login .actions input[type=submit]:active {
background:#323841;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.3)
}
#content>h1{margin-top:1.28619em;} | statics/css/layout.css | html,body {
min-height:100%;
overflow:hidden;
}
body {
background:url('../img/layout/bg.png')
}
.center-elements {
text-align:center;
font-size:0
}
.center-elements>* {
float:none!important;
display:inline-block!important;
font-size:12px
}
.phone-only-inline,.phone-only-block {
display:none
}
body.pat1 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAI0lEQVQImWN4/+Hbfxh+8fLD//cfvv1nIF7wxcsP/9ExVpUAgdBfAaodXhgAAAAASUVORK5CYII=')
}
body.pat2 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALElEQVQImV3IIRIAMAwCMP7/0k2BwjK1tlcRE1DOdK6CHZQ7f1TOoBzsoJwHipRfUbIRNaEAAAAASUVORK5CYII=')
}
body.pat3 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPklEQVQYlWN4/+Hbf2R8/8GL/+hi7z98+8+ATRE2xQy4TELnM+CzDlmcAZcidMUM+BQhKyZKIdEmvv/w7T8Aw+AwhJgD67AAAAAASUVORK5CYII=')
}
body.pat4 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQImWO4/+DF//cfvsExAzIHRQCmEkMFABFcPOWvqW41AAAAAElFTkSuQmCC')
}
body.pat5 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAP0lEQVQYlWO4/+DF//cfvsHx/Qcv/mMTY0AXwMZ+/+EbQiG6BLoYAzaTsJnMgE0RNsXEKyTaapI8Q1TwEBvgAGOleGgCuH/kAAAAAElFTkSuQmCC')
}
body.pat6 {
background:url('data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQImWO4/+DF//cfvv1//+Hb//sPXvxngDFgEpgC6FoA79U70eVJntUAAAAASUVORK5CYII=')
}
header {
position:relative;
}
header img {
margin:30px 0;
user-select:none;
-moz-user-select:none
}
header .phone-title {
display:none
}
#main {
position:relative;
background:url('../img/layout/sidebar/bg.png') repeat-y bottom left #fdfdfd;
border:1px solid #bcbcbc;
border-top:0;
border-radius:3px;
box-shadow:0 0 1px rgba(0,0,0,0.1),0 2px 6px rgba(0,0,0,0.31);
}
#main .toolbar {
height:47px;
border:1px solid #114885;
border-bottom:0;
border-radius:3px 3px 0 0;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
margin-left:-1px;
margin-right:-1px;
margin-bottom:0;
background:url('../img/layout/content/toolbar/bg.png');
-moz-box-shadow:0px 2px 9px #919191; -webkit-box-shadow:0px 2px 9px #919191; box-shadow:0px 2px 9px #919191;
}
#main .toolbar .user {
float:left;
position:absolute;
width:185px;
border:1px solid transparent;
border-radius:2px;
margin:3px;
padding:5px;
padding-right:0;
padding-bottom:3px;
line-height:29px
}
#main .toolbar .user:after {
display:block;
position:absolute;
height:100%;
width:9px;
bottom:-3px;
right:-13px;
background:url('../img/layout/content/toolbar/divider.png') no-repeat;
content:' '
}
#main .toolbar .user:hover {
border:1px solid #0b396c;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
cursor:pointer
}
#main .toolbar .user.clicked {
background:#fff;
box-shadow:0 0 8px rgba(0,0,0,0.75);
border:1px solid transparent;
border-radius:3px;
z-index:103
}
#main .toolbar .user.clicked:hover {
background:#fff;
border:1px solid transparent
}
#main .toolbar .user ul {
display:none;
cursor:default;
position:relative;
overflow:hidden;
width:192px;
left:-5px;
margin:0 -1px;
margin-top:1px;
padding:0;
padding-top:5px;
background:#fff;
border-top:0;
list-style:none;
z-index:102
}
#main .toolbar .user li {
padding:0 10px;
height:27px;
border:1px solid transparent
}
#main .toolbar .user li a,#main .toolbar .user li a:visited {
display:block;
user-select:none;
-moz-user-select:none;
text-decoration:none
}
#main .toolbar .user li.line {
height:auto;
margin:3px 10px;
border-bottom:1px solid #dfdfdf
}
#main .toolbar .user li.line:hover {
background:#fff;
border-color:transparent;
border-bottom-color:#dfdfdf
}
#main .toolbar .user li:hover {
background:url('../img/layout/content/toolbar/user/bg-menu-hover.png');
border:1px solid #396aa4;
line-height:27px
}
#main .toolbar .user>span {
user-select:none;
-moz-user-select:none
}
#main .toolbar .user>span:after {
display:block;
position:absolute;
top:8px;
right:8px;
content:'▼';
font-size:10px;
text-shadow:0 1px 0 #000;
user-select:none;
-moz-user-select:none;
cursor:default
}
#main .toolbar .user:hover>span:after {
cursor:pointer
}
#main .toolbar .user.clicked>span:after {
content:'▲';
color:#676767;
cursor:pointer
}
#main .toolbar .avatar {
float:left;
position:relative;
height:29px;
width:29px;
margin-right:8px
}
#main .toolbar .avatar img {
float:left;
border-radius:3px;
border:1px solid #484848;
user-select:none;
-moz-user-select:none
}
#main .toolbar .avatar span {
position:absolute;
width:14px;
height:14px;
top:-5px;
right:-5px;
background:url('../img/layout/content/toolbar/user/counter.png');
line-height:12px;
user-select:none;
-moz-user-select:none;
cursor:default;
font-family:Arial;
text-align:center
}
#main .toolbar .shortcuts {
margin:0;
margin-left:210px;
margin-right:200px;
padding:0
}
#main .toolbar .shortcuts li {
display:inline-block;
position:relative
}
#main .toolbar .shortcuts li a {
display:inline-block;
padding:0 8px;
line-height:45px;
border:1px solid transparent;
border-radius:2px;
margin:3px;
padding:0 5px;
line-height:39px
}
#main .toolbar .shortcuts li a:hover {
border:1px solid #0b396c;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3)
}
#main .toolbar .shortcuts li a:hover:active,#main .toolbar .shortcuts li.active a {
border:1px solid rgba(17,16,13,0.6);
background:url('../img/layout/content/toolbar/bg-shortcuts.png');
box-shadow:0 -1px 8px 4px rgba(0,0,0,0.45) inset
}
#main .toolbar .shortcuts li a span.icon {
display:block;
height:24px;
width:24px;
margin:7.5px 0;
text-decoration:none
}
#main .toolbar .shortcuts li a span.icon:before {
position:absolute;
top:7px;
left:0;
right:0;
text-align:center;
font-size:24px;
color:#f1f5fa;
text-shadow:0 1px 0 #000,0 -1px 0 rgba(0,0,0,0.5)
}
#main .toolbar .shortcuts li>div {
position:absolute;
display:none;
top:57px;
border:1px solid #949494;
border-radius:3px;
background:#cad2de;
box-shadow:0 0 10px rgba(0,0,0,0.5);
z-index:105
}
#main .toolbar .shortcuts li>div,#main .toolbar .shortcuts li>div.small {
width:220px;
right:-92px
}
#main .toolbar .shortcuts li>div.medium {
width:250px;
right:-107px
}
#main .toolbar .shortcuts li>div.large {
width:300px;
right:-132px
}
#main .toolbar .shortcuts li>div.music {
width: 741px;
height: 552px;
right: -353px;
}
#main .toolbar .shortcuts li>div.dream {
width: 500px;
height: 300px;
right:-230px;
}
#main .toolbar .shortcuts li>div.calculator {
width: 542px;
height: 637px;
right: -253px;
}
#main .toolbar .shortcuts li>div:after {
display:block;
position:absolute;
width:28px;
height:13px;
top:-12px;
right:50%;
margin-right:-14px;
content:' ';
background:url('../img/layout/content/toolbar/popup-arrow.png')
}
#main .toolbar .shortcuts li>div h3 {
padding:10px 0;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.75);
background:url('../img/layout/content/toolbar/popup-header.png');
border-radius:3px 3px 0 0;
text-align:center
}
#main .toolbar .shortcuts li .content {
margin:5px;
margin-top:0;
padding:5px;
background:#fcfcfc;
border:1px solid #99a7bc;
border-radius:3px;
box-shadow:inset 0 0 5px #becbdf
}
#main .toolbar input[type="search"],#main .toolbar input.search {
float:right;
position:absolute;
top:11px;
right:15px
}
#main .toolbar .weather{
float:right;
position:absolute;
top:3px;
right:15px;
}
#main .toolbar .weather img{
width:40px;
float:left;
}
#main .toolbar .weather div{
display:inline;
float:left;
color:#FFF;
padding:5px;
}
#main .toolbar .weather div p{
margin:0px;
}
#toolbar li div.popup .button.left,#main .toolbar .shortcuts li>div .button.left {
position:absolute;
top:5px;
left:5px
}
#toolbar li div.popup .button.right,#main .toolbar .shortcuts li>div .button.right {
position:absolute;
top:5px;
right:5px
}
aside {
float:left;
width:199px;
margin-right:1px
}
aside:after {
display:block;
position:absolute;
width:5px;
top:50px;
bottom:0;
left:195px;
background:url('../img/layout/sidebar/shadow.png');
content:' '
}
aside .divider {
height:2px;
width:193px;
margin:5px auto;
background:url('../img/layout/sidebar/divider.png')
}
aside .bottom {
position:absolute;
left:0;
width:200px
}
aside .bottom .buttons {
margin:5px 0;
overflow:hidden
}
aside .bottom .buttons * {
display:block;
width:80%;
margin:10px 10%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
text-align:center
}
aside .progress .bar {
margin:10px 15px;
font-size:11px
}
aside .progress .bar:last-child {
margin-bottom:15px
}
aside .progress .bar strong {
display:block;
float:left
}
aside .progress .bar small {
display:block;
float:right;
font-size:11px
}
aside .progress .bar .ui-progressbar {
margin-top:5px
}
#content {
width:auto!important;
min-height:300px;
padding:15px 0;
padding-left:200px;
margin:0!important;
border-radius:0 0 3px 3px
}
#content>h1 {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box
}
.box {
border-radius:2px;
border:1px solid #b9b9b9;
box-shadow:0 1px 0 rgba(0,0,0,0.11);
margin-bottom:25px;
}
.box:before,.box:after {
content:"";
display:table
}
.box:after {
clear:both
}
.box .header {
position:relative;
background:url('../img/layout/content/box/header-bg.png') repeat-x #e9ecf1;
box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,0.02);
border-radius:2px 2px 0 0
}
.box .header h2 {
padding:10px;
border-bottom:1px solid #c0c8d0;
background-repeat:no-repeat;
background-position:8px 50%
}
.box .header .icon {
display:inline-block;
float:left;
height:16px;
width:16px;
font-size:16px;
line-height:16px;
cursor:default;
margin-right:10px;
margin-left:2px;
text-align:center
}
.box .content {
padding:0 10px;
background:#fafafa
}
.box .content:before,.box .content:after {
content:"";
display:table
}
.box .content:after {
clear:both
}
.spacer {
padding:10px
}
.box .actions {
padding:8px;
float:left;
width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
border-top:1px solid #c1c1c1;
border-radius:0 0 2px 2px;
background:url('../img/layout/content/box/actions-bg.png') #f0f1f4 repeat-x
}
.box .actions .left,.box .actions .right {
position:relative
}
.box .actions .left {
float:left
}
.box .actions .right {
float:right
}
.box .header ul {
position:absolute;
right:0;
top:0;
margin:0;
padding:0
}
.box .header ul li {
display:inline-block;
float:left;
cursor:pointer
}
.box .header ul li a {
display:block;
border-left:1px solid #fff;
border-right:1px solid #c1c1c1;
padding:10px 12px
}
.box .header ul li:first-child a {
border-left-color:#c1c1c1
}
.box .header ul li:last-child a {
border-radius:2px 0 0 0;
border-right:0
}
.box .header ul li:hover a {
background:url('../img/layout/content/box/tab-hover.png') repeat-x #f5f6f8
}
.box .header ul li.current a {
background:#fafafa;
border-bottom:1px solid #fafafa
}
.box .actions[rel] {
display:none
}
.box .header a.menu {
position:absolute;
width:35px;
height:35px;
background:transparent;
border-left:1px solid #c1c1c1;
cursor:pointer;
position:absolute;
top:0;
right:1px;
line-height:35px;
text-align:center;
font-size:16px;
color:#787879;
text-shadow:0 1px 0 #fff;
text-decoration:none
}
.box .header a.menu2 {
position:absolute;
width:35px;
height:35px;
background:transparent;
border-left:1px solid #c1c1c1;
cursor:pointer;
position:absolute;
top:0;
right:37px;
line-height:35px;
text-align:center;
font-size:16px;
color:#787879;
text-shadow:0 1px 0 #fff;
text-decoration:none
}
.box .header a.menu:hover {
background:url('../img/layout/content/box/menu-bg.png') repeat-x #f0f2f5
}
.box .header a.menu2:hover {
background:url('../img/layout/content/box/menu-bg.png') repeat-x #f0f2f5
}
.box .header a.menu.active:hover {
background:url('../img/layout/content/box/menu-active-bg.png') repeat-x #e3e6ea
}
.box .header a.menu2.active:hover {
background:url('../img/layout/content/box/menu-active-bg.png') repeat-x #e3e6ea
}
.box .header a.menu.open {
color:#4a4a4b
}
.box .header menu {
display:none;
position:absolute;
right:3px;
margin:0;
margin-top:4px;
padding:0;
z-index:1
}
.box .header menu:after {
display:block;
position:absolute;
height:5px;
width:12px;
top:-5px;
right:5px;
content:'';
background:url('../img/layout/content/box/menu-arrow.png')
}
.box .header menu a {
display:block;
padding:7px 20px;
border:1px solid #cbcbcb;
border-bottom-width:0;
background:url('../img/layout/content/box/menu-item-bg.png') repeat-x #ebedf2;
text-decoration:none
}
.box .header menu a.with-icon {
padding-left:8px
}
.box .header menu a .icon {
font-size:13px;
margin-left:0;
margin-right:6px
}
.box .header menu a:hover {
background:url('../img/layout/content/box/menu-item-bg-hover.png') repeat-x #ebedf2
}
.box .header menu a.active {
background:#e5e7e9;
box-shadow:inset 0 1px 2px rgba(0,0,0,0.47)
}
.box .header menu a:first-child {
border-top-left-radius:2px;
border-top-right-radius:2px
}
.box .header menu a:last-child {
border-bottom-width:1px;
border-bottom-left-radius:2px;
border-bottom-right-radius:2px
}
nav.phone {
display:none
}
@media screen and (min-width:651px) {
nav.phone[style] {
display:none!important
}
}aside nav li {
position:relative
}
aside nav>ul>li a,aside nav>ul>li a:visited {
text-decoration:none
}
aside nav>ul>li a span.icon {
display:inline-block;
margin-right:10px;
margin-bottom:-4px;
width:16px;
height:16px;
line-height:24px
}
aside nav>ul>li a span.icon:before {
position:relative;
top:2px
}
aside nav>ul>li a:hover span.icon:before {
color:#4b66f1
}
aside nav>ul>li>a,aside nav>ul>li>a:visited {
display:block;
padding:0 10px;
line-height:35px;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
background:url('../img/layout/navigation/bg-normal.png');
border-top:1px solid #bcbcbc;
border-bottom:1px solid transparent
}
aside nav>ul>li:last-child>a,aside nav>ul>li:last-child>a:visited {
border-bottom:1px solid #bcbcbc
}
aside nav>ul>li>a:hover,aside nav>ul>li.current>a:hover {
background:url('../img/layout/navigation/bg-hover.png');
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
border-color:#2e69ae;
border-left:1px solid #2e69ae;
border-right:1px solid #2e69ae;
margin-right:-1px;
margin-left:-1px
}
aside nav>ul>li>a:hover:active,aside nav>ul>li.current>a:hover:active {
background:url('../img/layout/navigation/bg-active.png');
box-shadow:none
}
aside nav>ul>li>a.with_sub.open,aside nav>ul>li>a.with_sub.open:visited {
border-bottom:1px solid #bcbcbc
}
aside nav>ul>li.current>a {
background:url('../img/layout/navigation/bg-current.png');
position:relative;
z-index:101
}
aside nav>ul>li.current>a {
position:relative
}
aside nav>ul>li.current>a:before {
display:block;
position:absolute;
width:9px;
height:37px;
bottom:-1px;
right:-9px;
content:' ';
background:url('../img/layout/navigation/arrow.png');
z-index:101
}
aside nav>ul>li.current>a:hover:before {
background:url('../img/layout/navigation/arrow-hover.png')
}
aside nav>ul>li.current>a:hover:active:before {
background:url('../img/layout/navigation/arrow-active.png')
}
aside nav>ul>li.current>a:hover:after {
color:#fdfdfd
}
aside nav>ul>li img {
margin-right:10px;
user-select:none;
-moz-user-select:none
}
aside nav span.badge {
position:absolute;
right:24px;
top:8px;
z-index:102;
cursor:pointer;
border:1px solid #214a7b;
border-radius:3px;
box-shadow:none;
padding:2px 8px;
line-height:12.5px;
background:#5c8ed1;
background:url(data:image/svg+xml;
base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjOGVkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDVmOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background:-moz-linear-gradient(top,#5c8ed1 0,#305f95 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5c8ed1),color-stop(100%,#305f95));
background:-webkit-linear-gradient(top,#5c8ed1 0,#305f95 100%);
background:-o-linear-gradient(top,#5c8ed1 0,#305f95 100%);
background:-ms-linear-gradient(top,#5c8ed1 0,#305f95 100%);
background:linear-gradient(top,#5c8ed1 0,#305f95 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c8ed1',endColorstr='#305f95',GradientType=0)
}
aside nav>ul>li>ul a span.badge {
top:6px
}
.wf-loading aside nav span.badge,.wf-inactive aside nav span.badge {
top:8px
}
.wf-loading aside nav>ul>li>ul a span.badge,.wf-inactive aside nav>ul>li>ul a span.badge {
top:6px
}
aside nav span.badge.grey {
border-color:#959595;
background:#e7e7e7;
background:url(data:image/svg+xml;
base64,<KEY>);
background:-moz-linear-gradient(top,#e7e7e7 0,#cecece 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e7e7e7),color-stop(100%,#cecece));
background:-webkit-linear-gradient(top,#e7e7e7 0,#cecece 100%);
background:-o-linear-gradient(top,#e7e7e7 0,#cecece 100%);
background:-ms-linear-gradient(top,#e7e7e7 0,#cecece 100%);
background:linear-gradient(top,#e7e7e7 0,#cecece 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7',endColorstr='#cecece',GradientType=0)
}
aside nav span.badge.red {
border-color:#6f2828;
background:#ae2b2b;
background:url(data:image/svg+xml;
base64,<KEY>
background:-moz-linear-gradient(top,#ae2b2b 0,#872020 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ae2b2b),color-stop(100%,#872020));
background:-webkit-linear-gradient(top,#ae2b2b 0,#872020 100%);
background:-o-linear-gradient(top,#ae2b2b 0,#872020 100%);
background:-ms-linear-gradient(top,#ae2b2b 0,#872020 100%);
background:linear-gradient(top,#ae2b2b 0,#872020 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae2b2b',endColorstr='#872020',GradientType=0)
}
aside nav span.badge.green {
border-color:#285024;
background:#2f8635;
background:url(data:image/svg+xml;
base64,<KEY>);
background:-moz-linear-gradient(top,#2f8635 0,#215b1b 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2f8635),color-stop(100%,#215b1b));
background:-webkit-linear-gradient(top,#2f8635 0,#215b1b 100%);
background:-o-linear-gradient(top,#2f8635 0,#215b1b 100%);
background:-ms-linear-gradient(top,#2f8635 0,#215b1b 100%);
background:linear-gradient(top,#2f8635 0,#215b1b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f8635',endColorstr='#215b1b',GradientType=0)
}
aside nav>ul>li>ul {
display:none
}
aside nav>ul>li>ul a {
display:block;
padding:0 10px;
padding-left:35px;
height:29px;
line-height:29px
}
aside nav>ul>li:last-child>ul li:last-child {
border-bottom:1px solid #bcbcbc
}
aside nav>ul>li>ul a:before {
content:'►';
color:#becadb;
text-shadow:none;
margin-right:5px;
user-select:none;
-moz-user-select:none
}
aside nav>ul>li>ul>li.with-icon a:before {
display:none
}
aside nav>ul>li>ul>li.with-icon .icon {
margin-left:-9px
}
aside nav>ul>li>ul>li a {
border-top:1px solid transparent;
border-bottom:1px solid transparent;
background:#eff3f6
}
aside nav>ul>li>ul>li a:hover {
background:#d4e2f0;
border-color:#b2c1d2
}
aside nav>ul>li>ul>li a:hover:active {
background:#c9daec;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.36)
}
aside nav>ul>li>ul>li:first-child a:hover:active {
border-top:0;
padding-top:1px
}
aside nav>ul>li>ul>li:first-child a:hover {
border-top-color:transparent
}
aside nav>ul>li>ul>li:last-child a:hover {
border-bottom-color:transparent
}
aside nav>ul>li>ul>li.current a {
background:#e1ebf6
}
aside nav a.with_sub {
position:relative
}
aside nav a.with_sub:after {
display:block;
position:absolute;
right:6px;
top:0;
content:'▼';
font-size:10px;
color:#8f8f8f
}
aside nav a.with_sub:hover:after {
color:#fff
}
aside nav a.with_sub.open:after {
content:'▲'
}
#content.with-right-sidebar {
background:url('../img/layout/sidebar/bg-right.png') repeat-y right;
padding-right:230px
}
.right-sidebar {
float:right;
margin-left:1px;
width:229px
}
.right-sidebar:after {
display:block;
position:absolute;
width:5px;
top:48px;
bottom:0;
right:225px;
background:url('../img/layout/sidebar/shadow-right.png');
content:' '
}
.right-sidebar .nav {
margin:0;
padding:0;
list-style:none
}
.right-sidebar .nav a {
display:block;
padding:9px 20px;
background:url('../img/layout/sidebar-right/nav-bg.png') repeat-x #f6f8f9;
border-bottom:1px solid #c4c7cb
}
.right-sidebar .nav a:hover:active,.right-sidebar .nav li.current a {
margin:-1px;
margin-bottom:0;
margin-right:0;
color:#fff;
text-shadow:0 1px 0 #000;
background:url("../img/layout/navigation/bg-active.png") repeat scroll 0 0 transparent;
border:1px solid #173c66
}
.right-sidebar .nav a:hover {
margin:-1px;
margin-bottom:0;
margin-right:0;
border:1px solid #2e69ae;
background:url('../img/layout/sidebar-right/nav-bg-hover.png') repeat-x #1a66be
}
.right-sidebar h3 {
position:relative;
padding:5px 15px;
border:1px solid #bfc5cb;
border-left:none;
border-right:0;
background:url('../img/layout/sidebar-right/header-bg.png') repeat-x #e0e2e5
}
.right-sidebar h3:after {
display:block;
position:relative;
width:100%;
padding:0 15px;
bottom:-7px;
left:-15px;
height:1px;
background:#fff;
content:''
}
.right-sidebar form .block {
padding:5px 15px
}
.right-sidebar form .block>div {
margin:10px 0
}
.right-sidebar form .block>div input {
width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box
}
.right-sidebar form .block .left {
float:left
}
.right-sidebar form .block .right {
float:right
}
#toolbar {
/*background:url('../img/layout/toolbar/bg.png') repeat-x #1d2837;*/
width:100%;
/*height:38px;*/
position:fixed;
top:0;
left:0;
/*border-bottom:1px solid #0b1b30;*/
z-index:900
}
#toolbar .left {
float:left
}
#toolbar .right {
float:right
}
#toolbar .phone {
display:none
}
#toolbar .right ul {
margin:0;
padding:0
}
#toolbar .right>ul>li {
display:inline
}
#toolbar .right li.space {
margin-left:30px
}
.wf-loading #toolbar .right li>a,.wf-inactive #toolbar .right li>a {
padding:5px 12px
}
#toolbar .right li>a {
padding:3.5px 12px;
border:1px solid #222;
border-radius:2px;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);
line-height:38px;
background:url('../img/layout/toolbar/buttons/bg.png') repeat-x #273649
}
#toolbar .right li>a span:not(.icon) {
display:inline-block;
position:relative;
left:-12px;
padding:0 7px;
margin-right:-5px;
line-height:21px;
background:url('../img/layout/toolbar/buttons/bg-red.png') repeat-x #5a2727;
border:1px solid #222;
border-radius:2px 0 0 2px;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.2)
}
.moz #toolbar .right li>a span:not(.icon) {
line-height:22px
}
.wf-loading #toolbar .right li>a span:not(.icon),.wf-inactive #toolbar .right li>a span:not(.icon) {
line-height:25px
}
.wf-loading .moz #toolbar .right li>a span:not(.icon),.wf-inactive .moz #toolbar .right li>a span:not(.icon) {
line-height:24px
}
#toolbar .right li>a:hover span:not(.icon) {
background:url('../img/layout/toolbar/buttons/bg-red-hover.png') repeat-x #713131
}
#toolbar .right li>a:hover:active span:not(.icon) {
background:url('../img/layout/toolbar/buttons/bg-red-hover.png') repeat-x #703030
}
#toolbar .right li>a:hover {
background:url('../img/layout/toolbar/buttons/bg-hover.png') repeat-x #344861
}
#toolbar .right li>a:hover:active {
box-shadow:inset 0 2px 3px rgba(0,0,0,0.5);
background:url('../img/layout/toolbar/buttons/bg-active.png') repeat-x #344861
}
#toolbar .right li.red>a {
background:url('../img/layout/toolbar/buttons/bg-red.png') repeat-x #5a2727
}
#toolbar .right li.red>a:hover {
background:url('../img/layout/toolbar/buttons/bg-red-hover.png') repeat-x #703030
}
#toolbar .right li.red>a:hover:active {
background:url('../img/layout/toolbar/buttons/bg-red-active.png') repeat-x #344861
}
#toolbar .right li.disabled>a,#toolbar .right li.disabled>a:hover,#toolbar .right li.disabled>a:hover:active {
background:url('../img/layout/toolbar/buttons/bg-disabled.png') repeat-x #2b333c;
box-shadow:inset 0 1px 0 rgba(0,0,0,0.2);
cursor:default;
color:#a5a7ab;
text-shadow:0 1px 0 #000
}
#toolbar .right li.red.disabled>a,#toolbar .right li.red.disabled>a:hover,#toolbar .right li.red.disabled>a:hover:active,#toolbar .right li.disabled>a span:not(.icon) {
border:1px solid #222;
background:url('../img/layout/toolbar/buttons/bg-red-disabled.png') repeat-x #3c2b2b;
box-shadow:inset 0 1px 0 rgba(0,0,0,0.2);
cursor:default
}
#toolbar .right li>a span.icon {
display:inline-block;
position:relative;
height:14px;
width:14px;
top:2px;
left:-5px;
margin-right:6px
}
#toolbar .right li>a span.icon:before {
position:absolute;
font-size:12px;
top:-10px;
left:0
}
#toolbar .right li>a span.icon:after,#toolbar .right li>a span.icon .after {
display:block;
position:absolute;
right:-6px;
top:-3px;
height:21px;
width:2px;
content:' ';
background:url('../img/layout/toolbar/buttons/divider.png')
}
#toolbar li {
position:relative
}
#toolbar li div.popup {
position:absolute;
display:none;
top:33px;
border:1px solid #949494;
border-radius:3px;
background:#cad2de;
box-shadow:0 0 10px rgba(0,0,0,0.5);
z-index:105
}
#toolbar li div.popup {
width:250px
}
#toolbar li div.popup:after {
display:block;
position:absolute;
width:28px;
height:13px;
top:-12px;
right:50%;
margin-right:-14px;
content:' ';
background:url('../img/layout/content/toolbar/popup-arrow.png')
}
#toolbar li div.popup h3 {
padding:10px 0;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.75);
background:url('../img/layout/content/toolbar/popup-header.png');
border-radius:3px 3px 0 0;
text-align:center
}
#toolbar li div.popup .content {
margin:5px;
margin-top:0;
background:#fff;
border:1px solid #99a7bc;
border-radius:3px;
box-shadow:inset 0 0 5px #becbdf
}
footer {
margin-top:5px;
overflow:hidden
}
footer>ul {
padding:0;
margin:10px 0
}
footer>ul li {
display:inline-block;
line-height:10px;
margin-right:10px;
padding-right:14px;
background:url('../img/layout/footer/divider.png') no-repeat bottom right
}
footer>ul li:last-child {
background:0
}
footer>ul li a,footer>ul li a:visited,footer {
text-decoration:none
}
footer>span {
margin:10px 0;
text-align:right
}
.login header {
width:100%;
margin:0;
background:url('../img/layout/login/header-bg.png') repeat-x bottom
}
.login header .container {
width:430px;
margin:38px auto 0;
padding-bottom:32px
}
.login header .right {
float:right;
margin-top:60px;
color:#d6dbe5;
text-shadow:0 1px 0 #000
}
.login header .right a {
margin-left:5px;
padding:3px 8px;
border-radius:10px;
background:#1d242e;
text-decoration:none
}
.login header .right a:hover {
background:#0d141d
}
#login {
margin-top:-37px
}
#login .box {
max-width:430px;
margin:0 auto
}
#login .box .actions {
padding:8px 15px
}
#login .box .actions .rememberme {
padding:5px 0
}
#login .box .form-box {
margin:10px;
border:1px solid #c3c3c3;
border-radius:3px
}
#login .box .form-box .row {
margin:0
}
#login .box .form-box .row:first-child {
border-top-left-radius:3px;
border-top-right-radius:3px
}
#login .box .form-box .row:last-child {
border-bottom-left-radius:3px;
border-bottom-right-radius:3px
}
.login-messages {
overflow:hidden;
position:relative
}
#login .box .message {
width:100%;
padding:15px 0 10px;
border-bottom:1px solid #d1d1d1;
text-align:center;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box
}
#login .box .message.failure {
display:none
}
#login .actions input[type=submit] {
padding:6px 20px;
background:url('../img/layout/login/button-bg.png') repeat-x #353c45;
border:1px solid #162436;
border-radius:4px;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.3),0 2px 2px rgba(0,0,0,0.51)
}
#login .actions input[type=submit]:hover {
background:url('../img/layout/login/button-hover-bg.png') repeat-x #4c5560
}
#login .actions input[type=submit]:active {
background:#323841;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.3)
}
#content>h1{margin-top:1.28619em;} | 0.227384 | 0.071526 |
footer {
padding: 2%;
}
#headerlogo {
position:relative;
max-width: 230px;
height: auto;
margin-left: 25px;
}
#banner {
text-align: center;
color: rgba(255, 255, 255, 0.938);
background-color: rgb(180, 15, 15);
height: 20px;
padding: 1%;
width: 100vw;
margin-left: -1%;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}
#bannerbutton {
background-color: rgb(131, 8, 8);
border-radius: 5px;
margin-left: 20px;
color: black;
}
#buttonlink {
color: black;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
#FS-IMG {
position: relative;
max-width: 20%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
#new-form-text {
text-align: center;
font-size: 140%;
font-family: Arial, Helvetica, sans-serif;
}
#google-tag {
display: block;
margin-left: 80%;
margin-right: auto;
max-width: 190%;
height: auto;
}
#submit-error {
color: red;
font-weight: bold;
margin-top: 10px;
}
#main-text {
text-align: center;
font-size: 150%;
}
form {
margin: 1%;
}
.formfield {
margin: 1%;
}
#streetaddress {
width: 260px;
}
#streetaddress2 {
width: 160px;
}
#stateselect {
width: 30px;
}
#cityselect {
width: 140px;
}
#zipselect {
width: 60px;
}
h3 {
text-align: center;
margin: auto;
padding: 10px;
/* border: 5px solid green; */
}
.container-row {
align-items: center;
margin: auto;
width: 60%;
/* border: 5px solid #FFFF00; */
padding: 10px;
display: grid;
}
.container-column {
align-items: center;
grid-row-start: 1;
grid-row-end: 3;
margin: 1px;
/* border: 5px solid red; */
}
#bodycontainer {
position: relative;
align-items: center;
padding: 3%;
/* border: 5px solid #FFFF00; */
display: grid;
}
#bodycontainer::before {
content: "";
background-image: url(Pics/Seattle.jpeg);
background-size: cover;
background-repeat: no-repeat;
position: absolute;
width: 100vw;
margin-left: -.4%;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
opacity: 0.6;
}
#bodycolumns {
position: relative;
align-items: center;
padding: 1%;
grid-row-start: 1;
grid-row-end: 3;
/* border: 5px solid red; */
}
#formcontainer {
align-items: center;
position: relative;
background-color: lightgray;
border-radius: 5px;
width: 400px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
}
.none {
border-color: rgb(118, 118, 118);
}
.valid {
border-color: lime;
border-width: 3px;
}
.invalid {
border-color: red;
border-width: 3px;
} | style.css | footer {
padding: 2%;
}
#headerlogo {
position:relative;
max-width: 230px;
height: auto;
margin-left: 25px;
}
#banner {
text-align: center;
color: rgba(255, 255, 255, 0.938);
background-color: rgb(180, 15, 15);
height: 20px;
padding: 1%;
width: 100vw;
margin-left: -1%;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}
#bannerbutton {
background-color: rgb(131, 8, 8);
border-radius: 5px;
margin-left: 20px;
color: black;
}
#buttonlink {
color: black;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
#FS-IMG {
position: relative;
max-width: 20%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
#new-form-text {
text-align: center;
font-size: 140%;
font-family: Arial, Helvetica, sans-serif;
}
#google-tag {
display: block;
margin-left: 80%;
margin-right: auto;
max-width: 190%;
height: auto;
}
#submit-error {
color: red;
font-weight: bold;
margin-top: 10px;
}
#main-text {
text-align: center;
font-size: 150%;
}
form {
margin: 1%;
}
.formfield {
margin: 1%;
}
#streetaddress {
width: 260px;
}
#streetaddress2 {
width: 160px;
}
#stateselect {
width: 30px;
}
#cityselect {
width: 140px;
}
#zipselect {
width: 60px;
}
h3 {
text-align: center;
margin: auto;
padding: 10px;
/* border: 5px solid green; */
}
.container-row {
align-items: center;
margin: auto;
width: 60%;
/* border: 5px solid #FFFF00; */
padding: 10px;
display: grid;
}
.container-column {
align-items: center;
grid-row-start: 1;
grid-row-end: 3;
margin: 1px;
/* border: 5px solid red; */
}
#bodycontainer {
position: relative;
align-items: center;
padding: 3%;
/* border: 5px solid #FFFF00; */
display: grid;
}
#bodycontainer::before {
content: "";
background-image: url(Pics/Seattle.jpeg);
background-size: cover;
background-repeat: no-repeat;
position: absolute;
width: 100vw;
margin-left: -.4%;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
opacity: 0.6;
}
#bodycolumns {
position: relative;
align-items: center;
padding: 1%;
grid-row-start: 1;
grid-row-end: 3;
/* border: 5px solid red; */
}
#formcontainer {
align-items: center;
position: relative;
background-color: lightgray;
border-radius: 5px;
width: 400px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
}
.none {
border-color: rgb(118, 118, 118);
}
.valid {
border-color: lime;
border-width: 3px;
}
.invalid {
border-color: red;
border-width: 3px;
} | 0.522689 | 0.120775 |
#contextualinformation {
display: none;
}
#breadcrumbs{
display: none;
}
#navcol {
display: none;
}
#bodytd {
padding: 0px; /* no content padding for homepage */
width: 100%;
margin: 0px;
}
#bodycol {
padding: 0px!important;
margin: 0px;
width: 100%;
}
/*-------------------- Standard Button Design ---------------------------*/
.button {
display: block;
width: 148px;
margin: 0px;
margin-bottom: 4px;
padding: 0px;
color: #000000;
background-repeat: no-repeat;
font-size: 1.3em;
font-weight: bold;
text-align: left;
text-decoration: none !important;
text-transform: none;
}
.button:hover {
color: #000000;
cursor: pointer;
}
.button span {
display: block;
width: 118px;
margin: 0px;
padding-left: 30px;
padding-top: 1em;
height: auto!important; /* IE 'hack' for min-height */
height: 42px;
min-height: 42px;
background: url("http://www.openoffice.org/style/buttonsmall_bottom.gif") no-repeat bottom right;
}
.button span small {
font-weight: normal;
}
a#buttonneu:link, a#buttonneu:visited, a#buttonproblem:link, a#buttonproblem:visited, a#buttonkontakt:link, a#buttonkontakt:visited, a#buttonmithelfen:link, a#buttonmithelfen:visited, a#buttonwo:link, a#buttonwo:visited, #buttondownload p a:link, #buttondownload p a:visited {
text-decoration: none !important;
}
/*-------------------- Standard Content area design ---------------------------*/
.content {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}
.contentpart {
float: left;
width: 100%;
padding: 1em;
border: none 0px;
}
.contentpart img {
float: right;
margin: 0px;
clear: none;
}
.contentpart .contentsubpart {
float: right;
display: block;
clear: none;
width: 30%;
}
/*----------------Standard table design------------------------------------*/
/* might move this to global styles? */
table {
border-collapse: collapse;
border-bottom: #f6f8fb;
width: 98%;
}
td {
background: #f6f8fb url("http://www.openoffice.org/branding/images/lightbluefadeout.gif") repeat-y top right;
margin: 0px;
clear: none;
padding: 4px;
width: 74%;
border-top: 3px #fff solid;
}
thead td {
width: 100%;
font-size: 1.2em;
color: #06348C;
margin-top: 0px;
background: #DEE4EE url("http://www.openoffice.org/branding/images/lesslightbluefadeout.gif") repeat-y top right;
border-bottom: solid 1px #e9edf4;
font-weight: bold;
}
td.headcol {
background: #ecf1f5;
color: #698ed1;
text-align: right;
width: 35%;
padding: 4px;
font-weight: bold;
border-bottom: #f6f8fb;
margin-bottom: .4em;
}
/*-------------------- Spotlight (for product highligh)------------------------*/
.contentpart#spotlight {
float: left;
width: 100%;
margin: 0px;
/* margin-top: 1em; */
padding: 0px;
background: url("http://www.openoffice.org/style/spotlight_background.gif");
}
.contentpart#spotlight #spotlightgull {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
background: url("http://www.openoffice.org/style/background_OOogulls.gif") no-repeat top right;
}
.contentpart#spotlight p {
padding: 0px;
border: 0px;
}
.contentpart#spotlight h1 {
margin: 0px;
margin-top: .5em;
padding: 0px;
font-size: 1.4em; /* war 1.8 */
}
.contentpart#spotlight .wichtig {
font-size: 1.0em; /* war 1.2 */
color: #C04040;
font-weight: bold;
}
.contentpart#spotlight .buttongroup {
margin: 0px;
margin-top: 1em;
margin-right: 1em;
padding: 0px;
float: left;
clear: none;
}
.contentpart#spotlight .buttongroup ul {
float: left;
list-style: none;
display: block;
margin: 0px;
margin-bottom: .5em;
padding: 0px;
}
.contentpart#spotlight .buttongroup #buttonneu {
background-color: rgb(69,107,204);
background-image: url("../pics/button_neu.png");
}
.contentpart#spotlight .buttongroup #buttonproblem {
background-color: rgb(165,89,191);
background-image: url("../pics/button_problem.png");
}
.contentpart#spotlight .buttongroup #buttonmithelfen {
background-color: rgb(255,170,102);
background-image: url("../pics/button_mithelfen.png");
}
.contentpart#spotlight .buttongroup #buttonkontakt {
background-color: rgb(255,255,102);
background-image: url("../pics/button_kontakt.png");
}
.contentpart#spotlight .buttongroup #buttonwo {
background-color: rgb(217,59,59);
background-image: url("../pics/button_wo.png");
}
.contentpart#spotlight .buttongroup #buttonnews {
background-color: rgb(255,255,40);
background-image: url("../pics/button_news.png");
}
.contentpart#spotlight .buttongroup #buttonneu:hover {
background-color: rgb(94,132,229);
background-image: url("../pics/button_neu.png");
}
.contentpart#spotlight .buttongroup #buttonproblem:hover {
background-color: rgb(191,115,217);
background-image: url("../pics/button_problem.png");
}
.contentpart#spotlight .buttongroup #buttonkontakt:hover {
background-color: rgb(255,255,178);
background-image: url("../pics/button_kontakt.png");
}
.contentpart#spotlight .buttongroup #buttonmithelfen:hover {
background-color: rgb(255,212,178);
background-image: url("../pics/button_mithelfen.png");
}
.contentpart#spotlight .buttongroup #buttonwo:hover {
background-color: rgb(242,84,84);
background-image: url("../pics/button_wo.png");
}
.contentpart#spotlight .buttongroup #buttonnews:hover {
background-color: rgb(255,255,178);
background-image: url("../pics/button_news.png");
}
.contentpart#spotlight #buttondownload {
float:left;
width: 240px;
margin-top: 0.5em;
margin-left: 4%;
font-size: 1.4em;
color: #000000;
/* background: url("../pics/button_download_Kopie.png") no-repeat;*/
background-color: rgb(99,178,76);
background-image: url("../pics/button_download.png");
}
.contentpart#spotlight #buttondownload:hover {
background-color: rgb(138,217,115);
background-image: url("../pics/n_button_download.png");
}
.contentpart#spotlight #buttondownload {
display: block;
width: 240px;
min-height: 110px;
height: auto!important; /*ie hack for minheight*/
height: 110px;
padding-top: 15px;
padding-left: 35px;
vertical-align: bottom;
background-image: url("../pics/button_down.png") no-repeat top left;
}
.contentpart#spotlight #buttondownload sub {
font-size: .6em;
font-weight: normal;
margin-top: .2em;
}
.contentpart#spotlight #buttondownload ul {
list-style-type: none;
list-style-position: inside; /* scheint nicht zu funktionieren */
font-size: .6em;
}
.contentpart#spotlight #buttondownload p {
font-size: .6em;
}
.contentpart#spotlight .graphicalpresentation {
float: right;
clear: none;
overflow: hidden;
display: block;
margin: 0px;
padding: 0px;
width: 32%;
font-size: .8em;
text-align: right;
}
.contentpart#spotlight .graphicalpresentation h2 {
font-size: 1.2em;
}
.contentpart#spotlight .graphicalpresentation img {
float: left;
padding:0px;
margin: 0px;
margin-left: auto;
}
.contentpart#spotlight .ooocomponents {
/* display: none; */
float: right;
width: 100%;
margin: 0px;
margin-bottom: 1px;
padding :0px;
background: #F6F8FB url("http://www.openoffice.org/branding/images/fadelightbluetowhitevertica.gif") repeat-x top right;
border: none 0px;
border-top: 1px solid #5684af;
}
.contentpart#spotlight .ooocomponents h2 {
text-align: center;
}
.contentpart#spotlight .ooocomponentslist {
float: right;
display: block;
list-style: none;
margin: 0px;
padding: 0px;
text-align: right;
}
.contentpart#spotlight .ooocomponentslist li {
float: right;
clear: none;
width: 3.8em;
margin: 0px;
margin-left: 2px;
margin-right: 1px;
padding: 0px;
}
.contentpart#spotlight .ooocomponentslist a {
width: 3.7em;
margin: 0px;
padding: 1px;
padding-top: 20px;
display: block;
color: #06348C;
background: no-repeat top center;
text-decoration: none !important;
text-align: center;
vertical-align: middle;
float: right;
clear: none;
}
.contentpart#spotlight .ooocomponentslist a:hover {
background-color: #fff;
color: #698ed1;
}
.contentpart#spotlight .ooocomponentslist .ooobase a {
background-image: url("http://www.openoffice.org/branding/images/iconooobase.gif");
}
.contentpart#spotlight .ooocomponentslist .ooocalc a {
background-image: url("http://www.openoffice.org/branding/images/iconooocalc.gif");
}
.contentpart#spotlight .ooocomponentslist .ooodraw a {
background-image: url("http://www.openoffice.org/branding/images/iconooodraw.gif");
}
.contentpart#spotlight .ooocomponentslist .ooomath a {
background-image: url("http://www.openoffice.org/branding/images/iconooomath.gif");
}
.contentpart#spotlight .ooocomponentslist .oooimpress a {
background-image: url("http://www.openoffice.org/branding/images/iconooopres.gif");
}
.contentpart#spotlight .ooocomponentslist .ooowriter a {
background-image: url("http://www.openoffice.org/branding/images/iconooowrit.gif");
}
.contentpart#spotlight .ooocomponentslist .oooprodukt a {
background-image: url("../pics/iconooo.gif");
}
/*-------------------- Styling the news excerpts --------------------------*/
.contentpart#news {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
padding-top: 2em;
margin-top: -1px;
color: #444;
background: #fff url("http://www.openoffice.org/branding/images/shadow.gif") repeat-x;
}
.contentpart#news .item {
width: 60%;
padding: 1%;
padding-top: 0%;
padding-bottom: 1%;
}
.contentpart#news .item h1 {
margin: 0px;
margin-top: -4x;
padding: 4px;
color: #06348C;
font-size: 1.2em;
background: #DEE4EE url("http://www.openoffice.org/branding/images/lesslightbluefadeout.gif") repeat-y top right;
border-bottom: solid 1px #e9edf4;
font-weight: bold;
}
.contentpart#news .item .wichtig h1 {
color: #C04040;
}
.contentpart#news img {
float: right;
}
.contentpart#news #newsprimaryarticle {
background: #f6f8fb url("http://www.openoffice.org/branding/images/lightbluefadeout.gif") repeat-y top right;
} | assets/de/styles/DeHome_2007.css | #contextualinformation {
display: none;
}
#breadcrumbs{
display: none;
}
#navcol {
display: none;
}
#bodytd {
padding: 0px; /* no content padding for homepage */
width: 100%;
margin: 0px;
}
#bodycol {
padding: 0px!important;
margin: 0px;
width: 100%;
}
/*-------------------- Standard Button Design ---------------------------*/
.button {
display: block;
width: 148px;
margin: 0px;
margin-bottom: 4px;
padding: 0px;
color: #000000;
background-repeat: no-repeat;
font-size: 1.3em;
font-weight: bold;
text-align: left;
text-decoration: none !important;
text-transform: none;
}
.button:hover {
color: #000000;
cursor: pointer;
}
.button span {
display: block;
width: 118px;
margin: 0px;
padding-left: 30px;
padding-top: 1em;
height: auto!important; /* IE 'hack' for min-height */
height: 42px;
min-height: 42px;
background: url("http://www.openoffice.org/style/buttonsmall_bottom.gif") no-repeat bottom right;
}
.button span small {
font-weight: normal;
}
a#buttonneu:link, a#buttonneu:visited, a#buttonproblem:link, a#buttonproblem:visited, a#buttonkontakt:link, a#buttonkontakt:visited, a#buttonmithelfen:link, a#buttonmithelfen:visited, a#buttonwo:link, a#buttonwo:visited, #buttondownload p a:link, #buttondownload p a:visited {
text-decoration: none !important;
}
/*-------------------- Standard Content area design ---------------------------*/
.content {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}
.contentpart {
float: left;
width: 100%;
padding: 1em;
border: none 0px;
}
.contentpart img {
float: right;
margin: 0px;
clear: none;
}
.contentpart .contentsubpart {
float: right;
display: block;
clear: none;
width: 30%;
}
/*----------------Standard table design------------------------------------*/
/* might move this to global styles? */
table {
border-collapse: collapse;
border-bottom: #f6f8fb;
width: 98%;
}
td {
background: #f6f8fb url("http://www.openoffice.org/branding/images/lightbluefadeout.gif") repeat-y top right;
margin: 0px;
clear: none;
padding: 4px;
width: 74%;
border-top: 3px #fff solid;
}
thead td {
width: 100%;
font-size: 1.2em;
color: #06348C;
margin-top: 0px;
background: #DEE4EE url("http://www.openoffice.org/branding/images/lesslightbluefadeout.gif") repeat-y top right;
border-bottom: solid 1px #e9edf4;
font-weight: bold;
}
td.headcol {
background: #ecf1f5;
color: #698ed1;
text-align: right;
width: 35%;
padding: 4px;
font-weight: bold;
border-bottom: #f6f8fb;
margin-bottom: .4em;
}
/*-------------------- Spotlight (for product highligh)------------------------*/
.contentpart#spotlight {
float: left;
width: 100%;
margin: 0px;
/* margin-top: 1em; */
padding: 0px;
background: url("http://www.openoffice.org/style/spotlight_background.gif");
}
.contentpart#spotlight #spotlightgull {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
background: url("http://www.openoffice.org/style/background_OOogulls.gif") no-repeat top right;
}
.contentpart#spotlight p {
padding: 0px;
border: 0px;
}
.contentpart#spotlight h1 {
margin: 0px;
margin-top: .5em;
padding: 0px;
font-size: 1.4em; /* war 1.8 */
}
.contentpart#spotlight .wichtig {
font-size: 1.0em; /* war 1.2 */
color: #C04040;
font-weight: bold;
}
.contentpart#spotlight .buttongroup {
margin: 0px;
margin-top: 1em;
margin-right: 1em;
padding: 0px;
float: left;
clear: none;
}
.contentpart#spotlight .buttongroup ul {
float: left;
list-style: none;
display: block;
margin: 0px;
margin-bottom: .5em;
padding: 0px;
}
.contentpart#spotlight .buttongroup #buttonneu {
background-color: rgb(69,107,204);
background-image: url("../pics/button_neu.png");
}
.contentpart#spotlight .buttongroup #buttonproblem {
background-color: rgb(165,89,191);
background-image: url("../pics/button_problem.png");
}
.contentpart#spotlight .buttongroup #buttonmithelfen {
background-color: rgb(255,170,102);
background-image: url("../pics/button_mithelfen.png");
}
.contentpart#spotlight .buttongroup #buttonkontakt {
background-color: rgb(255,255,102);
background-image: url("../pics/button_kontakt.png");
}
.contentpart#spotlight .buttongroup #buttonwo {
background-color: rgb(217,59,59);
background-image: url("../pics/button_wo.png");
}
.contentpart#spotlight .buttongroup #buttonnews {
background-color: rgb(255,255,40);
background-image: url("../pics/button_news.png");
}
.contentpart#spotlight .buttongroup #buttonneu:hover {
background-color: rgb(94,132,229);
background-image: url("../pics/button_neu.png");
}
.contentpart#spotlight .buttongroup #buttonproblem:hover {
background-color: rgb(191,115,217);
background-image: url("../pics/button_problem.png");
}
.contentpart#spotlight .buttongroup #buttonkontakt:hover {
background-color: rgb(255,255,178);
background-image: url("../pics/button_kontakt.png");
}
.contentpart#spotlight .buttongroup #buttonmithelfen:hover {
background-color: rgb(255,212,178);
background-image: url("../pics/button_mithelfen.png");
}
.contentpart#spotlight .buttongroup #buttonwo:hover {
background-color: rgb(242,84,84);
background-image: url("../pics/button_wo.png");
}
.contentpart#spotlight .buttongroup #buttonnews:hover {
background-color: rgb(255,255,178);
background-image: url("../pics/button_news.png");
}
.contentpart#spotlight #buttondownload {
float:left;
width: 240px;
margin-top: 0.5em;
margin-left: 4%;
font-size: 1.4em;
color: #000000;
/* background: url("../pics/button_download_Kopie.png") no-repeat;*/
background-color: rgb(99,178,76);
background-image: url("../pics/button_download.png");
}
.contentpart#spotlight #buttondownload:hover {
background-color: rgb(138,217,115);
background-image: url("../pics/n_button_download.png");
}
.contentpart#spotlight #buttondownload {
display: block;
width: 240px;
min-height: 110px;
height: auto!important; /*ie hack for minheight*/
height: 110px;
padding-top: 15px;
padding-left: 35px;
vertical-align: bottom;
background-image: url("../pics/button_down.png") no-repeat top left;
}
.contentpart#spotlight #buttondownload sub {
font-size: .6em;
font-weight: normal;
margin-top: .2em;
}
.contentpart#spotlight #buttondownload ul {
list-style-type: none;
list-style-position: inside; /* scheint nicht zu funktionieren */
font-size: .6em;
}
.contentpart#spotlight #buttondownload p {
font-size: .6em;
}
.contentpart#spotlight .graphicalpresentation {
float: right;
clear: none;
overflow: hidden;
display: block;
margin: 0px;
padding: 0px;
width: 32%;
font-size: .8em;
text-align: right;
}
.contentpart#spotlight .graphicalpresentation h2 {
font-size: 1.2em;
}
.contentpart#spotlight .graphicalpresentation img {
float: left;
padding:0px;
margin: 0px;
margin-left: auto;
}
.contentpart#spotlight .ooocomponents {
/* display: none; */
float: right;
width: 100%;
margin: 0px;
margin-bottom: 1px;
padding :0px;
background: #F6F8FB url("http://www.openoffice.org/branding/images/fadelightbluetowhitevertica.gif") repeat-x top right;
border: none 0px;
border-top: 1px solid #5684af;
}
.contentpart#spotlight .ooocomponents h2 {
text-align: center;
}
.contentpart#spotlight .ooocomponentslist {
float: right;
display: block;
list-style: none;
margin: 0px;
padding: 0px;
text-align: right;
}
.contentpart#spotlight .ooocomponentslist li {
float: right;
clear: none;
width: 3.8em;
margin: 0px;
margin-left: 2px;
margin-right: 1px;
padding: 0px;
}
.contentpart#spotlight .ooocomponentslist a {
width: 3.7em;
margin: 0px;
padding: 1px;
padding-top: 20px;
display: block;
color: #06348C;
background: no-repeat top center;
text-decoration: none !important;
text-align: center;
vertical-align: middle;
float: right;
clear: none;
}
.contentpart#spotlight .ooocomponentslist a:hover {
background-color: #fff;
color: #698ed1;
}
.contentpart#spotlight .ooocomponentslist .ooobase a {
background-image: url("http://www.openoffice.org/branding/images/iconooobase.gif");
}
.contentpart#spotlight .ooocomponentslist .ooocalc a {
background-image: url("http://www.openoffice.org/branding/images/iconooocalc.gif");
}
.contentpart#spotlight .ooocomponentslist .ooodraw a {
background-image: url("http://www.openoffice.org/branding/images/iconooodraw.gif");
}
.contentpart#spotlight .ooocomponentslist .ooomath a {
background-image: url("http://www.openoffice.org/branding/images/iconooomath.gif");
}
.contentpart#spotlight .ooocomponentslist .oooimpress a {
background-image: url("http://www.openoffice.org/branding/images/iconooopres.gif");
}
.contentpart#spotlight .ooocomponentslist .ooowriter a {
background-image: url("http://www.openoffice.org/branding/images/iconooowrit.gif");
}
.contentpart#spotlight .ooocomponentslist .oooprodukt a {
background-image: url("../pics/iconooo.gif");
}
/*-------------------- Styling the news excerpts --------------------------*/
.contentpart#news {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
padding-top: 2em;
margin-top: -1px;
color: #444;
background: #fff url("http://www.openoffice.org/branding/images/shadow.gif") repeat-x;
}
.contentpart#news .item {
width: 60%;
padding: 1%;
padding-top: 0%;
padding-bottom: 1%;
}
.contentpart#news .item h1 {
margin: 0px;
margin-top: -4x;
padding: 4px;
color: #06348C;
font-size: 1.2em;
background: #DEE4EE url("http://www.openoffice.org/branding/images/lesslightbluefadeout.gif") repeat-y top right;
border-bottom: solid 1px #e9edf4;
font-weight: bold;
}
.contentpart#news .item .wichtig h1 {
color: #C04040;
}
.contentpart#news img {
float: right;
}
.contentpart#news #newsprimaryarticle {
background: #f6f8fb url("http://www.openoffice.org/branding/images/lightbluefadeout.gif") repeat-y top right;
} | 0.286868 | 0.04098 |
* {
margin: 0;
padding: 0;
}
html,
body {
font-family: Arial, sans-serif;
height: 100%;
}
#map {
height: 100%;
}
nav {
padding: 5px;
position: relative;
background: #B0B0B0;
}
nav::after {
content: "";
display: block;
clear: both;
}
h3{
padding: inherit;
margin: 5px;
color: #383838;
display: inline;
}
input{
padding: inherit;
margin: 5px;
}
aside {
float: left;
width: 300px;
height: 100%;
background: #B0B0B0;
left: 0;
top: 0;
display: none;
}
aside::before {
content: "";
display: block;
height: 0px;
}
aside a {
display: block;
padding: 12px 18px;
text-decoration: none;
font-size: 20px;
color: #383838;
border-bottom: 1px solid #818181;
}
.toggle-wrap {
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
position: relative;
cursor: pointer;
float: left;
/*disable selection*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.toggle-bar {
width: 38px;
margin: 10px 0;
position: relative;
border-top: 6px solid #303030;
display: block;
}
.toggle-bar::before,
.toggle-bar::after {
content: "";
display: block;
background: #303030;
height: 6px;
width: 38px;
position: absolute;
top: -16px;
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-ms-transform-origin: 13%;
-webkit-transform-origin: 13%;
transform-origin: 13%;
}
.toggle-bar::after {
top: 4px;
}
.toggle-wrap.active .toggle-bar {
border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
} | css/styles.css | * {
margin: 0;
padding: 0;
}
html,
body {
font-family: Arial, sans-serif;
height: 100%;
}
#map {
height: 100%;
}
nav {
padding: 5px;
position: relative;
background: #B0B0B0;
}
nav::after {
content: "";
display: block;
clear: both;
}
h3{
padding: inherit;
margin: 5px;
color: #383838;
display: inline;
}
input{
padding: inherit;
margin: 5px;
}
aside {
float: left;
width: 300px;
height: 100%;
background: #B0B0B0;
left: 0;
top: 0;
display: none;
}
aside::before {
content: "";
display: block;
height: 0px;
}
aside a {
display: block;
padding: 12px 18px;
text-decoration: none;
font-size: 20px;
color: #383838;
border-bottom: 1px solid #818181;
}
.toggle-wrap {
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
position: relative;
cursor: pointer;
float: left;
/*disable selection*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.toggle-bar {
width: 38px;
margin: 10px 0;
position: relative;
border-top: 6px solid #303030;
display: block;
}
.toggle-bar::before,
.toggle-bar::after {
content: "";
display: block;
background: #303030;
height: 6px;
width: 38px;
position: absolute;
top: -16px;
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-ms-transform-origin: 13%;
-webkit-transform-origin: 13%;
transform-origin: 13%;
}
.toggle-bar::after {
top: 4px;
}
.toggle-wrap.active .toggle-bar {
border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
} | 0.471953 | 0.09556 |
canvas {
height: 100%;
width: 100%;
display: block;
background-color: black;
position: absolute; }
.upload-btn {
margin-top: 20px;
overflow: hidden; }
.upload-btn:after {
content: "Upload File"; }
.upload-btn input[type="file"] {
position: fixed;
top: -1000%; }
.cr-crop-window {
position: absolute;
width: 200px;
height: 200px;
border: 1px dashed rgba(255, 255, 255, 0.95);
cursor: move;
top: 50%;
left: 50%;
margin: -100px 0 0 -100px; }
.cr-crop-window .cr-crop-handle {
width: 5px;
height: 5px;
position: absolute;
border: 1px solid rgba(255, 255, 255, 0.95);
transition-property: transform;
transition-duration: 250ms;
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.cr-crop-window .cr-crop-handle:hover {
transform: scale(1.1); }
.cr-crop-window .cr-crop-handle[class*=top] {
top: -1px; }
.cr-crop-window .cr-crop-handle[class*=middle] {
top: 50%;
margin-top: -2.5px; }
.cr-crop-window .cr-crop-handle[class*=bottom] {
bottom: -1px; }
.cr-crop-window .cr-crop-handle[class*=center] {
left: 50%; }
.cr-crop-window .cr-crop-handle[class*=right] {
right: -1px; }
.cr-crop-window .cr-crop-handle[class*=left] {
left: -1px; }
.cr-crop-window .cr-crop-handle[class*=top-left] {
cursor: nw-resize; }
.cr-crop-window .cr-crop-handle[class*=top-center] {
cursor: n-resize; }
.cr-crop-window .cr-crop-handle[class*=top-right] {
cursor: ne-resize; }
.cr-crop-window .cr-crop-handle[class*=right-middle] {
cursor: e-resize; }
.cr-crop-window .cr-crop-handle[class*=bottom-right] {
cursor: se-resize; }
.cr-crop-window .cr-crop-handle[class*=bottom-center] {
cursor: s-resize; }
.cr-crop-window .cr-crop-handle[class*=bottom-left] {
cursor: sw-resize; }
.cr-crop-window .cr-crop-handle[class*=left-middle] {
cursor: w-resize; }
.cr-crop-window .cr-crop-handle.cr-center-point {
border: none;
display: none;
width: 5px;
height: 5px;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%); }
.cr-crop-window .cr-crop-handle.cr-center-point::before, .cr-crop-window .cr-crop-handle.cr-center-point::after {
content: "";
background-color: rgba(255, 255, 255, 0.95);
position: absolute; }
.cr-crop-window .cr-crop-handle.cr-center-point::before {
height: 1px;
width: 10px;
top: 50%;
margin-left: -2.5px; }
.cr-crop-window .cr-crop-handle.cr-center-point::after {
height: 10px;
width: 1px;
left: 50%;
margin-top: -2.5px; }
[data-drag-drop-target] {
border: 1px dashed rgba(0, 0, 0, 0.4);
background-color: rgba(0, 0, 0, 0.1);
transition: background 250ms ease-in-out; }
[data-drag-drop-target]::before {
content: "Drag and drop here";
text-transform: uppercase;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
[data-drag-drop-target].drag-over {
background-color: rgba(0, 0, 0, 0.2); }
.preview {
position: relative; }
.preview::after {
content: "";
display: block;
padding-top: 100%;
border: 1px solid grey; }
.preview > * {
position: absolute;
width: 100%;
height: 100%;
background: transparent none no-repeat center center;
background-size: cover; } | dist/css/crop-resize-0.1.2.css | canvas {
height: 100%;
width: 100%;
display: block;
background-color: black;
position: absolute; }
.upload-btn {
margin-top: 20px;
overflow: hidden; }
.upload-btn:after {
content: "Upload File"; }
.upload-btn input[type="file"] {
position: fixed;
top: -1000%; }
.cr-crop-window {
position: absolute;
width: 200px;
height: 200px;
border: 1px dashed rgba(255, 255, 255, 0.95);
cursor: move;
top: 50%;
left: 50%;
margin: -100px 0 0 -100px; }
.cr-crop-window .cr-crop-handle {
width: 5px;
height: 5px;
position: absolute;
border: 1px solid rgba(255, 255, 255, 0.95);
transition-property: transform;
transition-duration: 250ms;
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.cr-crop-window .cr-crop-handle:hover {
transform: scale(1.1); }
.cr-crop-window .cr-crop-handle[class*=top] {
top: -1px; }
.cr-crop-window .cr-crop-handle[class*=middle] {
top: 50%;
margin-top: -2.5px; }
.cr-crop-window .cr-crop-handle[class*=bottom] {
bottom: -1px; }
.cr-crop-window .cr-crop-handle[class*=center] {
left: 50%; }
.cr-crop-window .cr-crop-handle[class*=right] {
right: -1px; }
.cr-crop-window .cr-crop-handle[class*=left] {
left: -1px; }
.cr-crop-window .cr-crop-handle[class*=top-left] {
cursor: nw-resize; }
.cr-crop-window .cr-crop-handle[class*=top-center] {
cursor: n-resize; }
.cr-crop-window .cr-crop-handle[class*=top-right] {
cursor: ne-resize; }
.cr-crop-window .cr-crop-handle[class*=right-middle] {
cursor: e-resize; }
.cr-crop-window .cr-crop-handle[class*=bottom-right] {
cursor: se-resize; }
.cr-crop-window .cr-crop-handle[class*=bottom-center] {
cursor: s-resize; }
.cr-crop-window .cr-crop-handle[class*=bottom-left] {
cursor: sw-resize; }
.cr-crop-window .cr-crop-handle[class*=left-middle] {
cursor: w-resize; }
.cr-crop-window .cr-crop-handle.cr-center-point {
border: none;
display: none;
width: 5px;
height: 5px;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%); }
.cr-crop-window .cr-crop-handle.cr-center-point::before, .cr-crop-window .cr-crop-handle.cr-center-point::after {
content: "";
background-color: rgba(255, 255, 255, 0.95);
position: absolute; }
.cr-crop-window .cr-crop-handle.cr-center-point::before {
height: 1px;
width: 10px;
top: 50%;
margin-left: -2.5px; }
.cr-crop-window .cr-crop-handle.cr-center-point::after {
height: 10px;
width: 1px;
left: 50%;
margin-top: -2.5px; }
[data-drag-drop-target] {
border: 1px dashed rgba(0, 0, 0, 0.4);
background-color: rgba(0, 0, 0, 0.1);
transition: background 250ms ease-in-out; }
[data-drag-drop-target]::before {
content: "Drag and drop here";
text-transform: uppercase;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
[data-drag-drop-target].drag-over {
background-color: rgba(0, 0, 0, 0.2); }
.preview {
position: relative; }
.preview::after {
content: "";
display: block;
padding-top: 100%;
border: 1px solid grey; }
.preview > * {
position: absolute;
width: 100%;
height: 100%;
background: transparent none no-repeat center center;
background-size: cover; } | 0.592195 | 0.087837 |
@charset "UTF-8";
.footer-section .info-links ul a {
position: relative;
text-decoration: none
}
.footer-section .info-links ul a::after,
.footer-section .info-links ul a::before {
position: absolute;
display: inline-block;
opacity: 0;
-webkit-transition: opacity .2s, -webkit-transform .3s;
transition: opacity .2s, -webkit-transform .3s;
transition: transform .3s, opacity .2s;
transition: transform .3s, opacity .2s, -webkit-transform .3s
}
.footer-section .info-links ul a::before {
margin-right: .35rem;
content: "[";
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
.footer-section .info-links ul a::after {
margin-left: .35rem;
content: "]";
-webkit-transform: translateX(-20px);
transform: translateX(-20px)
}
.footer-section .info-links ul a:hover {
color: #b2bb1e;
outline: 0
}
.footer-section .info-links ul a:hover::before {
opacity: 1;
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
.footer-section .info-links ul a:hover::after {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
.footer-section .h-5px {
height: 5px
}
.footer-section div.icon-link {
width: 100%;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem
}
.footer-section div.icon-link a {
text-decoration: none
}
.footer-section div.icon-link .swiper-wrapper-center {
-webkit-box-pack: center;
justify-content: center;
margin: 0 auto
}
.footer-section div.icon-link .swiper-footer-icon-link {
height: 90px;
width: 100%
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-menu-name>span:first-child {
font-size: 1.5rem!important;
font-weight: 500;
font-style: normal;
line-height: .9
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-menu-name>span:nth-child(2) {
font-size: 1.25rem!important;
font-weight: 300;
font-style: normal;
line-height: 1
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-podium svg {
width: 62px;
height: 78px
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-hat svg {
width: 80px;
height: 67px
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-mouse svg {
width: 76px;
height: 78px
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-earth svg {
width: 72px;
height: 73px
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-book svg {
width: 60px;
height: 68px
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-chain svg {
width: 60px;
height: 68px
}
.footer-section div.icon-link .swiper-footer-icon-link-next,
.footer-section div.icon-link .swiper-footer-icon-link-prev {
opacity: 1;
-webkit-transition: opacity .3s;
transition: opacity .3s;
cursor: pointer
}
.footer-section div.icon-link .swiper-footer-icon-link-next.swiper-button-disabled,
.footer-section div.icon-link .swiper-footer-icon-link-prev.swiper-button-disabled {
opacity: 0
}
.footer-section div.icon-link div.menu {
width: 208px
}
.footer-section div.icon-link div.menu a {
height: 100%;
padding: 1em
}
.footer-section .info-links {
color: #0f1314;
font-size: 1.25rem;
font-weight: 300;
position: relative;
z-index: 2;
background: center bottom/auto 25% repeat-x url(../images/common/footer_bg.png)
}
.footer-section .info-links .link-group {
font-size: 1.4rem;
font-weight: 500;
line-height: 1.5;
padding-left: 1rem;
margin-left: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.footer-section .info-links ul a:hover {
color: #72242B
}
.footer-section .info-links nav {
max-width: 1300px;
padding: 3rem 0 1rem 0
}
.footer-section .info-links nav>div {
width: 25%;
display: block;
margin-bottom: 1rem;
padding-left: 1rem
}
.footer-section .info-links nav>div.col2 {
width: 50%
}
.footer-section .info-links nav .bullet::before {
content: "•";
display: inline-block;
color: #006664;
font-weight: 700;
width: 1em;
margin-left: -1em;
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
.footer-section .info-links nav .tel-wrapper {
font-size: 1.5rem
}
.footer-section .info-links nav .tel-wrapper .tel-no {
margin-left: .75rem;
color: #006664;
font-size: 1.125em;
font-weight: 700
}
.footer-section .info-links nav .more-list-btn {
cursor: pointer
}
.footer-section .info-links nav .more-list-btn .fas {
font-size: .6rem;
color: #006664;
-webkit-transform: rotateZ(0);
transform: rotateZ(0);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.footer-section .info-links nav .more-list-btn:hover {
color: #b2bb1e
}
.footer-section .info-links nav .more-list-btn:hover .fas {
color: #b2bb1e
}
.footer-section .info-links nav .more-list-btn.show .fas {
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg)
}
.footer-section .info-links nav.accordion-version {
padding: 1rem 1rem 3rem 1rem
}
.footer-section .info-links nav.accordion-version>div {
width: 100%;
padding-left: 0;
margin-bottom: 0
}
.footer-section .info-links nav.accordion-version>div .link-group {
display: block;
border-bottom: 1px solid #dfdfdf;
line-height: 2.5rem;
padding-left: 0;
margin-left: 1rem
}
.footer-section .info-links nav.accordion-version>div .link-group:after {
left: -1rem
}
.footer-section .info-links nav.accordion-version>div .link-group:before {
content: "";
display: inline-block;
position: absolute;
right: 6px;
font-weight: 700;
font-size: .6rem;
font-family: "Font Awesome 5 Free";
top: 50%;
-webkit-transform: translateY(-50%) rotateZ(180deg);
transform: translateY(-50%) rotateZ(180deg);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s
}
.footer-section .info-links nav.accordion-version>div .link-group.collapsed:before {
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.footer-section .info-links nav.accordion-version ul {
margin-bottom: 0;
padding-top: .5rem;
padding-bottom: .5rem
}
.footer-section .info-links nav.accordion-version ul li a {
line-height: 1.8rem
}
.footer-section .info-links li {
line-height: 1.3rem;
margin-left: 1rem;
margin-top: 0;
margin-bottom: 0
}
.footer-section .info-links .contact-address {
margin-top: .75rem;
margin-left: .75rem
}
.footer-section .subscription-n-home-links {
position: relative;
height: 108px
}
.footer-section .subscription-n-home-links .bg-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0
}
.footer-section .subscription-n-home-links .bg-wrapper>div {
width: 50%;
height: 100%
}
.footer-section .subscription-n-home-links .bg-wrapper>div:first-child {
background-color: #424242
}
.footer-section .subscription-n-home-links .bg-wrapper>div:nth-child(2) {
background-color: #5d5e5e
}
.footer-section .subscription-n-home-links .content-wrapper {
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
max-width: 1300px;
margin-left: auto;
margin-right: auto;
z-index: 1;
height: 100%
}
.footer-section .subscription-n-home-links .news-letter {
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
align-items: center;
color: #fff;
background: #424242;
width: 26.5%
}
.footer-section .subscription-n-home-links .chancellor-letter {
display: -webkit-box;
display: flex;
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
align-items: center;
color: #fff;
background: #5d5e5e;
width: 26.5%
}
.footer-section .subscription-n-home-links .chancellor-letter,
.footer-section .subscription-n-home-links .news-letter {
padding: 1rem
}
.footer-section .subscription-n-home-links .chancellor-letter:hover,
.footer-section .subscription-n-home-links .news-letter:hover {
color: #b2bb1e
}
.footer-section .subscription-n-home-links .chancellor-letter:hover svg,
.footer-section .subscription-n-home-links .news-letter:hover svg {
stroke: #b2bb1e
}
.footer-section .subscription-n-home-links .link-name {
font-size: 1.5rem;
font-weight: 400;
line-height: 1.2
}
.footer-section .subscription-n-home-links .link-desc {
font-size: 1.375rem;
max-width: 220px;
line-height: 1
}
.footer-section .subscription-n-home-links .home-links {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
width: 47%;
max-width: 610px
}
.footer-section .subscription-n-home-links .home-links .home-link {
width: 50%;
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
align-items: flex-start;
color: #006664;
font-size: 39px;
font-weight: 700;
line-height: .7;
text-transform: uppercase;
overflow: visible;
-webkit-clip-path: polygon(0 -50%, 100% -50%, 100% 100%, 0 100%);
clip-path: polygon(0 -50%, 100% -50%, 100% 100%, 0 100%)
}
.footer-section .subscription-n-home-links .home-links .home-link::before {
content: "";
position: absolute;
height: 150%;
z-index: 1;
left: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: bottom left;
background-size: contain;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out
}
.footer-section .subscription-n-home-links .home-links .home-link .bg-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
overflow: hidden
}
.footer-section .subscription-n-home-links .home-links .home-link .bg-wrapper>div {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out
}
.footer-section .subscription-n-home-links .home-links .home-link:hover:before {
-webkit-transform: scale(1.2);
transform: scale(1.2)
}
.footer-section .subscription-n-home-links .home-links .home-link:hover .bg-wrapper>div {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
.footer-section .subscription-n-home-links .home-links .home-link.community-link::before {
width: 47%
}
.footer-section .subscription-n-home-links .home-links .home-link.community-link.no-webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn1.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.community-link.no-webp::before {
background-image: url(../images/common/intro_student1.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.community-link.webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn1_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.community-link.webp::before {
background-image: url(../images/common/intro_student1_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.newcomer-link::before {
width: 47.54%
}
.footer-section .subscription-n-home-links .home-links .home-link.newcomer-link.no-webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn2.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.newcomer-link.no-webp::before {
background-image: url(../images/common/intro_student2.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.newcomer-link.webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn2_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.newcomer-link.webp::before {
background-image: url(../images/common/intro_student2_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.partner-link::before {
width: 40%
}
.footer-section .subscription-n-home-links .home-links .home-link.partner-link.no-webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn3.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.partner-link.no-webp::before {
background-image: url(../images/common/intro_student2.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.partner-link.webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn3_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.partner-link.webp::before {
background-image: url(../images/common/intro_student3_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.disabled {
display: none
}
.footer-section .subscription-n-home-links .home-links .home-link .text-link {
position: relative;
padding: 15px 30px;
z-index: 1
}
.footer-section .subscription-n-home-links .home-links .home-link .text-link>span {
display: block;
text-align: center
}
.footer-section .fin {
background-color: #72242b
}
.footer-section .fin .content-wrapper {
max-width: 1300px;
margin-left: auto;
margin-right: auto;
padding-bottom: 0;
padding-top: 0
}
.footer-section .fin .content-wrapper .ku-logo {
width: 200px;
height: 98px;
background: center/contain no-repeat url(../images/common/footer_logo.svg);
-webkit-box-flex: 0;
flex: 0 0 auto
}
.footer-section .fin .content-wrapper .link-content {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between
}
.footer-section .fin .content-wrapper .contact-info {
padding-top: .625rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
font-size: 1.25rem;
font-weight: 400;
text-align: left;
width: 70%
}
.footer-section .fin .content-wrapper .contact-info .tel-num {
display: inline
}
.footer-section .fin .content-wrapper .social-section {
padding-top: .625rem
}
.footer-section .fin .content-wrapper .social-section .social-button-small:hover i {
color: #fff
}
.footer-section .fin .content-wrapper .ku-license {
padding-top: .625rem;
font-size: 1rem;
text-align: left
}
.footer-section .fin .content-wrapper .web-usage-policy {
padding-top: .625rem;
font-size: 1rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
margin-top: 0
}
.footer-section .fin .content-wrapper .web-usage-policy li {
margin-right: 0
}
.footer-section .fin .content-wrapper .web-usage-policy a {
color: #fff
}
.footer-section .fin .content-wrapper .web-usage-policy a:hover {
color: #b2bb1e
}
.footer-section .fin .content-wrapper .contact-admin a {
color: #222221
}
.footer-section .fin .content-wrapper .contact-admin a:hover {
color: #b2bb1e
}
.footer-section .fin .content-wrapper .copy-right {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
font-size: 1.5rem;
margin-top: 1rem
}
.footer-section .fin a {
text-decoration: none
}
@media (max-width:68.75rem) {
.footer-section .info-links {
background-size: auto 2.5rem
}
.footer-section .info-links nav {
max-width: 600px
}
.footer-section .info-links nav>div {
width: 50%
}
.footer-section .subscription-n-home-links {
height: unset
}
.footer-section .subscription-n-home-links .bg-wrapper div {
background-color: #ebebeb!important
}
.footer-section .subscription-n-home-links .content-wrapper {
max-width: 38.75rem;
flex-wrap: wrap;
padding: 0 10px 10px 10px
}
.footer-section .subscription-n-home-links .content-wrapper .news-letter {
-webkit-box-pack: center;
justify-content: center;
width: calc(50% - (10px / 2));
margin-right: 5px;
-webkit-box-ordinal-group: 3;
order: 2;
height: 6.625rem;
background: -webkit-gradient(linear, left top, right top, from(#424242), to(#656666));
background: linear-gradient(90deg, #424242, #656666)
}
.footer-section .subscription-n-home-links .content-wrapper .home-links {
max-width: unset;
width: 100%;
-webkit-box-ordinal-group: 2;
order: 1;
padding-bottom: 10px
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .home-link {
overflow: hidden;
height: 6.625rem
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:before {
bottom: -21%
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:first-child {
margin-right: 10px
}
.footer-section .subscription-n-home-links .content-wrapper .chancellor-letter {
-webkit-box-pack: center;
justify-content: center;
width: calc(50% - (10px / 2));
margin-left: 5px;
-webkit-box-ordinal-group: 4;
order: 3;
height: 6.625rem;
background: -webkit-gradient(linear, left top, right top, from(#424242), to(#656666));
background: linear-gradient(90deg, #424242, #656666)
}
.footer-section .subscription-n-home-links .content-wrapper .chancellor-letter>div {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
width: 51px
}
.footer-section .subscription-n-home-links .content-wrapper .chancellor-letter .link-name {
min-width: 13.75rem
}
.footer-section .fin {
background-color: #006664
}
.footer-section .fin .content-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
padding-bottom: 1.875rem;
padding-top: 1.875rem
}
.footer-section .fin .content-wrapper .ku-logo {
width: 100px;
background-image: url(../images/common/footer_logo.svg);
background-size: cover;
background-position: left;
background-repeat: no-repeat
}
.footer-section .fin .content-wrapper .link-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center
}
.footer-section .fin .content-wrapper .contact-info {
width: 100%;
text-align: center;
-webkit-box-ordinal-group: 2;
order: 1;
padding-top: 1rem
}
.footer-section .fin .content-wrapper .social-section {
-webkit-box-ordinal-group: 5;
order: 4;
padding-top: .5rem
}
.footer-section .fin .content-wrapper .web-usage-policy {
-webkit-box-ordinal-group: 3;
order: 2;
padding-top: .65rem
}
.footer-section .fin .content-wrapper .web-usage-policy li {
margin-right: 1rem
}
.footer-section .fin .content-wrapper .ku-license {
-webkit-box-ordinal-group: 4;
order: 3;
padding-top: 0;
text-align: center
}
}
@media (max-width:37.5rem) {
.footer-section .subscription-n-home-links {
height: unset
}
.footer-section .subscription-n-home-links .content-wrapper {
max-width: 100%
}
.footer-section .subscription-n-home-links .content-wrapper .news-letter {
width: 100%;
height: 32.77vw;
margin-right: 0;
margin-bottom: 10px
}
.footer-section .subscription-n-home-links .content-wrapper .home-links {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
width: 100%
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .home-link {
width: 100%;
height: 32.77vw
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:first-child {
margin-right: 0;
margin-bottom: 10px
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .text-link {
padding: 4.16vw 8.3vw;
font-size: 10.83vw
}
.footer-section .subscription-n-home-links .content-wrapper .chancellor-letter {
width: 100%;
height: 32.77vw;
margin-left: 0
}
.footer-section .fin .content-wrapper .contact-info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column
}
.footer-section .fin .content-wrapper .contact-info .tel-num {
display: block;
text-align: center
}
.footer-section .fin .content-wrapper .web-usage-policy {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center
}
}
@media (max-width:22.5rem) {
.footer-section .subscription-n-home-links .content-wrapper .chancellor-letter .link-name {
min-width: unset
}
}
@media (max-width:81.25rem) {
html.ku-fz-lg .footer-section .info-links {
background-size: auto 2.5rem
}
html.ku-fz-lg .footer-section .info-links nav {
max-width: 600px
}
html.ku-fz-lg .footer-section .info-links nav>div {
width: 50%
}
html.ku-fz-lg .footer-section .subscription-n-home-links {
height: unset
}
html.ku-fz-lg .footer-section .subscription-n-home-links .bg-wrapper div {
background-color: #ebebeb!important
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper {
max-width: 38.75rem;
flex-wrap: wrap;
padding: 0 10px 10px 10px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .news-letter {
-webkit-box-pack: center;
justify-content: center;
width: calc(50% - (10px / 2));
margin-right: 5px;
-webkit-box-ordinal-group: 3;
order: 2;
height: 6.625rem;
background: -webkit-gradient(linear, left top, right top, from(#424242), to(#656666));
background: linear-gradient(90deg, #424242, #656666)
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links {
max-width: unset;
width: 100%;
-webkit-box-ordinal-group: 2;
order: 1;
padding-bottom: 10px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .home-link {
overflow: hidden;
height: 6.625rem
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:before {
bottom: -21%
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:first-child {
margin-right: 10px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .chancellor-letter {
-webkit-box-pack: center;
justify-content: center;
width: calc(50% - (10px / 2));
margin-left: 5px;
-webkit-box-ordinal-group: 4;
order: 3;
height: 6.625rem;
background: -webkit-gradient(linear, left top, right top, from(#424242), to(#656666));
background: linear-gradient(90deg, #424242, #656666)
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .chancellor-letter>div {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
width: 51px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .chancellor-letter .link-name {
min-width: 13.75rem
}
html.ku-fz-lg .footer-section .fin {
background-color: #006664
}
html.ku-fz-lg .footer-section .fin .content-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
padding-bottom: 1.875rem;
padding-top: 1.875rem
}
html.ku-fz-lg .footer-section .fin .content-wrapper .ku-logo {
width: 100px;
background-image: url(../images/common/footer_logo.svg);
background-size: cover;
background-position: left;
background-repeat: no-repeat
}
html.ku-fz-lg .footer-section .fin .content-wrapper .link-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center
}
html.ku-fz-lg .footer-section .fin .content-wrapper .contact-info {
width: 100%;
text-align: center;
-webkit-box-ordinal-group: 2;
order: 1;
padding-top: 1rem
}
html.ku-fz-lg .footer-section .fin .content-wrapper .social-section {
-webkit-box-ordinal-group: 5;
order: 4;
padding-top: .5rem
}
html.ku-fz-lg .footer-section .fin .content-wrapper .web-usage-policy {
-webkit-box-ordinal-group: 3;
order: 2;
padding-top: .65rem
}
html.ku-fz-lg .footer-section .fin .content-wrapper .web-usage-policy li {
margin-right: 1rem
}
html.ku-fz-lg .footer-section .fin .content-wrapper .ku-license {
-webkit-box-ordinal-group: 4;
order: 3;
padding-top: 0;
text-align: center
}
}
@media (max-width:50rem) {
html.ku-fz-lg .footer-section .subscription-n-home-links {
height: unset
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper {
max-width: 100%
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .news-letter {
width: 100%;
height: 32.77vw;
margin-right: 0;
margin-bottom: 10px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
width: 100%
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .home-link {
width: 100%;
height: 32.77vw
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:first-child {
margin-right: 0;
margin-bottom: 10px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .text-link {
padding: 4.16vw 8.3vw;
font-size: 10.83vw
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .chancellor-letter {
width: 100%;
height: 32.77vw;
margin-left: 0
}
html.ku-fz-lg .footer-section .fin .content-wrapper .contact-info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column
}
html.ku-fz-lg .footer-section .fin .content-wrapper .contact-info .tel-num {
display: block;
text-align: center
}
html.ku-fz-lg .footer-section .fin .content-wrapper .web-usage-policy {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center
}
}
body.ku-theme-2 .footer-section .subscription-n-home-links .bg-wrapper>div:first-child {
background-color: #b1bb1c
}
body.ku-theme-2 .footer-section .subscription-n-home-links .bg-wrapper>div:nth-child(2) {
background-color: #016b67
}
body.ku-theme-2 .footer-section .subscription-n-home-links .news-letter {
background-color: #b1bb1c
}
body.ku-theme-2 .footer-section .subscription-n-home-links .chancellor-letter {
background-color: #016b67
}
body.ku-theme-2 .footer-section .fin {
background-color: #222
}
body.ku-theme-2 .footer-section .fin .content-wrapper .ku-logo {
background-image: url(../images/common/footer_logo_alt.svg)
}
body.ku-theme-2 .footer-section .fin .social-button-small::before {
background-color: #b2bb1e
}
@media (max-width:68.75rem) {
body.ku-theme-2 .footer-section .subscription-n-home-links .news-letter {
background: #b1bb1c
}
body.ku-theme-2 .footer-section .subscription-n-home-links .chancellor-letter {
background: #016b67
}
} | public/assets/css/footer.css | @charset "UTF-8";
.footer-section .info-links ul a {
position: relative;
text-decoration: none
}
.footer-section .info-links ul a::after,
.footer-section .info-links ul a::before {
position: absolute;
display: inline-block;
opacity: 0;
-webkit-transition: opacity .2s, -webkit-transform .3s;
transition: opacity .2s, -webkit-transform .3s;
transition: transform .3s, opacity .2s;
transition: transform .3s, opacity .2s, -webkit-transform .3s
}
.footer-section .info-links ul a::before {
margin-right: .35rem;
content: "[";
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
.footer-section .info-links ul a::after {
margin-left: .35rem;
content: "]";
-webkit-transform: translateX(-20px);
transform: translateX(-20px)
}
.footer-section .info-links ul a:hover {
color: #b2bb1e;
outline: 0
}
.footer-section .info-links ul a:hover::before {
opacity: 1;
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
.footer-section .info-links ul a:hover::after {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
.footer-section .h-5px {
height: 5px
}
.footer-section div.icon-link {
width: 100%;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem
}
.footer-section div.icon-link a {
text-decoration: none
}
.footer-section div.icon-link .swiper-wrapper-center {
-webkit-box-pack: center;
justify-content: center;
margin: 0 auto
}
.footer-section div.icon-link .swiper-footer-icon-link {
height: 90px;
width: 100%
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-menu-name>span:first-child {
font-size: 1.5rem!important;
font-weight: 500;
font-style: normal;
line-height: .9
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-menu-name>span:nth-child(2) {
font-size: 1.25rem!important;
font-weight: 300;
font-style: normal;
line-height: 1
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-podium svg {
width: 62px;
height: 78px
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-hat svg {
width: 80px;
height: 67px
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-mouse svg {
width: 76px;
height: 78px
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-earth svg {
width: 72px;
height: 73px
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-book svg {
width: 60px;
height: 68px
}
.footer-section div.icon-link .swiper-footer-icon-link .icon-chain svg {
width: 60px;
height: 68px
}
.footer-section div.icon-link .swiper-footer-icon-link-next,
.footer-section div.icon-link .swiper-footer-icon-link-prev {
opacity: 1;
-webkit-transition: opacity .3s;
transition: opacity .3s;
cursor: pointer
}
.footer-section div.icon-link .swiper-footer-icon-link-next.swiper-button-disabled,
.footer-section div.icon-link .swiper-footer-icon-link-prev.swiper-button-disabled {
opacity: 0
}
.footer-section div.icon-link div.menu {
width: 208px
}
.footer-section div.icon-link div.menu a {
height: 100%;
padding: 1em
}
.footer-section .info-links {
color: #0f1314;
font-size: 1.25rem;
font-weight: 300;
position: relative;
z-index: 2;
background: center bottom/auto 25% repeat-x url(../images/common/footer_bg.png)
}
.footer-section .info-links .link-group {
font-size: 1.4rem;
font-weight: 500;
line-height: 1.5;
padding-left: 1rem;
margin-left: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.footer-section .info-links ul a:hover {
color: #72242B
}
.footer-section .info-links nav {
max-width: 1300px;
padding: 3rem 0 1rem 0
}
.footer-section .info-links nav>div {
width: 25%;
display: block;
margin-bottom: 1rem;
padding-left: 1rem
}
.footer-section .info-links nav>div.col2 {
width: 50%
}
.footer-section .info-links nav .bullet::before {
content: "•";
display: inline-block;
color: #006664;
font-weight: 700;
width: 1em;
margin-left: -1em;
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
.footer-section .info-links nav .tel-wrapper {
font-size: 1.5rem
}
.footer-section .info-links nav .tel-wrapper .tel-no {
margin-left: .75rem;
color: #006664;
font-size: 1.125em;
font-weight: 700
}
.footer-section .info-links nav .more-list-btn {
cursor: pointer
}
.footer-section .info-links nav .more-list-btn .fas {
font-size: .6rem;
color: #006664;
-webkit-transform: rotateZ(0);
transform: rotateZ(0);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.footer-section .info-links nav .more-list-btn:hover {
color: #b2bb1e
}
.footer-section .info-links nav .more-list-btn:hover .fas {
color: #b2bb1e
}
.footer-section .info-links nav .more-list-btn.show .fas {
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg)
}
.footer-section .info-links nav.accordion-version {
padding: 1rem 1rem 3rem 1rem
}
.footer-section .info-links nav.accordion-version>div {
width: 100%;
padding-left: 0;
margin-bottom: 0
}
.footer-section .info-links nav.accordion-version>div .link-group {
display: block;
border-bottom: 1px solid #dfdfdf;
line-height: 2.5rem;
padding-left: 0;
margin-left: 1rem
}
.footer-section .info-links nav.accordion-version>div .link-group:after {
left: -1rem
}
.footer-section .info-links nav.accordion-version>div .link-group:before {
content: "";
display: inline-block;
position: absolute;
right: 6px;
font-weight: 700;
font-size: .6rem;
font-family: "Font Awesome 5 Free";
top: 50%;
-webkit-transform: translateY(-50%) rotateZ(180deg);
transform: translateY(-50%) rotateZ(180deg);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s
}
.footer-section .info-links nav.accordion-version>div .link-group.collapsed:before {
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.footer-section .info-links nav.accordion-version ul {
margin-bottom: 0;
padding-top: .5rem;
padding-bottom: .5rem
}
.footer-section .info-links nav.accordion-version ul li a {
line-height: 1.8rem
}
.footer-section .info-links li {
line-height: 1.3rem;
margin-left: 1rem;
margin-top: 0;
margin-bottom: 0
}
.footer-section .info-links .contact-address {
margin-top: .75rem;
margin-left: .75rem
}
.footer-section .subscription-n-home-links {
position: relative;
height: 108px
}
.footer-section .subscription-n-home-links .bg-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0
}
.footer-section .subscription-n-home-links .bg-wrapper>div {
width: 50%;
height: 100%
}
.footer-section .subscription-n-home-links .bg-wrapper>div:first-child {
background-color: #424242
}
.footer-section .subscription-n-home-links .bg-wrapper>div:nth-child(2) {
background-color: #5d5e5e
}
.footer-section .subscription-n-home-links .content-wrapper {
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
max-width: 1300px;
margin-left: auto;
margin-right: auto;
z-index: 1;
height: 100%
}
.footer-section .subscription-n-home-links .news-letter {
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
align-items: center;
color: #fff;
background: #424242;
width: 26.5%
}
.footer-section .subscription-n-home-links .chancellor-letter {
display: -webkit-box;
display: flex;
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
align-items: center;
color: #fff;
background: #5d5e5e;
width: 26.5%
}
.footer-section .subscription-n-home-links .chancellor-letter,
.footer-section .subscription-n-home-links .news-letter {
padding: 1rem
}
.footer-section .subscription-n-home-links .chancellor-letter:hover,
.footer-section .subscription-n-home-links .news-letter:hover {
color: #b2bb1e
}
.footer-section .subscription-n-home-links .chancellor-letter:hover svg,
.footer-section .subscription-n-home-links .news-letter:hover svg {
stroke: #b2bb1e
}
.footer-section .subscription-n-home-links .link-name {
font-size: 1.5rem;
font-weight: 400;
line-height: 1.2
}
.footer-section .subscription-n-home-links .link-desc {
font-size: 1.375rem;
max-width: 220px;
line-height: 1
}
.footer-section .subscription-n-home-links .home-links {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
width: 47%;
max-width: 610px
}
.footer-section .subscription-n-home-links .home-links .home-link {
width: 50%;
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
align-items: flex-start;
color: #006664;
font-size: 39px;
font-weight: 700;
line-height: .7;
text-transform: uppercase;
overflow: visible;
-webkit-clip-path: polygon(0 -50%, 100% -50%, 100% 100%, 0 100%);
clip-path: polygon(0 -50%, 100% -50%, 100% 100%, 0 100%)
}
.footer-section .subscription-n-home-links .home-links .home-link::before {
content: "";
position: absolute;
height: 150%;
z-index: 1;
left: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: bottom left;
background-size: contain;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out
}
.footer-section .subscription-n-home-links .home-links .home-link .bg-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
overflow: hidden
}
.footer-section .subscription-n-home-links .home-links .home-link .bg-wrapper>div {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out
}
.footer-section .subscription-n-home-links .home-links .home-link:hover:before {
-webkit-transform: scale(1.2);
transform: scale(1.2)
}
.footer-section .subscription-n-home-links .home-links .home-link:hover .bg-wrapper>div {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
.footer-section .subscription-n-home-links .home-links .home-link.community-link::before {
width: 47%
}
.footer-section .subscription-n-home-links .home-links .home-link.community-link.no-webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn1.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.community-link.no-webp::before {
background-image: url(../images/common/intro_student1.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.community-link.webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn1_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.community-link.webp::before {
background-image: url(../images/common/intro_student1_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.newcomer-link::before {
width: 47.54%
}
.footer-section .subscription-n-home-links .home-links .home-link.newcomer-link.no-webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn2.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.newcomer-link.no-webp::before {
background-image: url(../images/common/intro_student2.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.newcomer-link.webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn2_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.newcomer-link.webp::before {
background-image: url(../images/common/intro_student2_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.partner-link::before {
width: 40%
}
.footer-section .subscription-n-home-links .home-links .home-link.partner-link.no-webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn3.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.partner-link.no-webp::before {
background-image: url(../images/common/intro_student2.png)
}
.footer-section .subscription-n-home-links .home-links .home-link.partner-link.webp .bg-wrapper>div {
background-image: url(../images/common/intro_btn3_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.partner-link.webp::before {
background-image: url(../images/common/intro_student3_95.webp)
}
.footer-section .subscription-n-home-links .home-links .home-link.disabled {
display: none
}
.footer-section .subscription-n-home-links .home-links .home-link .text-link {
position: relative;
padding: 15px 30px;
z-index: 1
}
.footer-section .subscription-n-home-links .home-links .home-link .text-link>span {
display: block;
text-align: center
}
.footer-section .fin {
background-color: #72242b
}
.footer-section .fin .content-wrapper {
max-width: 1300px;
margin-left: auto;
margin-right: auto;
padding-bottom: 0;
padding-top: 0
}
.footer-section .fin .content-wrapper .ku-logo {
width: 200px;
height: 98px;
background: center/contain no-repeat url(../images/common/footer_logo.svg);
-webkit-box-flex: 0;
flex: 0 0 auto
}
.footer-section .fin .content-wrapper .link-content {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between
}
.footer-section .fin .content-wrapper .contact-info {
padding-top: .625rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
font-size: 1.25rem;
font-weight: 400;
text-align: left;
width: 70%
}
.footer-section .fin .content-wrapper .contact-info .tel-num {
display: inline
}
.footer-section .fin .content-wrapper .social-section {
padding-top: .625rem
}
.footer-section .fin .content-wrapper .social-section .social-button-small:hover i {
color: #fff
}
.footer-section .fin .content-wrapper .ku-license {
padding-top: .625rem;
font-size: 1rem;
text-align: left
}
.footer-section .fin .content-wrapper .web-usage-policy {
padding-top: .625rem;
font-size: 1rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
margin-top: 0
}
.footer-section .fin .content-wrapper .web-usage-policy li {
margin-right: 0
}
.footer-section .fin .content-wrapper .web-usage-policy a {
color: #fff
}
.footer-section .fin .content-wrapper .web-usage-policy a:hover {
color: #b2bb1e
}
.footer-section .fin .content-wrapper .contact-admin a {
color: #222221
}
.footer-section .fin .content-wrapper .contact-admin a:hover {
color: #b2bb1e
}
.footer-section .fin .content-wrapper .copy-right {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
font-size: 1.5rem;
margin-top: 1rem
}
.footer-section .fin a {
text-decoration: none
}
@media (max-width:68.75rem) {
.footer-section .info-links {
background-size: auto 2.5rem
}
.footer-section .info-links nav {
max-width: 600px
}
.footer-section .info-links nav>div {
width: 50%
}
.footer-section .subscription-n-home-links {
height: unset
}
.footer-section .subscription-n-home-links .bg-wrapper div {
background-color: #ebebeb!important
}
.footer-section .subscription-n-home-links .content-wrapper {
max-width: 38.75rem;
flex-wrap: wrap;
padding: 0 10px 10px 10px
}
.footer-section .subscription-n-home-links .content-wrapper .news-letter {
-webkit-box-pack: center;
justify-content: center;
width: calc(50% - (10px / 2));
margin-right: 5px;
-webkit-box-ordinal-group: 3;
order: 2;
height: 6.625rem;
background: -webkit-gradient(linear, left top, right top, from(#424242), to(#656666));
background: linear-gradient(90deg, #424242, #656666)
}
.footer-section .subscription-n-home-links .content-wrapper .home-links {
max-width: unset;
width: 100%;
-webkit-box-ordinal-group: 2;
order: 1;
padding-bottom: 10px
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .home-link {
overflow: hidden;
height: 6.625rem
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:before {
bottom: -21%
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:first-child {
margin-right: 10px
}
.footer-section .subscription-n-home-links .content-wrapper .chancellor-letter {
-webkit-box-pack: center;
justify-content: center;
width: calc(50% - (10px / 2));
margin-left: 5px;
-webkit-box-ordinal-group: 4;
order: 3;
height: 6.625rem;
background: -webkit-gradient(linear, left top, right top, from(#424242), to(#656666));
background: linear-gradient(90deg, #424242, #656666)
}
.footer-section .subscription-n-home-links .content-wrapper .chancellor-letter>div {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
width: 51px
}
.footer-section .subscription-n-home-links .content-wrapper .chancellor-letter .link-name {
min-width: 13.75rem
}
.footer-section .fin {
background-color: #006664
}
.footer-section .fin .content-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
padding-bottom: 1.875rem;
padding-top: 1.875rem
}
.footer-section .fin .content-wrapper .ku-logo {
width: 100px;
background-image: url(../images/common/footer_logo.svg);
background-size: cover;
background-position: left;
background-repeat: no-repeat
}
.footer-section .fin .content-wrapper .link-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center
}
.footer-section .fin .content-wrapper .contact-info {
width: 100%;
text-align: center;
-webkit-box-ordinal-group: 2;
order: 1;
padding-top: 1rem
}
.footer-section .fin .content-wrapper .social-section {
-webkit-box-ordinal-group: 5;
order: 4;
padding-top: .5rem
}
.footer-section .fin .content-wrapper .web-usage-policy {
-webkit-box-ordinal-group: 3;
order: 2;
padding-top: .65rem
}
.footer-section .fin .content-wrapper .web-usage-policy li {
margin-right: 1rem
}
.footer-section .fin .content-wrapper .ku-license {
-webkit-box-ordinal-group: 4;
order: 3;
padding-top: 0;
text-align: center
}
}
@media (max-width:37.5rem) {
.footer-section .subscription-n-home-links {
height: unset
}
.footer-section .subscription-n-home-links .content-wrapper {
max-width: 100%
}
.footer-section .subscription-n-home-links .content-wrapper .news-letter {
width: 100%;
height: 32.77vw;
margin-right: 0;
margin-bottom: 10px
}
.footer-section .subscription-n-home-links .content-wrapper .home-links {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
width: 100%
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .home-link {
width: 100%;
height: 32.77vw
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:first-child {
margin-right: 0;
margin-bottom: 10px
}
.footer-section .subscription-n-home-links .content-wrapper .home-links .text-link {
padding: 4.16vw 8.3vw;
font-size: 10.83vw
}
.footer-section .subscription-n-home-links .content-wrapper .chancellor-letter {
width: 100%;
height: 32.77vw;
margin-left: 0
}
.footer-section .fin .content-wrapper .contact-info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column
}
.footer-section .fin .content-wrapper .contact-info .tel-num {
display: block;
text-align: center
}
.footer-section .fin .content-wrapper .web-usage-policy {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center
}
}
@media (max-width:22.5rem) {
.footer-section .subscription-n-home-links .content-wrapper .chancellor-letter .link-name {
min-width: unset
}
}
@media (max-width:81.25rem) {
html.ku-fz-lg .footer-section .info-links {
background-size: auto 2.5rem
}
html.ku-fz-lg .footer-section .info-links nav {
max-width: 600px
}
html.ku-fz-lg .footer-section .info-links nav>div {
width: 50%
}
html.ku-fz-lg .footer-section .subscription-n-home-links {
height: unset
}
html.ku-fz-lg .footer-section .subscription-n-home-links .bg-wrapper div {
background-color: #ebebeb!important
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper {
max-width: 38.75rem;
flex-wrap: wrap;
padding: 0 10px 10px 10px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .news-letter {
-webkit-box-pack: center;
justify-content: center;
width: calc(50% - (10px / 2));
margin-right: 5px;
-webkit-box-ordinal-group: 3;
order: 2;
height: 6.625rem;
background: -webkit-gradient(linear, left top, right top, from(#424242), to(#656666));
background: linear-gradient(90deg, #424242, #656666)
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links {
max-width: unset;
width: 100%;
-webkit-box-ordinal-group: 2;
order: 1;
padding-bottom: 10px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .home-link {
overflow: hidden;
height: 6.625rem
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:before {
bottom: -21%
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:first-child {
margin-right: 10px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .chancellor-letter {
-webkit-box-pack: center;
justify-content: center;
width: calc(50% - (10px / 2));
margin-left: 5px;
-webkit-box-ordinal-group: 4;
order: 3;
height: 6.625rem;
background: -webkit-gradient(linear, left top, right top, from(#424242), to(#656666));
background: linear-gradient(90deg, #424242, #656666)
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .chancellor-letter>div {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
width: 51px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .chancellor-letter .link-name {
min-width: 13.75rem
}
html.ku-fz-lg .footer-section .fin {
background-color: #006664
}
html.ku-fz-lg .footer-section .fin .content-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
padding-bottom: 1.875rem;
padding-top: 1.875rem
}
html.ku-fz-lg .footer-section .fin .content-wrapper .ku-logo {
width: 100px;
background-image: url(../images/common/footer_logo.svg);
background-size: cover;
background-position: left;
background-repeat: no-repeat
}
html.ku-fz-lg .footer-section .fin .content-wrapper .link-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center
}
html.ku-fz-lg .footer-section .fin .content-wrapper .contact-info {
width: 100%;
text-align: center;
-webkit-box-ordinal-group: 2;
order: 1;
padding-top: 1rem
}
html.ku-fz-lg .footer-section .fin .content-wrapper .social-section {
-webkit-box-ordinal-group: 5;
order: 4;
padding-top: .5rem
}
html.ku-fz-lg .footer-section .fin .content-wrapper .web-usage-policy {
-webkit-box-ordinal-group: 3;
order: 2;
padding-top: .65rem
}
html.ku-fz-lg .footer-section .fin .content-wrapper .web-usage-policy li {
margin-right: 1rem
}
html.ku-fz-lg .footer-section .fin .content-wrapper .ku-license {
-webkit-box-ordinal-group: 4;
order: 3;
padding-top: 0;
text-align: center
}
}
@media (max-width:50rem) {
html.ku-fz-lg .footer-section .subscription-n-home-links {
height: unset
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper {
max-width: 100%
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .news-letter {
width: 100%;
height: 32.77vw;
margin-right: 0;
margin-bottom: 10px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
width: 100%
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .home-link {
width: 100%;
height: 32.77vw
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .home-link:first-child {
margin-right: 0;
margin-bottom: 10px
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .home-links .text-link {
padding: 4.16vw 8.3vw;
font-size: 10.83vw
}
html.ku-fz-lg .footer-section .subscription-n-home-links .content-wrapper .chancellor-letter {
width: 100%;
height: 32.77vw;
margin-left: 0
}
html.ku-fz-lg .footer-section .fin .content-wrapper .contact-info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column
}
html.ku-fz-lg .footer-section .fin .content-wrapper .contact-info .tel-num {
display: block;
text-align: center
}
html.ku-fz-lg .footer-section .fin .content-wrapper .web-usage-policy {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center
}
}
body.ku-theme-2 .footer-section .subscription-n-home-links .bg-wrapper>div:first-child {
background-color: #b1bb1c
}
body.ku-theme-2 .footer-section .subscription-n-home-links .bg-wrapper>div:nth-child(2) {
background-color: #016b67
}
body.ku-theme-2 .footer-section .subscription-n-home-links .news-letter {
background-color: #b1bb1c
}
body.ku-theme-2 .footer-section .subscription-n-home-links .chancellor-letter {
background-color: #016b67
}
body.ku-theme-2 .footer-section .fin {
background-color: #222
}
body.ku-theme-2 .footer-section .fin .content-wrapper .ku-logo {
background-image: url(../images/common/footer_logo_alt.svg)
}
body.ku-theme-2 .footer-section .fin .social-button-small::before {
background-color: #b2bb1e
}
@media (max-width:68.75rem) {
body.ku-theme-2 .footer-section .subscription-n-home-links .news-letter {
background: #b1bb1c
}
body.ku-theme-2 .footer-section .subscription-n-home-links .chancellor-letter {
background: #016b67
}
} | 0.382487 | 0.048428 |
@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css');
@import url('https://cdn.jsdelivr.net/gh/devicons/devicon@v2.8.0/devicon.min.css');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import "../animation.css";
@import "../styles.css";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Navbar links */
#navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px;
text-decoration: none;
}
.sticky-nav {
position: fixed;
top: 0;
width: 100%;
}
/* Page content */
.content {
padding: 16px;
}
.sticky-nav+.content {
padding-top: 60px;
}
.nav1 {
/* background: transparent; */
background: #000;
height: 100px;
color: #fff;
}
.nav2 {
background: rgb(65, 0, 170);
height: 100px;
color: #f2f2f2;
}
.contenedor-nav {
display: flex;
margin: auto;
width: 85%;
justify-content: space-between;
align-items: center;
max-width: 1000px;
height: inherit;
overflow: hidden;
}
.logo,
.logo img {
height: 140px;
}
.main-text {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
color: #fff;
overflow: hidden;
text-align: center;
}
.main-text>h1 {
font-size: 80px;
font-weight: 350;
font-family: 'open-sans';
font-size: 70px;
color: #FFF;
text-shadow: -2px 2px #000;
}
.main-text>h2 {
font-size: 65px;
font-weight: 350;
font-family: 'Cookie', cursive;
font-size: 35px;
color: #FFF;
text-shadow: -2px 2px #000;
}
.green {
color: #9ec63b;
}
.white {
color: #FFF;
}
.border_rad_10 {
border-radius: 10px;
}
.container {
font-size: small;
}
/* CHECK */
@keyframes zoom {
from {
transform: scale(0)
}
to {
transform: scale(1)
}
}
@media only screen and (max-width: 700px) {
.modal-content {
width: 80%;
}
} | GameRoom/src/app/app.component.css | @import url('https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css');
@import url('https://cdn.jsdelivr.net/gh/devicons/devicon@v2.8.0/devicon.min.css');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import "../animation.css";
@import "../styles.css";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Navbar links */
#navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px;
text-decoration: none;
}
.sticky-nav {
position: fixed;
top: 0;
width: 100%;
}
/* Page content */
.content {
padding: 16px;
}
.sticky-nav+.content {
padding-top: 60px;
}
.nav1 {
/* background: transparent; */
background: #000;
height: 100px;
color: #fff;
}
.nav2 {
background: rgb(65, 0, 170);
height: 100px;
color: #f2f2f2;
}
.contenedor-nav {
display: flex;
margin: auto;
width: 85%;
justify-content: space-between;
align-items: center;
max-width: 1000px;
height: inherit;
overflow: hidden;
}
.logo,
.logo img {
height: 140px;
}
.main-text {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
color: #fff;
overflow: hidden;
text-align: center;
}
.main-text>h1 {
font-size: 80px;
font-weight: 350;
font-family: 'open-sans';
font-size: 70px;
color: #FFF;
text-shadow: -2px 2px #000;
}
.main-text>h2 {
font-size: 65px;
font-weight: 350;
font-family: 'Cookie', cursive;
font-size: 35px;
color: #FFF;
text-shadow: -2px 2px #000;
}
.green {
color: #9ec63b;
}
.white {
color: #FFF;
}
.border_rad_10 {
border-radius: 10px;
}
.container {
font-size: small;
}
/* CHECK */
@keyframes zoom {
from {
transform: scale(0)
}
to {
transform: scale(1)
}
}
@media only screen and (max-width: 700px) {
.modal-content {
width: 80%;
}
} | 0.456168 | 0.069922 |
@media screen and (min-width: 480px) and (max-width: 767px) {
.header-hint {
display: none;
}
.header-img {
margin-top:0;
}
.hint--small {
display: block;
margin: 50px auto 0;
}
.header-sl-logo-img {
display: block;
margin: 0 auto;
padding: 0;
}
.header-text {
width: 90%;
}
.container__sales {
height:750px;
}
.sales__loser {
float: none;
width: 90%;
max-width: 500px;
height: 360px;
}
.success-blink {
width: 80px;
margin: 0 0 0 81%;
}
.sales__loser-img {
margin: 0 0;
}
.sales__loser-text {
float: right;
margin: -150px -80px 0 0;
}
.sales__winner {
float: none;
width: 90%;
max-width: 500px;
height:360px;
background: url("../../assets/pictures/svg/secondlesson/bg-saleswinner.svg") no-repeat 90% -10%;
}
.sales__winner-img {
margin: 0 -70px 0;
float: right;
}
.sales__winner-text {
margin: -10px 35% 0 0;
}
.container__success {
height: 1100px;
}
.success__loser {
width: 90%;
float: none;
margin: 0;
}
.success__loser-text {
margin: -50px -30px 0 0;
}
.sucess__winner {
width: 90%;
float: none;
margin: 0;
height: 600px;
}
.glare {
margin-top:-43%;
}
.scheme-wrapper {
height: 1300px;
background: white url("../../assets/pictures/svg/secondlesson/bg-scheme480.svg");
}
.scheme__images {
width: 90%;
}
.images--left {
float: none;
width: 40%;
margin: 200px 0 0;
}
.images--right {
width:40%;
margin: -260px 0 0;
}
.images--center {
margin-top: -600px;
}
.about__loser {
height:770px;
}
.loser-img {
width: 80%;
display: block;
margin: 0 auto;
}
.loser__texts {
float: none;
width:95%;
}
.about__loser-text {
width: 90%;
}
.about__winner {
height: 550px;
background: url("../../assets/pictures/svg/secondlesson/bg-aboutwinner480.svg");
}
.images__pandas {
width: 90%;
margin:0;
}
.pandas-img {
width: 100%;
}
.paparazzi {
width: 90%;
}
.blink--left {
width: 110px;
margin-left: 30px;
}
.blink--right {
width: 120px;
left: 80%;
}
.paparazzi--right {
width: 150px;
left: 10%;
}
.paparazzi--left {
width: 150px;
margin-left:-180px;
}
.container__join-us {
height: 550px;
}
.about__loser {
background: url("../../assets/pictures/svg/secondlesson/bg-aboutloser480.svg") ;
}
.zigzag-section-bottom:after {
max-width: 430px;
}
} | css/secondlesson/media480.css | @media screen and (min-width: 480px) and (max-width: 767px) {
.header-hint {
display: none;
}
.header-img {
margin-top:0;
}
.hint--small {
display: block;
margin: 50px auto 0;
}
.header-sl-logo-img {
display: block;
margin: 0 auto;
padding: 0;
}
.header-text {
width: 90%;
}
.container__sales {
height:750px;
}
.sales__loser {
float: none;
width: 90%;
max-width: 500px;
height: 360px;
}
.success-blink {
width: 80px;
margin: 0 0 0 81%;
}
.sales__loser-img {
margin: 0 0;
}
.sales__loser-text {
float: right;
margin: -150px -80px 0 0;
}
.sales__winner {
float: none;
width: 90%;
max-width: 500px;
height:360px;
background: url("../../assets/pictures/svg/secondlesson/bg-saleswinner.svg") no-repeat 90% -10%;
}
.sales__winner-img {
margin: 0 -70px 0;
float: right;
}
.sales__winner-text {
margin: -10px 35% 0 0;
}
.container__success {
height: 1100px;
}
.success__loser {
width: 90%;
float: none;
margin: 0;
}
.success__loser-text {
margin: -50px -30px 0 0;
}
.sucess__winner {
width: 90%;
float: none;
margin: 0;
height: 600px;
}
.glare {
margin-top:-43%;
}
.scheme-wrapper {
height: 1300px;
background: white url("../../assets/pictures/svg/secondlesson/bg-scheme480.svg");
}
.scheme__images {
width: 90%;
}
.images--left {
float: none;
width: 40%;
margin: 200px 0 0;
}
.images--right {
width:40%;
margin: -260px 0 0;
}
.images--center {
margin-top: -600px;
}
.about__loser {
height:770px;
}
.loser-img {
width: 80%;
display: block;
margin: 0 auto;
}
.loser__texts {
float: none;
width:95%;
}
.about__loser-text {
width: 90%;
}
.about__winner {
height: 550px;
background: url("../../assets/pictures/svg/secondlesson/bg-aboutwinner480.svg");
}
.images__pandas {
width: 90%;
margin:0;
}
.pandas-img {
width: 100%;
}
.paparazzi {
width: 90%;
}
.blink--left {
width: 110px;
margin-left: 30px;
}
.blink--right {
width: 120px;
left: 80%;
}
.paparazzi--right {
width: 150px;
left: 10%;
}
.paparazzi--left {
width: 150px;
margin-left:-180px;
}
.container__join-us {
height: 550px;
}
.about__loser {
background: url("../../assets/pictures/svg/secondlesson/bg-aboutloser480.svg") ;
}
.zigzag-section-bottom:after {
max-width: 430px;
}
} | 0.390825 | 0.085748 |
@import 'https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap';
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-size: 10px;
font-family: 'Montserrat', sans-serif;
scroll-behavior: smooth;
overflow: overlay;
background-color: #06091a;
/*track da scroll transparente*/
}
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-thumb {
background: #262cd9;
border-radius: 6px;
}
/* cabecalho section*/
#cabecalho {
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100vw;
height: auto;
}
#cabecalho .cabecalho {
min-height: 8vh;
background-color: transparent;
transition: .3s ease background-color;
}
#cabecalho .navbar {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 100%;
max-width: 100%;
padding-right: 3%;
}
#cabecalho .navbar img {
/*ajustar imagem logo */
margin-left: 0%;
margin-top: 5%;
}
#cabecalho .nav-list ul {
list-style: none;
position: absolute;
background-color: rgb(31, 30, 30);
width: 100vw;
height: 100vh;
top: 0;
left: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 1;
overflow-x: hidden;
transition: 0.5s ease left;
}
/*puxar layout*/
#cabecalho .nav-list ul.active {
left: 0%;
/*isso é o quanto da tela irá deixar ainda da pagina principal quando for sobrecrita pelo menu mobile*/
}
#cabecalho .nav-list ul a {
font-size: 2.5rem;
font-weight: 500;
letter-spacing: .2rem;
text-decoration: none;
color: white;
text-transform: uppercase;
padding: 20px;
display: block;
}
#cabecalho .nav-list ul a::after {
/*efeito de opacidade e animação do texto de fundo*/
content: attr(data-after);
/*puxando o after*/
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
color: rgba(240, 248, 255, 0.021);
font-size: 13rem;
letter-spacing: 50px;
z-index: -1;
transition: 0.3s ease letter-spacing;
/*animação de fechar texto quando puxar o after*/
}
#cabecalho .nav-list ul li:hover a::after {
/*detectar efeito de opacidade e animação do texto de fundo*/
transform: translate(-50%, -50%) scale(1);
letter-spacing: initial;
}
#cabecalho .nav-list ul li:hover a {
color: #262cd9;
/*cor das letras da nav button*/
}
#cabecalho .nav-list ul li:hover {}
#cabecalho .hamburger {
height: 60px;
width: 60px;
display: inline-block;
border: 3px solid white;
border-radius: 50%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 100;
cursor: pointer;
/*botao*/
transform: scale(0.8);
margin-right: 2%;
}
/*botão*/
#cabecalho .hamburger::after {
/*animação do botão piscando*/
position: absolute;
content: '';
height: 100%;
width: 100%;
border-radius: 50%;
border: 3px solid white;
animation: hamburger_puls 3s ease infinite;
}
#cabecalho .hamburger .bar {
height: 2px;
width: 30px;
position: relative;
background-color: white;
z-index: -1;
}
#cabecalho .hamburger .bar::after,
#cabecalho .hamburger .bar::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0;
background-color: white;
transition: 0.3s ease;
transition-property: top, bottom;
}
#cabecalho .hamburger .bar::after {
top: 8px;
}
#cabecalho .hamburger .bar::before {
bottom: 8px;
}
#cabecalho .hamburger.active .bar::before {
bottom: 0;
}
#cabecalho .hamburger.active .bar::after {
top: 0;
}
/*fim do botão*/
/*fim do cabecalho section*/
/*começo e style da pagina principal*/
#pagina_principal {
background-image: url(images/FundoPrincipal.jpeg);
background-size: cover;
background-position: top center;
position: relative;
z-index: 1;
}
a {
text-decoration: none;
}
#pagina_principal .container {
min-height: 100vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#pagina_principal::after {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.8;
z-index: -1;
}
#pagina_principal .pagina_principal {
max-width: 100%;
margin: 0 auto;
padding: 0 5%;
justify-content: flex-start;
}
.pagina_principal h1 {
display: block;
width: fit-content;
font-size: 4rem;
position: relative;
color: transparent;
animation: text_reveal .5s ease forwards;
animation-delay: 1.5s;
}
/*mostrar texto na animação linha por linha*/
#pagina_principal h1:nth-child(1) {
animation-delay: 1s;
}
#pagina_principal h1:nth-child(2) {
animation-delay: 2s;
}
#pagina_principal h1:nth-child(3) {
animation: text_reveal_name .5s ease forwards;
/*forwards "trava o texto"*/
animation-delay: 3s;
}
/*fim da animãção linha a linha*/
/*animação*/
#pagina_principal h1 span {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 0;
background-color: #262cd9;
animation: text_reveal_box 1s ease;
animation-delay: .3s;
}
/*mostrar efeito da animação linha por linha*/
#pagina_principal h1:nth-child(1) span {
animation-delay: .5s;
}
#pagina_principal h1:nth-child(2) span {
animation-delay: 1.5s;
}
#pagina_principal h1:nth-child(3) span {
animation-delay: 2.5s;
}
/*fim da animação linha a linha*/
/*fim da animação*/
.btn_pagina_principal {
display: inline-block;
padding: 10px 30px;
color: white;
background-color: transparent;
border: 3px solid #262cd9;
font-size: 2rem;
text-transform: uppercase;
letter-spacing: .1rem;
margin-top: 30px;
transition: .3s ease;
transition-property: background-color, color;
}
#pagina_principal .btn_pagina_principal:hover {
color: white;
background-color: #262cd9;
}
/*animação de keyframes do título da página principal*/
@keyframes hamburger_puls {
0% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(1.3);
}
}
@keyframes text_reveal_box {
50% {
width: 100%;
left: 0;
}
100% {
width: 0;
left: 100%;
}
}
@keyframes text_reveal {
100% {
color: white;
}
}
@keyframes text_reveal_name {
100% {
color: #262cd9;
}
}
/*aba projetos*/
#projeto {
background-color: #06091a;
}
.titulo_projeto {
padding-right: 5%;
padding-left: 5%;
}
.titulo_projeto h1 {
font-size: 35px;
font-style: italic;
text-transform: uppercase;
text-align: center;
color: #262cd9;
padding: 5%;
}
.titulo_projeto h1 span {
color: white;
}
.titulo_projeto p {
color: white;
font-size: 12px;
max-width: 100%;
word-wrap: normal;
text-align: center;
padding-bottom: 1%;
padding-left: 5%;
padding-right: 5%;
}
/*////////*/
.titulo_carousel {
margin-bottom: 30px;
}
#carousel {
background-color: #06091a;
}
.container-carousel {
width: 100%;
margin: 20px auto;
}
.carousel_div {
width: 100%;
height: 500px;
display: flex;
overflow: hidden;
position: relative;
}
.slider {
display: flex;
height: 100%;
width: 500%;
flex-shrink: 0;
transition: all 0.5s;
transform: translate(-40%);
/*transform: translate(-20%);*/
}
.sections_slide {
flex-basis: 20%;
flex-shrink: 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
color: #fff;
}
.slide1 {
background: url("images/img1.jpg");
background-size: cover;
background-position: center center;
}
.slide2 {
background: url("images/img2.jpg");
background-size: cover;
background-position: center center;
}
.slide3 {
background-image: url("images/img3.jpg");
background-size: cover;
background-position: center center;
}
.slide4 {
background-image: url("images/img4.jpg");
background-size: cover;
background-position: center center;
}
.slide5 {
background-image: url("images/img5.jpg");
background-size: cover;
background-position: center center;
}
.prev {
position: absolute;
background: none;
border: none;
left: 1%;
top: 50%;
cursor: pointer;
outline: none;
color: #262cd9;
}
.next {
position: absolute;
right: 2%;
top: 50%;
background: none;
border: none;
cursor: pointer;
outline: none;
color: #262cd9;
}
.controls ul {
list-style: none;
display: flex;
left: 45vw;
position: absolute;
bottom: 0;
transform: translate(-40%);
}
.controls ul li {
width: 10vw;
height: 8px;
background: white;
opacity: 0.7;
cursor: pointer;
margin-right: 2%;
margin-bottom: 1%;
}
.controls ul li.selected {
background: blue;
opacity: 1;
}
.controls button i {
font-size: 50px;
}
/*fim da aba projetos*/
/*aba programar */
#programar {
background-color: #06091a;
}
.titulo_programar {
font-size: 20px;
font-style: italic;
text-transform: uppercase;
text-align: center;
color: #262cd9;
padding-top: 5%;
padding-right: 5%;
padding-left: 5%;
}
.titulo_programar h1 span {
color: white;
}
.images_perfil {
display: flex;
padding-left: 10%;
padding-right: 10%;
padding-top: 8%;
}
.images_perfil img {
width: 100%;
height: 100%;
max-width: 15%;
}
.images_perfil p {
color: white;
font-size: 14px;
max-width: 100%;
word-wrap: normal;
}
.p_invertido {
text-align: right;
}
.linhavertical {
margin-left: 5%;
margin-right: 1%;
height: initial;
border-right: 4px solid #262cd9;
}
.linhavertical2 {
margin-left: 1%;
margin-right: 5%;
height: initial;
border-right: 4px solid #262cd9;
}
/*aba sobre nos*/
#sobre_nos {
background-color: #06091a;
}
.sobre_nos {
padding-top: 8%;
display: flex;
}
.imagem_sobre_nos {
display: flex;
max-width: 60%;
margin-bottom: 2%;
}
.imagem_sobre_nos img {
clip-path: polygon(0% 0%, 90% 0%, 76% 100%, 0% 100%);
width: 100%;
border-bottom: 6px solid #262cd9;
}
.titulo_sobre_nos {
color: #262cd9;
max-width: 50%;
padding-right: 5%;
/*
-webkit-transform: skew(-10.5deg);
-ms-transform: skew(-10.5deg);
transform: skew(-10.5deg);*/
text-decoration: none;
text-align: center;
}
.titulo_sobre_nos h1 {
font-size: 30px;
text-transform: uppercase;
}
.titulo_sobre_nos p {
font-size: 14px;
}
.titulo_sobre_nos span {
color: white;
}
.paragrafo_sobre_nos {
font-size: 16px;
color: white;
text-align: center;
padding-top: 5%;
}
.linhadiagonal {
margin-right: 1%;
height: initial;
border-left: 8px solid #262cd9;
transform: skew(-9deg);
}
/*fim da aba sobre nos*/
#tecnologias {
padding-top: 5%;
}
.container_card_section {
display: block;
}
.card_web {
position: relative;
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
background-color: #06091a;
}
.titulo_card h1 {
color: white;
font-size: 30px;
text-transform: uppercase;
text-align: center;
}
.titulo_card span {
color: #262cd9
}
.circulo {
align-items: center;
position: relative;
display: flex;
justify-content: center;
align-items: center;
min-height: 50vh;
}
.circulo::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
transition: 0.5s;
background: white;
clip-path: circle(150px at center);
}
.card {
width: 150px;
height: 200px;
background: white;
border-radius: 10px;
box-shadow: 25px 25px 100px rgba(0, 0, 0, 0.2);
z-index: 1;
transition: 0.5s;
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin: 5px;
}
.container_card {
margin: 20px;
}
#html {
background: url(images/html-imagem.png);
background-position: center;
background-size: cover;
}
#css {
background: url(images/css-imagem.png);
background-position: center;
background-size: cover;
}
#js {
background: url(images/js-imagem.png);
background-position: center;
background-size: cover;
}
/*aba contato*/
#contatos {}
.contato {}
.background_contato {
background-color: #06091a;
}
.titulo_contato {
display: flex;
/*background-color: rgba(0, 0, 0, 0.5);*/
color: #fff;
text-align: left;
padding-top: 8%;
padding-bottom: 8%;
}
.linhavertical3 {
margin-left: 5%;
margin-right: 2%;
height: initial;
border-left: 4px solid #262cd9;
}
.bloco {
display: block;
width: 100%;
}
.container_contato {
display: flex;
width: 100%;
}
.titulo_contato h1 {
text-transform: uppercase;
width: initial;
font-size: 30px;
}
.titulo_contato p {
width: 100%;
padding-top: 5%;
font-size: 14px;
padding-bottom: 5%;
}
.titulo_contato span {
color: #262cd9;
}
.image_telefonista {
width: 100%;
padding-right: 5%;
padding-left: 5%;
}
.image_telefonista img {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.btn_formulario {
display: flex;
font-size: 1rem;
padding: 10px 25px;
color: white;
width: 31rem;
background-color: transparent;
border: 3px solid #262cd9;
font-size: 2rem;
text-transform: uppercase;
letter-spacing: .1rem;
}
.btn_formulario:hover {
background-color: #262cd9;
}
.redes_socias img {
margin-top: 2%;
max-width: 8%;
width: auto;
height: auto;
}
/*fim da aba contato*/
.Rodape {
display: grid;
font: italic 30px "Century Gothic";
background-color: #020317;
max-width: 100%;
color: white;
}
#Paragrafosrodape {
margin-top: 5%;
margin-bottom: 1%;
margin: 7%;
}
.p2Rodape {
margin-bottom: 10%;
font-size: 22px;
color: #0e16a4;
}
.Rodape_Navegacao,
.p2Rodape,
.Termos_de_Servico,
.pCopyright {
grid-column-start: 1;
}
.link_Tecnologias,
.Rodape_Tecnologias {
grid-column-start: 2;
}
.Rodape_Contato,
.link_Contato {
grid-column-start: 4;
}
.link_Navegacao,
.link_Tecnologias {
display: flex;
flex-direction: column;
font-size: 22px;
}
.Termos_de_Servico {
margin-top: 20%;
font-size: 22px;
}
.pCopyright {
margin-bottom: 10%;
font-size: 22px;
}
.linhahorizontal {
grid-column-start: 2;
grid-column-end: 4;
border-bottom: 1px solid white;
}
.social_icones_rodape img {
width: 9%;
}
.social_rodape p {
margin-top: 2%;
font-size: 22px;
}
/*Animações dos links*/
.link_Navegacao a,
.link_Tecnologias a,
.Termos_de_Servico a {
text-decoration: none;
color: white;
}
.link_Navegacao a:hover,
.link_Tecnologias a:hover,
.Termos_de_Servico a:hover {
color: #262cd9;
transition: all 0.1s ease-in;
}
/*responsividade*/
@media only screen and (max-width: 320px) {
.circulo::before {
clip-path: circle(0px at center);
}
.btn_formulario {
width: auto;
}
}
@media only screen and (max-width: 767px) {
.carousel_div {
height: 80vh;
}
.prev,
.next {
position: relative;
}
}
@media (max-width: 991px) {
.card_web {
display: block;
position: relative;
}
.circulo {
width: 100%;
height: initial;
flex-wrap: wrap;
}
}
@media only screen and (min-width: 1280px) {
#cabecalho .hamburger {
display: none;
}
#cabecalho .nav-list ul {
position: initial;
display: block;
height: auto;
width: fit-content;
background-color: transparent;
}
#cabecalho .nav-list ul li {
display: inline-block;
}
#cabecalho .nav-list ul li a {
font-size: 1.8rem;
}
#cabecalho .nav-list ul a:after {
display: none;
}
#Paragrafosrodape {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 1280px) {
#cabecalho .navbar {
padding-right: 0%;
}
.controls ul li {
margin-left: 2%;
width: 15vw;
}
.linhavertical {
margin-right: 2%;
}
.linhavertical2 {
margin-left: 2%;
}
.sobre_nos {
display: block;
padding-top: 10%;
}
.imagem_sobre_nos img {
display: flex;
clip-path: none;
max-width: 100%;
margin-bottom: 0%;
border-bottom: none;
}
.imagem_sobre_nos {
clip-path: none;
max-width: 100%;
}
.titulo_sobre_nos {
padding-top: 5%;
font-family: 'Montserrat', sans-serif;
color: #262cd9;
max-width: 100%;
-webkit-transform: skew(0deg);
-ms-transform: skew(0deg);
transform: skew(0deg);
text-decoration: none;
text-align: center;
padding-right: 5%;
padding-left: 5%;
}
.titulo_sobre_nos h1 {
text-transform: uppercase;
font-size: 30px;
}
.titulo_sobre_nos p {
font-size: 15px;
}
.paragrafo_sobre_nos {
font-size: 13.5px;
color: white;
text-align: center;
padding-top: 5%;
padding-bottom: 5%;
}
#tecnologias h1 {
font-size: 25px;
color: white;
text-transform: uppercase;
text-align: center;
padding-right: 1%;
padding-left: 1%;
}
/*contatos*/
.titulo_contato {
padding-top: 8%;
display: flex;
flex-wrap: wrap;
text-align: center;
}
.bloco h1 {
text-align: center;
width: 100%;
padding-right: 2%;
padding-left: 2%;
}
.bloco p {
width: 100%;
padding-right: 5%;
padding-left: 5%;
}
.btn_formulario {
margin: auto;
}
.image_telefonista {
padding-right: 20%;
padding-left: 20%;
padding-top: 2%;
}
/*Rodapé*/
#Paragrafosrodape {
display: flex;
flex-direction: column;
text-align: center;
}
.linhahorizontal {
visibility: hidden;
}
.Rodape_Navegacao {
margin-bottom: 5%;
}
.Rodape_Tecnologias {
margin-bottom: 5%;
}
/*Rodapé*/
} | style.css | @import 'https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap';
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-size: 10px;
font-family: 'Montserrat', sans-serif;
scroll-behavior: smooth;
overflow: overlay;
background-color: #06091a;
/*track da scroll transparente*/
}
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-thumb {
background: #262cd9;
border-radius: 6px;
}
/* cabecalho section*/
#cabecalho {
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100vw;
height: auto;
}
#cabecalho .cabecalho {
min-height: 8vh;
background-color: transparent;
transition: .3s ease background-color;
}
#cabecalho .navbar {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 100%;
max-width: 100%;
padding-right: 3%;
}
#cabecalho .navbar img {
/*ajustar imagem logo */
margin-left: 0%;
margin-top: 5%;
}
#cabecalho .nav-list ul {
list-style: none;
position: absolute;
background-color: rgb(31, 30, 30);
width: 100vw;
height: 100vh;
top: 0;
left: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 1;
overflow-x: hidden;
transition: 0.5s ease left;
}
/*puxar layout*/
#cabecalho .nav-list ul.active {
left: 0%;
/*isso é o quanto da tela irá deixar ainda da pagina principal quando for sobrecrita pelo menu mobile*/
}
#cabecalho .nav-list ul a {
font-size: 2.5rem;
font-weight: 500;
letter-spacing: .2rem;
text-decoration: none;
color: white;
text-transform: uppercase;
padding: 20px;
display: block;
}
#cabecalho .nav-list ul a::after {
/*efeito de opacidade e animação do texto de fundo*/
content: attr(data-after);
/*puxando o after*/
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
color: rgba(240, 248, 255, 0.021);
font-size: 13rem;
letter-spacing: 50px;
z-index: -1;
transition: 0.3s ease letter-spacing;
/*animação de fechar texto quando puxar o after*/
}
#cabecalho .nav-list ul li:hover a::after {
/*detectar efeito de opacidade e animação do texto de fundo*/
transform: translate(-50%, -50%) scale(1);
letter-spacing: initial;
}
#cabecalho .nav-list ul li:hover a {
color: #262cd9;
/*cor das letras da nav button*/
}
#cabecalho .nav-list ul li:hover {}
#cabecalho .hamburger {
height: 60px;
width: 60px;
display: inline-block;
border: 3px solid white;
border-radius: 50%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 100;
cursor: pointer;
/*botao*/
transform: scale(0.8);
margin-right: 2%;
}
/*botão*/
#cabecalho .hamburger::after {
/*animação do botão piscando*/
position: absolute;
content: '';
height: 100%;
width: 100%;
border-radius: 50%;
border: 3px solid white;
animation: hamburger_puls 3s ease infinite;
}
#cabecalho .hamburger .bar {
height: 2px;
width: 30px;
position: relative;
background-color: white;
z-index: -1;
}
#cabecalho .hamburger .bar::after,
#cabecalho .hamburger .bar::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0;
background-color: white;
transition: 0.3s ease;
transition-property: top, bottom;
}
#cabecalho .hamburger .bar::after {
top: 8px;
}
#cabecalho .hamburger .bar::before {
bottom: 8px;
}
#cabecalho .hamburger.active .bar::before {
bottom: 0;
}
#cabecalho .hamburger.active .bar::after {
top: 0;
}
/*fim do botão*/
/*fim do cabecalho section*/
/*começo e style da pagina principal*/
#pagina_principal {
background-image: url(images/FundoPrincipal.jpeg);
background-size: cover;
background-position: top center;
position: relative;
z-index: 1;
}
a {
text-decoration: none;
}
#pagina_principal .container {
min-height: 100vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#pagina_principal::after {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.8;
z-index: -1;
}
#pagina_principal .pagina_principal {
max-width: 100%;
margin: 0 auto;
padding: 0 5%;
justify-content: flex-start;
}
.pagina_principal h1 {
display: block;
width: fit-content;
font-size: 4rem;
position: relative;
color: transparent;
animation: text_reveal .5s ease forwards;
animation-delay: 1.5s;
}
/*mostrar texto na animação linha por linha*/
#pagina_principal h1:nth-child(1) {
animation-delay: 1s;
}
#pagina_principal h1:nth-child(2) {
animation-delay: 2s;
}
#pagina_principal h1:nth-child(3) {
animation: text_reveal_name .5s ease forwards;
/*forwards "trava o texto"*/
animation-delay: 3s;
}
/*fim da animãção linha a linha*/
/*animação*/
#pagina_principal h1 span {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 0;
background-color: #262cd9;
animation: text_reveal_box 1s ease;
animation-delay: .3s;
}
/*mostrar efeito da animação linha por linha*/
#pagina_principal h1:nth-child(1) span {
animation-delay: .5s;
}
#pagina_principal h1:nth-child(2) span {
animation-delay: 1.5s;
}
#pagina_principal h1:nth-child(3) span {
animation-delay: 2.5s;
}
/*fim da animação linha a linha*/
/*fim da animação*/
.btn_pagina_principal {
display: inline-block;
padding: 10px 30px;
color: white;
background-color: transparent;
border: 3px solid #262cd9;
font-size: 2rem;
text-transform: uppercase;
letter-spacing: .1rem;
margin-top: 30px;
transition: .3s ease;
transition-property: background-color, color;
}
#pagina_principal .btn_pagina_principal:hover {
color: white;
background-color: #262cd9;
}
/*animação de keyframes do título da página principal*/
@keyframes hamburger_puls {
0% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(1.3);
}
}
@keyframes text_reveal_box {
50% {
width: 100%;
left: 0;
}
100% {
width: 0;
left: 100%;
}
}
@keyframes text_reveal {
100% {
color: white;
}
}
@keyframes text_reveal_name {
100% {
color: #262cd9;
}
}
/*aba projetos*/
#projeto {
background-color: #06091a;
}
.titulo_projeto {
padding-right: 5%;
padding-left: 5%;
}
.titulo_projeto h1 {
font-size: 35px;
font-style: italic;
text-transform: uppercase;
text-align: center;
color: #262cd9;
padding: 5%;
}
.titulo_projeto h1 span {
color: white;
}
.titulo_projeto p {
color: white;
font-size: 12px;
max-width: 100%;
word-wrap: normal;
text-align: center;
padding-bottom: 1%;
padding-left: 5%;
padding-right: 5%;
}
/*////////*/
.titulo_carousel {
margin-bottom: 30px;
}
#carousel {
background-color: #06091a;
}
.container-carousel {
width: 100%;
margin: 20px auto;
}
.carousel_div {
width: 100%;
height: 500px;
display: flex;
overflow: hidden;
position: relative;
}
.slider {
display: flex;
height: 100%;
width: 500%;
flex-shrink: 0;
transition: all 0.5s;
transform: translate(-40%);
/*transform: translate(-20%);*/
}
.sections_slide {
flex-basis: 20%;
flex-shrink: 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
color: #fff;
}
.slide1 {
background: url("images/img1.jpg");
background-size: cover;
background-position: center center;
}
.slide2 {
background: url("images/img2.jpg");
background-size: cover;
background-position: center center;
}
.slide3 {
background-image: url("images/img3.jpg");
background-size: cover;
background-position: center center;
}
.slide4 {
background-image: url("images/img4.jpg");
background-size: cover;
background-position: center center;
}
.slide5 {
background-image: url("images/img5.jpg");
background-size: cover;
background-position: center center;
}
.prev {
position: absolute;
background: none;
border: none;
left: 1%;
top: 50%;
cursor: pointer;
outline: none;
color: #262cd9;
}
.next {
position: absolute;
right: 2%;
top: 50%;
background: none;
border: none;
cursor: pointer;
outline: none;
color: #262cd9;
}
.controls ul {
list-style: none;
display: flex;
left: 45vw;
position: absolute;
bottom: 0;
transform: translate(-40%);
}
.controls ul li {
width: 10vw;
height: 8px;
background: white;
opacity: 0.7;
cursor: pointer;
margin-right: 2%;
margin-bottom: 1%;
}
.controls ul li.selected {
background: blue;
opacity: 1;
}
.controls button i {
font-size: 50px;
}
/*fim da aba projetos*/
/*aba programar */
#programar {
background-color: #06091a;
}
.titulo_programar {
font-size: 20px;
font-style: italic;
text-transform: uppercase;
text-align: center;
color: #262cd9;
padding-top: 5%;
padding-right: 5%;
padding-left: 5%;
}
.titulo_programar h1 span {
color: white;
}
.images_perfil {
display: flex;
padding-left: 10%;
padding-right: 10%;
padding-top: 8%;
}
.images_perfil img {
width: 100%;
height: 100%;
max-width: 15%;
}
.images_perfil p {
color: white;
font-size: 14px;
max-width: 100%;
word-wrap: normal;
}
.p_invertido {
text-align: right;
}
.linhavertical {
margin-left: 5%;
margin-right: 1%;
height: initial;
border-right: 4px solid #262cd9;
}
.linhavertical2 {
margin-left: 1%;
margin-right: 5%;
height: initial;
border-right: 4px solid #262cd9;
}
/*aba sobre nos*/
#sobre_nos {
background-color: #06091a;
}
.sobre_nos {
padding-top: 8%;
display: flex;
}
.imagem_sobre_nos {
display: flex;
max-width: 60%;
margin-bottom: 2%;
}
.imagem_sobre_nos img {
clip-path: polygon(0% 0%, 90% 0%, 76% 100%, 0% 100%);
width: 100%;
border-bottom: 6px solid #262cd9;
}
.titulo_sobre_nos {
color: #262cd9;
max-width: 50%;
padding-right: 5%;
/*
-webkit-transform: skew(-10.5deg);
-ms-transform: skew(-10.5deg);
transform: skew(-10.5deg);*/
text-decoration: none;
text-align: center;
}
.titulo_sobre_nos h1 {
font-size: 30px;
text-transform: uppercase;
}
.titulo_sobre_nos p {
font-size: 14px;
}
.titulo_sobre_nos span {
color: white;
}
.paragrafo_sobre_nos {
font-size: 16px;
color: white;
text-align: center;
padding-top: 5%;
}
.linhadiagonal {
margin-right: 1%;
height: initial;
border-left: 8px solid #262cd9;
transform: skew(-9deg);
}
/*fim da aba sobre nos*/
#tecnologias {
padding-top: 5%;
}
.container_card_section {
display: block;
}
.card_web {
position: relative;
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
background-color: #06091a;
}
.titulo_card h1 {
color: white;
font-size: 30px;
text-transform: uppercase;
text-align: center;
}
.titulo_card span {
color: #262cd9
}
.circulo {
align-items: center;
position: relative;
display: flex;
justify-content: center;
align-items: center;
min-height: 50vh;
}
.circulo::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
transition: 0.5s;
background: white;
clip-path: circle(150px at center);
}
.card {
width: 150px;
height: 200px;
background: white;
border-radius: 10px;
box-shadow: 25px 25px 100px rgba(0, 0, 0, 0.2);
z-index: 1;
transition: 0.5s;
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin: 5px;
}
.container_card {
margin: 20px;
}
#html {
background: url(images/html-imagem.png);
background-position: center;
background-size: cover;
}
#css {
background: url(images/css-imagem.png);
background-position: center;
background-size: cover;
}
#js {
background: url(images/js-imagem.png);
background-position: center;
background-size: cover;
}
/*aba contato*/
#contatos {}
.contato {}
.background_contato {
background-color: #06091a;
}
.titulo_contato {
display: flex;
/*background-color: rgba(0, 0, 0, 0.5);*/
color: #fff;
text-align: left;
padding-top: 8%;
padding-bottom: 8%;
}
.linhavertical3 {
margin-left: 5%;
margin-right: 2%;
height: initial;
border-left: 4px solid #262cd9;
}
.bloco {
display: block;
width: 100%;
}
.container_contato {
display: flex;
width: 100%;
}
.titulo_contato h1 {
text-transform: uppercase;
width: initial;
font-size: 30px;
}
.titulo_contato p {
width: 100%;
padding-top: 5%;
font-size: 14px;
padding-bottom: 5%;
}
.titulo_contato span {
color: #262cd9;
}
.image_telefonista {
width: 100%;
padding-right: 5%;
padding-left: 5%;
}
.image_telefonista img {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.btn_formulario {
display: flex;
font-size: 1rem;
padding: 10px 25px;
color: white;
width: 31rem;
background-color: transparent;
border: 3px solid #262cd9;
font-size: 2rem;
text-transform: uppercase;
letter-spacing: .1rem;
}
.btn_formulario:hover {
background-color: #262cd9;
}
.redes_socias img {
margin-top: 2%;
max-width: 8%;
width: auto;
height: auto;
}
/*fim da aba contato*/
.Rodape {
display: grid;
font: italic 30px "Century Gothic";
background-color: #020317;
max-width: 100%;
color: white;
}
#Paragrafosrodape {
margin-top: 5%;
margin-bottom: 1%;
margin: 7%;
}
.p2Rodape {
margin-bottom: 10%;
font-size: 22px;
color: #0e16a4;
}
.Rodape_Navegacao,
.p2Rodape,
.Termos_de_Servico,
.pCopyright {
grid-column-start: 1;
}
.link_Tecnologias,
.Rodape_Tecnologias {
grid-column-start: 2;
}
.Rodape_Contato,
.link_Contato {
grid-column-start: 4;
}
.link_Navegacao,
.link_Tecnologias {
display: flex;
flex-direction: column;
font-size: 22px;
}
.Termos_de_Servico {
margin-top: 20%;
font-size: 22px;
}
.pCopyright {
margin-bottom: 10%;
font-size: 22px;
}
.linhahorizontal {
grid-column-start: 2;
grid-column-end: 4;
border-bottom: 1px solid white;
}
.social_icones_rodape img {
width: 9%;
}
.social_rodape p {
margin-top: 2%;
font-size: 22px;
}
/*Animações dos links*/
.link_Navegacao a,
.link_Tecnologias a,
.Termos_de_Servico a {
text-decoration: none;
color: white;
}
.link_Navegacao a:hover,
.link_Tecnologias a:hover,
.Termos_de_Servico a:hover {
color: #262cd9;
transition: all 0.1s ease-in;
}
/*responsividade*/
@media only screen and (max-width: 320px) {
.circulo::before {
clip-path: circle(0px at center);
}
.btn_formulario {
width: auto;
}
}
@media only screen and (max-width: 767px) {
.carousel_div {
height: 80vh;
}
.prev,
.next {
position: relative;
}
}
@media (max-width: 991px) {
.card_web {
display: block;
position: relative;
}
.circulo {
width: 100%;
height: initial;
flex-wrap: wrap;
}
}
@media only screen and (min-width: 1280px) {
#cabecalho .hamburger {
display: none;
}
#cabecalho .nav-list ul {
position: initial;
display: block;
height: auto;
width: fit-content;
background-color: transparent;
}
#cabecalho .nav-list ul li {
display: inline-block;
}
#cabecalho .nav-list ul li a {
font-size: 1.8rem;
}
#cabecalho .nav-list ul a:after {
display: none;
}
#Paragrafosrodape {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 1280px) {
#cabecalho .navbar {
padding-right: 0%;
}
.controls ul li {
margin-left: 2%;
width: 15vw;
}
.linhavertical {
margin-right: 2%;
}
.linhavertical2 {
margin-left: 2%;
}
.sobre_nos {
display: block;
padding-top: 10%;
}
.imagem_sobre_nos img {
display: flex;
clip-path: none;
max-width: 100%;
margin-bottom: 0%;
border-bottom: none;
}
.imagem_sobre_nos {
clip-path: none;
max-width: 100%;
}
.titulo_sobre_nos {
padding-top: 5%;
font-family: 'Montserrat', sans-serif;
color: #262cd9;
max-width: 100%;
-webkit-transform: skew(0deg);
-ms-transform: skew(0deg);
transform: skew(0deg);
text-decoration: none;
text-align: center;
padding-right: 5%;
padding-left: 5%;
}
.titulo_sobre_nos h1 {
text-transform: uppercase;
font-size: 30px;
}
.titulo_sobre_nos p {
font-size: 15px;
}
.paragrafo_sobre_nos {
font-size: 13.5px;
color: white;
text-align: center;
padding-top: 5%;
padding-bottom: 5%;
}
#tecnologias h1 {
font-size: 25px;
color: white;
text-transform: uppercase;
text-align: center;
padding-right: 1%;
padding-left: 1%;
}
/*contatos*/
.titulo_contato {
padding-top: 8%;
display: flex;
flex-wrap: wrap;
text-align: center;
}
.bloco h1 {
text-align: center;
width: 100%;
padding-right: 2%;
padding-left: 2%;
}
.bloco p {
width: 100%;
padding-right: 5%;
padding-left: 5%;
}
.btn_formulario {
margin: auto;
}
.image_telefonista {
padding-right: 20%;
padding-left: 20%;
padding-top: 2%;
}
/*Rodapé*/
#Paragrafosrodape {
display: flex;
flex-direction: column;
text-align: center;
}
.linhahorizontal {
visibility: hidden;
}
.Rodape_Navegacao {
margin-bottom: 5%;
}
.Rodape_Tecnologias {
margin-bottom: 5%;
}
/*Rodapé*/
} | 0.37777 | 0.055849 |
@font-face {
font-family: 'Proxima Nova Regular';
src: url('../fonts/ProximaNova-Regular.eot');
src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: normal;
}
p {
margin: 0;
}
.banner {
position: absolute;
width: 1920px;
height: 768px;
background-image: url('../img/background.svg');
}
.left_block {
position: absolute;
width: 555px;
height: 295px;
padding-top: 196px;
padding-left: 296px;
}
.title {
width: 555px;
height: 96px;
}
.title p {
font-size: 48px;
line-height: 100%;
text-transform: uppercase;
color: rgba(51, 51, 51, 0.99);
}
.discription {
width: 492px;
height: 80px;
margin-top: 42px;
}
.discription p {
font-size: 16px;
line-height: 125%;
color: #666666;
}
.btn {
width: 180px;
height: 48px;
margin-top: 29px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 100%;
text-align: center;
}
.btn:focus {
outline: none;
}
.btn:hover {
cursor: pointer;
}
.btn_services {
background: #40A8E4;
color: white;
border: none;
}
.btn_company {
margin-left: 40px;
background: #FFFFFF;
border: 1px solid #40A8E4;
color: #40A8E4;
}
.banner .left_block button {
flex-direction: unset;
display: unset;
}
.right_block {
width: 1920px;
height: 768px;
background-image: url('../img/map.svg');
}
.stat {
width: 223px;
height: 518px;
padding-left: 968px;
padding-top: 79px;
}
.stat ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.decoration_stat {
font-weight: 300;
font-size: 60px;
line-height: 100%;
color: rgba(51, 51, 51, 0.99);
}
.stat li {
font-weight: normal;
font-size: 14px;
line-height: 17px;
color: #666666;
/* padding-top: 35px; */
margin-top: 35px;
}
.stat li:first-child {
padding-top: 0;
width: 223px;
height: 60px;
}
.stat li:last-child {
width: 106px;
height: 86px;
}
.stat li:nth-child(4) {
width: 121px;
height: 77px;
}
.stat li:nth-child(3) {
width: 152px;
height: 86px;
}
.stat li:nth-child(2) {
width: 141px;
height: 69px;
}
.text_1 {
position: absolute;
padding-top: 5px;
width: 180px;
height: 51px;
padding-left: 10px;
} | css/style.css | @font-face {
font-family: 'Proxima Nova Regular';
src: url('../fonts/ProximaNova-Regular.eot');
src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: normal;
}
p {
margin: 0;
}
.banner {
position: absolute;
width: 1920px;
height: 768px;
background-image: url('../img/background.svg');
}
.left_block {
position: absolute;
width: 555px;
height: 295px;
padding-top: 196px;
padding-left: 296px;
}
.title {
width: 555px;
height: 96px;
}
.title p {
font-size: 48px;
line-height: 100%;
text-transform: uppercase;
color: rgba(51, 51, 51, 0.99);
}
.discription {
width: 492px;
height: 80px;
margin-top: 42px;
}
.discription p {
font-size: 16px;
line-height: 125%;
color: #666666;
}
.btn {
width: 180px;
height: 48px;
margin-top: 29px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 100%;
text-align: center;
}
.btn:focus {
outline: none;
}
.btn:hover {
cursor: pointer;
}
.btn_services {
background: #40A8E4;
color: white;
border: none;
}
.btn_company {
margin-left: 40px;
background: #FFFFFF;
border: 1px solid #40A8E4;
color: #40A8E4;
}
.banner .left_block button {
flex-direction: unset;
display: unset;
}
.right_block {
width: 1920px;
height: 768px;
background-image: url('../img/map.svg');
}
.stat {
width: 223px;
height: 518px;
padding-left: 968px;
padding-top: 79px;
}
.stat ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.decoration_stat {
font-weight: 300;
font-size: 60px;
line-height: 100%;
color: rgba(51, 51, 51, 0.99);
}
.stat li {
font-weight: normal;
font-size: 14px;
line-height: 17px;
color: #666666;
/* padding-top: 35px; */
margin-top: 35px;
}
.stat li:first-child {
padding-top: 0;
width: 223px;
height: 60px;
}
.stat li:last-child {
width: 106px;
height: 86px;
}
.stat li:nth-child(4) {
width: 121px;
height: 77px;
}
.stat li:nth-child(3) {
width: 152px;
height: 86px;
}
.stat li:nth-child(2) {
width: 141px;
height: 69px;
}
.text_1 {
position: absolute;
padding-top: 5px;
width: 180px;
height: 51px;
padding-left: 10px;
} | 0.379608 | 0.07889 |
.swallow-nav{
position: fixed;
right: 15px;
bottom: 15px;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0,.4);
background-color: white;
overflow: hidden;
width: 40px;
height: 40px;
transition: 0.2s all linear;
-webkit-transition: 0.2s all linear;
}
.swallow-nav .list{
margin: 0;
padding: 0;
list-style: none;
width: 250px;
}
.swallow-nav .list li{
height: 40px;
line-height: 40px;
border-bottom: 1px solid #DEDFD9;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
}
.swallow-nav .list.slide-in-anmiation li a{
animation-name: slide-in;
-webkit-animation-name: slide-in;
-webkit-animation-duration: .4s;
-webkit-animation-timing-function: ease;
-webkit-animation-iteration-count: 1;
}
.swallow-nav .list.slide-in-anmiation li:nth-last-of-type(1) a{
-webkit-animation-delay: .2s;
}
.swallow-nav .list.slide-in-anmiation li:nth-last-of-type(2) a{
-webkit-animation-delay: .1s;
}
@-webkit-keyframes 'slide-in' {
from {left: 40px; opacity: 0.2}
to {left: 0px; opacity: 1}
}
.swallow-nav .list li a{
display: block;
height: 40px;
padding: 0 10px;
color: black;
text-decoration: none;
position: relative;
}
.swallow-nav .list li a:hover{
background-color: #F08B6F;
color: white;
font-weight: bold;
}
.swallow-nav .control-btn{
position: absolute;
right: 0;
bottom: 0;
display: block;
width: 40px;
height: 40px;
cursor: pointer;
}
.swallow-nav .control-btn::before, .swallow-nav .control-btn::after, .swallow-nav .control-btn i{
content: '';
display: block;
width: 20px;
height: 2px;
position: absolute;
left: 10px;
top: 19px;
background-color: #272822;
}
.swallow-nav .control-btn::before, .swallow-nav .control-btn::after{
transition: 0.2s all linear;
-webkit-transition: 0.2s all linear;
}
.swallow-nav .control-btn.close i{
visibility: hidden;
}
.swallow-nav .control-btn.close::before{
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.swallow-nav .control-btn.expand i{
visibility: visible;
}
.swallow-nav .control-btn.close::after{
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.swallow-nav .control-btn.expand::before{
top: 12px;
}
.swallow-nav .control-btn.expand::after{
top: 26px;
} | css/swallow-nav.css | .swallow-nav{
position: fixed;
right: 15px;
bottom: 15px;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0,.4);
background-color: white;
overflow: hidden;
width: 40px;
height: 40px;
transition: 0.2s all linear;
-webkit-transition: 0.2s all linear;
}
.swallow-nav .list{
margin: 0;
padding: 0;
list-style: none;
width: 250px;
}
.swallow-nav .list li{
height: 40px;
line-height: 40px;
border-bottom: 1px solid #DEDFD9;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
}
.swallow-nav .list.slide-in-anmiation li a{
animation-name: slide-in;
-webkit-animation-name: slide-in;
-webkit-animation-duration: .4s;
-webkit-animation-timing-function: ease;
-webkit-animation-iteration-count: 1;
}
.swallow-nav .list.slide-in-anmiation li:nth-last-of-type(1) a{
-webkit-animation-delay: .2s;
}
.swallow-nav .list.slide-in-anmiation li:nth-last-of-type(2) a{
-webkit-animation-delay: .1s;
}
@-webkit-keyframes 'slide-in' {
from {left: 40px; opacity: 0.2}
to {left: 0px; opacity: 1}
}
.swallow-nav .list li a{
display: block;
height: 40px;
padding: 0 10px;
color: black;
text-decoration: none;
position: relative;
}
.swallow-nav .list li a:hover{
background-color: #F08B6F;
color: white;
font-weight: bold;
}
.swallow-nav .control-btn{
position: absolute;
right: 0;
bottom: 0;
display: block;
width: 40px;
height: 40px;
cursor: pointer;
}
.swallow-nav .control-btn::before, .swallow-nav .control-btn::after, .swallow-nav .control-btn i{
content: '';
display: block;
width: 20px;
height: 2px;
position: absolute;
left: 10px;
top: 19px;
background-color: #272822;
}
.swallow-nav .control-btn::before, .swallow-nav .control-btn::after{
transition: 0.2s all linear;
-webkit-transition: 0.2s all linear;
}
.swallow-nav .control-btn.close i{
visibility: hidden;
}
.swallow-nav .control-btn.close::before{
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.swallow-nav .control-btn.expand i{
visibility: visible;
}
.swallow-nav .control-btn.close::after{
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.swallow-nav .control-btn.expand::before{
top: 12px;
}
.swallow-nav .control-btn.expand::after{
top: 26px;
} | 0.300643 | 0.050471 |
.container {
width: 50%;
margin: 0 auto;
padding: 20px;
}
.qbox {
margin: 35px 4.28571% 10px 0px;
padding: 9px 2.85714% 5px;
background: transparent url("../../img/testgrad.gif") repeat-x scroll left top;
border: 1px solid #D0D2D2;
font-family: Tahoma,Geneva,sans-serif;
font-weight: bold;
font-size:14px;
}
.title-box {
font-size: 20px;
color: #ef6f08;
font-weight: bold;
margin: 35px 4.28571% 10px 0px;
padding: 30px 2.85714% 30px;
border-bottom: solid;
background: transparent url("../../img/grad_inline.gif") repeat-x scroll left bottom;
border: 1px solid #D0D2D2;
}
body {
font-family: Tahoma, Geneva, sans-serif !important;
font-size: 81.25%;
line-height: 1.3em;
color: #444;
}
.boxinline {
border: 1px solid #D0D2D2;
background: transparent url("../img/grad_inline.gif") repeat-x scroll left bottom;
margin: 0px 0px 20px;
padding: 8px 14px 30px 30px;
width: 76.2857%;
}
.fail {
background: transparent url("../../img/inline_xmark.gif") no-repeat scroll 100% 0px;
padding: 0px 0px 0px;
}
.classmarker_content {
width: 70%;
text-align: left;
margin-left:auto;
margin-right:auto;
box-sizing:padding-box !important;
/*eksik yanıt olunca görüntülenecek*/
display:none;
}
.classmarker_content_inner {
padding-left: 2%;
}
.clearheight30 {
clear: both;
height: 30px;
width: auto;
}
.dotted {
color: #FFF;
clear: both;
float: none;
height: 1px;
margin: 5px 30px 10px 0px;
border-bottom: 1px dotted #D2D2D2;
}
label {
line-height:21px;
}
.sub-title {
font-size: 12px;
color: #ef6f08;
font-weight:600;
}
.question {
font-size: 12px;
color: #444;
font-weight: 600;
} | iys/iys/Content/education.css | .container {
width: 50%;
margin: 0 auto;
padding: 20px;
}
.qbox {
margin: 35px 4.28571% 10px 0px;
padding: 9px 2.85714% 5px;
background: transparent url("../../img/testgrad.gif") repeat-x scroll left top;
border: 1px solid #D0D2D2;
font-family: Tahoma,Geneva,sans-serif;
font-weight: bold;
font-size:14px;
}
.title-box {
font-size: 20px;
color: #ef6f08;
font-weight: bold;
margin: 35px 4.28571% 10px 0px;
padding: 30px 2.85714% 30px;
border-bottom: solid;
background: transparent url("../../img/grad_inline.gif") repeat-x scroll left bottom;
border: 1px solid #D0D2D2;
}
body {
font-family: Tahoma, Geneva, sans-serif !important;
font-size: 81.25%;
line-height: 1.3em;
color: #444;
}
.boxinline {
border: 1px solid #D0D2D2;
background: transparent url("../img/grad_inline.gif") repeat-x scroll left bottom;
margin: 0px 0px 20px;
padding: 8px 14px 30px 30px;
width: 76.2857%;
}
.fail {
background: transparent url("../../img/inline_xmark.gif") no-repeat scroll 100% 0px;
padding: 0px 0px 0px;
}
.classmarker_content {
width: 70%;
text-align: left;
margin-left:auto;
margin-right:auto;
box-sizing:padding-box !important;
/*eksik yanıt olunca görüntülenecek*/
display:none;
}
.classmarker_content_inner {
padding-left: 2%;
}
.clearheight30 {
clear: both;
height: 30px;
width: auto;
}
.dotted {
color: #FFF;
clear: both;
float: none;
height: 1px;
margin: 5px 30px 10px 0px;
border-bottom: 1px dotted #D2D2D2;
}
label {
line-height:21px;
}
.sub-title {
font-size: 12px;
color: #ef6f08;
font-weight:600;
}
.question {
font-size: 12px;
color: #444;
font-weight: 600;
} | 0.463687 | 0.173253 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body
{
background-image: linear-gradient(120deg,#f6d365,#d4461f);
color: rgb(7, 7, 6);
font-family: 'Poppins', sans-serif;
min-height: 100vh;
margin: 20px;
}
header
{
font-size: 1.5rem;
}
header,form
{
min-height: 20vh;
display: flex;
justify-content: center;
align-items: center;
}
form input,form button
{
padding: 0.5rem;
font-size: 2rem;
border: none;
background-color: rgb(247, 241, 231);
}
form button
{
color: rgb(245, 255, 248);
background-color: #d4461f;
cursor: pointer;
transition : all 0.3 ease;
}
form button:hover
{
background-color: rgb(0, 255, 76);
color: #d4461f;
}
.todo-container
{
display: flex;
justify-content: center;
align-items: center;
}
.todo-list
{
min-width: 30%;
list-style: none;
}
.todo
{
margin: 0.5rem;
background-color: bisque;
color: black;
font-size: 1.5rem;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.7s ease;
}
.todo li
{
flex: 1;
}
.trash-btn, .complete-btn
{
background-color: #ac310f;
color: black;
border: none;
padding: 1rem;
cursor: pointer;
font-size: 1rem;
}
.complete-btn
{
background-color: green;
}
.todo-item
{
padding: 0rem 0.5rem;;
}
.fa-trash, .fa-check
{
pointer-events: none;
}
.concluidas
{
text-decoration: line-through;
opacity: 0.5;
}
.cair
{
transform: translate(8rem) rotateZ(20deg);
opacity: 0;
}
/* SELECT */
select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: 0;
box-shadow: none;
border: 0 !important;
background-image: none;
}
#mob
{
position: relative;
}
/* Custom Select */
.select {
margin: 1rem;
position: relative;
overflow: hidden;
}
select {
color: #ff6f47;
font-family: "Poppins", sans-serif;
cursor: pointer;
width: 9rem;
padding: 1rem;
}
/* Arrow */
.select::after {
content: "\25BC";
position: absolute;
top: 0;
right: 0;
padding: 1rem;
background: #ff6f47;
cursor: pointer;
pointer-events: none;
transition: all 0.3s ease;
}
.select:hover::after
{
background: white;
color: red;
}
/*estilos do footer */
footer{
padding-top: 10px;
color: rgb(0, 0, 0);
clear: both;
text-align: center;
border-top: 1px dashed;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
footer a{
color: #000000; /*cor dos links a preto*/
text-decoration: none; /*retira o sublinhado dos links*/
}
footer a:hover{
color: red;
} | estilo.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body
{
background-image: linear-gradient(120deg,#f6d365,#d4461f);
color: rgb(7, 7, 6);
font-family: 'Poppins', sans-serif;
min-height: 100vh;
margin: 20px;
}
header
{
font-size: 1.5rem;
}
header,form
{
min-height: 20vh;
display: flex;
justify-content: center;
align-items: center;
}
form input,form button
{
padding: 0.5rem;
font-size: 2rem;
border: none;
background-color: rgb(247, 241, 231);
}
form button
{
color: rgb(245, 255, 248);
background-color: #d4461f;
cursor: pointer;
transition : all 0.3 ease;
}
form button:hover
{
background-color: rgb(0, 255, 76);
color: #d4461f;
}
.todo-container
{
display: flex;
justify-content: center;
align-items: center;
}
.todo-list
{
min-width: 30%;
list-style: none;
}
.todo
{
margin: 0.5rem;
background-color: bisque;
color: black;
font-size: 1.5rem;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.7s ease;
}
.todo li
{
flex: 1;
}
.trash-btn, .complete-btn
{
background-color: #ac310f;
color: black;
border: none;
padding: 1rem;
cursor: pointer;
font-size: 1rem;
}
.complete-btn
{
background-color: green;
}
.todo-item
{
padding: 0rem 0.5rem;;
}
.fa-trash, .fa-check
{
pointer-events: none;
}
.concluidas
{
text-decoration: line-through;
opacity: 0.5;
}
.cair
{
transform: translate(8rem) rotateZ(20deg);
opacity: 0;
}
/* SELECT */
select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: 0;
box-shadow: none;
border: 0 !important;
background-image: none;
}
#mob
{
position: relative;
}
/* Custom Select */
.select {
margin: 1rem;
position: relative;
overflow: hidden;
}
select {
color: #ff6f47;
font-family: "Poppins", sans-serif;
cursor: pointer;
width: 9rem;
padding: 1rem;
}
/* Arrow */
.select::after {
content: "\25BC";
position: absolute;
top: 0;
right: 0;
padding: 1rem;
background: #ff6f47;
cursor: pointer;
pointer-events: none;
transition: all 0.3s ease;
}
.select:hover::after
{
background: white;
color: red;
}
/*estilos do footer */
footer{
padding-top: 10px;
color: rgb(0, 0, 0);
clear: both;
text-align: center;
border-top: 1px dashed;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
footer a{
color: #000000; /*cor dos links a preto*/
text-decoration: none; /*retira o sublinhado dos links*/
}
footer a:hover{
color: red;
} | 0.333069 | 0.076167 |
@-moz-document domain(playground.ru) {
:root {
--color1: #63b97f;
--color2: #4B8B60;
--color3: #2A2A2C;
--color4: #212122;
--color5: #19191A;
--color6: #87878e;
--color7: #333333;
--color8: #5b5b5f;
--color30: #b31919;
--color31: #6c0f0f;
--color9: rgba(33,33,34,0.9);
--color10: rgba(92, 96, 101, 0.16);
--color11: rgba(29, 32, 35, 0.32);
--filt2:hue-rotate(270deg)brightness(1.3)saturate(1.5) !important;
--filt22:hue-rotate(270deg)brightness(1.3)saturate(1.5) !important;
--dots: url('https://i.imgur.com/qAUbD7O.png');
--brigther_font_color: #b6b6bd;
}
.page-main-column {
background: var(--color5);
min-height: 800px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
padding: 20px;
}
/*[[mini_dialog]]*/
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: var(--color6);
background-color: var(--color3);
}
/*[[mini_dialog]]*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid var(--color3);
margin: 0 0 1em;
padding: 0;
}
.article-metadata {
border-color: var(--color3);
border-style: solid;
border-width: 1px 0;
padding: 4px 0;
margin-bottom: 30px;
}
.article-title {
font: normal 4.2rem/1 "PT Sans Narrow", Arial, sans-serif;
color: var(--color6);
display: inline;
}
.article-related-content .files-listing .item {
padding: 8px 0;
font: bold 1.3rem/1 Arial, sans-serif;
border-top: 1px solid var(--color3);
margin: 0;
}
.article-related-content a {
color: var(--color6);
text-decoration: none;
}
.comment-row {
padding: 20px 0;
min-height: 110px;
border-bottom: 1px solid var(--color3);
border-top: 1px solid var(--color3);
position: relative;
margin-top: 0;
}
a {
color: var(--color6);
text-decoration: none;
}
.download-content-list .module-content .item {
margin: 0;
padding: 15px 0 20px 0;
position: relative;
border-bottom: 1px solid var(--color3);
border-top: 1px solid var(--color3);
}
.article-content {
font: normal 1.6rem/1.5 Arial, sans-serif;
color: var(--color6);
}
.btn-download {
text-align: left;
margin-top: 5px;
box-shadow: 0 0 2px rgba(0,0,0,0.2);
background-color: transparent;
background-image: linear-gradient(to right, var(--color3) 0%, var(--color3) 50%, var(--color3) 100%);
background-position: right center;
transition: 0.5s;
background-size: 200% auto;
border-color: var(--color3);
color: var(--color6);
}
.btn-download .btn-right {
padding: 0 20px 5px 25px;
overflow: hidden;
border-left: 1px solid var(--color3);
}
.btn-download:hover {
background-position: left center;
color: var(--color30);
box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.btn-download .btn-left {
padding: 5px 22px 5px 12px;
border-right: 1px solid var(--color7);
font-size: 3rem;
}
.content-comments-header {
margin-bottom: 20px;
background: var(--color4);
color: var(--main-color);
padding: 15px 0;
text-align: center;
font-weight: bold;
text-transform: uppercase;
}
.content-rating-area {
padding: 15px;
background: var(--color4);
margin: 20px 0;
text-align: center;
}
.content-block {
margin: 0 0 20px 0;
background-color: var(--color4);
padding: 30px 20px;
box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.user-profile-header .side-two {
padding-left: 50px;
border-left: 1px solid var(--color3);
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: var(--color3);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.module-header-navigation {
border-bottom: 1px solid var(--color3);
margin: 10px 0 0;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: var(--color6);
background-color: var(--color5);
background-image: none;
border: 1px solid var(--color3);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-standart {
color: var(--color30);
text-shadow: 0 1px 1px var(--color31);
background-color: var(--color31);
*background-color: var(--color31);
background-image: -moz-linear-gradient(top, var(--color4), var(--color4) );
background-image: -webkit-gradient(linear, 0 0, 0 100%, from( var(--color4) ), to( var(--color4 ) ) );
background-image: -webkit-linear-gradient(top, var(--color4), var(--color4) );
background-image: -o-linear-gradient(top, var(--color4), var(--color4) );
background-image: linear-gradient(to bottom, var(--color4), var(--color4) );
background-repeat: repeat-x;
border: 1px solid var(--color3);
*border: 0;
border-color: var(--color3) var(--color3) var(--color3);
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: var(--color3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-standart:hover, .btn-standart:focus, .btn-standart:active, .btn-standart.active, .btn-standart.disabled, .btn-standart[disabled] {
color: var(--color31);
background-color: var(--color4);
*background-color: var(--color5);
}
.social-accounts .btn {
margin-left: 5px;
font-size: 1.2rem;
border-radius: 100%;
border: 1px solid var(--color30);
width: 28px;
height: 28px;
text-align: center;
padding: 0;
line-height: 26px;
vertical-align: middle;
font-size: 1.5rem;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: var(--color4);
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid var(--color3);
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.user-panel-area .user-panel-navigation .content {
background: var(--color5);
border: none;
padding: 10px;
text-align: left;
display: block;
white-space: normal;
min-width: 300px;
color: var(--color1);
font-size: 12px;
line-height: 1.7;
}
.user-panel-area .user-panel-navigation .footer {
padding: 5px 10px 7px;
background: var(--color5);
border-top: 1px solid var(--color3);
clear: both;
border-radius: 0 0 4px 4px;
}
.user-panel-navigation .content a {
color: var(--color6);
}
.user-events-stream .events-item {
padding: 20px;
background-color: var(--color4);
box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.user-events-stream .event-preview {
color: var(--color6);
}
.user-events-stream .quote {
background: var(--color3);
padding: 20px 50px 20px 20px;
border-radius: 5px;
display: block;
position: relative;
}
.user-events-stream .quote:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent var(--color3) transparent;
position: absolute;
top: -10px;
left: 50px;
}
.btn-default {
color: var(--color6);
background-color: var(--color4);
border-color: var(--color3);
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
color: var(--color30);
background-color: var(--color3);
border-color: var(--color3);
}
.modal-header {
min-height: 16.43px;
padding: 15px;
border-bottom: 1px solid var(--color3);
}
.modal-content {
position: relative;
background-color: var(--color4);
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: var(--color6);
white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
color: var(--color6);
text-decoration: none;
background-color: var(--color5)
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
color: #555;
background-color: var(--color5);
}
.main-page .page-main-column {
background-color: var(--color4);
}
.features-slider-item a {
display: inline-block;
color: #fff;
border-left: 1px solid var(--color30);
border-bottom: 1px solid var(--color30);
}
.story-container {
background-color: var(--color5);
margin-bottom: 30px;
position: relative;
display: block;
}
.main-page .table-striped > tbody > tr:nth-of-type(odd) {
background-color: var(--color5);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid var(--color3);
}
.game-announcement-card {
background-color: var(--color5);
position: relative;
white-space: normal;
overflow: hidden;
}
.file-announcement .announcement-item {
overflow: hidden;
border-bottom: 1px solid var(--color3);
padding: 10px 0;
margin-bottom: 0;
margin-top: 0;
}
.announcement-block.prizes .prize-item {
white-space: normal;
width: 177px;
margin: 0 5px;
background: var(--color5);
text-align: center;
position: relative;
vertical-align: top;
display: inline-block;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.announcement-flash-game {
padding: 15px;
border-radius: 10px;
text-align: center;
display: block;
background: var(--color5);
font: normal 1.3rem/1 Arial, sans-serif;
position: relative;
overflow: hidden;
}
.announcement-flash-nav .item {
font: normal 1.5rem/1 Arial, sans-serif;
margin: 0 3px 5px;
display: inline-block;
padding: 3px 5px 5px;
background-color: var(--color5);
}
.flash-thumb {
float: left;
width: 168px;
margin: 0 10px 20px 10px;
line-height: 1;
background: var(--color5);
padding-bottom: 10px;
min-height: 184px;
height: 184px;
position: relative;
}
.flash-partition-header a {
color: var(--color6);
}
.table-bordered {
border: 1px solid var(--color3);
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: var(--color4);
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
border: 1px solid var(--color3);
}
.user-image-frame-column {
position: absolute;
background: var(--color4);
right: 0;
top: 0;
width: 350px;
height: 100%;
}
.post-rules-content {
box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
background-color: var(--color3);
padding: 20px 40px 30px 30px;
font-size: 1.4rem;
line-height: 1.5;
}
.bs-fieldset {
background: var(--color3);
padding: 10px 15px;
margin-bottom: 15px;
border-radius: 5px;
}
.user-games-set .item {
padding: 10px;
box-shadow: 0 0 1px rgba(0,0,0,0.2);
background-color: var(--color4);
margin: 0 0 12px 0;
}
.poll-module .block-content {
padding: 20px 10px 10px 20px;
background: var(--color3);
}
.main-navigation .horisontal {
border-bottom: 1px solid var(--color3);
}
.wiki-content-area .module-header {
border-bottom: 1px solid var(--color3);
padding-bottom: 5px;
margin: 0 0 20px 0;
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: var(--color4);
border: 1px solid var(--color3);
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.media-announce-item {
margin: 0 0 14px;
display: flex;
background-color: var(--color4);
box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.comments-content .inner blockquote {
border: 1px solid var(--color3);
font-weight: normal;
margin: 10px 0;
font-size: 100%;
border-radius: 3px;
background: var(--color4);
}
.video-related-content .item {
margin-bottom: 22px;
background-color: var(--color4);
display: block;
}
.video-related-content .item:hover {
background-color: var(--color3);
}
.gp-game-card {
background: var(--color4);
padding: 20px 10px;
margin: 6px 0 40px;
}
.gp-game-card-header {
padding: 6px 5px 6px 20px;
background: var(--color3);
margin: 20px -10px 20px;
font: normal 1.2rem/1 "PT Sans", Arial, sans-serif;
text-transform: uppercase;
text-shadow: 1px 1px 1px var(--color3);
}
.games-catalogue-flow .item {
display: flex;
background-color: var(--color4);
margin: 15px;
flex-basis: calc(50% - 30px);
position: relative;
}
.page-aside .announcement-block .block-content {
background-color: var(--color4);
padding: 20px;
}
.forums-popular-game {
margin-bottom: 10px;
white-space: nowrap;
overflow: hidden;
background-color: var(--color4);
}
.forums-popular-game :hover {
background-color: var(--color3);
}
.forum-category .item {
margin: 0;
border-bottom: 1px solid var(--color3);
padding: 7px 5px 10px 5px;
}
} | data/usercss/167751.user.css | @-moz-document domain(playground.ru) {
:root {
--color1: #63b97f;
--color2: #4B8B60;
--color3: #2A2A2C;
--color4: #212122;
--color5: #19191A;
--color6: #87878e;
--color7: #333333;
--color8: #5b5b5f;
--color30: #b31919;
--color31: #6c0f0f;
--color9: rgba(33,33,34,0.9);
--color10: rgba(92, 96, 101, 0.16);
--color11: rgba(29, 32, 35, 0.32);
--filt2:hue-rotate(270deg)brightness(1.3)saturate(1.5) !important;
--filt22:hue-rotate(270deg)brightness(1.3)saturate(1.5) !important;
--dots: url('https://i.imgur.com/qAUbD7O.png');
--brigther_font_color: #b6b6bd;
}
.page-main-column {
background: var(--color5);
min-height: 800px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
padding: 20px;
}
/*[[mini_dialog]]*/
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: var(--color6);
background-color: var(--color3);
}
/*[[mini_dialog]]*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid var(--color3);
margin: 0 0 1em;
padding: 0;
}
.article-metadata {
border-color: var(--color3);
border-style: solid;
border-width: 1px 0;
padding: 4px 0;
margin-bottom: 30px;
}
.article-title {
font: normal 4.2rem/1 "PT Sans Narrow", Arial, sans-serif;
color: var(--color6);
display: inline;
}
.article-related-content .files-listing .item {
padding: 8px 0;
font: bold 1.3rem/1 Arial, sans-serif;
border-top: 1px solid var(--color3);
margin: 0;
}
.article-related-content a {
color: var(--color6);
text-decoration: none;
}
.comment-row {
padding: 20px 0;
min-height: 110px;
border-bottom: 1px solid var(--color3);
border-top: 1px solid var(--color3);
position: relative;
margin-top: 0;
}
a {
color: var(--color6);
text-decoration: none;
}
.download-content-list .module-content .item {
margin: 0;
padding: 15px 0 20px 0;
position: relative;
border-bottom: 1px solid var(--color3);
border-top: 1px solid var(--color3);
}
.article-content {
font: normal 1.6rem/1.5 Arial, sans-serif;
color: var(--color6);
}
.btn-download {
text-align: left;
margin-top: 5px;
box-shadow: 0 0 2px rgba(0,0,0,0.2);
background-color: transparent;
background-image: linear-gradient(to right, var(--color3) 0%, var(--color3) 50%, var(--color3) 100%);
background-position: right center;
transition: 0.5s;
background-size: 200% auto;
border-color: var(--color3);
color: var(--color6);
}
.btn-download .btn-right {
padding: 0 20px 5px 25px;
overflow: hidden;
border-left: 1px solid var(--color3);
}
.btn-download:hover {
background-position: left center;
color: var(--color30);
box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.btn-download .btn-left {
padding: 5px 22px 5px 12px;
border-right: 1px solid var(--color7);
font-size: 3rem;
}
.content-comments-header {
margin-bottom: 20px;
background: var(--color4);
color: var(--main-color);
padding: 15px 0;
text-align: center;
font-weight: bold;
text-transform: uppercase;
}
.content-rating-area {
padding: 15px;
background: var(--color4);
margin: 20px 0;
text-align: center;
}
.content-block {
margin: 0 0 20px 0;
background-color: var(--color4);
padding: 30px 20px;
box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.user-profile-header .side-two {
padding-left: 50px;
border-left: 1px solid var(--color3);
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: var(--color3);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.module-header-navigation {
border-bottom: 1px solid var(--color3);
margin: 10px 0 0;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: var(--color6);
background-color: var(--color5);
background-image: none;
border: 1px solid var(--color3);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-standart {
color: var(--color30);
text-shadow: 0 1px 1px var(--color31);
background-color: var(--color31);
*background-color: var(--color31);
background-image: -moz-linear-gradient(top, var(--color4), var(--color4) );
background-image: -webkit-gradient(linear, 0 0, 0 100%, from( var(--color4) ), to( var(--color4 ) ) );
background-image: -webkit-linear-gradient(top, var(--color4), var(--color4) );
background-image: -o-linear-gradient(top, var(--color4), var(--color4) );
background-image: linear-gradient(to bottom, var(--color4), var(--color4) );
background-repeat: repeat-x;
border: 1px solid var(--color3);
*border: 0;
border-color: var(--color3) var(--color3) var(--color3);
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: var(--color3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-standart:hover, .btn-standart:focus, .btn-standart:active, .btn-standart.active, .btn-standart.disabled, .btn-standart[disabled] {
color: var(--color31);
background-color: var(--color4);
*background-color: var(--color5);
}
.social-accounts .btn {
margin-left: 5px;
font-size: 1.2rem;
border-radius: 100%;
border: 1px solid var(--color30);
width: 28px;
height: 28px;
text-align: center;
padding: 0;
line-height: 26px;
vertical-align: middle;
font-size: 1.5rem;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: var(--color4);
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid var(--color3);
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.user-panel-area .user-panel-navigation .content {
background: var(--color5);
border: none;
padding: 10px;
text-align: left;
display: block;
white-space: normal;
min-width: 300px;
color: var(--color1);
font-size: 12px;
line-height: 1.7;
}
.user-panel-area .user-panel-navigation .footer {
padding: 5px 10px 7px;
background: var(--color5);
border-top: 1px solid var(--color3);
clear: both;
border-radius: 0 0 4px 4px;
}
.user-panel-navigation .content a {
color: var(--color6);
}
.user-events-stream .events-item {
padding: 20px;
background-color: var(--color4);
box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.user-events-stream .event-preview {
color: var(--color6);
}
.user-events-stream .quote {
background: var(--color3);
padding: 20px 50px 20px 20px;
border-radius: 5px;
display: block;
position: relative;
}
.user-events-stream .quote:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent var(--color3) transparent;
position: absolute;
top: -10px;
left: 50px;
}
.btn-default {
color: var(--color6);
background-color: var(--color4);
border-color: var(--color3);
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
color: var(--color30);
background-color: var(--color3);
border-color: var(--color3);
}
.modal-header {
min-height: 16.43px;
padding: 15px;
border-bottom: 1px solid var(--color3);
}
.modal-content {
position: relative;
background-color: var(--color4);
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: var(--color6);
white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
color: var(--color6);
text-decoration: none;
background-color: var(--color5)
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
color: #555;
background-color: var(--color5);
}
.main-page .page-main-column {
background-color: var(--color4);
}
.features-slider-item a {
display: inline-block;
color: #fff;
border-left: 1px solid var(--color30);
border-bottom: 1px solid var(--color30);
}
.story-container {
background-color: var(--color5);
margin-bottom: 30px;
position: relative;
display: block;
}
.main-page .table-striped > tbody > tr:nth-of-type(odd) {
background-color: var(--color5);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid var(--color3);
}
.game-announcement-card {
background-color: var(--color5);
position: relative;
white-space: normal;
overflow: hidden;
}
.file-announcement .announcement-item {
overflow: hidden;
border-bottom: 1px solid var(--color3);
padding: 10px 0;
margin-bottom: 0;
margin-top: 0;
}
.announcement-block.prizes .prize-item {
white-space: normal;
width: 177px;
margin: 0 5px;
background: var(--color5);
text-align: center;
position: relative;
vertical-align: top;
display: inline-block;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.announcement-flash-game {
padding: 15px;
border-radius: 10px;
text-align: center;
display: block;
background: var(--color5);
font: normal 1.3rem/1 Arial, sans-serif;
position: relative;
overflow: hidden;
}
.announcement-flash-nav .item {
font: normal 1.5rem/1 Arial, sans-serif;
margin: 0 3px 5px;
display: inline-block;
padding: 3px 5px 5px;
background-color: var(--color5);
}
.flash-thumb {
float: left;
width: 168px;
margin: 0 10px 20px 10px;
line-height: 1;
background: var(--color5);
padding-bottom: 10px;
min-height: 184px;
height: 184px;
position: relative;
}
.flash-partition-header a {
color: var(--color6);
}
.table-bordered {
border: 1px solid var(--color3);
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: var(--color4);
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
border: 1px solid var(--color3);
}
.user-image-frame-column {
position: absolute;
background: var(--color4);
right: 0;
top: 0;
width: 350px;
height: 100%;
}
.post-rules-content {
box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
background-color: var(--color3);
padding: 20px 40px 30px 30px;
font-size: 1.4rem;
line-height: 1.5;
}
.bs-fieldset {
background: var(--color3);
padding: 10px 15px;
margin-bottom: 15px;
border-radius: 5px;
}
.user-games-set .item {
padding: 10px;
box-shadow: 0 0 1px rgba(0,0,0,0.2);
background-color: var(--color4);
margin: 0 0 12px 0;
}
.poll-module .block-content {
padding: 20px 10px 10px 20px;
background: var(--color3);
}
.main-navigation .horisontal {
border-bottom: 1px solid var(--color3);
}
.wiki-content-area .module-header {
border-bottom: 1px solid var(--color3);
padding-bottom: 5px;
margin: 0 0 20px 0;
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: var(--color4);
border: 1px solid var(--color3);
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.media-announce-item {
margin: 0 0 14px;
display: flex;
background-color: var(--color4);
box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.comments-content .inner blockquote {
border: 1px solid var(--color3);
font-weight: normal;
margin: 10px 0;
font-size: 100%;
border-radius: 3px;
background: var(--color4);
}
.video-related-content .item {
margin-bottom: 22px;
background-color: var(--color4);
display: block;
}
.video-related-content .item:hover {
background-color: var(--color3);
}
.gp-game-card {
background: var(--color4);
padding: 20px 10px;
margin: 6px 0 40px;
}
.gp-game-card-header {
padding: 6px 5px 6px 20px;
background: var(--color3);
margin: 20px -10px 20px;
font: normal 1.2rem/1 "PT Sans", Arial, sans-serif;
text-transform: uppercase;
text-shadow: 1px 1px 1px var(--color3);
}
.games-catalogue-flow .item {
display: flex;
background-color: var(--color4);
margin: 15px;
flex-basis: calc(50% - 30px);
position: relative;
}
.page-aside .announcement-block .block-content {
background-color: var(--color4);
padding: 20px;
}
.forums-popular-game {
margin-bottom: 10px;
white-space: nowrap;
overflow: hidden;
background-color: var(--color4);
}
.forums-popular-game :hover {
background-color: var(--color3);
}
.forum-category .item {
margin: 0;
border-bottom: 1px solid var(--color3);
padding: 7px 5px 10px 5px;
}
} | 0.301568 | 0.138055 |
@-moz-document domain("github.com") {
/*
(c) 2012-2017 GitHub
When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos)
Code License: MIT (http://choosealicense.com/licenses/mit/)
Applies to all other files
github-notification-bouncing
https://github.com/muchweb/github-notification-bouncing
Edited from https://userstyles.org/styles/123952/github-material-design
>_ Edited by <NAME>
Github Repository : https://github.com/thomasbnt/Github-Material-Design
Website : https://thomasbnt.fr/
Twitter : https://twitter.com/hyprimort
*/
@keyframes bounce {
to {
transform: scale(1.4);
opacity: 1;
}
}
@keyframes shrink {
0%, 50% {
width: 14px;
height: 14px;
box-shadow: 0 0 8px transparent;
}
}
.mail-status.unread {
animation: bounce .5s ease-out infinite alternate, shrink 60s linear;
width: 24px;
height: 24px;
opacity: 0.9;
transform: scale(1);
box-shadow: 0 0 8px #4183C4;
}
/*
GitHub issue link inline titles
https://userstyles.org/styles/106817/github-issue-link-inline-titles
*/
.issue-link[title]:after {
content: attr(title);
font-size: 0.8em;
margin-left: 0.4em;
margin-right: 0.6em;
padding: 0.2em 0.4em;
border: 1px solid #ccc;
background: #eee;
color: #777;
position: relative;
top: -1px;
}
.header {
padding-top: 15px;
padding-bottom: 15px;
}
.header,
.blankslate,
.header-logged-in,
.org-header,
.simple-box,
.menu,
.capped-card,
.file-header,
.file,
.network-graph-container,
.js-code-editor,
.container-preview,
.show-code,
.auth-form-body,
.repohead.experiment-repo-nav,
.file-wrap,
.branch-infobar,
.commit-tease,
.stats-switcher-viewport,
.table-list,
.table-list-header,
.new-user-avatar-cta,
.comment,
.previewable-edit,
.timeline-comment,
.js-comment,
.js-task-list-container,
.owner-comment,
.current-user,
.activity-listing.contribution-activity.js-contribution-activity,
.boxed-group {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}
.header-nav-link {
margin-top: 5px;
}
.header-logo-invertocat {
margin-top: 3px;
}
.site-search,
#your-repos-filter,
.input-block,
.filter_input,
.short,
.js-repository-name,
.js-filterable-field,
.select,
.subnav-search-input,
.input-contrast,
.auto-search-input,
.js-autosearch-field,
.js-member-filter-field,
.filename,
.js-gist-filename,
.js-blob-filename,
#user_profile_name,
#user_profile_blog,
#user_profile_company,
#user_profile_location,
#user_old_password,
#user_new_password,
#user_confirm_new_password,
#q {
font-size: 14px;
border-color: transparent !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 1px rgba(0, 0, 0, .12) !important;
-webkit-transition: box-shadow .2s !important;
transition: box-shadow .2s !important;
border-radius: 2px !important;
box-sizing: border-box !important;
background: white;
padding: 10px;
}
#rename_field {
line-height: 8px !important;
}
.form-control {
padding: 5px 8px;
margin: 1px;
}
.form-control > input {
border-color: transparent!important;
line-height: 40px!important;
height: 40px!important;
box-shadow: 0 1px 1.5px rgba(0, 0, 0, .06), 0 1px 1px rgba(0, 0, 0, .12)!important;
-webkit-transition: box-shadow .2s!important;
transition: box-shadow .2s!important;
border-radius: 2px!important;
box-sizing: border-box!important;
padding: 5px;
}
.form-control.is-autocheck-successful {
background: #fff!important;
}
.form-control,
.form-select {
border: 0;
height: 40px!important;
}
.form-control.focus,
.form-control:focus,
.form-select.focus,
.form-select:focus {
border: 0;
outline: none;
box-shadow: none;
}
.form-control {
padding: 0;
margin: 0;
}
.site-search .chromeless-input {
width: 260px;
height: 30px !important;
min-height: 0;
}
.site-search .scope-badge {
margin-left: 1px;
padding: 0 5px;
line-height: 26px;
vertical-align: initial;
}
.subnav-search-input,
.input-contrast,
.auto-search-input,
.js-repo-filter-field,
.js-autosearch-field,
.site-search form {
width: 360px;
padding-right: 2px;
margin-right: 0;
}
.form-control.focus,
.form-control:focus,
input[type="text"].focus,
input[type="text"]:focus,
.focused .drag-and-drop,
input[type="password"].focus,
input[type="password"]:focus,
input[type="email"].focus,
input[type="email"]:focus,
input[type="number"].focus,
input[type="number"]:focus,
input[type="tel"].focus,
input[type="tel"]:focus,
input[type="url"].focus,
input[type="url"]:focus,
select.focus,
select:focus,
textarea.focus,
textarea:focus {
border-color: #fff;
box-shadow: none;
}
.header-search-input {
color: black !important;
}
#js-issues-search {
padding-left: 30px;
}
.btn,
.subnav-item,
.state,
.btn-sm {
box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 1px rgba(0, 0, 0, .12) !important;
text-decoration: none;
text-align: center;
letter-spacing: 0;
transition: .2s ease-in;
cursor: pointer;
display: inline-block;
}
input.btn {
padding: 6px 8px;
}
.btn-primary,
.btn-primary:hover {
background-image: linear-gradient(#66BB6A, #4CAF50);
}
.profilecols .filter-bar {
padding: 15px 8px 15px;
}
.tabnav {
padding-bottom: 0;
margin-bottom: 0;
}
body.page-profile .tab-content {
padding-bottom: 15px;
}
.repo-list-item {
padding: 30px 20px 30px 20px;
}
.activity-tab {
padding-top: 15px;
}
.tabnav-tab,
.pagehead-tabs-item,
.reponav-item,
.pagehead-nav-item {
padding: 15px 12px;
height: 54px;
text-transform: uppercase;
}
.tabnav-tabs,
.pagehead-tabs {
margin-bottom: 0;
}
.tabnav-tab.selected,
.pagehead-tabs-item.selected,
a.repo-filter.text-small.text-muted.js-repo-filter-tab.filter-selected,
.reponav-item.selected,
.pagehead-nav-item.selected {
background-color: #f0f0f0 !important;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 3px solid #4285f4;
color: #4285f4;
margin: 2px 4px 0;
}
.activity-listing.contribution-activity.js-contribution-activity {
padding: 15px;
border-radius: 4px;
}
div.select-menu.right.js-menu-container.js-select-menu.js-period-container {
padding-top: 25px;
}
.state {
text-transform: uppercase;
padding: 3px;
}
.state-closed,
.bar-section-negative {
background-color: #E53935 !important;
}
.state-merged,
.bar-section-alt {
background-color: #7B1FA2 !important;
}
.state-open,
.bar-section-positive {
background-color: #43A047 !important;
} | style.css | @-moz-document domain("github.com") {
/*
(c) 2012-2017 GitHub
When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos)
Code License: MIT (http://choosealicense.com/licenses/mit/)
Applies to all other files
github-notification-bouncing
https://github.com/muchweb/github-notification-bouncing
Edited from https://userstyles.org/styles/123952/github-material-design
>_ Edited by <NAME>
Github Repository : https://github.com/thomasbnt/Github-Material-Design
Website : https://thomasbnt.fr/
Twitter : https://twitter.com/hyprimort
*/
@keyframes bounce {
to {
transform: scale(1.4);
opacity: 1;
}
}
@keyframes shrink {
0%, 50% {
width: 14px;
height: 14px;
box-shadow: 0 0 8px transparent;
}
}
.mail-status.unread {
animation: bounce .5s ease-out infinite alternate, shrink 60s linear;
width: 24px;
height: 24px;
opacity: 0.9;
transform: scale(1);
box-shadow: 0 0 8px #4183C4;
}
/*
GitHub issue link inline titles
https://userstyles.org/styles/106817/github-issue-link-inline-titles
*/
.issue-link[title]:after {
content: attr(title);
font-size: 0.8em;
margin-left: 0.4em;
margin-right: 0.6em;
padding: 0.2em 0.4em;
border: 1px solid #ccc;
background: #eee;
color: #777;
position: relative;
top: -1px;
}
.header {
padding-top: 15px;
padding-bottom: 15px;
}
.header,
.blankslate,
.header-logged-in,
.org-header,
.simple-box,
.menu,
.capped-card,
.file-header,
.file,
.network-graph-container,
.js-code-editor,
.container-preview,
.show-code,
.auth-form-body,
.repohead.experiment-repo-nav,
.file-wrap,
.branch-infobar,
.commit-tease,
.stats-switcher-viewport,
.table-list,
.table-list-header,
.new-user-avatar-cta,
.comment,
.previewable-edit,
.timeline-comment,
.js-comment,
.js-task-list-container,
.owner-comment,
.current-user,
.activity-listing.contribution-activity.js-contribution-activity,
.boxed-group {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}
.header-nav-link {
margin-top: 5px;
}
.header-logo-invertocat {
margin-top: 3px;
}
.site-search,
#your-repos-filter,
.input-block,
.filter_input,
.short,
.js-repository-name,
.js-filterable-field,
.select,
.subnav-search-input,
.input-contrast,
.auto-search-input,
.js-autosearch-field,
.js-member-filter-field,
.filename,
.js-gist-filename,
.js-blob-filename,
#user_profile_name,
#user_profile_blog,
#user_profile_company,
#user_profile_location,
#user_old_password,
#user_new_password,
#user_confirm_new_password,
#q {
font-size: 14px;
border-color: transparent !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 1px rgba(0, 0, 0, .12) !important;
-webkit-transition: box-shadow .2s !important;
transition: box-shadow .2s !important;
border-radius: 2px !important;
box-sizing: border-box !important;
background: white;
padding: 10px;
}
#rename_field {
line-height: 8px !important;
}
.form-control {
padding: 5px 8px;
margin: 1px;
}
.form-control > input {
border-color: transparent!important;
line-height: 40px!important;
height: 40px!important;
box-shadow: 0 1px 1.5px rgba(0, 0, 0, .06), 0 1px 1px rgba(0, 0, 0, .12)!important;
-webkit-transition: box-shadow .2s!important;
transition: box-shadow .2s!important;
border-radius: 2px!important;
box-sizing: border-box!important;
padding: 5px;
}
.form-control.is-autocheck-successful {
background: #fff!important;
}
.form-control,
.form-select {
border: 0;
height: 40px!important;
}
.form-control.focus,
.form-control:focus,
.form-select.focus,
.form-select:focus {
border: 0;
outline: none;
box-shadow: none;
}
.form-control {
padding: 0;
margin: 0;
}
.site-search .chromeless-input {
width: 260px;
height: 30px !important;
min-height: 0;
}
.site-search .scope-badge {
margin-left: 1px;
padding: 0 5px;
line-height: 26px;
vertical-align: initial;
}
.subnav-search-input,
.input-contrast,
.auto-search-input,
.js-repo-filter-field,
.js-autosearch-field,
.site-search form {
width: 360px;
padding-right: 2px;
margin-right: 0;
}
.form-control.focus,
.form-control:focus,
input[type="text"].focus,
input[type="text"]:focus,
.focused .drag-and-drop,
input[type="password"].focus,
input[type="password"]:focus,
input[type="email"].focus,
input[type="email"]:focus,
input[type="number"].focus,
input[type="number"]:focus,
input[type="tel"].focus,
input[type="tel"]:focus,
input[type="url"].focus,
input[type="url"]:focus,
select.focus,
select:focus,
textarea.focus,
textarea:focus {
border-color: #fff;
box-shadow: none;
}
.header-search-input {
color: black !important;
}
#js-issues-search {
padding-left: 30px;
}
.btn,
.subnav-item,
.state,
.btn-sm {
box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 1px rgba(0, 0, 0, .12) !important;
text-decoration: none;
text-align: center;
letter-spacing: 0;
transition: .2s ease-in;
cursor: pointer;
display: inline-block;
}
input.btn {
padding: 6px 8px;
}
.btn-primary,
.btn-primary:hover {
background-image: linear-gradient(#66BB6A, #4CAF50);
}
.profilecols .filter-bar {
padding: 15px 8px 15px;
}
.tabnav {
padding-bottom: 0;
margin-bottom: 0;
}
body.page-profile .tab-content {
padding-bottom: 15px;
}
.repo-list-item {
padding: 30px 20px 30px 20px;
}
.activity-tab {
padding-top: 15px;
}
.tabnav-tab,
.pagehead-tabs-item,
.reponav-item,
.pagehead-nav-item {
padding: 15px 12px;
height: 54px;
text-transform: uppercase;
}
.tabnav-tabs,
.pagehead-tabs {
margin-bottom: 0;
}
.tabnav-tab.selected,
.pagehead-tabs-item.selected,
a.repo-filter.text-small.text-muted.js-repo-filter-tab.filter-selected,
.reponav-item.selected,
.pagehead-nav-item.selected {
background-color: #f0f0f0 !important;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 3px solid #4285f4;
color: #4285f4;
margin: 2px 4px 0;
}
.activity-listing.contribution-activity.js-contribution-activity {
padding: 15px;
border-radius: 4px;
}
div.select-menu.right.js-menu-container.js-select-menu.js-period-container {
padding-top: 25px;
}
.state {
text-transform: uppercase;
padding: 3px;
}
.state-closed,
.bar-section-negative {
background-color: #E53935 !important;
}
.state-merged,
.bar-section-alt {
background-color: #7B1FA2 !important;
}
.state-open,
.bar-section-positive {
background-color: #43A047 !important;
} | 0.47171 | 0.183082 |
@font-face {
font-family: "iconfont"; /* Project id 1866167 */
src: url('iconfont.woff2?t=1620374768849') format('woff2'),
url('iconfont.woff?t=1620374768849') format('woff'),
url('iconfont.ttf?t=1620374768849') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon111111:before {
content: "\e6ad";
}
.iconqiyecopy:before {
content: "\e6ac";
}
.iconanquanyuan1:before {
content: "\e6a5";
}
.iconbaoguanyuan11:before {
content: "\e6a6";
}
.iconbaopoyuan1:before {
content: "\e6a8";
}
.iconjianliyuan1:before {
content: "\e6a9";
}
.iconyayunyuan11:before {
content: "\e6aa";
}
.iconjiashiyuan1:before {
content: "\e6ab";
}
.iconyayunyuan1:before {
content: "\e6a4";
}
.iconrenyuan:before {
content: "\e6a2";
}
.iconbaoguanyuan1:before {
content: "\e6a3";
}
.iconjianliyuan:before {
content: "\e69d";
}
.iconjiashiyuan:before {
content: "\e69e";
}
.iconbaopoyuan:before {
content: "\e69f";
}
.iconanquanyuan:before {
content: "\e6a0";
}
.iconyayunyuan:before {
content: "\e6a1";
}
.iconzhong1:before {
content: "\e69a";
}
.icongao1:before {
content: "\e69b";
}
.icondi1:before {
content: "\e69c";
}
.icondi:before {
content: "\e698";
}
.iconzhong:before {
content: "\e699";
}
.iconzu17:before {
content: "\e697";
}
.iconruku:before {
content: "\e691";
}
.iconkuangshan:before {
content: "\e690";
}
.iconyunshucheliang:before {
content: "\e68f";
}
.iconyingjijigou:before {
content: "\e68e";
}
.iconbaopoqiye:before {
content: "\e68d";
}
.iconzhayaocangku:before {
content: "\e68c";
}
.iconbaopogongcheng:before {
content: "\e68b";
}
.iconchurukou:before {
content: "\e600";
}
.iconbaojing:before {
content: "\e631";
}
.iconshenhe:before {
content: "\e632";
}
.iconhangye1:before {
content: "\e60b";
}
.iconshenhezhong:before {
content: "\e6a7";
}
.iconshipinzhuisu1:before {
content: "\e630";
}
.iconyuanliebiao:before {
content: "\e62d";
}
.iconjiankong:before {
content: "\e6c9";
}
.iconyingjiyuan:before {
content: "\e637";
}
.iconshishishipin:before {
content: "\e62e";
}
.iconxiangqing:before {
content: "\e62f";
}
.iconyingjiguanli-copy:before {
content: "\e772";
}
.iconhuodanguanli:before {
content: "\e62b";
}
.iconyingjiguanli:before {
content: "\e62c";
}
.icondingwei:before {
content: "\e629";
}
.iconsousuo1:before {
content: "\e62a";
}
.iconshijian:before {
content: "\e67c";
}
.iconchakan1:before {
content: "\e67d";
}
.iconshanchu2:before {
content: "\e771";
}
.iconriqi:before {
content: "\e624";
}
.iconwenjian:before {
content: "\e625";
}
.iconquerengou:before {
content: "\e626";
}
.iconzhenggai:before {
content: "\e627";
}
.iconshangchuan:before {
content: "\e628";
}
.iconkakoushexiangtou:before {
content: "\e622";
}
.iconzhuangxiezuoye:before {
content: "\e623";
}
.iconshenhejieguo:before {
content: "\e61a";
}
.iconshipinzhuisu:before {
content: "\e61b";
}
.iconweihuapin:before {
content: "\e61c";
}
.iconqiye2:before {
content: "\e61d";
}
.iconjinchuheyan:before {
content: "\e61e";
}
.iconzhuangxiequbeizhu:before {
content: "\e61f";
}
.iconzhuangxieweiguanli:before {
content: "\e620";
}
.iconweixianyuanjiance:before {
content: "\e621";
}
.iconxinxiguanli:before {
content: "\e617";
}
.iconpaishe:before {
content: "\e60d";
}
.iconshouye1:before {
content: "\e60e";
}
.iconhuoyunche:before {
content: "\e60f";
}
.iconxiala:before {
content: "\e610";
}
.iconshaixuan:before {
content: "\e611";
}
.iconrenyuanzhuangtai:before {
content: "\e612";
}
.iconshipin:before {
content: "\e613";
}
.iconsousuo:before {
content: "\e614";
}
.iconweixianjiance:before {
content: "\e615";
}
.iconzhuangxiejiankong:before {
content: "\e616";
}
.iconheyan:before {
content: "\e618";
}
.iconyonghu:before {
content: "\e619";
}
.iconshanchu1:before {
content: "\e679";
}
.iconqiyeziping:before {
content: "\e674";
}
.iconkaohezhibiao:before {
content: "\e675";
}
.iconbumenchuping:before {
content: "\e676";
}
.iconkaohedangan:before {
content: "\e677";
}
.icondengjiheding:before {
content: "\e678";
}
.iconbiaozhu:before {
content: "\e672";
}
.iconxiugaiweizhi:before {
content: "\e673";
}
.iconzhuangxieguochengbaojing:before {
content: "\e670";
}
.iconcheliangweiguibaojing:before {
content: "\e671";
}
.iconzonghechaxun:before {
content: "\e66f";
}
.iconchuli:before {
content: "\e66e";
}
.iconqiaoliang:before {
content: "\e66d";
}
.iconsuidao:before {
content: "\e66c";
}
.iconshipinjianceyujingxitong:before {
content: "\e66b";
}
.iconchurukouyitihuahechaxitong:before {
content: "\e66a";
}
.iconweihuapinzhinengzhuangxiexitong:before {
content: "\e669";
}
.iconbaojingliebiao:before {
content: "\e668";
}
.iconzhenggaitongzhifankui:before {
content: "\e667";
}
.iconjilu:before {
content: "\e666";
}
.iconzhuisu:before {
content: "\e665";
}
.iconzhenggaitongzhi:before {
content: "\e664";
}
.iconquanjubianliang:before {
content: "\e663";
}
.iconchakan:before {
content: "\e662";
}
.iconcheliangxinxi:before {
content: "\e661";
}
.iconjiashiyuanxinxi:before {
content: "\e660";
}
.iconshipinbofangyingpian2:before {
content: "\e65f";
}
.iconrenyuanbu:before {
content: "\e65e";
}
.icondianziyundan:before {
content: "\e65d";
}
.iconshexiangji:before {
content: "\e65c";
}
.iconiconjinchukakou-copy:before {
content: "\e67b";
}
.iconjinchukakou:before {
content: "\e65b";
}
.icontingchechang:before {
content: "\e65a";
}
.iconzhuangxiequ:before {
content: "\e659";
}
.iconcheliang:before {
content: "\e658";
}
.iconbaojingjingbaoyujing:before {
content: "\e657";
}
.iconqiye1:before {
content: "\e656";
}
.icondoc:before {
content: "\e655";
}
.iconjichuxinxi:before {
content: "\e654";
}
.iconjiangbei:before {
content: "\e653";
}
.iconqiye:before {
content: "\e652";
}
.iconzhuangxiebanyungongheyunshudailiye:before {
content: "\e651";
}
.iconzonghe:before {
content: "\e650";
}
.icontielu:before {
content: "\e64f";
}
.icondianzifapiao:before {
content: "\e64e";
}
.iconshanchu:before {
content: "\e64d";
}
.iconbianji:before {
content: "\e64c";
}
.iconxinzeng:before {
content: "\e64b";
}
.iconzhankai:before {
content: "\e64a";
}
.iconpeizhi:before {
content: "\e649";
}
.icondaoluyunshu:before {
content: "\e648";
}
.iconxitongguanli:before {
content: "\e647";
}
.icontongji:before {
content: "\e646";
}
.iconhangye:before {
content: "\e645";
}
.iconpingjia:before {
content: "\e644";
}
.iconguocheng-copy:before {
content: "\e67a";
}
.iconguocheng:before {
content: "\e643";
}
.iconditu:before {
content: "\e642";
}
.iconshipinjianguan:before {
content: "\e641";
}
.iconshouye:before {
content: "\e640";
} | src/assets/font/iconfont.css | @font-face {
font-family: "iconfont"; /* Project id 1866167 */
src: url('iconfont.woff2?t=1620374768849') format('woff2'),
url('iconfont.woff?t=1620374768849') format('woff'),
url('iconfont.ttf?t=1620374768849') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon111111:before {
content: "\e6ad";
}
.iconqiyecopy:before {
content: "\e6ac";
}
.iconanquanyuan1:before {
content: "\e6a5";
}
.iconbaoguanyuan11:before {
content: "\e6a6";
}
.iconbaopoyuan1:before {
content: "\e6a8";
}
.iconjianliyuan1:before {
content: "\e6a9";
}
.iconyayunyuan11:before {
content: "\e6aa";
}
.iconjiashiyuan1:before {
content: "\e6ab";
}
.iconyayunyuan1:before {
content: "\e6a4";
}
.iconrenyuan:before {
content: "\e6a2";
}
.iconbaoguanyuan1:before {
content: "\e6a3";
}
.iconjianliyuan:before {
content: "\e69d";
}
.iconjiashiyuan:before {
content: "\e69e";
}
.iconbaopoyuan:before {
content: "\e69f";
}
.iconanquanyuan:before {
content: "\e6a0";
}
.iconyayunyuan:before {
content: "\e6a1";
}
.iconzhong1:before {
content: "\e69a";
}
.icongao1:before {
content: "\e69b";
}
.icondi1:before {
content: "\e69c";
}
.icondi:before {
content: "\e698";
}
.iconzhong:before {
content: "\e699";
}
.iconzu17:before {
content: "\e697";
}
.iconruku:before {
content: "\e691";
}
.iconkuangshan:before {
content: "\e690";
}
.iconyunshucheliang:before {
content: "\e68f";
}
.iconyingjijigou:before {
content: "\e68e";
}
.iconbaopoqiye:before {
content: "\e68d";
}
.iconzhayaocangku:before {
content: "\e68c";
}
.iconbaopogongcheng:before {
content: "\e68b";
}
.iconchurukou:before {
content: "\e600";
}
.iconbaojing:before {
content: "\e631";
}
.iconshenhe:before {
content: "\e632";
}
.iconhangye1:before {
content: "\e60b";
}
.iconshenhezhong:before {
content: "\e6a7";
}
.iconshipinzhuisu1:before {
content: "\e630";
}
.iconyuanliebiao:before {
content: "\e62d";
}
.iconjiankong:before {
content: "\e6c9";
}
.iconyingjiyuan:before {
content: "\e637";
}
.iconshishishipin:before {
content: "\e62e";
}
.iconxiangqing:before {
content: "\e62f";
}
.iconyingjiguanli-copy:before {
content: "\e772";
}
.iconhuodanguanli:before {
content: "\e62b";
}
.iconyingjiguanli:before {
content: "\e62c";
}
.icondingwei:before {
content: "\e629";
}
.iconsousuo1:before {
content: "\e62a";
}
.iconshijian:before {
content: "\e67c";
}
.iconchakan1:before {
content: "\e67d";
}
.iconshanchu2:before {
content: "\e771";
}
.iconriqi:before {
content: "\e624";
}
.iconwenjian:before {
content: "\e625";
}
.iconquerengou:before {
content: "\e626";
}
.iconzhenggai:before {
content: "\e627";
}
.iconshangchuan:before {
content: "\e628";
}
.iconkakoushexiangtou:before {
content: "\e622";
}
.iconzhuangxiezuoye:before {
content: "\e623";
}
.iconshenhejieguo:before {
content: "\e61a";
}
.iconshipinzhuisu:before {
content: "\e61b";
}
.iconweihuapin:before {
content: "\e61c";
}
.iconqiye2:before {
content: "\e61d";
}
.iconjinchuheyan:before {
content: "\e61e";
}
.iconzhuangxiequbeizhu:before {
content: "\e61f";
}
.iconzhuangxieweiguanli:before {
content: "\e620";
}
.iconweixianyuanjiance:before {
content: "\e621";
}
.iconxinxiguanli:before {
content: "\e617";
}
.iconpaishe:before {
content: "\e60d";
}
.iconshouye1:before {
content: "\e60e";
}
.iconhuoyunche:before {
content: "\e60f";
}
.iconxiala:before {
content: "\e610";
}
.iconshaixuan:before {
content: "\e611";
}
.iconrenyuanzhuangtai:before {
content: "\e612";
}
.iconshipin:before {
content: "\e613";
}
.iconsousuo:before {
content: "\e614";
}
.iconweixianjiance:before {
content: "\e615";
}
.iconzhuangxiejiankong:before {
content: "\e616";
}
.iconheyan:before {
content: "\e618";
}
.iconyonghu:before {
content: "\e619";
}
.iconshanchu1:before {
content: "\e679";
}
.iconqiyeziping:before {
content: "\e674";
}
.iconkaohezhibiao:before {
content: "\e675";
}
.iconbumenchuping:before {
content: "\e676";
}
.iconkaohedangan:before {
content: "\e677";
}
.icondengjiheding:before {
content: "\e678";
}
.iconbiaozhu:before {
content: "\e672";
}
.iconxiugaiweizhi:before {
content: "\e673";
}
.iconzhuangxieguochengbaojing:before {
content: "\e670";
}
.iconcheliangweiguibaojing:before {
content: "\e671";
}
.iconzonghechaxun:before {
content: "\e66f";
}
.iconchuli:before {
content: "\e66e";
}
.iconqiaoliang:before {
content: "\e66d";
}
.iconsuidao:before {
content: "\e66c";
}
.iconshipinjianceyujingxitong:before {
content: "\e66b";
}
.iconchurukouyitihuahechaxitong:before {
content: "\e66a";
}
.iconweihuapinzhinengzhuangxiexitong:before {
content: "\e669";
}
.iconbaojingliebiao:before {
content: "\e668";
}
.iconzhenggaitongzhifankui:before {
content: "\e667";
}
.iconjilu:before {
content: "\e666";
}
.iconzhuisu:before {
content: "\e665";
}
.iconzhenggaitongzhi:before {
content: "\e664";
}
.iconquanjubianliang:before {
content: "\e663";
}
.iconchakan:before {
content: "\e662";
}
.iconcheliangxinxi:before {
content: "\e661";
}
.iconjiashiyuanxinxi:before {
content: "\e660";
}
.iconshipinbofangyingpian2:before {
content: "\e65f";
}
.iconrenyuanbu:before {
content: "\e65e";
}
.icondianziyundan:before {
content: "\e65d";
}
.iconshexiangji:before {
content: "\e65c";
}
.iconiconjinchukakou-copy:before {
content: "\e67b";
}
.iconjinchukakou:before {
content: "\e65b";
}
.icontingchechang:before {
content: "\e65a";
}
.iconzhuangxiequ:before {
content: "\e659";
}
.iconcheliang:before {
content: "\e658";
}
.iconbaojingjingbaoyujing:before {
content: "\e657";
}
.iconqiye1:before {
content: "\e656";
}
.icondoc:before {
content: "\e655";
}
.iconjichuxinxi:before {
content: "\e654";
}
.iconjiangbei:before {
content: "\e653";
}
.iconqiye:before {
content: "\e652";
}
.iconzhuangxiebanyungongheyunshudailiye:before {
content: "\e651";
}
.iconzonghe:before {
content: "\e650";
}
.icontielu:before {
content: "\e64f";
}
.icondianzifapiao:before {
content: "\e64e";
}
.iconshanchu:before {
content: "\e64d";
}
.iconbianji:before {
content: "\e64c";
}
.iconxinzeng:before {
content: "\e64b";
}
.iconzhankai:before {
content: "\e64a";
}
.iconpeizhi:before {
content: "\e649";
}
.icondaoluyunshu:before {
content: "\e648";
}
.iconxitongguanli:before {
content: "\e647";
}
.icontongji:before {
content: "\e646";
}
.iconhangye:before {
content: "\e645";
}
.iconpingjia:before {
content: "\e644";
}
.iconguocheng-copy:before {
content: "\e67a";
}
.iconguocheng:before {
content: "\e643";
}
.iconditu:before {
content: "\e642";
}
.iconshipinjianguan:before {
content: "\e641";
}
.iconshouye:before {
content: "\e640";
} | 0.332852 | 0.104249 |
@charset "utf-8";
/* CSS Document */
.top_1{font-size:10px;color:#25439F;font-weight:bold;}
.top_2{font-size:20px;color:#1E387B;font-weight:bold;}
/*推荐产品*/
.tj_pro{width:980px;margin:0 auto;clear:both;overflow:hidden;margin-top:20px;}
.cptj_1{width:175px;float:left;text-align:center;font-size:20px;color:#1A3375;}
.cptj_1 span{color:#5A5A5A;}
.tj_con{width:980px;margin:0 auto;margin-top:50px;}
.tj_con ul{clear:both;overflow:hidden;}
.tj_con li{float:left;width:245px;text-align:center;}
.tj_con li span{width:245px;display:block;}
.tj_con_1{background:url(images/11.jpg) no-repeat 45px 0;padding-top:170px;}
.tj_con_2{background:url(images/22.jpg) no-repeat 45px 0;;padding-top:170px;}
.tj_con_3{background:url(images/33.jpg) no-repeat 45px 0;;padding-top:170px;}
.tj_con_4{background:url(images/44.jpg) no-repeat 45px 0;;padding-top:170px;}
/*.tj_con_1:hover{background:url(images/tj_1.png) no-repeat 45px 2px;}*/
/*.tj_con_2:hover{background:url(images/tj_2.png) no-repeat 47px 1px;}*/
/*.tj_con_3:hover{background:url(images/tj_3.png) no-repeat 45px 2px;}*/
/*.tj_con_4:hover{background:url(images/tj_4.png) no-repeat 47px 1px;}*/
.tj_con_1 a{color:#1E387B;font-weight:bold;}
.tj_con_2 a{color:#1E387B;font-weight:bold;}
.tj_con_3 a{color:#1E387B;font-weight:bold;}
.tj_con_4 a{color:#1E387B;font-weight:bold;}
/*首页 关于我们*/
.sy_con_1{width:1100px;margin:0 auto;clear:both;overflow:hidden;margin-top:60px;border-bottom:1px #CCCCCC solid;}
.sy_con_1 .title{font-size:25px;color:#1E387B;font-weight:bold;font-family:"Microsoft YaHei";float:left;}
.sy_con_1 .title img{width:65px;height:60px;}
.sy_con_1 .title span{font-size:28px;color:#CCCCCC;font-weight:bold;margin-right:5px;font-family:"Microsoft YaHei";}
.sy_con_1 .mero{float:right;padding-top:50px;font-size:14px;}
/*首页 新闻动态*/
.sy_con_2{width:1100px;margin:0 auto; margin-top:60px;border-bottom:1px #CCCCCC solid;clear:both;overflow:hidden;}
.sy_con_2 .title{font-size:25px;color:#1E387B;font-weight:bold;font-family:"Microsoft YaHei";float:left;}
.sy_con_2 .title img{width:65px;height:60px;}
.sy_con_2 .title span{font-size:28px;color:#CCCCCC;font-weight:bold;margin-right:5px;font-family:"Microsoft YaHei";}
.xw_con{width:1100px;margin:0 auto;clear:both;overflow:hidden;margin-top:30px;font-family:"Microsoft YaHei";}
.xw_1{width:330px;float:left;}
.xw_2{width:330px;float:left;margin-left:55px;}
.xw_3{width:330px;float:right;}
.xw_4{border-bottom:dashed 1px #1E387B;width:330px;padding-bottom:3px;font-weight:bold;color:#0064D4}
.xw_4 span{margin-left:240px;}
.xw_t{height:80px;overflow:hidden;margin:20px 0px;*margin:25px 0px;}
.xw_t img{width:330px;height:80px;display:block}
.xw_con li{height:30px;line-height:30px;}
/*首页 产品中心*/
.cp_con{width:1100px;margin:0 auto;margin-top:30px;}
.marquee_pic .prev{display:block;top:20px;left:0px;width:50px;height:125px;background:url(images/cplb_z.jpg) no-repeat;}
.marquee_pic .next{display:block;top:20px;right:0px;width:50px;height:125px;background:url(images/cplb_y.jpg) no-repeat;}
/*首页 快捷链接*/
.kj{width:1100px;margin:0 auto;clear:both;overflow:hidden;margin-bottom:40px;}
.kj_1{float:left;width:270px;}
.kj_1 div a{font-size:14px;}
.kj_1 div a:hover{color:#5A5A5A;}
.kj_1 div span{display:block;width:270px;color:#C4C9D1}
.kj_1_1{background:url(images/kj_1.png) no-repeat 40px 25px;height:65px;border-bottom:1px solid #BFBFBF;padding:15px 0 0 90px;}
.kj_1_1:hover{background:url(images/kj_1_1.jpg) no-repeat 40px 25px;}
.kj_1_2{background:url(images/kj_2.png) no-repeat 40px 25px;height:65px;border-bottom:1px solid #BFBFBF;padding:15px 0 0 90px;}
.kj_1_2:hover{background:url(images/kj_2_1.jpg) no-repeat 40px 25px;}
.kj_1_3{background:url(images/kj_3.png) no-repeat 40px 25px;height:65px;border-bottom:1px solid #BFBFBF;padding:15px 0 0 90px;}
.kj_1_3:hover{background:url(images/kj_3_1.jpg) no-repeat 40px 25px;}
.kj_1_4{background:url(images/kj_4.png) no-repeat 40px 25px;height:65px;border-bottom:1px solid #BFBFBF;padding:15px 0 0 90px;}
.kj_1_4:hover{background:url(images/kj_4_1.jpg) no-repeat 40px 25px;}
.kj_2{float:left;width:455px;margin-left:50px;}
.ly_1{color:#5A5A5A;font-weight:bold;margin-top:10px;font-size:14px;}
.ly_2{color:#5A5A5A;font-weight:bold;margin-top:10px;font-size:14px;}
.ly_3{color:#5A5A5A;font-weight:bold;margin-top:10px;font-size:14px;}
.ok{border:1px solid #203B78;background:#203B78;border-radius:5px;width:100px;height:30px;color:white;}
.kj_3{float:right;}
.kj_3_1{padding:2px;border:1px solid #CCCCCC ;margin-top:10px;margin-bottom:10px;}
.kj_3_1 img{width:280px;height:75px;}
.kj_3_2 li{border-bottom:1px solid #CCCCCC;color:#5A5A5A;padding-left:40px;height:42px;line-height:42px;width:250px;font-family:"Microsoft YaHei";font-size:13px;}
.kj_3_2 .a{background:url(images/sy_lx_1.png) no-repeat 0 10px;}
.kj_3_2 .b{background:url(images/sy_lx_2.png) no-repeat 0 10px;}
.kj_3_2 .c{background:url(images/sy_lx_3.png) no-repeat 0 10px;}
.kj_3_2 .d{background:url(images/sy_lx_4.png) no-repeat 0 10px;}
.kj_3_2 .e{background:url(images/sy_lx_5.png) no-repeat 0 10px;}
/*底部*/
.dbd{background:#474747;width:1100px;margin:0 auto;height:270px;}
.dbd_1{width:1100px;margin:0 auto;text-align:center;padding-top:110px;}
.dbd_1 a{font-size:16px;cfont-family:"Microsoft YaHei";}
.dbd_2{width:210px;margin:0 auto;text-align:center;margin-top:10px;}
.dbd_2 ul{clear:both;overflow:hidden;}
.dbd_2 li{float:left;margin:0 10px 0 8px;}
.dbd_3{width:700px;margin:0 auto;clear:both;overflow:hidden;margin-top:30px;}
.dbd_3_1{float:left;font-size:14px;}
.dbd_3_2{float:right;}
.dbd_3_2 img{width:100px;height:100px;}
/*内页 联系*/
.ny_lx{background:#173070;position:relative;border:1px solid #CCCCCC;padding:5px;margin-bottom:20px;margin-top:20px;}
.ny_lx_1{font-size:26px;font-family:"Microsoft YaHei";color:white;margin-right:71px;text-align:right}
.ny_lx_2{position:absolute;margin-top:-70px;margin-left:10px;}
.ny_lx_a{margin:0 0 30px 0}
.ny_ly{width:400px;margin:0 auto;}
.ny_ly_t{width:700px;margin:0 auto;margin-bottom:20px;}
.ny_ly_t img{width:700px;height:200px;}
/*.lxfs{border:1px solid #CCCCCC;}*/
.lxfs li{height:50px;line-height:50px;padding-left:30px;color:#1E387B;font-family:"Microsoft YaHei";}
.lxfs .a{background:url(images/lxfs_1.jpg) no-repeat 2px 15px;}
.lxfs .b{background:url(images/lxfs_1.jpg) no-repeat 2px 15px;}
.lxfs .c{background:url(images/lxfs_2.jpg) no-repeat 2px 15px;}
.lxfs .d{background:url(images/lxfs_3.jpg) no-repeat 2px 15px;}
.lxfs .e{background:url(images/lxfs_4.jpg) no-repeat 2px 15px;}
.lxfs .f{background:url(images/lxfs_5.jpg) no-repeat 2px 15px;}
.lxfs .g{background:url(images/lxfs_6.jpg) no-repeat 2px 15px;} | public/css/diy.css | @charset "utf-8";
/* CSS Document */
.top_1{font-size:10px;color:#25439F;font-weight:bold;}
.top_2{font-size:20px;color:#1E387B;font-weight:bold;}
/*推荐产品*/
.tj_pro{width:980px;margin:0 auto;clear:both;overflow:hidden;margin-top:20px;}
.cptj_1{width:175px;float:left;text-align:center;font-size:20px;color:#1A3375;}
.cptj_1 span{color:#5A5A5A;}
.tj_con{width:980px;margin:0 auto;margin-top:50px;}
.tj_con ul{clear:both;overflow:hidden;}
.tj_con li{float:left;width:245px;text-align:center;}
.tj_con li span{width:245px;display:block;}
.tj_con_1{background:url(images/11.jpg) no-repeat 45px 0;padding-top:170px;}
.tj_con_2{background:url(images/22.jpg) no-repeat 45px 0;;padding-top:170px;}
.tj_con_3{background:url(images/33.jpg) no-repeat 45px 0;;padding-top:170px;}
.tj_con_4{background:url(images/44.jpg) no-repeat 45px 0;;padding-top:170px;}
/*.tj_con_1:hover{background:url(images/tj_1.png) no-repeat 45px 2px;}*/
/*.tj_con_2:hover{background:url(images/tj_2.png) no-repeat 47px 1px;}*/
/*.tj_con_3:hover{background:url(images/tj_3.png) no-repeat 45px 2px;}*/
/*.tj_con_4:hover{background:url(images/tj_4.png) no-repeat 47px 1px;}*/
.tj_con_1 a{color:#1E387B;font-weight:bold;}
.tj_con_2 a{color:#1E387B;font-weight:bold;}
.tj_con_3 a{color:#1E387B;font-weight:bold;}
.tj_con_4 a{color:#1E387B;font-weight:bold;}
/*首页 关于我们*/
.sy_con_1{width:1100px;margin:0 auto;clear:both;overflow:hidden;margin-top:60px;border-bottom:1px #CCCCCC solid;}
.sy_con_1 .title{font-size:25px;color:#1E387B;font-weight:bold;font-family:"Microsoft YaHei";float:left;}
.sy_con_1 .title img{width:65px;height:60px;}
.sy_con_1 .title span{font-size:28px;color:#CCCCCC;font-weight:bold;margin-right:5px;font-family:"Microsoft YaHei";}
.sy_con_1 .mero{float:right;padding-top:50px;font-size:14px;}
/*首页 新闻动态*/
.sy_con_2{width:1100px;margin:0 auto; margin-top:60px;border-bottom:1px #CCCCCC solid;clear:both;overflow:hidden;}
.sy_con_2 .title{font-size:25px;color:#1E387B;font-weight:bold;font-family:"Microsoft YaHei";float:left;}
.sy_con_2 .title img{width:65px;height:60px;}
.sy_con_2 .title span{font-size:28px;color:#CCCCCC;font-weight:bold;margin-right:5px;font-family:"Microsoft YaHei";}
.xw_con{width:1100px;margin:0 auto;clear:both;overflow:hidden;margin-top:30px;font-family:"Microsoft YaHei";}
.xw_1{width:330px;float:left;}
.xw_2{width:330px;float:left;margin-left:55px;}
.xw_3{width:330px;float:right;}
.xw_4{border-bottom:dashed 1px #1E387B;width:330px;padding-bottom:3px;font-weight:bold;color:#0064D4}
.xw_4 span{margin-left:240px;}
.xw_t{height:80px;overflow:hidden;margin:20px 0px;*margin:25px 0px;}
.xw_t img{width:330px;height:80px;display:block}
.xw_con li{height:30px;line-height:30px;}
/*首页 产品中心*/
.cp_con{width:1100px;margin:0 auto;margin-top:30px;}
.marquee_pic .prev{display:block;top:20px;left:0px;width:50px;height:125px;background:url(images/cplb_z.jpg) no-repeat;}
.marquee_pic .next{display:block;top:20px;right:0px;width:50px;height:125px;background:url(images/cplb_y.jpg) no-repeat;}
/*首页 快捷链接*/
.kj{width:1100px;margin:0 auto;clear:both;overflow:hidden;margin-bottom:40px;}
.kj_1{float:left;width:270px;}
.kj_1 div a{font-size:14px;}
.kj_1 div a:hover{color:#5A5A5A;}
.kj_1 div span{display:block;width:270px;color:#C4C9D1}
.kj_1_1{background:url(images/kj_1.png) no-repeat 40px 25px;height:65px;border-bottom:1px solid #BFBFBF;padding:15px 0 0 90px;}
.kj_1_1:hover{background:url(images/kj_1_1.jpg) no-repeat 40px 25px;}
.kj_1_2{background:url(images/kj_2.png) no-repeat 40px 25px;height:65px;border-bottom:1px solid #BFBFBF;padding:15px 0 0 90px;}
.kj_1_2:hover{background:url(images/kj_2_1.jpg) no-repeat 40px 25px;}
.kj_1_3{background:url(images/kj_3.png) no-repeat 40px 25px;height:65px;border-bottom:1px solid #BFBFBF;padding:15px 0 0 90px;}
.kj_1_3:hover{background:url(images/kj_3_1.jpg) no-repeat 40px 25px;}
.kj_1_4{background:url(images/kj_4.png) no-repeat 40px 25px;height:65px;border-bottom:1px solid #BFBFBF;padding:15px 0 0 90px;}
.kj_1_4:hover{background:url(images/kj_4_1.jpg) no-repeat 40px 25px;}
.kj_2{float:left;width:455px;margin-left:50px;}
.ly_1{color:#5A5A5A;font-weight:bold;margin-top:10px;font-size:14px;}
.ly_2{color:#5A5A5A;font-weight:bold;margin-top:10px;font-size:14px;}
.ly_3{color:#5A5A5A;font-weight:bold;margin-top:10px;font-size:14px;}
.ok{border:1px solid #203B78;background:#203B78;border-radius:5px;width:100px;height:30px;color:white;}
.kj_3{float:right;}
.kj_3_1{padding:2px;border:1px solid #CCCCCC ;margin-top:10px;margin-bottom:10px;}
.kj_3_1 img{width:280px;height:75px;}
.kj_3_2 li{border-bottom:1px solid #CCCCCC;color:#5A5A5A;padding-left:40px;height:42px;line-height:42px;width:250px;font-family:"Microsoft YaHei";font-size:13px;}
.kj_3_2 .a{background:url(images/sy_lx_1.png) no-repeat 0 10px;}
.kj_3_2 .b{background:url(images/sy_lx_2.png) no-repeat 0 10px;}
.kj_3_2 .c{background:url(images/sy_lx_3.png) no-repeat 0 10px;}
.kj_3_2 .d{background:url(images/sy_lx_4.png) no-repeat 0 10px;}
.kj_3_2 .e{background:url(images/sy_lx_5.png) no-repeat 0 10px;}
/*底部*/
.dbd{background:#474747;width:1100px;margin:0 auto;height:270px;}
.dbd_1{width:1100px;margin:0 auto;text-align:center;padding-top:110px;}
.dbd_1 a{font-size:16px;cfont-family:"Microsoft YaHei";}
.dbd_2{width:210px;margin:0 auto;text-align:center;margin-top:10px;}
.dbd_2 ul{clear:both;overflow:hidden;}
.dbd_2 li{float:left;margin:0 10px 0 8px;}
.dbd_3{width:700px;margin:0 auto;clear:both;overflow:hidden;margin-top:30px;}
.dbd_3_1{float:left;font-size:14px;}
.dbd_3_2{float:right;}
.dbd_3_2 img{width:100px;height:100px;}
/*内页 联系*/
.ny_lx{background:#173070;position:relative;border:1px solid #CCCCCC;padding:5px;margin-bottom:20px;margin-top:20px;}
.ny_lx_1{font-size:26px;font-family:"Microsoft YaHei";color:white;margin-right:71px;text-align:right}
.ny_lx_2{position:absolute;margin-top:-70px;margin-left:10px;}
.ny_lx_a{margin:0 0 30px 0}
.ny_ly{width:400px;margin:0 auto;}
.ny_ly_t{width:700px;margin:0 auto;margin-bottom:20px;}
.ny_ly_t img{width:700px;height:200px;}
/*.lxfs{border:1px solid #CCCCCC;}*/
.lxfs li{height:50px;line-height:50px;padding-left:30px;color:#1E387B;font-family:"Microsoft YaHei";}
.lxfs .a{background:url(images/lxfs_1.jpg) no-repeat 2px 15px;}
.lxfs .b{background:url(images/lxfs_1.jpg) no-repeat 2px 15px;}
.lxfs .c{background:url(images/lxfs_2.jpg) no-repeat 2px 15px;}
.lxfs .d{background:url(images/lxfs_3.jpg) no-repeat 2px 15px;}
.lxfs .e{background:url(images/lxfs_4.jpg) no-repeat 2px 15px;}
.lxfs .f{background:url(images/lxfs_5.jpg) no-repeat 2px 15px;}
.lxfs .g{background:url(images/lxfs_6.jpg) no-repeat 2px 15px;} | 0.150715 | 0.090977 |
html{overflow-y: scroll;}
html,body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,div,li,table,thead,tbody,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{margin: 0;padding: 0;box-sizing: border-box;}
img{border: 0 none;vertical-align: middle}
ul,ol,li{list-style: none}
body,input{-webkit-text-size-adjust:none;line-height:1.5; font:normal 12px Tahoma,Arial,'\5B8B\4F53','Microsoft YaHei',sans-serif;outline:none;}
a { text-decoration:none; color:#9a9a9a;}
select,input,a:focus{outline:0;}
textarea{resize: none;border: 1px solid #e2e2e2;}
i{display: inline-block;font-style: normal;vertical-align: middle}
button{background-color: transparent;border: 0;padding: 0;outline: none;cursor: pointer;}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="time"],
input[type="url"],
input[type="week"],
select{
display: inline-block;
width: 200px;height: 35px;
line-height: 33px;
padding: 0 0 0 6px;
border: 1px solid #e2e2e2;
box-sizing: border-box;
}
/* 属性便捷class */
/*
字体大小:ft-12;
字体font-family:ft-arial;ft-tahoma;
字体斜体:ft-italic{font-style: italic}
等等
*/
/* 字体粗细 */
.ft-bold{font-weight: bold;}
.ft-normal{font-weight: normal;}
/* 字体大小 */
.ft-12{font-size:12px;}
.ft-14{font-size:14px;}
.ft-16{font-size:16px;}
.ft-18{font-size:18px;}
.ft-20{font-size:20px;}
.ft-22{font-size:22px;}
.ft-24{font-size:24px;}
.ft-40{font-size:40px;}
/* 字体family */
.ft-arial{font-family: Arial;}
.ft-tahoma{font-family: "Tahoma";}
.ft-yahei{font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei";}
.ft-songti{font-family: '\5B8B\4F53';}
/* 斜体 */
.ft-italic{font-style: italic;}
/* 字体颜色样式 */
.color-black{color: #000;}
.color-34{color: #343434;}
.color-blue{color: #3b8fe4;}
.color-gray-d{color: #6a6a6a;}
.color-dimgrey{color:#7c7c7c;}
.color-darkgrey{color:#9a9a9a;}
.color-gray-s{color: #a3a3a3;}
.color-lightgrey{color:#B6B6B6;}
.color-red{color: #ff3c3c;}
.color-orange{color: #ff6c00;}
.color-white{color:#fff;}
/* 背景颜色 */
.bg-white{background-color: #fff;}
.bg-black{background-color: #000;}
.bg-orange{background-color: #ff6c00;}
.bg-deepgrey{background-color:#393939}
.bg-darkgrey{background-color:#d6d6d6 }
.bg-blue{background-color: #0072ff}
.bg-grey{background-color: #a7a7a7;}
/* 布局样式 */
.pull-left{float: left;}
.pull-right{float: right;}
.clr{clear: both;}
.text-center{text-align: center}
.text-left{text-align: left}
.text-right{text-align: right}
.border-box{box-sizing:border-box;}
.mg-r-5{margin-right: 5px;}
.mg-l-5{margin-left: 5px;}
.mg-t-10{margin-top: 10px;}
.mg-l-10{margin-left: 10px;}
.mg-r-10{margin-right: 10px;}
.mg-b-10{margin-bottom: 10px;}
.mg-t-12{margin-top: 12px;}
.mg-t-15{margin-top: 15px;}
.mg-l-15{margin-left: 15px;}
.mg-r-15{margin-right: 15px;}
.mg-b-15{margin-bottom: 15px;}
.mg-t-20{margin-top: 20px;}
.mg-l-20{margin-left: 20px;}
.mg-r-20{margin-right: 20px;}
.mg-b-20{margin-bottom: 20px;}
.mg-t-30{margin-top: 30px;}
.mg-l-30{margin-left: 30px;}
.mg-r-30{margin-right: 30px;}
.mg-b-30{margin-bottom: 30px;}
.mg-b-24{margin-bottom:24px;}
/* 综合效果、布局class */
/* 块状元素水平居中 */
.area-center{margin-left: auto;margin-right: auto;}
/*clear float*/
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
.overflow{overflow: hidden}
/* 单行显示文字,超长省略号 */
.over-ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.overhidden{overflow:hidden} | css/component.css | html{overflow-y: scroll;}
html,body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,div,li,table,thead,tbody,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{margin: 0;padding: 0;box-sizing: border-box;}
img{border: 0 none;vertical-align: middle}
ul,ol,li{list-style: none}
body,input{-webkit-text-size-adjust:none;line-height:1.5; font:normal 12px Tahoma,Arial,'\5B8B\4F53','Microsoft YaHei',sans-serif;outline:none;}
a { text-decoration:none; color:#9a9a9a;}
select,input,a:focus{outline:0;}
textarea{resize: none;border: 1px solid #e2e2e2;}
i{display: inline-block;font-style: normal;vertical-align: middle}
button{background-color: transparent;border: 0;padding: 0;outline: none;cursor: pointer;}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="time"],
input[type="url"],
input[type="week"],
select{
display: inline-block;
width: 200px;height: 35px;
line-height: 33px;
padding: 0 0 0 6px;
border: 1px solid #e2e2e2;
box-sizing: border-box;
}
/* 属性便捷class */
/*
字体大小:ft-12;
字体font-family:ft-arial;ft-tahoma;
字体斜体:ft-italic{font-style: italic}
等等
*/
/* 字体粗细 */
.ft-bold{font-weight: bold;}
.ft-normal{font-weight: normal;}
/* 字体大小 */
.ft-12{font-size:12px;}
.ft-14{font-size:14px;}
.ft-16{font-size:16px;}
.ft-18{font-size:18px;}
.ft-20{font-size:20px;}
.ft-22{font-size:22px;}
.ft-24{font-size:24px;}
.ft-40{font-size:40px;}
/* 字体family */
.ft-arial{font-family: Arial;}
.ft-tahoma{font-family: "Tahoma";}
.ft-yahei{font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei";}
.ft-songti{font-family: '\5B8B\4F53';}
/* 斜体 */
.ft-italic{font-style: italic;}
/* 字体颜色样式 */
.color-black{color: #000;}
.color-34{color: #343434;}
.color-blue{color: #3b8fe4;}
.color-gray-d{color: #6a6a6a;}
.color-dimgrey{color:#7c7c7c;}
.color-darkgrey{color:#9a9a9a;}
.color-gray-s{color: #a3a3a3;}
.color-lightgrey{color:#B6B6B6;}
.color-red{color: #ff3c3c;}
.color-orange{color: #ff6c00;}
.color-white{color:#fff;}
/* 背景颜色 */
.bg-white{background-color: #fff;}
.bg-black{background-color: #000;}
.bg-orange{background-color: #ff6c00;}
.bg-deepgrey{background-color:#393939}
.bg-darkgrey{background-color:#d6d6d6 }
.bg-blue{background-color: #0072ff}
.bg-grey{background-color: #a7a7a7;}
/* 布局样式 */
.pull-left{float: left;}
.pull-right{float: right;}
.clr{clear: both;}
.text-center{text-align: center}
.text-left{text-align: left}
.text-right{text-align: right}
.border-box{box-sizing:border-box;}
.mg-r-5{margin-right: 5px;}
.mg-l-5{margin-left: 5px;}
.mg-t-10{margin-top: 10px;}
.mg-l-10{margin-left: 10px;}
.mg-r-10{margin-right: 10px;}
.mg-b-10{margin-bottom: 10px;}
.mg-t-12{margin-top: 12px;}
.mg-t-15{margin-top: 15px;}
.mg-l-15{margin-left: 15px;}
.mg-r-15{margin-right: 15px;}
.mg-b-15{margin-bottom: 15px;}
.mg-t-20{margin-top: 20px;}
.mg-l-20{margin-left: 20px;}
.mg-r-20{margin-right: 20px;}
.mg-b-20{margin-bottom: 20px;}
.mg-t-30{margin-top: 30px;}
.mg-l-30{margin-left: 30px;}
.mg-r-30{margin-right: 30px;}
.mg-b-30{margin-bottom: 30px;}
.mg-b-24{margin-bottom:24px;}
/* 综合效果、布局class */
/* 块状元素水平居中 */
.area-center{margin-left: auto;margin-right: auto;}
/*clear float*/
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
.overflow{overflow: hidden}
/* 单行显示文字,超长省略号 */
.over-ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.overhidden{overflow:hidden} | 0.221519 | 0.070528 |
* {
box-sizing: border-box; }
.pagina {
width: 360px;
margin: 0 auto;
background-color: #7a5d6e;
display: block;
padding-bottom: 10px; }
body {
margin: 0 auto;
background-color: #a9a3a1; }
.header {
width: 360px;
height: 60px;
margin: 0 auto;
display: block;
background-color: #37262e; }
.header h1 {
margin: 0 auto;
display: block;
text-align: center;
font-size: 20px;
font-family: "roboto";
font-weight: normal;
padding: 15px 15px 10px 15px;
position: relative;
color: #fcc92f; }
.login-rut {
width: 338px;
margin: 0 auto;
padding: 5px 0 10px 0; }
.login-rut__box {
display: block;
width: 100%;
border-radius: 4px;
border: 1px solid #fcc92f;
line-height: 3;
padding-left: 20px;
color: #fcc92f;
background-color: #1c1216; }
.button {
width: 345px;
height: 46px;
margin: 0 auto;
background-color: #1c1216;
margin-top: 7px;
border-radius: 4px;
display: block; }
.button a {
text-decoration: none;
font-size: 13px;
font-family: "roboto";
text-align: center;
display: block;
padding-top: 13px;
margin: 7px;
color: #fcc92f; }
.container_button {
height: 40px; }
.button_two {
padding: 2px 10px 4px 10px;
background-color: #1c1216;
border-radius: 4px;
display: inline-block;
position: relative;
float: right;
margin-top: 7px;
margin-right: 10px; }
.button_two a {
font-size: 11px;
font-family: "roboto";
text-align: center;
padding: 0 7px 0 7px;
text-decoration: none;
color: #fcc92f; }
.button_small_two {
width: 25px;
height: 15px;
background: #fcc92f;
border-radius: 4px;
float: right;
display: inline-block;
margin: 10px;
margin-right: 20px; }
#button_small_two {
display: inline-block;
float: right; }
.button_edit {
width: 25px;
height: 25px;
background: #fcc92f;
border-radius: 50%;
float: right;
margin: 10px;
margin-right: 20px;
position: relative;
z-index: 99; }
.button_more {
width: 200px;
margin: 0 auto;
height: 30px; }
.button_more a {
font-size: 11px;
font-family: "roboto";
text-align: center;
text-decoration: none;
color: #fcc92f; }
#text_button {
display: inline-block;
position: relative; }
.toggle_button_big {
display: none; }
.toggle_button_big + label {
display: block;
width: 280px;
height: 40px;
border-radius: 4px;
background: #1c1216;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px; }
.toggle_button_big + label:before {
display: block;
content: "";
width: 130px;
height: 40px;
border-radius: 4px;
background: #7a5d6e;
position: relative;
transition: all 0.3s;
left: 0; }
.toggle_button_big:checked + label {
background: #fdca2e; }
.toggle_button_big:checked + label:before {
left: 150px; }
.toggle_button_big {
display: none; }
.toggle_button_big + label {
display: block;
width: 280px;
height: 40px;
border-radius: 4px;
background: #1c1216;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px; }
.toggle_button_big + label:before {
display: block;
content: "";
width: 130px;
height: 40px;
border-radius: 4px;
background: #7a5d6e;
position: relative;
transition: all 0.3s;
left: 150px; }
.toggle_button_big:checked + label {
background: #fdca2e; }
.toggle_button_big:checked + label:before {
left: 0; }
.toggle_button_small {
display: none; }
.toggle_button_small + label {
display: block;
width: 50px;
height: 15px;
border-radius: 4px;
background: #1c1216;
margin-right: 10px;
left: 295px;
margin-top: 15px;
margin-left: 80px; }
.toggle_button_small + label:before {
display: block;
content: "";
width: 25px;
height: 15px;
border-radius: 4px;
background: #7a5d6e;
position: relative;
transition: all 0.3s;
left: 25px; }
.toggle_button_small:checked + label {
background: #fdca2e; }
.toggle_button_small:checked + label:before {
left: 0; }
.toggle_box {
display: inline-block;
width: 140px; }
.checkbox_button_small {
display: none; }
.checkbox_button_small + label {
display: block;
width: 25px;
height: 15px;
border-radius: 4px;
background: #1c1216;
margin-right: 10px;
left: 295px;
margin-top: 15px;
margin-left: 105px; }
.checkbox_button_small + label:before {
display: block;
position: relative;
left: 25px; }
.checkbox_button_small:checked + label {
background: #fdca2e;
transition: all 0.3s; }
.checkbox_button_small:checked + label:before {
left: 0; }
#reports_list {
padding-left: 5px; }
.user_avatar {
width: 50px;
height: 50px;
border-radius: 50%;
background: #5b5b5b;
position: relative;
z-index: 99;
float: left; }
.username #name {
font-size: 13px;
font-family: "roboto";
font-weight: normal;
letter-spacing: 0.2px;
margin-right: 10px;
padding-bottom: 0;
padding-left: 10px;
text-align: left;
display: inline-block;
color: #fcc92f; }
.comment_date {
font-size: 10px;
display: inline-block;
font-weight: 300;
float: right;
margin-right: 10px;
margin-top: 12px;
color: #fcc92f; }
.comment_box {
width: 275px;
margin-right: 10px;
border: 1px solid;
border-radius: 4px;
position: relative;
float: right; }
.comment_content {
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px; }
.container_report li {
margin-bottom: 15px;
display: block;
position: relative;
color: #fcc92f; }
.container_report li:after {
content: "";
display: block;
clear: both;
height: 0;
width: 0;
color: #fcc92f; }
.usuario_personal {
width: 70px;
height: 70px;
border-radius: 50%;
background: #5b5b5b;
margin: 0 auto;
margin-bottom: 15px; }
#nombre_personal {
font-size: 12px;
font-family: "roboto";
font-weight: normal;
letter-spacing: 0.3px;
text-align: center;
margin-top: 4px;
margin-bottom: 4px;
color: #fcc92f; }
.number_box {
width: 90px;
height: 90px;
margin: 0 20px 20px 20px;
display: inline-block;
border-radius: 50%;
border: 6px solid #f71138; }
#numero {
font-size: 24px;
text-align: center;
color: white; }
.celda {
width: 30px;
padding: 0; }
.table {
width: 214px;
position: relative;
float: right; }
.table_text {
font-size: 12px;
font-family: "roboto";
font-weight: normal;
letter-spacing: 0.2px;
text-align: left;
margin: 3px;
margin-left: 0;
margin-right: 0;
padding-left: 10px;
padding-right: 0;
color: #fcc92f; }
.container {
width: 345px;
height: 100%;
margin: 0 auto;
padding-bottom: 5px;
background-color: #37262e;
margin-top: 7px;
border-radius: 4px;
display: block; }
.container .edit_title {
margin-left: 40px; }
.container h1 {
margin: 0 auto;
display: block;
text-align: center;
font-size: 14px;
font-family: "roboto";
font-weight: normal;
padding: 15px 15px 40px 15px;
position: relative;
color: #fcc92f; }
.container h2 {
font-size: 13px;
font-family: "roboto";
font-weight: normal;
text-align: center;
letter-spacing: 0.2px;
padding-bottom: 15px;
color: #fcc92f; }
.container h3 {
margin: 0 auto;
display: block;
text-align: center;
font-size: 14px;
font-family: "roboto light";
color: #565656;
padding: 15px;
position: relative;
color: #fcc92f; }
.container li {
font-size: 12px;
font-family: "roboto";
position: relative;
list-style-type: none;
padding-bottom: 19px;
color: #fcc92f; }
.container .form_content {
display: none;
background-color: #2b1d25; }
.container .lista_form {
display: inline-block;
width: 200px;
padding-left: 30px; }
.container .names_box {
position: relative;
display: block; }
#title_form {
margin: 0 auto;
margin-bottom: 10px;
display: block;
text-align: center;
font-size: 13px;
font-family: "roboto";
font-weight: normal;
padding: 20px 15px 15px 15px;
position: relative;
color: #fcc92f; }
#title_form_1 {
margin: 0 auto;
margin-bottom: 10px;
display: block;
text-align: center;
font-size: 13px;
font-family: "roboto";
font-weight: normal;
padding: 20px 15px 15px 15px;
position: relative;
color: #fcc92f; }
.mapa {
width: 345px;
height: 180px;
margin: 0 auto;
margin-top: 7px;
border-radius: 4px;
display: block;
border: 1px solid #fcc92f; }
#texto_mapa {
display: inline-block;
position: relative;
color: #fcc92f; }
#texto_mapa .lista_form_1 {
display: inline-block;
width: 200px;
padding-left: 30px; }
p {
font-size: 12px;
font-family: "roboto";
font-weight: normal;
letter-spacing: 0, 7px;
text-align: left;
padding-left: 20px;
padding-right: 20px;
color: #fcc92f; }
.perfil_persona {
padding-bottom: 15px; }
.perfil_persona p {
font-size: 12px;
font-family: "roboto";
font-weight: normal;
letter-spacing: 0.3px;
text-align: center;
padding-left: 20px;
padding-right: 20px;
color: #fcc92f; }
/*# sourceMappingURL=main.css.map */ | css/main.css | * {
box-sizing: border-box; }
.pagina {
width: 360px;
margin: 0 auto;
background-color: #7a5d6e;
display: block;
padding-bottom: 10px; }
body {
margin: 0 auto;
background-color: #a9a3a1; }
.header {
width: 360px;
height: 60px;
margin: 0 auto;
display: block;
background-color: #37262e; }
.header h1 {
margin: 0 auto;
display: block;
text-align: center;
font-size: 20px;
font-family: "roboto";
font-weight: normal;
padding: 15px 15px 10px 15px;
position: relative;
color: #fcc92f; }
.login-rut {
width: 338px;
margin: 0 auto;
padding: 5px 0 10px 0; }
.login-rut__box {
display: block;
width: 100%;
border-radius: 4px;
border: 1px solid #fcc92f;
line-height: 3;
padding-left: 20px;
color: #fcc92f;
background-color: #1c1216; }
.button {
width: 345px;
height: 46px;
margin: 0 auto;
background-color: #1c1216;
margin-top: 7px;
border-radius: 4px;
display: block; }
.button a {
text-decoration: none;
font-size: 13px;
font-family: "roboto";
text-align: center;
display: block;
padding-top: 13px;
margin: 7px;
color: #fcc92f; }
.container_button {
height: 40px; }
.button_two {
padding: 2px 10px 4px 10px;
background-color: #1c1216;
border-radius: 4px;
display: inline-block;
position: relative;
float: right;
margin-top: 7px;
margin-right: 10px; }
.button_two a {
font-size: 11px;
font-family: "roboto";
text-align: center;
padding: 0 7px 0 7px;
text-decoration: none;
color: #fcc92f; }
.button_small_two {
width: 25px;
height: 15px;
background: #fcc92f;
border-radius: 4px;
float: right;
display: inline-block;
margin: 10px;
margin-right: 20px; }
#button_small_two {
display: inline-block;
float: right; }
.button_edit {
width: 25px;
height: 25px;
background: #fcc92f;
border-radius: 50%;
float: right;
margin: 10px;
margin-right: 20px;
position: relative;
z-index: 99; }
.button_more {
width: 200px;
margin: 0 auto;
height: 30px; }
.button_more a {
font-size: 11px;
font-family: "roboto";
text-align: center;
text-decoration: none;
color: #fcc92f; }
#text_button {
display: inline-block;
position: relative; }
.toggle_button_big {
display: none; }
.toggle_button_big + label {
display: block;
width: 280px;
height: 40px;
border-radius: 4px;
background: #1c1216;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px; }
.toggle_button_big + label:before {
display: block;
content: "";
width: 130px;
height: 40px;
border-radius: 4px;
background: #7a5d6e;
position: relative;
transition: all 0.3s;
left: 0; }
.toggle_button_big:checked + label {
background: #fdca2e; }
.toggle_button_big:checked + label:before {
left: 150px; }
.toggle_button_big {
display: none; }
.toggle_button_big + label {
display: block;
width: 280px;
height: 40px;
border-radius: 4px;
background: #1c1216;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px; }
.toggle_button_big + label:before {
display: block;
content: "";
width: 130px;
height: 40px;
border-radius: 4px;
background: #7a5d6e;
position: relative;
transition: all 0.3s;
left: 150px; }
.toggle_button_big:checked + label {
background: #fdca2e; }
.toggle_button_big:checked + label:before {
left: 0; }
.toggle_button_small {
display: none; }
.toggle_button_small + label {
display: block;
width: 50px;
height: 15px;
border-radius: 4px;
background: #1c1216;
margin-right: 10px;
left: 295px;
margin-top: 15px;
margin-left: 80px; }
.toggle_button_small + label:before {
display: block;
content: "";
width: 25px;
height: 15px;
border-radius: 4px;
background: #7a5d6e;
position: relative;
transition: all 0.3s;
left: 25px; }
.toggle_button_small:checked + label {
background: #fdca2e; }
.toggle_button_small:checked + label:before {
left: 0; }
.toggle_box {
display: inline-block;
width: 140px; }
.checkbox_button_small {
display: none; }
.checkbox_button_small + label {
display: block;
width: 25px;
height: 15px;
border-radius: 4px;
background: #1c1216;
margin-right: 10px;
left: 295px;
margin-top: 15px;
margin-left: 105px; }
.checkbox_button_small + label:before {
display: block;
position: relative;
left: 25px; }
.checkbox_button_small:checked + label {
background: #fdca2e;
transition: all 0.3s; }
.checkbox_button_small:checked + label:before {
left: 0; }
#reports_list {
padding-left: 5px; }
.user_avatar {
width: 50px;
height: 50px;
border-radius: 50%;
background: #5b5b5b;
position: relative;
z-index: 99;
float: left; }
.username #name {
font-size: 13px;
font-family: "roboto";
font-weight: normal;
letter-spacing: 0.2px;
margin-right: 10px;
padding-bottom: 0;
padding-left: 10px;
text-align: left;
display: inline-block;
color: #fcc92f; }
.comment_date {
font-size: 10px;
display: inline-block;
font-weight: 300;
float: right;
margin-right: 10px;
margin-top: 12px;
color: #fcc92f; }
.comment_box {
width: 275px;
margin-right: 10px;
border: 1px solid;
border-radius: 4px;
position: relative;
float: right; }
.comment_content {
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px; }
.container_report li {
margin-bottom: 15px;
display: block;
position: relative;
color: #fcc92f; }
.container_report li:after {
content: "";
display: block;
clear: both;
height: 0;
width: 0;
color: #fcc92f; }
.usuario_personal {
width: 70px;
height: 70px;
border-radius: 50%;
background: #5b5b5b;
margin: 0 auto;
margin-bottom: 15px; }
#nombre_personal {
font-size: 12px;
font-family: "roboto";
font-weight: normal;
letter-spacing: 0.3px;
text-align: center;
margin-top: 4px;
margin-bottom: 4px;
color: #fcc92f; }
.number_box {
width: 90px;
height: 90px;
margin: 0 20px 20px 20px;
display: inline-block;
border-radius: 50%;
border: 6px solid #f71138; }
#numero {
font-size: 24px;
text-align: center;
color: white; }
.celda {
width: 30px;
padding: 0; }
.table {
width: 214px;
position: relative;
float: right; }
.table_text {
font-size: 12px;
font-family: "roboto";
font-weight: normal;
letter-spacing: 0.2px;
text-align: left;
margin: 3px;
margin-left: 0;
margin-right: 0;
padding-left: 10px;
padding-right: 0;
color: #fcc92f; }
.container {
width: 345px;
height: 100%;
margin: 0 auto;
padding-bottom: 5px;
background-color: #37262e;
margin-top: 7px;
border-radius: 4px;
display: block; }
.container .edit_title {
margin-left: 40px; }
.container h1 {
margin: 0 auto;
display: block;
text-align: center;
font-size: 14px;
font-family: "roboto";
font-weight: normal;
padding: 15px 15px 40px 15px;
position: relative;
color: #fcc92f; }
.container h2 {
font-size: 13px;
font-family: "roboto";
font-weight: normal;
text-align: center;
letter-spacing: 0.2px;
padding-bottom: 15px;
color: #fcc92f; }
.container h3 {
margin: 0 auto;
display: block;
text-align: center;
font-size: 14px;
font-family: "roboto light";
color: #565656;
padding: 15px;
position: relative;
color: #fcc92f; }
.container li {
font-size: 12px;
font-family: "roboto";
position: relative;
list-style-type: none;
padding-bottom: 19px;
color: #fcc92f; }
.container .form_content {
display: none;
background-color: #2b1d25; }
.container .lista_form {
display: inline-block;
width: 200px;
padding-left: 30px; }
.container .names_box {
position: relative;
display: block; }
#title_form {
margin: 0 auto;
margin-bottom: 10px;
display: block;
text-align: center;
font-size: 13px;
font-family: "roboto";
font-weight: normal;
padding: 20px 15px 15px 15px;
position: relative;
color: #fcc92f; }
#title_form_1 {
margin: 0 auto;
margin-bottom: 10px;
display: block;
text-align: center;
font-size: 13px;
font-family: "roboto";
font-weight: normal;
padding: 20px 15px 15px 15px;
position: relative;
color: #fcc92f; }
.mapa {
width: 345px;
height: 180px;
margin: 0 auto;
margin-top: 7px;
border-radius: 4px;
display: block;
border: 1px solid #fcc92f; }
#texto_mapa {
display: inline-block;
position: relative;
color: #fcc92f; }
#texto_mapa .lista_form_1 {
display: inline-block;
width: 200px;
padding-left: 30px; }
p {
font-size: 12px;
font-family: "roboto";
font-weight: normal;
letter-spacing: 0, 7px;
text-align: left;
padding-left: 20px;
padding-right: 20px;
color: #fcc92f; }
.perfil_persona {
padding-bottom: 15px; }
.perfil_persona p {
font-size: 12px;
font-family: "roboto";
font-weight: normal;
letter-spacing: 0.3px;
text-align: center;
padding-left: 20px;
padding-right: 20px;
color: #fcc92f; }
/*# sourceMappingURL=main.css.map */ | 0.314051 | 0.108189 |
body{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
padding:0px;
}
/* SECCIONES */
#secundariolog{
/*shadow*/
-webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .5);
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .5);
/*bordes*/
-webkit-border-radius: 5px;
border-radius: 5px;
background: #efefef;
/*border:1px solid gray;*/
height: 390px;
position: absolute;
top: 10px;
left: 100px;
width: 620px;
padding: 5px;
}
#frsecundariolog{
border: 0;
height: 380px;
width: 590px;
}
div.tipo{
color:gray;
}
div.descripcion{
font-family: Tahoma,"Trebuchet MS", Arial;
color:gray;
font-size:20px;
}
/*TABLAS*/
tr.listadofila{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
height:15px;
vertical-align:top;
height:20px;
}
tr.listadofila:hover{
background:#f5f5f5;
color:#555555;
height:20px;
}
table.listado{
border:none;
color:gray;
font-size:12px;
border-spacing:4px;
}
tr.titulo td{
color:white;
background:url('../../catalog/img/titulo.png');
height:20px;
border:solid #cccccc;
border-width:3px;
border:none;
text-align:center;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/*BORDES INPUT*/
input{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
border: thin solid silver;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
input:focus{
background:lightgray;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
textarea{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
border: thin solid silver;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
textarea:focus{
background:lightgray;
}
select.campo{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
border: thin solid silver;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
input:focus{
background:lightgray;
}
/*BORDES SELECT EN GENERAL*/
select.seleccion{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
text-align:left;
}
/*FECHAS*/
img.datepicker{
cursor:pointer;
}
input.fecha{
border:none;
/*border: thin solid silver;*/
text-align:center;
background:#efefef;
}
input.fecha:focus{
background:lightgray;
/*border-bottom: thin solid gray;*/
}
input.hora{
border:none;
text-align:center;
height: 16px;
background:#efefef;
}
select.hora{
font-family: Tahoma,"Trebuchet MS", Arial;
text-align:center;
font-size:11px;
/*
arrow-color:white;
--Solo Safari, Firefox, Chrome--
-moz-border-radius: 4px;
-webkit-border-radius: 4px; */
}
select.hora:focus{
/*background:lightgray;*/
}
td.fecha{
background:#efefef;
border:none; /*thin solid silver;*/
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
table.busqueda{
border:thin solid silver;
}
tr td{
border:none;
}
tr.tit_tabla_buscar{
border:solid silver;
background:url('../img/tit_tabla.png');
}
tr.busqueda_fila{
background:#f5f5f5;
font-size:12px;
height:30px;
}
tr.busqueda_fila2{
background:#efefef;
font-size:12px;
height:30px;
}
tr.busqueda_fila:hover{
background:url('../img/listado.png');
}
tr.busqueda_fila2:hover{
background:url('../img/listado.png');
}
a.a_registro{
text-decoration:none;
color:gray;
}
a.a_registro:hover{
text-decoration:underline;
color:black;
}
input.input_filtro{
height:20px;
background:url('../img/preliminar.png') no-repeat ;
background-position:right center;
}
iframe.opciones{
border:none;
align:center;
margin-left:200px;
margin-top:90px;
width:994px;
height:500px;
scroll
}
/*ARCHIVOS*/
input.archivo{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
border:none;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
input.archivo:focus{
background:lightgray;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/*
table.busqueda{
font-size:12px;
border:none;
}
tr.titulo_filtros{
background:#ffffff;
border:solid silver;
}
tr.titulo_filtros:hover{
background:url('img/titulo.png');
}
*/ | webapp/netwarelog/doclog/css/estilo.css | body{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
padding:0px;
}
/* SECCIONES */
#secundariolog{
/*shadow*/
-webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .5);
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .5);
/*bordes*/
-webkit-border-radius: 5px;
border-radius: 5px;
background: #efefef;
/*border:1px solid gray;*/
height: 390px;
position: absolute;
top: 10px;
left: 100px;
width: 620px;
padding: 5px;
}
#frsecundariolog{
border: 0;
height: 380px;
width: 590px;
}
div.tipo{
color:gray;
}
div.descripcion{
font-family: Tahoma,"Trebuchet MS", Arial;
color:gray;
font-size:20px;
}
/*TABLAS*/
tr.listadofila{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
height:15px;
vertical-align:top;
height:20px;
}
tr.listadofila:hover{
background:#f5f5f5;
color:#555555;
height:20px;
}
table.listado{
border:none;
color:gray;
font-size:12px;
border-spacing:4px;
}
tr.titulo td{
color:white;
background:url('../../catalog/img/titulo.png');
height:20px;
border:solid #cccccc;
border-width:3px;
border:none;
text-align:center;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/*BORDES INPUT*/
input{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
border: thin solid silver;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
input:focus{
background:lightgray;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
textarea{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
border: thin solid silver;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
textarea:focus{
background:lightgray;
}
select.campo{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
border: thin solid silver;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
input:focus{
background:lightgray;
}
/*BORDES SELECT EN GENERAL*/
select.seleccion{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
text-align:left;
}
/*FECHAS*/
img.datepicker{
cursor:pointer;
}
input.fecha{
border:none;
/*border: thin solid silver;*/
text-align:center;
background:#efefef;
}
input.fecha:focus{
background:lightgray;
/*border-bottom: thin solid gray;*/
}
input.hora{
border:none;
text-align:center;
height: 16px;
background:#efefef;
}
select.hora{
font-family: Tahoma,"Trebuchet MS", Arial;
text-align:center;
font-size:11px;
/*
arrow-color:white;
--Solo Safari, Firefox, Chrome--
-moz-border-radius: 4px;
-webkit-border-radius: 4px; */
}
select.hora:focus{
/*background:lightgray;*/
}
td.fecha{
background:#efefef;
border:none; /*thin solid silver;*/
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
table.busqueda{
border:thin solid silver;
}
tr td{
border:none;
}
tr.tit_tabla_buscar{
border:solid silver;
background:url('../img/tit_tabla.png');
}
tr.busqueda_fila{
background:#f5f5f5;
font-size:12px;
height:30px;
}
tr.busqueda_fila2{
background:#efefef;
font-size:12px;
height:30px;
}
tr.busqueda_fila:hover{
background:url('../img/listado.png');
}
tr.busqueda_fila2:hover{
background:url('../img/listado.png');
}
a.a_registro{
text-decoration:none;
color:gray;
}
a.a_registro:hover{
text-decoration:underline;
color:black;
}
input.input_filtro{
height:20px;
background:url('../img/preliminar.png') no-repeat ;
background-position:right center;
}
iframe.opciones{
border:none;
align:center;
margin-left:200px;
margin-top:90px;
width:994px;
height:500px;
scroll
}
/*ARCHIVOS*/
input.archivo{
font-family: Tahoma,"Trebuchet MS", Arial;
font-size:11px;
border:none;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
input.archivo:focus{
background:lightgray;
/*Solo Safari, Firefox, Chrome*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/*
table.busqueda{
font-size:12px;
border:none;
}
tr.titulo_filtros{
background:#ffffff;
border:solid silver;
}
tr.titulo_filtros:hover{
background:url('img/titulo.png');
}
*/ | 0.091781 | 0.046443 |
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
* {
padding: 0;
margin: 0;
}
*, *::before, *::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
font: 16px/1.5 'Roboto';
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Abril Fatface';
}
.wrapper {
width: 1200px;
margin: auto 10rem;
align-content: center;
}
/* ../Exam\ Preparations/E1_01_Statistic/Requirements-and-Resources/images/image.jpg */
.site-info {
background: url('../E1_03_Interior_Design/Requirements-and-Resources/image/image.jpg')no-repeat center center;
background-size: cover;
color: #000;
}
.site-moto {
padding: 2rem 0.5rem;
margin: 1rem;
box-shadow: 5px 10px 18px #888888;
width: 20%;
}
.site-moto h2{
display: flex;
font-size: 2rem;
flex-wrap: wrap;
padding: 1rem;
}
.site-moto p{
padding: 1rem;
`
}
.spacer {
display: flex;
}
.site-information{
flex: 0 0 30%;
text-align: left;
margin-left: auto;
color: #fff;
background-image: linear-gradient(to right, #9c928a, #a89f99, #b3aca8, #bfbab8, #cac8c7);
}
.site-information i{
margin-top: 0.3rem;
margin-left: 20rem;
}
.site-information p{
text-align: right;
padding: 0.4rem;
color: #FCF9EC;
}
.empty{
height: 300px;
}
main {
background: #F2F0F3;
display: flex;
}
span{
text-transform: uppercase;
font-weight: 900;
}
.important {
flex: 0 0 70%;
padding: 4rem;
}
.important h2 {
text-transform: uppercase;
font-size: 2rem;
padding-bottom: 1rem;
}
i {
margin-right: 0.5rem;
}
.contact{
padding-top: 4rem;
}
.address {
display: flex;
flex-wrap: wrap;
}
.form {
display: flex;
flex-wrap: wrap;
}
.button {
background: #66774D;
color: #fff;
text-align: center;
padding: 0.3rem;
}
aside{
flex-basis: 30%;
background: #BAB1AD;
align-items: center;
}
aside div {
padding: 2rem;
} | Exam Preparations/E1_03_Interior_Design/interiordesign.css | @import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
* {
padding: 0;
margin: 0;
}
*, *::before, *::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
font: 16px/1.5 'Roboto';
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Abril Fatface';
}
.wrapper {
width: 1200px;
margin: auto 10rem;
align-content: center;
}
/* ../Exam\ Preparations/E1_01_Statistic/Requirements-and-Resources/images/image.jpg */
.site-info {
background: url('../E1_03_Interior_Design/Requirements-and-Resources/image/image.jpg')no-repeat center center;
background-size: cover;
color: #000;
}
.site-moto {
padding: 2rem 0.5rem;
margin: 1rem;
box-shadow: 5px 10px 18px #888888;
width: 20%;
}
.site-moto h2{
display: flex;
font-size: 2rem;
flex-wrap: wrap;
padding: 1rem;
}
.site-moto p{
padding: 1rem;
`
}
.spacer {
display: flex;
}
.site-information{
flex: 0 0 30%;
text-align: left;
margin-left: auto;
color: #fff;
background-image: linear-gradient(to right, #9c928a, #a89f99, #b3aca8, #bfbab8, #cac8c7);
}
.site-information i{
margin-top: 0.3rem;
margin-left: 20rem;
}
.site-information p{
text-align: right;
padding: 0.4rem;
color: #FCF9EC;
}
.empty{
height: 300px;
}
main {
background: #F2F0F3;
display: flex;
}
span{
text-transform: uppercase;
font-weight: 900;
}
.important {
flex: 0 0 70%;
padding: 4rem;
}
.important h2 {
text-transform: uppercase;
font-size: 2rem;
padding-bottom: 1rem;
}
i {
margin-right: 0.5rem;
}
.contact{
padding-top: 4rem;
}
.address {
display: flex;
flex-wrap: wrap;
}
.form {
display: flex;
flex-wrap: wrap;
}
.button {
background: #66774D;
color: #fff;
text-align: center;
padding: 0.3rem;
}
aside{
flex-basis: 30%;
background: #BAB1AD;
align-items: center;
}
aside div {
padding: 2rem;
} | 0.438545 | 0.106319 |
.carousel {
position: relative;
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 10;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 2px;
background-color: #fff;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner>.item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
line-height: 1;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
.carousel-inner>.item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner>.item.next,
.carousel-inner>.item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.carousel-inner>.item.prev,
.carousel-inner>.item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right,
.carousel-inner>.item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
display: block;
}
.carousel-inner>.active {
left: 0;
}
.carousel-inner>.next,
.carousel-inner>.prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner>.next {
left: 100%;
}
.carousel-inner>.prev {
left: -100%;
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
left: 0;
}
.carousel-inner>.active.left {
left: -100%;
}
.carousel-inner>.active.right {
left: 100%;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
.carousel-inner>.item>picture img,
.carousel-inner>.item>a>picture img {
display: block;
max-width: 100%;
width: 100%;
height: auto;
vertical-align: middle;
border: 0;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50);
opacity: .5;
cursor: pointer !important;
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-indicators {
bottom: 20px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
} | domino-ui/src/main/resources/org/dominokit/domino/ui/public/css/carousel/carousel.css | .carousel {
position: relative;
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 10;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 2px;
background-color: #fff;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner>.item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
line-height: 1;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
.carousel-inner>.item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner>.item.next,
.carousel-inner>.item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.carousel-inner>.item.prev,
.carousel-inner>.item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right,
.carousel-inner>.item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
display: block;
}
.carousel-inner>.active {
left: 0;
}
.carousel-inner>.next,
.carousel-inner>.prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner>.next {
left: 100%;
}
.carousel-inner>.prev {
left: -100%;
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
left: 0;
}
.carousel-inner>.active.left {
left: -100%;
}
.carousel-inner>.active.right {
left: 100%;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
.carousel-inner>.item>picture img,
.carousel-inner>.item>a>picture img {
display: block;
max-width: 100%;
width: 100%;
height: auto;
vertical-align: middle;
border: 0;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50);
opacity: .5;
cursor: pointer !important;
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-indicators {
bottom: 20px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
} | 0.481941 | 0.084682 |
.cotainer-widgets-in-process {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.container-in-process-widget-content-title {
font-size: 1em;
font-weight: 700;
}
.container-in-process-widget-content {
font-size: 2em;
font-weight: 700;
}
.container-in-process-widget-black {
background: white;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
border-style: solid;
border-width: 1px;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.container-in-process-widget-black:hover {
background: #F2F2F2;
border-style: solid;
border-width: 5px;
border-color: black;
}
.container-in-process-widget-black-active {
color: black;
background: #F2F2F2;
border-style: solid;
border-width: 4px;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.container-in-process-widget-red {
color: #FF2828;
background: white;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
border-style: solid;
border-width: 1px;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-color: black;
}
.container-in-process-widget-red:hover {
background: #F2F2F2;
border-style: solid;
border-width: 4px;
border-color: black;
}
.container-in-process-widget-red-active {
color: #FF2828;
background: #F2F2F2;
border-style: solid;
border-width: 4px;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-color: black;
}
.container-in-process-widget-orange {
color: #FF6711;
background: white;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
border-style: solid;
border-width: 1px;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-color: black;
}
.container-in-process-widget-orange:hover {
background: #F2F2F2;
border-style: solid;
border-width: 4px;
border-color: black;
}
.container-in-process-widget-orange-active {
color: #FF6711;
background: #F2F2F2;
border-style: solid;
border-width: 4px;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-color: black;
} | src/views/devices/css/widgetsInProcess.css | .cotainer-widgets-in-process {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.container-in-process-widget-content-title {
font-size: 1em;
font-weight: 700;
}
.container-in-process-widget-content {
font-size: 2em;
font-weight: 700;
}
.container-in-process-widget-black {
background: white;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
border-style: solid;
border-width: 1px;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.container-in-process-widget-black:hover {
background: #F2F2F2;
border-style: solid;
border-width: 5px;
border-color: black;
}
.container-in-process-widget-black-active {
color: black;
background: #F2F2F2;
border-style: solid;
border-width: 4px;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.container-in-process-widget-red {
color: #FF2828;
background: white;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
border-style: solid;
border-width: 1px;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-color: black;
}
.container-in-process-widget-red:hover {
background: #F2F2F2;
border-style: solid;
border-width: 4px;
border-color: black;
}
.container-in-process-widget-red-active {
color: #FF2828;
background: #F2F2F2;
border-style: solid;
border-width: 4px;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-color: black;
}
.container-in-process-widget-orange {
color: #FF6711;
background: white;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
border-style: solid;
border-width: 1px;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-color: black;
}
.container-in-process-widget-orange:hover {
background: #F2F2F2;
border-style: solid;
border-width: 4px;
border-color: black;
}
.container-in-process-widget-orange-active {
color: #FF6711;
background: #F2F2F2;
border-style: solid;
border-width: 4px;
height: 15vh;
width: 18%;
border-radius: 20px;
cursor: pointer;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-color: black;
} | 0.536313 | 0.081009 |
body{
color: #0c0c0c;
}
.nav-sidebar li.nav-item, .navbar-nav li.nav-item, ul#sidebar-menu li{
padding:0px;
width: 100%;
}
.navbar-nav li.nav-item, ul#sidebar-menu > li{
padding:0px;
}
.translation-page div.panel{
margin:0px;
width: 100%;
}
.translation-page nav.header{
background: linear-gradient(90deg, #343a40,#535c65);
height: 3rem;
}
.translation-page nav ul li a:hover{
color: #e8e8e8;
text-decoration: none;
text-shadow: 1px 1px #a0a0a0;
}
div.sub-menu{
margin: auto;
width: -webkit-fill-available;
}
div.caret {
width: auto;
height: auto;
border: 0px;
}
/* Switch Button */
.custom-switch.custom-switch-sm .custom-control-label {
padding-left: 1rem;
padding-bottom: 1rem;
}
.custom-switch.custom-switch-sm .custom-control-label::before {
height: 1rem;
width: calc(1rem + 0.75rem);
border-radius: 2rem;
}
.custom-switch.custom-switch-sm .custom-control-label::after {
width: calc(1rem - 4px);
height: calc(1rem - 4px);
border-radius: calc(1rem - (1rem / 2));
}
.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(calc(1rem - 0.25rem));
}
/* for md */
.custom-switch.custom-switch-md .custom-control-label {
padding-left: 2rem;
padding-bottom: 1.5rem;
}
.custom-switch.custom-switch-md .custom-control-label::before {
height: 1.5rem;
width: calc(2rem + 0.75rem);
border-radius: 3rem;
}
.custom-switch.custom-switch-md .custom-control-label::after {
width: calc(1.5rem - 4px);
height: calc(1.5rem - 4px);
border-radius: calc(2rem - (1.5rem / 2));
}
.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(calc(1.5rem - 0.25rem));
}
/* for lg */
.custom-switch.custom-switch-lg .custom-control-label {
padding-left: 3rem;
padding-bottom: 2rem;
}
.custom-switch.custom-switch-lg .custom-control-label::before {
height: 2rem;
width: calc(3rem + 0.75rem);
border-radius: 4rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
width: calc(2rem - 4px);
height: calc(2rem - 4px);
border-radius: calc(3rem - (2rem / 2));
}
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(calc(2rem - 0.25rem));
}
/* for xl */
.custom-switch.custom-switch-xl .custom-control-label {
padding-left: 4rem;
padding-bottom: 2.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::before {
height: 2.5rem;
width: calc(4rem + 0.75rem);
border-radius: 5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::after {
width: calc(2.5rem - 4px);
height: calc(2.5rem - 4px);
border-radius: calc(4rem - (2.5rem / 2));
}
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(calc(2.5rem - 0.25rem));
}
.is-invalid{
border-color: #fe5461 !important;
} | public/assets/backend/css/custom.css | body{
color: #0c0c0c;
}
.nav-sidebar li.nav-item, .navbar-nav li.nav-item, ul#sidebar-menu li{
padding:0px;
width: 100%;
}
.navbar-nav li.nav-item, ul#sidebar-menu > li{
padding:0px;
}
.translation-page div.panel{
margin:0px;
width: 100%;
}
.translation-page nav.header{
background: linear-gradient(90deg, #343a40,#535c65);
height: 3rem;
}
.translation-page nav ul li a:hover{
color: #e8e8e8;
text-decoration: none;
text-shadow: 1px 1px #a0a0a0;
}
div.sub-menu{
margin: auto;
width: -webkit-fill-available;
}
div.caret {
width: auto;
height: auto;
border: 0px;
}
/* Switch Button */
.custom-switch.custom-switch-sm .custom-control-label {
padding-left: 1rem;
padding-bottom: 1rem;
}
.custom-switch.custom-switch-sm .custom-control-label::before {
height: 1rem;
width: calc(1rem + 0.75rem);
border-radius: 2rem;
}
.custom-switch.custom-switch-sm .custom-control-label::after {
width: calc(1rem - 4px);
height: calc(1rem - 4px);
border-radius: calc(1rem - (1rem / 2));
}
.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(calc(1rem - 0.25rem));
}
/* for md */
.custom-switch.custom-switch-md .custom-control-label {
padding-left: 2rem;
padding-bottom: 1.5rem;
}
.custom-switch.custom-switch-md .custom-control-label::before {
height: 1.5rem;
width: calc(2rem + 0.75rem);
border-radius: 3rem;
}
.custom-switch.custom-switch-md .custom-control-label::after {
width: calc(1.5rem - 4px);
height: calc(1.5rem - 4px);
border-radius: calc(2rem - (1.5rem / 2));
}
.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(calc(1.5rem - 0.25rem));
}
/* for lg */
.custom-switch.custom-switch-lg .custom-control-label {
padding-left: 3rem;
padding-bottom: 2rem;
}
.custom-switch.custom-switch-lg .custom-control-label::before {
height: 2rem;
width: calc(3rem + 0.75rem);
border-radius: 4rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
width: calc(2rem - 4px);
height: calc(2rem - 4px);
border-radius: calc(3rem - (2rem / 2));
}
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(calc(2rem - 0.25rem));
}
/* for xl */
.custom-switch.custom-switch-xl .custom-control-label {
padding-left: 4rem;
padding-bottom: 2.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::before {
height: 2.5rem;
width: calc(4rem + 0.75rem);
border-radius: 5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::after {
width: calc(2.5rem - 4px);
height: calc(2.5rem - 4px);
border-radius: calc(4rem - (2.5rem / 2));
}
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(calc(2.5rem - 0.25rem));
}
.is-invalid{
border-color: #fe5461 !important;
} | 0.397354 | 0.059047 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
}
.wrapper{
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
/*background: linear-gradient(-135deg, #c850c0, #4158d0);*/
/* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
/* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
/* clip-path: circle(25px at calc(0% + 45px) 45px); */
background: #000;
clip-path: circle(25px at calc(100% - 45px) 45px);
transition: all 0.3s ease-in-out;
}
#active:checked ~ .wrapper{
clip-path: circle(75%);
}
.menu-btn{
position: absolute;
z-index: 2;
right: 20px;
/* left: 20px; */
top: 20px;
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
font-size: 20px;
color: #fff;
cursor: pointer;
/*background: linear-gradient(-135deg, #c850c0, #4158d0);*/
/* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
/* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
background: #000;
transition: all 0.3s ease-in-out;
}
#active:checked ~ .menu-btn{
color: #fff;
}
#active:checked ~ .menu-btn i:before{
content: "\f00d";
}
.wrapper ul{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
list-style: none;
text-align: center;
}
.wrapper ul li{
margin: 15px 0;
}
.wrapper ul li a{
color: none;
text-decoration: none;
font-size: 30px;
font-weight: 500;
padding: 5px 30px;
color: #fff;
border-radius: 50px;
background: #000;
position: relative;
line-height: 50px;
transition: all 0.3s ease;
}
.wrapper ul li a:after{
position: absolute;
content: "";
background: #fff;
background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
/*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
width: 104%;
height: 110%;
left: -2%;
top: -5%; /* if the font is 'Oswald'*/
border-radius: 50px;
transform: scaleY(0);
z-index: -1;
animation: rotate 1.5s linear infinite;
transition: transform 0.3s ease;
}
.wrapper ul li a:hover:after{
transform: scaleY(1);
}
.wrapper ul li a:hover{
color: #fff;
}
input[type="checkbox"]{
display: none;
}
.content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
text-align: center;
width: 100%;
color: #202020;
}
.content .title{
font-size: 40px;
font-weight: 700;
}
.content p{
font-size: 35px;
font-weight: 600;
}
@keyframes rotate {
0%{
filter: hue-rotate(0deg);
}
100%{
filter: hue-rotate(360deg);
}
} | RGA/static/domain/css/master.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
}
.wrapper{
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
/*background: linear-gradient(-135deg, #c850c0, #4158d0);*/
/* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
/* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
/* clip-path: circle(25px at calc(0% + 45px) 45px); */
background: #000;
clip-path: circle(25px at calc(100% - 45px) 45px);
transition: all 0.3s ease-in-out;
}
#active:checked ~ .wrapper{
clip-path: circle(75%);
}
.menu-btn{
position: absolute;
z-index: 2;
right: 20px;
/* left: 20px; */
top: 20px;
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
font-size: 20px;
color: #fff;
cursor: pointer;
/*background: linear-gradient(-135deg, #c850c0, #4158d0);*/
/* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
/* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
background: #000;
transition: all 0.3s ease-in-out;
}
#active:checked ~ .menu-btn{
color: #fff;
}
#active:checked ~ .menu-btn i:before{
content: "\f00d";
}
.wrapper ul{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
list-style: none;
text-align: center;
}
.wrapper ul li{
margin: 15px 0;
}
.wrapper ul li a{
color: none;
text-decoration: none;
font-size: 30px;
font-weight: 500;
padding: 5px 30px;
color: #fff;
border-radius: 50px;
background: #000;
position: relative;
line-height: 50px;
transition: all 0.3s ease;
}
.wrapper ul li a:after{
position: absolute;
content: "";
background: #fff;
background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
/*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
width: 104%;
height: 110%;
left: -2%;
top: -5%; /* if the font is 'Oswald'*/
border-radius: 50px;
transform: scaleY(0);
z-index: -1;
animation: rotate 1.5s linear infinite;
transition: transform 0.3s ease;
}
.wrapper ul li a:hover:after{
transform: scaleY(1);
}
.wrapper ul li a:hover{
color: #fff;
}
input[type="checkbox"]{
display: none;
}
.content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
text-align: center;
width: 100%;
color: #202020;
}
.content .title{
font-size: 40px;
font-weight: 700;
}
.content p{
font-size: 35px;
font-weight: 600;
}
@keyframes rotate {
0%{
filter: hue-rotate(0deg);
}
100%{
filter: hue-rotate(360deg);
}
} | 0.530966 | 0.068631 |
width: 60px;
height: 45px;
position: relative;
margin: 50px auto;
-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;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
display: block;
position: absolute;
height: 9px;
width: 100%;
background: #d3531a;
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;
}
#nav-icon1 span:nth-child(1) {
top: 0px;
}
#nav-icon1 span:nth-child(2) {
top: 18px;
}
#nav-icon1 span:nth-child(3) {
top: 36px;
}
#nav-icon1.open span:nth-child(1) {
top: 18px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}
#nav-icon1.open span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
/* Icon 2 */
#nav-icon2 {
}
#nav-icon2 span {
display: block;
position: absolute;
height: 9px;
width: 50%;
background: #d3531a;
opacity: 1;
-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;
}
#nav-icon2 span:nth-child(even) {
left: 50%;
border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
left:0px;
border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
top: 18px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
top: 36px;
}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
left: 5px;
top: 7px;
}
#nav-icon2.open span:nth-child(2) {
left: calc(50% - 5px);
top: 7px;
}
#nav-icon2.open span:nth-child(3) {
left: -50%;
opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
left: 100%;
opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
left: 5px;
top: 29px;
}
#nav-icon2.open span:nth-child(6) {
left: calc(50% - 5px);
top: 29px;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
top: 18px;
}
#nav-icon3 span:nth-child(4) {
top: 36px;
}
#nav-icon3.open span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}
#nav-icon3.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}
/* Icon 4 */
#nav-icon4 {
}
#nav-icon4 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
top: 18px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
top: 36px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: -3px;
left: 8px;
}
#nav-icon4.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 39px;
left: 8px;
}
.type,.value{
color: white;
font-family: "Comic Sans MS", cursive, sans-serif;
}
.date {
border-left: 7px solid yellow;
background-color: whitesmoke;
}
.date p {
color: red;
/*font-weight: bold;*/
font: small-caps bold 2rem sans-serif;
text-align: center;
}
.card {
right: 20%;
display: grid;
font-family: "Comic Sans MS", cursive, sans-serif;
grid-template-columns: 100%;
grid-template-rows: 210px 210px 80px;
grid-template-areas: "image" "text" "stats";
border-radius: 18px;
background: white;
box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
text-align: center;
width: 100%;
}
.card-image {
grid-area: image;
{#background: url("{{ asset("taha/events/bg.png") }}");#}
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-size: cover;
}
.card-text {
grid-area: text;
margin: 25px;
}
.card-text .date {
color: red;
font-size:30px;
}
.card-text p {
color: black;
font-size:15px;
font-weight: 300;
}
.card-text h2 {
margin-top: 0px;
font-size: 28px;
color: black;}
.card-stats {
grid-area: stats;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
background: orange;
}
.card:hover {
transform: scale(1.15);
box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
}
.top h2 {
color: white;
margin: 0;
padding: 20px;
font-size: 50px;
text-transform: uppercase;
}
.lr p {
font-family: 'Roboto', sans-serif;
position: absolute;
bottom: 20px;
left: 20px;
color: white;
margin: 0;
}
.mid h2 {
font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
font-size: 2rem;
transform: translate(-50%, -50%);
}
.cap p {
padding: 20px;
color: white;
font: 12px Monaco, Mono-Space;
margin: 0;
} | web/front/main.css | width: 60px;
height: 45px;
position: relative;
margin: 50px auto;
-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;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
display: block;
position: absolute;
height: 9px;
width: 100%;
background: #d3531a;
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;
}
#nav-icon1 span:nth-child(1) {
top: 0px;
}
#nav-icon1 span:nth-child(2) {
top: 18px;
}
#nav-icon1 span:nth-child(3) {
top: 36px;
}
#nav-icon1.open span:nth-child(1) {
top: 18px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}
#nav-icon1.open span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
/* Icon 2 */
#nav-icon2 {
}
#nav-icon2 span {
display: block;
position: absolute;
height: 9px;
width: 50%;
background: #d3531a;
opacity: 1;
-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;
}
#nav-icon2 span:nth-child(even) {
left: 50%;
border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
left:0px;
border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
top: 18px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
top: 36px;
}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
left: 5px;
top: 7px;
}
#nav-icon2.open span:nth-child(2) {
left: calc(50% - 5px);
top: 7px;
}
#nav-icon2.open span:nth-child(3) {
left: -50%;
opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
left: 100%;
opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
left: 5px;
top: 29px;
}
#nav-icon2.open span:nth-child(6) {
left: calc(50% - 5px);
top: 29px;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
top: 18px;
}
#nav-icon3 span:nth-child(4) {
top: 36px;
}
#nav-icon3.open span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}
#nav-icon3.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}
/* Icon 4 */
#nav-icon4 {
}
#nav-icon4 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
top: 18px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
top: 36px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: -3px;
left: 8px;
}
#nav-icon4.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 39px;
left: 8px;
}
.type,.value{
color: white;
font-family: "Comic Sans MS", cursive, sans-serif;
}
.date {
border-left: 7px solid yellow;
background-color: whitesmoke;
}
.date p {
color: red;
/*font-weight: bold;*/
font: small-caps bold 2rem sans-serif;
text-align: center;
}
.card {
right: 20%;
display: grid;
font-family: "Comic Sans MS", cursive, sans-serif;
grid-template-columns: 100%;
grid-template-rows: 210px 210px 80px;
grid-template-areas: "image" "text" "stats";
border-radius: 18px;
background: white;
box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
text-align: center;
width: 100%;
}
.card-image {
grid-area: image;
{#background: url("{{ asset("taha/events/bg.png") }}");#}
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-size: cover;
}
.card-text {
grid-area: text;
margin: 25px;
}
.card-text .date {
color: red;
font-size:30px;
}
.card-text p {
color: black;
font-size:15px;
font-weight: 300;
}
.card-text h2 {
margin-top: 0px;
font-size: 28px;
color: black;}
.card-stats {
grid-area: stats;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
background: orange;
}
.card:hover {
transform: scale(1.15);
box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
}
.top h2 {
color: white;
margin: 0;
padding: 20px;
font-size: 50px;
text-transform: uppercase;
}
.lr p {
font-family: 'Roboto', sans-serif;
position: absolute;
bottom: 20px;
left: 20px;
color: white;
margin: 0;
}
.mid h2 {
font-family: 'Roboto', sans-serif;
font-weight: 900;
color: white;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
font-size: 2rem;
transform: translate(-50%, -50%);
}
.cap p {
padding: 20px;
color: white;
font: 12px Monaco, Mono-Space;
margin: 0;
} | 0.464659 | 0.069384 |
@media (max-width:991.98px) {
[canvas=container],
[off-canvas],
body,
html {
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box
}
[canvas] {
z-index: 1
}
[canvas=container] {
width: 100%;
height: 100%;
overflow-y: auto;
position: relative;
background-color: #fff;
box-shadow: 0 8px 0 0 #fff, 0 -8px 0 0 #fff, 8px 0 8px -4px rgba(0, 0, 0, .2), -8px 0 8px -4px rgba(0, 0, 0, .2);
-webkit-overflow-scrolling: touch
}
[canvas=container]:after,
[canvas=container]:before {
clear: both;
content: '';
display: table
}
[off-canvas] {
display: none;
position: fixed;
overflow: hidden;
overflow-y: auto;
background-color: #002031;
color: #fff;
-webkit-overflow-scrolling: touch
}
[off-canvas*=top] {
width: 100%;
height: 256px;
top: 0
}
[off-canvas*=right] {
width: 256px;
height: 100%;
top: 0;
right: 0
}
[off-canvas*=bottom] {
width: 100%;
height: 256px;
bottom: 0
}
[off-canvas*=left] {
width: 256px;
height: 100%;
top: 0;
left: 0
}
[off-canvas*=reveal] {
z-index: 0
}
[off-canvas*=push] {
z-index: 1
}
[off-canvas*=overlay] {
z-index: 9999
}
[off-canvas*=shift] {
z-index: 0
}
[canvas],
[off-canvas] {
transform: translate(0, 0);
transition: transform .3s;
-webkit-backface-visibility: hidden
}
[off-canvas*=shift][off-canvas*=top] {
transform: translate(0, 50%)
}
[off-canvas*=shift][off-canvas*=right] {
transform: translate(-50%, 0)
}
[off-canvas*=shift][off-canvas*=bottom] {
transform: translate(0, -50%)
}
[off-canvas*=shift][off-canvas*=left] {
transform: translate(50%, 0)
}
}
@media print and (max-width:991.98px) {
[canvas] {
transform: translate(0, 0)!important
}
[off-canvas] {
display: none!important
}
}
nav.offcanvas {
height: auto
}
nav.offcanvas .navbar-toggler {
width: 2.5rem;
height: 2.5rem;
margin: 0;
padding: .25rem;
background-size: 100% 100%;
border: 0;
border-radius: 0
}
nav.offcanvas .navbar-toggler.navbar-toggle-offcanvas-right .navbar-toggler-icon {
width: 2.5rem;
height: 2.5rem;
margin-top: -.25rem;
margin-left: -.25rem;
background-size: 1.875rem;
background-position: 0 .125rem;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E")
}
@media (max-width:767.98px) {
.offcanvas-desktop {
display: none
}
main.container {
margin-top: 2.5rem
}
}
@media (min-width:768px) {
[canvas=mobile],
[off-canvas] {
display: none
}
main.container {
margin-top: 3.75rem
}
}
.content {
width: 260px;
margin: 100px auto;
}
.colors {
width: 260px;
float: left;
margin: 20px auto;
}
.colors a {
width: 43.3px;
height: 30px;
float: left;
}
.colors .default {
background: #414956;
}
.colors .blue {
background: #4A89DC;
}
.colors .green {
background: #03A678;
}
.colors .red {
background: #ED5565;
}
.colors .white {
background: #fff;
}
.colors .black {
background: #292929;
}
.jquery-accordion-menu,
.jquery-accordion-menu * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
outline: 0
}
.jquery-accordion-menu {
min-width: 260px;
float: left;
position: relative;
}
.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
width: 100%;
height: 50px;
padding-left: 22px;
float: left;
line-height: 50px;
font-weight: 600;
color: #f0f0f0;
background: #00151f
}
.jquery-accordion-menu ul {
margin: 0;
padding: 0;
list-style: none
}
.jquery-accordion-menu ul li {
width: 100%;
display: block;
float: left;
position: relative
}
.jquery-accordion-menu ul li a {
width: 100%;
padding: 14px 22px;
float: left;
text-decoration: none;
color: #f0f0f0;
font-size: 13px;
background: #002A41;
white-space: nowrap;
position: relative;
overflow: hidden;
-o-transition: color .2s linear, background .2s linear;
-moz-transition: color .2s linear, background .2s linear;
-webkit-transition: color .2s linear, background .2s linear;
transition: color .2s linear, background .2s linear
}
.jquery-accordion-menu>ul>li.active>a,
.jquery-accordion-menu>ul>li:hover>a {
color: #fff;
background: #003d5a
}
.jquery-accordion-menu>ul>li>a {
border-bottom: solid 1px #002031
}
.jquery-accordion-menu ul li a i {
width: 34px;
float: left;
line-height: 18px;
font-size: 16px;
text-align: left
}
.jquery-accordion-menu .submenu-indicator {
float: right;
right: 22px;
position: absolute;
line-height: 19px;
font-size: 20px;
-o-transition: transform .3s linear;
-moz-transition: transform .3s linear;
-webkit-transition: transform .3s linear;
-ms-transition: transform .3s linear
}
.jquery-accordion-menu ul ul.submenu .submenu-indicator {
line-height: 16px
}
.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
width: 100%;
display: none;
position: static
}
.jquery-accordion-menu ul ul.submenu li {
clear: both;
width: 100%
}
.jquery-accordion-menu ul ul.submenu li a {
width: 100%;
float: left;
font-size: 11px;
background: #011e2d;
border-top: none;
position: relative;
border-left: solid 6px transparent;
-o-transition: border .2s linear;
-moz-transition: border .2s linear;
-webkit-transition: border .2s linear;
transition: border .2s linear
}
.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #414956
}
.jquery-accordion-menu ul ul.submenu>li>a {
padding-left: 30px
}
.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a {
padding-left: 45px
}
.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
padding-left: 60px
}
.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
min-width: 20px;
padding: 1px 2px 1px 1px;
position: absolute;
right: 18px;
top: 14px;
font-size: 11px;
font-weight: 800;
color: #555;
text-align: center;
line-height: 18px;
background: #f0f0f0;
border-radius: 100%
}
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
top: 12px
}
.ink {
display: block;
position: absolute;
background: rgba(255, 255, 255, .3);
border-radius: 100%;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0)
}
.animate-ink {
-webkit-animation: ripple .5s linear;
-moz-animation: ripple .5s linear;
-ms-animation: ripple .5s linear;
-o-animation: ripple .5s linear;
animation: ripple .5s linear
}
@-webkit-keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5)
}
}
@-moz-keyframes ripple {
100% {
opacity: 0;
-moz-transform: scale(2.5)
}
}
@-o-keyframes ripple {
100% {
opacity: 0;
-o-transform: scale(2.5)
}
}
@keyframes ripple {
100% {
opacity: 0;
transform: scale(2.5)
}
}
.blue.jquery-accordion-menu .jquery-accordion-menu-footer,
.blue.jquery-accordion-menu .jquery-accordion-menu-header,
.blue.jquery-accordion-menu ul li a {
background: #4A89DC
}
.blue.jquery-accordion-menu>ul>li.active>a,
.blue.jquery-accordion-menu>ul>li:hover>a {
background: #3e82da
}
.blue.jquery-accordion-menu>ul>li>a {
border-bottom-color: #3e82da
}
.blue.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #3e82da
}
.green.jquery-accordion-menu .jquery-accordion-menu-footer,
.green.jquery-accordion-menu .jquery-accordion-menu-header,
.green.jquery-accordion-menu ul li a {
background: #03A678
}
.green.jquery-accordion-menu>ul>li.active>a,
.green.jquery-accordion-menu>ul>li:hover>a {
background: #049372
}
.green.jquery-accordion-menu>ul>li>a {
border-bottom-color: #049372
}
.green.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #049372
}
.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
background: #ED5565
}
.red.jquery-accordion-menu>ul>li.active>a,
.red.jquery-accordion-menu>ul>li:hover>a {
background: #DA4453
}
.red.jquery-accordion-menu>ul>li>a {
border-bottom-color: #DA4453
}
.red.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #DA4453
}
.white.jquery-accordion-menu .jquery-accordion-menu-footer,
.white.jquery-accordion-menu .jquery-accordion-menu-header,
.white.jquery-accordion-menu ul li a {
background: #fff;
color: #555
}
.white.jquery-accordion-menu>ul>li.active>a,
.white.jquery-accordion-menu>ul>li:hover>a {
background: #f0f0f0
}
.white.jquery-accordion-menu>ul>li>a {
border-bottom-color: #f0f0f0
}
.white.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #f0f0f0
}
.white.jquery-accordion-menu ul ul.submenu li a {
color: #f0f0f0
}
.white.jquery-accordion-menu>ul>li>a>.ink {
background: rgba(0, 0, 0, .1)
}
.black.jquery-accordion-menu .jquery-accordion-menu-footer,
.black.jquery-accordion-menu .jquery-accordion-menu-header,
.black.jquery-accordion-menu ul li a {
background: #292929
}
.black.jquery-accordion-menu>ul>li.active>a,
.black.jquery-accordion-menu>ul>li:hover>a {
background: #222
}
.black.jquery-accordion-menu>ul>li>a {
border-bottom-color: #222
}
.black.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #222
}
.mobmenu {
margin-top: 0;
color: #000;
box-shadow: 0 5px 7px rgba(0,0,0,0.09);
background: #fff;
}
li.nav-item > ul {
margin-top: 22px;
}
.dropdown-menu {
border: 1px solid rgba(0,0,0,.05);
border-radius: 0;
box-shadow: 0 17px 14px -10px #ddd;
border-top: none;
}
.dropdown-item a{
font-size: 14px;
}
li.dropdown-item {
padding: 5px 10px;
border-bottom: 1px solid #ddd;
}
.dropdown-item a {
font-size: 12px;
padding: 0;
display: block;
}
.dropdown-toggle::after {
float: right;
margin-top: 8px;
}
.dropdown-menu li:last-child {
border: none;
}
.dropdown-item .dropdown-toggle::after {
float: right;
margin-top: 8px;
transform: rotate(-90deg);
}
.custom_nav .navbar-nav .nav-item .nav-link {
font-size: 13px;
font-weight: 500;
}
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
cursor: pointer;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
color: inherit;
text-decoration: none;
background-color: inherit;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.navbar-nav .dropdown-menu {
padding: 0;
}
@media (max-width: 767.98px) {
.navbar .dropdown-toggle:not(.nav-link)::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .5em;
vertical-align: 0;
border-bottom: .3em solid transparent;
border-top: .3em solid transparent;
border-left: .3em solid;
}
} | public/frontEnd/css/component-slidebars.min.css | @media (max-width:991.98px) {
[canvas=container],
[off-canvas],
body,
html {
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box
}
[canvas] {
z-index: 1
}
[canvas=container] {
width: 100%;
height: 100%;
overflow-y: auto;
position: relative;
background-color: #fff;
box-shadow: 0 8px 0 0 #fff, 0 -8px 0 0 #fff, 8px 0 8px -4px rgba(0, 0, 0, .2), -8px 0 8px -4px rgba(0, 0, 0, .2);
-webkit-overflow-scrolling: touch
}
[canvas=container]:after,
[canvas=container]:before {
clear: both;
content: '';
display: table
}
[off-canvas] {
display: none;
position: fixed;
overflow: hidden;
overflow-y: auto;
background-color: #002031;
color: #fff;
-webkit-overflow-scrolling: touch
}
[off-canvas*=top] {
width: 100%;
height: 256px;
top: 0
}
[off-canvas*=right] {
width: 256px;
height: 100%;
top: 0;
right: 0
}
[off-canvas*=bottom] {
width: 100%;
height: 256px;
bottom: 0
}
[off-canvas*=left] {
width: 256px;
height: 100%;
top: 0;
left: 0
}
[off-canvas*=reveal] {
z-index: 0
}
[off-canvas*=push] {
z-index: 1
}
[off-canvas*=overlay] {
z-index: 9999
}
[off-canvas*=shift] {
z-index: 0
}
[canvas],
[off-canvas] {
transform: translate(0, 0);
transition: transform .3s;
-webkit-backface-visibility: hidden
}
[off-canvas*=shift][off-canvas*=top] {
transform: translate(0, 50%)
}
[off-canvas*=shift][off-canvas*=right] {
transform: translate(-50%, 0)
}
[off-canvas*=shift][off-canvas*=bottom] {
transform: translate(0, -50%)
}
[off-canvas*=shift][off-canvas*=left] {
transform: translate(50%, 0)
}
}
@media print and (max-width:991.98px) {
[canvas] {
transform: translate(0, 0)!important
}
[off-canvas] {
display: none!important
}
}
nav.offcanvas {
height: auto
}
nav.offcanvas .navbar-toggler {
width: 2.5rem;
height: 2.5rem;
margin: 0;
padding: .25rem;
background-size: 100% 100%;
border: 0;
border-radius: 0
}
nav.offcanvas .navbar-toggler.navbar-toggle-offcanvas-right .navbar-toggler-icon {
width: 2.5rem;
height: 2.5rem;
margin-top: -.25rem;
margin-left: -.25rem;
background-size: 1.875rem;
background-position: 0 .125rem;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E")
}
@media (max-width:767.98px) {
.offcanvas-desktop {
display: none
}
main.container {
margin-top: 2.5rem
}
}
@media (min-width:768px) {
[canvas=mobile],
[off-canvas] {
display: none
}
main.container {
margin-top: 3.75rem
}
}
.content {
width: 260px;
margin: 100px auto;
}
.colors {
width: 260px;
float: left;
margin: 20px auto;
}
.colors a {
width: 43.3px;
height: 30px;
float: left;
}
.colors .default {
background: #414956;
}
.colors .blue {
background: #4A89DC;
}
.colors .green {
background: #03A678;
}
.colors .red {
background: #ED5565;
}
.colors .white {
background: #fff;
}
.colors .black {
background: #292929;
}
.jquery-accordion-menu,
.jquery-accordion-menu * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
outline: 0
}
.jquery-accordion-menu {
min-width: 260px;
float: left;
position: relative;
}
.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
width: 100%;
height: 50px;
padding-left: 22px;
float: left;
line-height: 50px;
font-weight: 600;
color: #f0f0f0;
background: #00151f
}
.jquery-accordion-menu ul {
margin: 0;
padding: 0;
list-style: none
}
.jquery-accordion-menu ul li {
width: 100%;
display: block;
float: left;
position: relative
}
.jquery-accordion-menu ul li a {
width: 100%;
padding: 14px 22px;
float: left;
text-decoration: none;
color: #f0f0f0;
font-size: 13px;
background: #002A41;
white-space: nowrap;
position: relative;
overflow: hidden;
-o-transition: color .2s linear, background .2s linear;
-moz-transition: color .2s linear, background .2s linear;
-webkit-transition: color .2s linear, background .2s linear;
transition: color .2s linear, background .2s linear
}
.jquery-accordion-menu>ul>li.active>a,
.jquery-accordion-menu>ul>li:hover>a {
color: #fff;
background: #003d5a
}
.jquery-accordion-menu>ul>li>a {
border-bottom: solid 1px #002031
}
.jquery-accordion-menu ul li a i {
width: 34px;
float: left;
line-height: 18px;
font-size: 16px;
text-align: left
}
.jquery-accordion-menu .submenu-indicator {
float: right;
right: 22px;
position: absolute;
line-height: 19px;
font-size: 20px;
-o-transition: transform .3s linear;
-moz-transition: transform .3s linear;
-webkit-transition: transform .3s linear;
-ms-transition: transform .3s linear
}
.jquery-accordion-menu ul ul.submenu .submenu-indicator {
line-height: 16px
}
.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
width: 100%;
display: none;
position: static
}
.jquery-accordion-menu ul ul.submenu li {
clear: both;
width: 100%
}
.jquery-accordion-menu ul ul.submenu li a {
width: 100%;
float: left;
font-size: 11px;
background: #011e2d;
border-top: none;
position: relative;
border-left: solid 6px transparent;
-o-transition: border .2s linear;
-moz-transition: border .2s linear;
-webkit-transition: border .2s linear;
transition: border .2s linear
}
.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #414956
}
.jquery-accordion-menu ul ul.submenu>li>a {
padding-left: 30px
}
.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a {
padding-left: 45px
}
.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
padding-left: 60px
}
.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
min-width: 20px;
padding: 1px 2px 1px 1px;
position: absolute;
right: 18px;
top: 14px;
font-size: 11px;
font-weight: 800;
color: #555;
text-align: center;
line-height: 18px;
background: #f0f0f0;
border-radius: 100%
}
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
top: 12px
}
.ink {
display: block;
position: absolute;
background: rgba(255, 255, 255, .3);
border-radius: 100%;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0)
}
.animate-ink {
-webkit-animation: ripple .5s linear;
-moz-animation: ripple .5s linear;
-ms-animation: ripple .5s linear;
-o-animation: ripple .5s linear;
animation: ripple .5s linear
}
@-webkit-keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5)
}
}
@-moz-keyframes ripple {
100% {
opacity: 0;
-moz-transform: scale(2.5)
}
}
@-o-keyframes ripple {
100% {
opacity: 0;
-o-transform: scale(2.5)
}
}
@keyframes ripple {
100% {
opacity: 0;
transform: scale(2.5)
}
}
.blue.jquery-accordion-menu .jquery-accordion-menu-footer,
.blue.jquery-accordion-menu .jquery-accordion-menu-header,
.blue.jquery-accordion-menu ul li a {
background: #4A89DC
}
.blue.jquery-accordion-menu>ul>li.active>a,
.blue.jquery-accordion-menu>ul>li:hover>a {
background: #3e82da
}
.blue.jquery-accordion-menu>ul>li>a {
border-bottom-color: #3e82da
}
.blue.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #3e82da
}
.green.jquery-accordion-menu .jquery-accordion-menu-footer,
.green.jquery-accordion-menu .jquery-accordion-menu-header,
.green.jquery-accordion-menu ul li a {
background: #03A678
}
.green.jquery-accordion-menu>ul>li.active>a,
.green.jquery-accordion-menu>ul>li:hover>a {
background: #049372
}
.green.jquery-accordion-menu>ul>li>a {
border-bottom-color: #049372
}
.green.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #049372
}
.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
background: #ED5565
}
.red.jquery-accordion-menu>ul>li.active>a,
.red.jquery-accordion-menu>ul>li:hover>a {
background: #DA4453
}
.red.jquery-accordion-menu>ul>li>a {
border-bottom-color: #DA4453
}
.red.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #DA4453
}
.white.jquery-accordion-menu .jquery-accordion-menu-footer,
.white.jquery-accordion-menu .jquery-accordion-menu-header,
.white.jquery-accordion-menu ul li a {
background: #fff;
color: #555
}
.white.jquery-accordion-menu>ul>li.active>a,
.white.jquery-accordion-menu>ul>li:hover>a {
background: #f0f0f0
}
.white.jquery-accordion-menu>ul>li>a {
border-bottom-color: #f0f0f0
}
.white.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #f0f0f0
}
.white.jquery-accordion-menu ul ul.submenu li a {
color: #f0f0f0
}
.white.jquery-accordion-menu>ul>li>a>.ink {
background: rgba(0, 0, 0, .1)
}
.black.jquery-accordion-menu .jquery-accordion-menu-footer,
.black.jquery-accordion-menu .jquery-accordion-menu-header,
.black.jquery-accordion-menu ul li a {
background: #292929
}
.black.jquery-accordion-menu>ul>li.active>a,
.black.jquery-accordion-menu>ul>li:hover>a {
background: #222
}
.black.jquery-accordion-menu>ul>li>a {
border-bottom-color: #222
}
.black.jquery-accordion-menu ul ul.submenu li:hover>a {
border-left-color: #222
}
.mobmenu {
margin-top: 0;
color: #000;
box-shadow: 0 5px 7px rgba(0,0,0,0.09);
background: #fff;
}
li.nav-item > ul {
margin-top: 22px;
}
.dropdown-menu {
border: 1px solid rgba(0,0,0,.05);
border-radius: 0;
box-shadow: 0 17px 14px -10px #ddd;
border-top: none;
}
.dropdown-item a{
font-size: 14px;
}
li.dropdown-item {
padding: 5px 10px;
border-bottom: 1px solid #ddd;
}
.dropdown-item a {
font-size: 12px;
padding: 0;
display: block;
}
.dropdown-toggle::after {
float: right;
margin-top: 8px;
}
.dropdown-menu li:last-child {
border: none;
}
.dropdown-item .dropdown-toggle::after {
float: right;
margin-top: 8px;
transform: rotate(-90deg);
}
.custom_nav .navbar-nav .nav-item .nav-link {
font-size: 13px;
font-weight: 500;
}
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
cursor: pointer;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
color: inherit;
text-decoration: none;
background-color: inherit;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.navbar-nav .dropdown-menu {
padding: 0;
}
@media (max-width: 767.98px) {
.navbar .dropdown-toggle:not(.nav-link)::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .5em;
vertical-align: 0;
border-bottom: .3em solid transparent;
border-top: .3em solid transparent;
border-left: .3em solid;
}
} | 0.291687 | 0.148695 |
.page-default__body {
margin: 0;
padding: 0;
}
.morse-chat * {
box-sizing: border-box;
}
/*.morse-chat__container {
position: relative;
height: calc(100vh - 100px);
overflow-y: scroll;
}*/
.morse-chat__container {
position: relative;
height: 600px;
max-height: 100%;
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
background: #333;
}
.morse-chat__header {
color: #fff;
text-align: center;
width: 100%;
}
.morse-chat__header-heading {
margin: 0;
padding: 10px;
font-size: 40px;
line-height: 1.5;
}
.morse-chat__header-github {
position: absolute;
right: 10px;
top: 25px;
margin: 0;
border: none;
text-decoration: none;
}
.morse-chat__header-github-img {
vertical-align: middle;
height: 30px;
}
.morse-chat__header-github-text {
color: #fff;
text-decoration: none;
margin-left: 5px;
}
@media (max-width: 480px) {
.morse-chat__header-heading {
font-size: 24px;
}
}
@media (max-width: 900px) {
.morse-chat__header {
padding-bottom: 5px;
}
.morse-chat__header-github {
position: relative;
top: 0;
right: auto;
}
.morse-chat__header-github-img {
height: 20px;
}
}
.morse-chat__list-container {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
overflow-y: auto;
}
.morse-chat__list {
list-style: none;
margin: 0;
padding: 0;
overflow-y:auto;
width: 100%;
text-align: left;
}
.morse-chat__item {
display: block;
padding: 5px 10px;
font-size: 28px;
overflow: hidden;
}
.morse-chat__item--message:nth-child(even) {
background-color: #fafafa;
}
.morse-chat__item--message:nth-child(odd) {
background-color: #fff;
}
.morse-chat__item--intro,
.morse-chat__item--info,
.morse-chat__item--joined,
.morse-chat__item--left,
.morse-chat__item--system {
background: #eee;
font-size: 14px;
}
.morse-chat__item--joined,
.morse-chat__item--left {
background: #eee;
}
.morse-chat__item--intro,
.morse-chat__item--info {
background: #CBE5ED;
}
.morse-chat__item--intro,
.morse-chat__item--system {
display: none;
}
.morse-chat__item-avatar {
float: left;
width: 50px;
height: 50px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
vertical-align: middle;
margin-right: 10px;
}
.morse-chat__item-avatar--1 {
background-image: url('../img/avatar-1.jpg');
}
.morse-chat__item-avatar--2 {
background-image: url('../img/avatar-2.jpg');
}
.morse-chat__item-avatar--3 {
background-image: url('../img/avatar-3.jpg');
}
.morse-chat__item-avatar--4 {
background-image: url('../img/avatar-4.jpg');
}
.morse-chat__item-message {
overflow: hidden;
line-height: 2;
}
.morse-chat__join-heading {
margin-top: 0;
font-size: 20px;
}
.morse-chat__join-form {
max-height: 1000px;
padding: 20px;
text-align: center;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.morse-chat__join-label {
display: inline-block;
}
.morse-chat__join-input {
display: none;
}
.morse-chat__join-avatar-img {
width: 100px;
height: 100px;
border: 2px solid #fff;
cursor: pointer;
border-radius: 50%;
margin: 10px;
pointer-events: none;
}
@media (max-width: 480px) {
.morse-chat__join-avatar-img {
width: 60px;
height: 60px;
}
}
.morse-chat__join-avatar-name {
display: block;
margin: 0;
font-size: 14px;
}
.morse-chat__message-form {
background-color: #ccc;
padding: 10px;
width: 100%;
}
.morse-chat__message-form--disabled {
display: none;
}
.morse-chat__message-fieldset {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
}
.morse-chat__message-input,
.morse-chat__message-submit {
font-size: 20px;
padding: 5px;
}
.morse-chat__message-input {
width: 75%;
}
.morse-chat__message-submit {
width: 25%;
background-color: #39A5C8;
color: #fff;
border: 0;
text-transform: uppercase;
}
.morse-chat__message-submit:disabled {
background-color: #aaa;
}
.morse-chat__message-notice {
color: #333;
font-size: 0.8em;
}
.morse-chat--joined .morse-chat__join-form {
max-height: 0;
padding: 0;
overflow: hidden;
}
.morse-chat--joined .morse-chat__item--intro {
display: block;
}
.morse-chat--joined .morse-chat__list {
background: #fff;
}
.morse-chat__message--nobody-here {
color: #000;
font-weight: bold;
} | src/main/resources/assets/css/main.css | .page-default__body {
margin: 0;
padding: 0;
}
.morse-chat * {
box-sizing: border-box;
}
/*.morse-chat__container {
position: relative;
height: calc(100vh - 100px);
overflow-y: scroll;
}*/
.morse-chat__container {
position: relative;
height: 600px;
max-height: 100%;
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
background: #333;
}
.morse-chat__header {
color: #fff;
text-align: center;
width: 100%;
}
.morse-chat__header-heading {
margin: 0;
padding: 10px;
font-size: 40px;
line-height: 1.5;
}
.morse-chat__header-github {
position: absolute;
right: 10px;
top: 25px;
margin: 0;
border: none;
text-decoration: none;
}
.morse-chat__header-github-img {
vertical-align: middle;
height: 30px;
}
.morse-chat__header-github-text {
color: #fff;
text-decoration: none;
margin-left: 5px;
}
@media (max-width: 480px) {
.morse-chat__header-heading {
font-size: 24px;
}
}
@media (max-width: 900px) {
.morse-chat__header {
padding-bottom: 5px;
}
.morse-chat__header-github {
position: relative;
top: 0;
right: auto;
}
.morse-chat__header-github-img {
height: 20px;
}
}
.morse-chat__list-container {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
overflow-y: auto;
}
.morse-chat__list {
list-style: none;
margin: 0;
padding: 0;
overflow-y:auto;
width: 100%;
text-align: left;
}
.morse-chat__item {
display: block;
padding: 5px 10px;
font-size: 28px;
overflow: hidden;
}
.morse-chat__item--message:nth-child(even) {
background-color: #fafafa;
}
.morse-chat__item--message:nth-child(odd) {
background-color: #fff;
}
.morse-chat__item--intro,
.morse-chat__item--info,
.morse-chat__item--joined,
.morse-chat__item--left,
.morse-chat__item--system {
background: #eee;
font-size: 14px;
}
.morse-chat__item--joined,
.morse-chat__item--left {
background: #eee;
}
.morse-chat__item--intro,
.morse-chat__item--info {
background: #CBE5ED;
}
.morse-chat__item--intro,
.morse-chat__item--system {
display: none;
}
.morse-chat__item-avatar {
float: left;
width: 50px;
height: 50px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
vertical-align: middle;
margin-right: 10px;
}
.morse-chat__item-avatar--1 {
background-image: url('../img/avatar-1.jpg');
}
.morse-chat__item-avatar--2 {
background-image: url('../img/avatar-2.jpg');
}
.morse-chat__item-avatar--3 {
background-image: url('../img/avatar-3.jpg');
}
.morse-chat__item-avatar--4 {
background-image: url('../img/avatar-4.jpg');
}
.morse-chat__item-message {
overflow: hidden;
line-height: 2;
}
.morse-chat__join-heading {
margin-top: 0;
font-size: 20px;
}
.morse-chat__join-form {
max-height: 1000px;
padding: 20px;
text-align: center;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.morse-chat__join-label {
display: inline-block;
}
.morse-chat__join-input {
display: none;
}
.morse-chat__join-avatar-img {
width: 100px;
height: 100px;
border: 2px solid #fff;
cursor: pointer;
border-radius: 50%;
margin: 10px;
pointer-events: none;
}
@media (max-width: 480px) {
.morse-chat__join-avatar-img {
width: 60px;
height: 60px;
}
}
.morse-chat__join-avatar-name {
display: block;
margin: 0;
font-size: 14px;
}
.morse-chat__message-form {
background-color: #ccc;
padding: 10px;
width: 100%;
}
.morse-chat__message-form--disabled {
display: none;
}
.morse-chat__message-fieldset {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
}
.morse-chat__message-input,
.morse-chat__message-submit {
font-size: 20px;
padding: 5px;
}
.morse-chat__message-input {
width: 75%;
}
.morse-chat__message-submit {
width: 25%;
background-color: #39A5C8;
color: #fff;
border: 0;
text-transform: uppercase;
}
.morse-chat__message-submit:disabled {
background-color: #aaa;
}
.morse-chat__message-notice {
color: #333;
font-size: 0.8em;
}
.morse-chat--joined .morse-chat__join-form {
max-height: 0;
padding: 0;
overflow: hidden;
}
.morse-chat--joined .morse-chat__item--intro {
display: block;
}
.morse-chat--joined .morse-chat__list {
background: #fff;
}
.morse-chat__message--nobody-here {
color: #000;
font-weight: bold;
} | 0.454956 | 0.054024 |