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 |
|---|---|---|---|---|
* {
font-family: 'Ubuntu', sans-serif;
}
body, legend {
background-color: rgb(41, 41, 41);
color: white;
}
h2 + a.btn.btn-success {
margin-top: 20px;
}
input + input#submit-form {
margin-right: 10px;
}
strong {
color: red;
}
/* add image */
input[type="file"] {
padding: 0;
}
input[type="date"].form-control {
line-height: normal;
}
/* form */
input[type="checkbox"] {
margin: 32px 35px 0 20px;
}
table {
background-color: white;
color: rgb(41, 41, 41);
}
.table-responsive {
border: none;
}
.manager-label {
margin-top: 30px;
}
.status {
padding-left: 30px;
}
.feedback {
color: rgb(230, 94, 0);
}
#employeeManagerNum:disabled {
background-color: lightgray;
}
/* navbar */
.material-icons {
padding-top: 8px;
font-size: 1.1em;
}
.navbar-default {
background-color: rgb(230, 94, 0);
border-color: rgb(41, 41, 41);
}
.navbar-nav > li > a.btn {
padding: 5px;
margin: 4px;
}
/* Title */
.navbar-default .navbar-brand {
color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: white;
}
/* Link */
.navbar-default .navbar-nav > li > a {
color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: rgb(41, 41, 41);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: white;
background-color: rgb(41, 41, 41);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: white;
background-color: rgb(41, 41, 41);
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: rgb(41, 41, 41);
border-bottom-color: rgb(41, 41, 41);
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: white;
border-bottom-color: white;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: white;
border-bottom-color: white;
}
/* Side button */
.navbar-default .navbar-toggle {
border-color: rgb(41, 41, 41);
background-color: rgb(41, 41, 41);
}
.navbar-default .navbar-toggle .icon-bar {
background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: rgb(41, 41, 41);
}
/* Don't change */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: rgb(41, 41, 41);
} | public/css/site.css | * {
font-family: 'Ubuntu', sans-serif;
}
body, legend {
background-color: rgb(41, 41, 41);
color: white;
}
h2 + a.btn.btn-success {
margin-top: 20px;
}
input + input#submit-form {
margin-right: 10px;
}
strong {
color: red;
}
/* add image */
input[type="file"] {
padding: 0;
}
input[type="date"].form-control {
line-height: normal;
}
/* form */
input[type="checkbox"] {
margin: 32px 35px 0 20px;
}
table {
background-color: white;
color: rgb(41, 41, 41);
}
.table-responsive {
border: none;
}
.manager-label {
margin-top: 30px;
}
.status {
padding-left: 30px;
}
.feedback {
color: rgb(230, 94, 0);
}
#employeeManagerNum:disabled {
background-color: lightgray;
}
/* navbar */
.material-icons {
padding-top: 8px;
font-size: 1.1em;
}
.navbar-default {
background-color: rgb(230, 94, 0);
border-color: rgb(41, 41, 41);
}
.navbar-nav > li > a.btn {
padding: 5px;
margin: 4px;
}
/* Title */
.navbar-default .navbar-brand {
color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: white;
}
/* Link */
.navbar-default .navbar-nav > li > a {
color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: rgb(41, 41, 41);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: white;
background-color: rgb(41, 41, 41);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: white;
background-color: rgb(41, 41, 41);
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: rgb(41, 41, 41);
border-bottom-color: rgb(41, 41, 41);
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: white;
border-bottom-color: white;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: white;
border-bottom-color: white;
}
/* Side button */
.navbar-default .navbar-toggle {
border-color: rgb(41, 41, 41);
background-color: rgb(41, 41, 41);
}
.navbar-default .navbar-toggle .icon-bar {
background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: rgb(41, 41, 41);
}
/* Don't change */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: rgb(41, 41, 41);
} | 0.448668 | 0.086942 |
@charset "utf-8";
.box{ width:100%; margin:0 auto;}
/*============================资料分类===================================*/
.content{ width:1200px; margin:0 auto; overflow:hidden;}
.limitbuy{ width:1200px; float:left; overflow:hidden;}
.limitbuy01{ width:1200px; height:32px; padding-top:20px; float:left; border-bottom:#2791e3 solid 2px;}
.limitbuy01 span{ float:left; padding-top:0px; height:32px; background:url(../../../Images/images/a14.jpg) no-repeat center bottom; color:#0a7cd4; font-size:18px; font-family:"微软雅黑"; }
.limitbuy01 h1{ float:left; padding-left:33px; color:#666; font-size:16px; font-family:"微软雅黑"; line-height:25px;}
.limitbuy01 h2{ float:left; display:inline; background:#ff9600; width:25px; height:25px; display:block; line-height:25px; text-align:center; font-family:"Arial"; font-size:18px; color:#fff; }
.limitbuy01 h3{ float:left; color:#666; font-size:16px; font-family:"微软雅黑"; padding-top:0px; padding-left:2px; padding-right:2px; line-height:25px;}
.limitbuy02{ width:1200px; float:left; }
.limitbuy02 li{ width:254px; float:left; padding-left:23px; padding-right:23px; padding-top:30px; overflow:hidden;
display: inline; vertical-align:bottom;}
.limitbuy02 li img{ width:246px; height:246px;}
.limitbuy02 li h1{ width:254px; padding-left:0px; float:left; line-height:24px; padding-top:7px; text-align:left; height:48px; overflow:hidden;}
.limitbuy02 li h1 span{color:#ff9600; font-size:14px; font-family:"微软雅黑"; font-weight:normal;}
.limitbuy02 li h1 a{ color:#666; font-size:14px; font-family:"微软雅黑"; text-decoration:none;}
.limitbuy02 li h1 a:hover{ color:#666; font-size:14px; font-family:"微软雅黑"; text-decoration:underline;}
.limitbuy02 li h2{ width:254px; float:left; line-height:30px; color:#e83234; font-size:18px; font-family:"微软雅黑"; text-align:left;}
.limitbuy02 li h2 samp{color:#666; font-size:12px; font-family:"宋体"; float:left; padding-top:2px;}
.limitbuy02 li h2 span{ color:#e83234; font-size:18px; font-family:"微软雅黑"; text-align:left; padding-top:2px; float:left;}
.limitbuy02 li h3{ width:254px; float:left; line-height:22px; color:#999999; font-size:12px; text-align:left;}
.limitbuy02 li h3 span{ text-decoration:line-through; }
.limitbuy02 li h4{ width:254px; float:left; line-height:22px; text-align:left;}
.limitbuy02 li h4 span{ color:#e41215; font-size:12px;}
.limitbuy02 li h4 samp{ padding-left:20px;}
.limitbuy02 li h5{width:254px; float:left; padding-top:6px; text-align:left;}
.limitbuy02btn{ width:103px; height:31px; background:url(../../../Images/images/img25.jpg) no-repeat left top; border:none; cursor:pointer; } | src/main/webapp/styles/front/style/qianggou_page.css | @charset "utf-8";
.box{ width:100%; margin:0 auto;}
/*============================资料分类===================================*/
.content{ width:1200px; margin:0 auto; overflow:hidden;}
.limitbuy{ width:1200px; float:left; overflow:hidden;}
.limitbuy01{ width:1200px; height:32px; padding-top:20px; float:left; border-bottom:#2791e3 solid 2px;}
.limitbuy01 span{ float:left; padding-top:0px; height:32px; background:url(../../../Images/images/a14.jpg) no-repeat center bottom; color:#0a7cd4; font-size:18px; font-family:"微软雅黑"; }
.limitbuy01 h1{ float:left; padding-left:33px; color:#666; font-size:16px; font-family:"微软雅黑"; line-height:25px;}
.limitbuy01 h2{ float:left; display:inline; background:#ff9600; width:25px; height:25px; display:block; line-height:25px; text-align:center; font-family:"Arial"; font-size:18px; color:#fff; }
.limitbuy01 h3{ float:left; color:#666; font-size:16px; font-family:"微软雅黑"; padding-top:0px; padding-left:2px; padding-right:2px; line-height:25px;}
.limitbuy02{ width:1200px; float:left; }
.limitbuy02 li{ width:254px; float:left; padding-left:23px; padding-right:23px; padding-top:30px; overflow:hidden;
display: inline; vertical-align:bottom;}
.limitbuy02 li img{ width:246px; height:246px;}
.limitbuy02 li h1{ width:254px; padding-left:0px; float:left; line-height:24px; padding-top:7px; text-align:left; height:48px; overflow:hidden;}
.limitbuy02 li h1 span{color:#ff9600; font-size:14px; font-family:"微软雅黑"; font-weight:normal;}
.limitbuy02 li h1 a{ color:#666; font-size:14px; font-family:"微软雅黑"; text-decoration:none;}
.limitbuy02 li h1 a:hover{ color:#666; font-size:14px; font-family:"微软雅黑"; text-decoration:underline;}
.limitbuy02 li h2{ width:254px; float:left; line-height:30px; color:#e83234; font-size:18px; font-family:"微软雅黑"; text-align:left;}
.limitbuy02 li h2 samp{color:#666; font-size:12px; font-family:"宋体"; float:left; padding-top:2px;}
.limitbuy02 li h2 span{ color:#e83234; font-size:18px; font-family:"微软雅黑"; text-align:left; padding-top:2px; float:left;}
.limitbuy02 li h3{ width:254px; float:left; line-height:22px; color:#999999; font-size:12px; text-align:left;}
.limitbuy02 li h3 span{ text-decoration:line-through; }
.limitbuy02 li h4{ width:254px; float:left; line-height:22px; text-align:left;}
.limitbuy02 li h4 span{ color:#e41215; font-size:12px;}
.limitbuy02 li h4 samp{ padding-left:20px;}
.limitbuy02 li h5{width:254px; float:left; padding-top:6px; text-align:left;}
.limitbuy02btn{ width:103px; height:31px; background:url(../../../Images/images/img25.jpg) no-repeat left top; border:none; cursor:pointer; } | 0.406744 | 0.183722 |
html {
background: url(outdoor-bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
table {
border: 10px solid black;
padding: 5px;
display: block;
margin-left: auto;
margin-right: auto;
width: 67%;
}
td {
text-align: center;
font-family: 'Lato', sans-serif;
font-size: 12pt;
padding: 10px;
border-radius: 10px;
border: 2px solid black;
background: white;
}
th {
background-color: rgb(233, 91, 8);
font-family: 'Lato', sans-serif;
font-size: 13pt;
color: white;
text-shadow:
-1px -1px 0 black,
1px -1px 0 black,
-1px 1px 0 black,
1px 1px 0 black;
}
h1 {
position: relative;
text-align: center;
font-size: 4em;
font-family: 'Permanent Marker', cursive;
padding: 10px;
color: rgb(233, 91, 8);
text-shadow:
-1px -1px 0 rgb(255, 255, 255),
1px -1px 0 rgb(255, 255, 255),
-1px 1px 0 rgb(255, 255, 255),
1px 1px 0 rgb(255, 255, 255);
}
p {
position: relative;
font-size: 14pt;
font-family: 'Lato', sans-serif;
margin: 15px;
color: black;
text-shadow:
-1px -1px 0 rgb(255, 255, 255),
1px -1px 0 rgb(255, 255, 255),
-1px 1px 0 rgb(255, 255, 255),
1px 1px 0 rgb(255, 255, 255);
}
form {
border: 10px solid black;
padding: 5px;
display: block;
margin-left: auto;
margin-right: auto;
width: 67%;
}
legend {
text-align: center;
font-family: 'Lato', sans-serif;
font-size: 16pt;
padding: 5px;
color: white;
}
label {
position: relative;
font-size: 14pt;
font-family: 'Lato', sans-serif;
color: white;
padding: 10px;
text-shadow:
-1px -1px 0 black,
1px -1px 0 black,
-1px 1px 0 black,
1px 1px 0 black;
}
input {
position: relative;
width: 80;
font-size: 14pt;
font-family: 'Lato', sans-serif;
margin: 15px;
color: black;
}
button {
font-family: 'Lato', sans-serif;
font-size: 14pt;
padding: 5px;
} | css/sales-style.css | html {
background: url(outdoor-bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
table {
border: 10px solid black;
padding: 5px;
display: block;
margin-left: auto;
margin-right: auto;
width: 67%;
}
td {
text-align: center;
font-family: 'Lato', sans-serif;
font-size: 12pt;
padding: 10px;
border-radius: 10px;
border: 2px solid black;
background: white;
}
th {
background-color: rgb(233, 91, 8);
font-family: 'Lato', sans-serif;
font-size: 13pt;
color: white;
text-shadow:
-1px -1px 0 black,
1px -1px 0 black,
-1px 1px 0 black,
1px 1px 0 black;
}
h1 {
position: relative;
text-align: center;
font-size: 4em;
font-family: 'Permanent Marker', cursive;
padding: 10px;
color: rgb(233, 91, 8);
text-shadow:
-1px -1px 0 rgb(255, 255, 255),
1px -1px 0 rgb(255, 255, 255),
-1px 1px 0 rgb(255, 255, 255),
1px 1px 0 rgb(255, 255, 255);
}
p {
position: relative;
font-size: 14pt;
font-family: 'Lato', sans-serif;
margin: 15px;
color: black;
text-shadow:
-1px -1px 0 rgb(255, 255, 255),
1px -1px 0 rgb(255, 255, 255),
-1px 1px 0 rgb(255, 255, 255),
1px 1px 0 rgb(255, 255, 255);
}
form {
border: 10px solid black;
padding: 5px;
display: block;
margin-left: auto;
margin-right: auto;
width: 67%;
}
legend {
text-align: center;
font-family: 'Lato', sans-serif;
font-size: 16pt;
padding: 5px;
color: white;
}
label {
position: relative;
font-size: 14pt;
font-family: 'Lato', sans-serif;
color: white;
padding: 10px;
text-shadow:
-1px -1px 0 black,
1px -1px 0 black,
-1px 1px 0 black,
1px 1px 0 black;
}
input {
position: relative;
width: 80;
font-size: 14pt;
font-family: 'Lato', sans-serif;
margin: 15px;
color: black;
}
button {
font-family: 'Lato', sans-serif;
font-size: 14pt;
padding: 5px;
} | 0.374676 | 0.115312 |
display: none;
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: 50px;
background-color: #f1f1f1;
padding: 12px;
border-radius: 25px;
border: solid 1px black;
}
#mobileMenu > * {
margin: 0 5px;
}
@media (max-width: 1024px) {
#mobileMenu {
display: flex;
}
}
#App {
font-family: sans-serif;
height: 100vh;
}
#page-wrap {
text-align: center;
overflow: auto;
top: 45%;
position: fixed;
}
/* Position and sizing of burger button */
.bm-burger-button, svg {
position: relative;
width: 24px;
height: 18px;
}
/* Color/shape of burger icon bars */
.bm-burger-bars {
background: #272727;
}
/* Color/shape of burger icon bars on hover*/
.bm-burger-bars-hover {
background: #a90000;
}
/* Position and sizing of clickable cross button */
.bm-cross-button {
height: 24px;
width: 24px;
}
/* Color/shape of close button cross */
.bm-cross {
background: #bdc3c7;
}
/*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
.bm-menu-wrap {
position: relative;
min-height: 200vh;
bottom: calc(-100vh - 45px);
right: -350% !important;
z-index: 500;
}
/* General sidebar styles */
.bm-menu {
background: #272727;
padding: 2.5em 1.5em 0;
font-size: 1.15em;
}
/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
fill: #272727;
}
/* Wrapper for item list */
.bm-item-list {
color: #b8b7ad;
padding: 0.8em;
}
/* Individual item */
.bm-item {
display: inline-block;
}
/* Styling of overlay */
.bm-overlay {
position: fixed;
bottom: -100vw;
left: -100vw;
z-index: 1000;
min-width: 200vw;
min-height: 200vh;
background: rgba(0, 0, 0, 0.3);
}
#mobileMenu a {
text-decoration: white;
color: inherit;
}
#mobileMenu a:hover {
color: #92DCE5;
} | app/src/style/mobileMenu.css | display: none;
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: 50px;
background-color: #f1f1f1;
padding: 12px;
border-radius: 25px;
border: solid 1px black;
}
#mobileMenu > * {
margin: 0 5px;
}
@media (max-width: 1024px) {
#mobileMenu {
display: flex;
}
}
#App {
font-family: sans-serif;
height: 100vh;
}
#page-wrap {
text-align: center;
overflow: auto;
top: 45%;
position: fixed;
}
/* Position and sizing of burger button */
.bm-burger-button, svg {
position: relative;
width: 24px;
height: 18px;
}
/* Color/shape of burger icon bars */
.bm-burger-bars {
background: #272727;
}
/* Color/shape of burger icon bars on hover*/
.bm-burger-bars-hover {
background: #a90000;
}
/* Position and sizing of clickable cross button */
.bm-cross-button {
height: 24px;
width: 24px;
}
/* Color/shape of close button cross */
.bm-cross {
background: #bdc3c7;
}
/*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
.bm-menu-wrap {
position: relative;
min-height: 200vh;
bottom: calc(-100vh - 45px);
right: -350% !important;
z-index: 500;
}
/* General sidebar styles */
.bm-menu {
background: #272727;
padding: 2.5em 1.5em 0;
font-size: 1.15em;
}
/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
fill: #272727;
}
/* Wrapper for item list */
.bm-item-list {
color: #b8b7ad;
padding: 0.8em;
}
/* Individual item */
.bm-item {
display: inline-block;
}
/* Styling of overlay */
.bm-overlay {
position: fixed;
bottom: -100vw;
left: -100vw;
z-index: 1000;
min-width: 200vw;
min-height: 200vh;
background: rgba(0, 0, 0, 0.3);
}
#mobileMenu a {
text-decoration: white;
color: inherit;
}
#mobileMenu a:hover {
color: #92DCE5;
} | 0.417628 | 0.086864 |
.outro {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
outline: none;
}
.outro__text {
max-width: 1024px;
width: 100%;
position: relative;
top: calc(var(--spaceL) * -1);
@media (--mediaDesktop) {
& {
max-width: 920px;
}
}
@media (--mediaLaptop) {
& {
max-width: 780px;
}
}
@media (--mediaMobile) {
& {
top: calc(var(--space3XL) * -1);
}
}
@media (--mediaMobileS) {
& {
top: calc(var(--spaceXL) * -1);
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
top: calc(var(--spaceM) * -1);
}
}
}
.outro__name {
text-transform: uppercase;
font-size: calc((24 / 16) * 1rem);
letter-spacing: 0.3em;
color: var(--colorTextBody);
margin-bottom: var(--space2XL);
margin-top: 0;
font-weight: var(--fontWeightMedium);
line-height: 1;
opacity: 0;
@media (--mediaDesktop) {
& {
font-size: calc((28 / 16) * 1rem);
margin-bottom: var(--space2XL);
}
}
@media (--mediaTablet) {
& {
font-size: calc((18 / 16) * 1rem);
margin-bottom: var(--space2XL);
}
}
@media (--mediaMobile) {
& {
margin-bottom: 20px;
letter-spacing: 0.2em;
white-space: nowrap;
overflow: hidden;
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
margin-bottom: 20px;
margin-top: 30px;
}
}
}
.outro__name--entering {
animation: fade-in var(--durationL) ease 0.2s forwards;
}
.outro__name--entered {
animation: fade-in var(--durationL) ease 0.2s forwards;
}
.outro__title {
display: flex;
flex-direction: column;
font-size: calc((140 / 16) * 1rem);
letter-spacing: -0.005em;
@media (--mediaDesktop) {
& {
font-size: calc((120 / 16) * 1rem);
}
}
@media (--mediaLaptop) {
& {
font-size: calc((100 / 16) * 1rem);
}
}
@media (max-width: 860px) {
& {
font-size: calc((80 / 16) * 1rem);
}
}
@media (--mediaMobile) {
& {
font-size: calc((56 / 16) * 1rem);
}
}
@media (--mediaMobileS) {
& {
font-size: calc((42 / 16) * 1rem);
}
}
}
.outro__title-row {
display: flex;
flex-direction: row;
align-items: center;
position: relative;
}
.outro__title-row--hidden {
opacity: 0;
}
@keyframes outro-text-reveal {
0% {
color: rgb(var(--rgbText) / 0);
}
50% {
color: rgb(var(--rgbText) / 0);
}
60% {
color: var(--colorTextTitle);
}
100% {
color: var(--colorTextTitle);
}
}
@keyframes outro-text-reveal-mask {
0% {
transform: scale3d(0, 1, 1);
transform-origin: left;
}
50% {
transform: scale3d(1, 1, 1);
transform-origin: left;
}
51% {
transform: scale3d(1, 1, 1);
transform-origin: right;
}
100% {
transform: scale3d(0, 1, 1);
transform-origin: right;
}
}
.outro__title-word {
position: relative;
display: flex;
align-items: center;
line-height: 1;
animation-duration: 1.5s;
animation-delay: var(--delay);
animation-fill-mode: forwards;
animation-timing-function: var(--bezierFastoutSlowin);
color: rgb(var(--rgbText) / 0);
transition: opacity 0.5s ease 0.4s;
&::after {
content: '';
width: 100%;
height: 100%;
background: rgb(var(--rgbAccent));
animation-duration: 1.5s;
animation-delay: var(--delay);
animation-fill-mode: forwards;
animation-timing-function: var(--bezierFastoutSlowin);
transform-origin: left;
transform: scale3d(0, 1, 1);
position: absolute;
inset: 0;
z-index: 1;
will-change: transform;
}
}
.outro__title-word--plus::before {
content: '+';
margin-right: 10px;
opacity: 0.4;
}
.outro__title-word--entering {
animation-name: outro-text-reveal;
@media (--mediaUseMotion) {
&::after {
animation-name: outro-text-reveal-mask;
}
}
}
.outro__title-word--entered {
color: var(--colorTextTitle);
&::after {
opacity: 1;
transform: scale3d(0, 0, 1);
transform-origin: right;
}
}
.outro__title-word--exiting {
color: var(--colorTextTitle);
opacity: 0;
position: absolute;
top: 0;
z-index: 0;
}
@keyframes outro-line {
0% {
transform: scaleX(0);
opacity: 1;
}
100% {
transform: scaleX(1);
opacity: 1;
}
}
.outro__title-line {
content: '';
height: 2px;
background: rgb(var(--rgbText) / 0.3);
width: 120%;
display: flex;
margin-left: 20px;
animation-duration: 0.8s;
animation-delay: 1s;
animation-fill-mode: forwards;
animation-timing-function: var(--bezierFastoutSlowin);
transform-origin: left;
opacity: 0;
}
.outro__title-line--entering {
animation-name: fade-in;
@media (--mediaUseMotion) {
& {
animation-name: outro-line;
}
}
}
.outro__title-line--entered {
transform: scaleX(1);
opacity: 1;
}
@keyframes outro-scroll-indicator {
0% {
transform: translate3d(-1px, 0, 0);
opacity: 0;
}
20% {
transform: translate3d(-1px, 0, 0);
opacity: 1;
}
100% {
transform: translate3d(-1px, 8px, 0);
opacity: 0;
}
}
.outro__scroll-indicator {
border: 2px solid rgb(var(--rgbText) / 0.4);
border-radius: 20px;
width: 26px;
height: 38px;
position: fixed;
bottom: 64px;
transition-property: opacity;
transition-duration: var(--durationL);
transition-timing-function: ease;
opacity: 0;
&::before {
content: '';
height: 7px;
width: 2px;
background: rgb(var(--rgbText) / 0.4);
border-radius: 4px;
position: absolute;
top: 6px;
left: 50%;
transform: translateX(-1px);
}
@media (--mediaUseMotion) {
& {
transition-property: opacity, transform;
}
&::before {
animation: outro-scroll-indicator 2s ease infinite;
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
display: none;
}
}
}
.outro__scroll-indicator--entered {
opacity: 1;
}
.outro__scroll-indicator--hidden {
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, 20px, 0);
}
}
}
@keyframes outro-mobile-scroll-indicator {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
.outro__mobile-scroll-indicator {
position: fixed;
bottom: 20px;
opacity: 0;
animation-duration: 1.5s;
animation-iteration-count: infinite;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.8, 0.1, 0.27, 1);
transition-duration: var(--durationM);
@media (--mediaUseMotion) {
& {
animation-name: outro-mobile-scroll-indicator;
transition-property: opacity, transform;
transform: translate3d(0, 20px, 0);
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
display: none;
}
}
}
.outro__mobile-scroll-indicator--entered {
opacity: 1;
}
.outro__mobile-scroll-indicator--hidden {
opacity: 0;
transform: none;
}
.outro__mobile-scroll-indicator svg {
stroke: rgb(var(--rgbText) / 0.5);
}
.contact {
--form-height: 530px;
position: absolute;
display: flex;
justify-content: center;
padding-top: calc(50vh - var(--form-height) / 2);
min-height: 100vh;
width: 100%;
@media (--mediaMobile) {
& {
padding-top: 0;
}
}
}
.contact--entered,
.contact--exiting {
position: relative;
}
.contact__form {
max-width: var(--maxWidthS);
width: 100%;
padding: var(--space2XL) 0;
@media (--mediaMobile) {
& {
padding: var(--space5XL) 0 var(--space2XL);
align-self: flex-start;
}
}
}
.contact__title {
margin-bottom: var(--space2XL);
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space5XL), 0);
}
}
}
.contact__title--entering,
.contact__title--entered {
transform: none;
opacity: 1;
}
.contact__title--exiting {
transition-duration: var(--durationM);
transition-delay: 0s;
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, calc(var(--space2XL) * -1), 0);
}
}
}
.contact__title--hidden {
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, var(--space5XL), 0);
}
}
}
.contact__divider {
margin-bottom: var(--space3XL);
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space5XL), 0);
}
}
}
.contact__divider--entering,
.contact__divider--entered {
transform: none;
opacity: 1;
}
.contact__divider--hidden {
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, var(--space5XL), 0);
}
}
}
.contact__divider--exiting {
transition-duration: var(--durationM);
transition-delay: 0s;
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, calc(var(--space2XL) * -1), 0);
}
}
}
.contact__input {
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__input + .contact__input {
margin-top: var(--spaceXL);
}
.contact__input--entering,
.contact__input--entered {
transform: none;
opacity: 1;
}
.contact__input--hidden {
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, var(--space3XL), 0);
transform: none;
}
}
}
.contact__input--exiting {
transition-duration: var(--durationM);
transition-delay: 0s;
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, calc(var(--space2XL) * -1), 0);
}
}
}
.contact__button {
margin-top: calc(var(--spaceXL) * 2);
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-delay: var(--delay);
transition-duration: var(--durationXL);
opacity: 0;
justify-self: flex-start;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__button--entered {
transition-delay: 0ms;
transition-duration: var(--durationM);
}
.contact__button--hidden {
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__button--sending {
& svg {
transition: transform var(--bezierFastoutSlowin) var(--durationXL),
opacity var(--durationS) ease var(--durationS);
transform: translate3d(var(--space5XL), 0, 0);
opacity: 0;
}
@media (--mediaReduceMotion) {
& svg {
transition-property: opacity;
transform: none;
}
}
& .loader {
opacity: 0;
animation: fade-in var(--durationM) ease var(--durationL) forwards;
}
}
.contact__button--entering,
.contact__button--entered {
transform: none;
opacity: 1;
}
.contact__button--entering:hover {
transform: none;
}
.contact__button--exiting {
transition-duration: var(--durationM);
transition-delay: 0s;
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, calc(var(--space2XL) * -1), 0);
}
}
}
.contact__complete {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: var(--spaceXL) var(--spaceM);
position: fixed;
text-align: center;
inset: 0;
}
.contact__complete-title {
margin: 0;
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__complete-title--entered {
transform: none;
opacity: 1;
}
.contact__complete-text {
margin-top: var(--spaceM);
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__complete-text--entered {
transform: none;
opacity: 1;
}
.contact__complete-button {
margin-top: var(--spaceL);
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__complete-button--entered {
transform: none;
opacity: 1;
}
.contact__form-error {
color: rgb(var(--rgbError));
overflow: hidden;
height: var(--height);
@media (--mediaUseMotion) {
& {
transition-property: height;
transition-duration: var(--durationM);
transition-timing-function: var(--bezierFastoutSlowin);
}
}
}
.contact__form-error-content {
padding-top: var(--spaceXL);
}
.contact__form-error-message {
display: flex;
padding: var(--spaceM);
line-height: 24px;
background-color: rgb(var(--rgbError) / 0.1);
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}
.contact__form-error-icon {
flex: 0 0 auto;
margin-right: var(--spaceS);
} | src/pages/Resume/index.css | .outro {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
outline: none;
}
.outro__text {
max-width: 1024px;
width: 100%;
position: relative;
top: calc(var(--spaceL) * -1);
@media (--mediaDesktop) {
& {
max-width: 920px;
}
}
@media (--mediaLaptop) {
& {
max-width: 780px;
}
}
@media (--mediaMobile) {
& {
top: calc(var(--space3XL) * -1);
}
}
@media (--mediaMobileS) {
& {
top: calc(var(--spaceXL) * -1);
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
top: calc(var(--spaceM) * -1);
}
}
}
.outro__name {
text-transform: uppercase;
font-size: calc((24 / 16) * 1rem);
letter-spacing: 0.3em;
color: var(--colorTextBody);
margin-bottom: var(--space2XL);
margin-top: 0;
font-weight: var(--fontWeightMedium);
line-height: 1;
opacity: 0;
@media (--mediaDesktop) {
& {
font-size: calc((28 / 16) * 1rem);
margin-bottom: var(--space2XL);
}
}
@media (--mediaTablet) {
& {
font-size: calc((18 / 16) * 1rem);
margin-bottom: var(--space2XL);
}
}
@media (--mediaMobile) {
& {
margin-bottom: 20px;
letter-spacing: 0.2em;
white-space: nowrap;
overflow: hidden;
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
margin-bottom: 20px;
margin-top: 30px;
}
}
}
.outro__name--entering {
animation: fade-in var(--durationL) ease 0.2s forwards;
}
.outro__name--entered {
animation: fade-in var(--durationL) ease 0.2s forwards;
}
.outro__title {
display: flex;
flex-direction: column;
font-size: calc((140 / 16) * 1rem);
letter-spacing: -0.005em;
@media (--mediaDesktop) {
& {
font-size: calc((120 / 16) * 1rem);
}
}
@media (--mediaLaptop) {
& {
font-size: calc((100 / 16) * 1rem);
}
}
@media (max-width: 860px) {
& {
font-size: calc((80 / 16) * 1rem);
}
}
@media (--mediaMobile) {
& {
font-size: calc((56 / 16) * 1rem);
}
}
@media (--mediaMobileS) {
& {
font-size: calc((42 / 16) * 1rem);
}
}
}
.outro__title-row {
display: flex;
flex-direction: row;
align-items: center;
position: relative;
}
.outro__title-row--hidden {
opacity: 0;
}
@keyframes outro-text-reveal {
0% {
color: rgb(var(--rgbText) / 0);
}
50% {
color: rgb(var(--rgbText) / 0);
}
60% {
color: var(--colorTextTitle);
}
100% {
color: var(--colorTextTitle);
}
}
@keyframes outro-text-reveal-mask {
0% {
transform: scale3d(0, 1, 1);
transform-origin: left;
}
50% {
transform: scale3d(1, 1, 1);
transform-origin: left;
}
51% {
transform: scale3d(1, 1, 1);
transform-origin: right;
}
100% {
transform: scale3d(0, 1, 1);
transform-origin: right;
}
}
.outro__title-word {
position: relative;
display: flex;
align-items: center;
line-height: 1;
animation-duration: 1.5s;
animation-delay: var(--delay);
animation-fill-mode: forwards;
animation-timing-function: var(--bezierFastoutSlowin);
color: rgb(var(--rgbText) / 0);
transition: opacity 0.5s ease 0.4s;
&::after {
content: '';
width: 100%;
height: 100%;
background: rgb(var(--rgbAccent));
animation-duration: 1.5s;
animation-delay: var(--delay);
animation-fill-mode: forwards;
animation-timing-function: var(--bezierFastoutSlowin);
transform-origin: left;
transform: scale3d(0, 1, 1);
position: absolute;
inset: 0;
z-index: 1;
will-change: transform;
}
}
.outro__title-word--plus::before {
content: '+';
margin-right: 10px;
opacity: 0.4;
}
.outro__title-word--entering {
animation-name: outro-text-reveal;
@media (--mediaUseMotion) {
&::after {
animation-name: outro-text-reveal-mask;
}
}
}
.outro__title-word--entered {
color: var(--colorTextTitle);
&::after {
opacity: 1;
transform: scale3d(0, 0, 1);
transform-origin: right;
}
}
.outro__title-word--exiting {
color: var(--colorTextTitle);
opacity: 0;
position: absolute;
top: 0;
z-index: 0;
}
@keyframes outro-line {
0% {
transform: scaleX(0);
opacity: 1;
}
100% {
transform: scaleX(1);
opacity: 1;
}
}
.outro__title-line {
content: '';
height: 2px;
background: rgb(var(--rgbText) / 0.3);
width: 120%;
display: flex;
margin-left: 20px;
animation-duration: 0.8s;
animation-delay: 1s;
animation-fill-mode: forwards;
animation-timing-function: var(--bezierFastoutSlowin);
transform-origin: left;
opacity: 0;
}
.outro__title-line--entering {
animation-name: fade-in;
@media (--mediaUseMotion) {
& {
animation-name: outro-line;
}
}
}
.outro__title-line--entered {
transform: scaleX(1);
opacity: 1;
}
@keyframes outro-scroll-indicator {
0% {
transform: translate3d(-1px, 0, 0);
opacity: 0;
}
20% {
transform: translate3d(-1px, 0, 0);
opacity: 1;
}
100% {
transform: translate3d(-1px, 8px, 0);
opacity: 0;
}
}
.outro__scroll-indicator {
border: 2px solid rgb(var(--rgbText) / 0.4);
border-radius: 20px;
width: 26px;
height: 38px;
position: fixed;
bottom: 64px;
transition-property: opacity;
transition-duration: var(--durationL);
transition-timing-function: ease;
opacity: 0;
&::before {
content: '';
height: 7px;
width: 2px;
background: rgb(var(--rgbText) / 0.4);
border-radius: 4px;
position: absolute;
top: 6px;
left: 50%;
transform: translateX(-1px);
}
@media (--mediaUseMotion) {
& {
transition-property: opacity, transform;
}
&::before {
animation: outro-scroll-indicator 2s ease infinite;
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
display: none;
}
}
}
.outro__scroll-indicator--entered {
opacity: 1;
}
.outro__scroll-indicator--hidden {
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, 20px, 0);
}
}
}
@keyframes outro-mobile-scroll-indicator {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
.outro__mobile-scroll-indicator {
position: fixed;
bottom: 20px;
opacity: 0;
animation-duration: 1.5s;
animation-iteration-count: infinite;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.8, 0.1, 0.27, 1);
transition-duration: var(--durationM);
@media (--mediaUseMotion) {
& {
animation-name: outro-mobile-scroll-indicator;
transition-property: opacity, transform;
transform: translate3d(0, 20px, 0);
}
}
@media (max-width: 820px) and (max-height: 420px) {
& {
display: none;
}
}
}
.outro__mobile-scroll-indicator--entered {
opacity: 1;
}
.outro__mobile-scroll-indicator--hidden {
opacity: 0;
transform: none;
}
.outro__mobile-scroll-indicator svg {
stroke: rgb(var(--rgbText) / 0.5);
}
.contact {
--form-height: 530px;
position: absolute;
display: flex;
justify-content: center;
padding-top: calc(50vh - var(--form-height) / 2);
min-height: 100vh;
width: 100%;
@media (--mediaMobile) {
& {
padding-top: 0;
}
}
}
.contact--entered,
.contact--exiting {
position: relative;
}
.contact__form {
max-width: var(--maxWidthS);
width: 100%;
padding: var(--space2XL) 0;
@media (--mediaMobile) {
& {
padding: var(--space5XL) 0 var(--space2XL);
align-self: flex-start;
}
}
}
.contact__title {
margin-bottom: var(--space2XL);
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space5XL), 0);
}
}
}
.contact__title--entering,
.contact__title--entered {
transform: none;
opacity: 1;
}
.contact__title--exiting {
transition-duration: var(--durationM);
transition-delay: 0s;
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, calc(var(--space2XL) * -1), 0);
}
}
}
.contact__title--hidden {
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, var(--space5XL), 0);
}
}
}
.contact__divider {
margin-bottom: var(--space3XL);
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space5XL), 0);
}
}
}
.contact__divider--entering,
.contact__divider--entered {
transform: none;
opacity: 1;
}
.contact__divider--hidden {
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, var(--space5XL), 0);
}
}
}
.contact__divider--exiting {
transition-duration: var(--durationM);
transition-delay: 0s;
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, calc(var(--space2XL) * -1), 0);
}
}
}
.contact__input {
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__input + .contact__input {
margin-top: var(--spaceXL);
}
.contact__input--entering,
.contact__input--entered {
transform: none;
opacity: 1;
}
.contact__input--hidden {
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, var(--space3XL), 0);
transform: none;
}
}
}
.contact__input--exiting {
transition-duration: var(--durationM);
transition-delay: 0s;
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, calc(var(--space2XL) * -1), 0);
}
}
}
.contact__button {
margin-top: calc(var(--spaceXL) * 2);
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-delay: var(--delay);
transition-duration: var(--durationXL);
opacity: 0;
justify-self: flex-start;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__button--entered {
transition-delay: 0ms;
transition-duration: var(--durationM);
}
.contact__button--hidden {
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__button--sending {
& svg {
transition: transform var(--bezierFastoutSlowin) var(--durationXL),
opacity var(--durationS) ease var(--durationS);
transform: translate3d(var(--space5XL), 0, 0);
opacity: 0;
}
@media (--mediaReduceMotion) {
& svg {
transition-property: opacity;
transform: none;
}
}
& .loader {
opacity: 0;
animation: fade-in var(--durationM) ease var(--durationL) forwards;
}
}
.contact__button--entering,
.contact__button--entered {
transform: none;
opacity: 1;
}
.contact__button--entering:hover {
transform: none;
}
.contact__button--exiting {
transition-duration: var(--durationM);
transition-delay: 0s;
opacity: 0;
@media (--mediaUseMotion) {
& {
transform: translate3d(0, calc(var(--space2XL) * -1), 0);
}
}
}
.contact__complete {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: var(--spaceXL) var(--spaceM);
position: fixed;
text-align: center;
inset: 0;
}
.contact__complete-title {
margin: 0;
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__complete-title--entered {
transform: none;
opacity: 1;
}
.contact__complete-text {
margin-top: var(--spaceM);
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__complete-text--entered {
transform: none;
opacity: 1;
}
.contact__complete-button {
margin-top: var(--spaceL);
transition-property: opacity;
transition-timing-function: var(--bezierFastoutSlowin);
transition-duration: var(--durationXL);
transition-delay: var(--delay);
opacity: 0;
@media (--mediaUseMotion) {
& {
transition-property: transform, opacity;
transform: translate3d(0, var(--space3XL), 0);
}
}
}
.contact__complete-button--entered {
transform: none;
opacity: 1;
}
.contact__form-error {
color: rgb(var(--rgbError));
overflow: hidden;
height: var(--height);
@media (--mediaUseMotion) {
& {
transition-property: height;
transition-duration: var(--durationM);
transition-timing-function: var(--bezierFastoutSlowin);
}
}
}
.contact__form-error-content {
padding-top: var(--spaceXL);
}
.contact__form-error-message {
display: flex;
padding: var(--spaceM);
line-height: 24px;
background-color: rgb(var(--rgbError) / 0.1);
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}
.contact__form-error-icon {
flex: 0 0 auto;
margin-right: var(--spaceS);
} | 0.480479 | 0.071461 |
@font-face {
font-family: "Inter";
src: url("/fonts/inter/Inter-Regular.eot"); /* IE9 Compat Modes */
src: local("Inter"),
url("/fonts/inter/Inter-Regular.eot?#iefix") format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/inter/Inter-Regular.woff2") format("woff2"),
/* Super Modern Browsers */ url("/fonts/inter/Inter-Regular.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/inter/Inter-Regular.ttf")
format("truetype"),
/* Safari, Android, iOS */ url("/fonts/inter/Inter-Regular.svg#OpenSans")
format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
/* Medium Inter */
@font-face {
font-family: "Inter";
src: url("/fonts/inter/Inter-Medium.eot"); /* IE9 Compat Modes */
src: local("Inter"),
url("/fonts/inter/Inter-Medium.eot?#iefix") format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/inter/Inter-Medium.woff2") format("woff2"),
/* Super Modern Browsers */ url("/fonts/inter/Inter-Medium.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/inter/Inter-Medium.ttf")
format("truetype"),
/* Safari, Android, iOS */ url("/fonts/inter/Inter-Medium.svg#OpenSans")
format("svg"); /* Legacy iOS */
font-weight: 500;
font-style: normal;
}
/* Bold Inter */
@font-face {
font-family: "Inter";
src: url("/fonts/inter/Inter-Bold.eot"); /* IE9 Compat Modes */
src: local("Inter"),
url("/fonts/inter/Inter-Bold.eot?#iefix") format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/inter/Inter-Bold.woff2") format("woff2"),
/* Super Modern Browsers */ url("/fonts/inter/Inter-Bold.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/inter/Inter-Bold.ttf") format("truetype"),
/* Safari, Android, iOS */ url("/fonts/inter/Inter-Bold.svg#OpenSans")
format("svg"); /* Legacy iOS */
font-weight: bold;
font-style: normal;
}
/* Bold Montserrat */
@font-face {
font-family: "Montserrat";
src: url("/fonts/montserrat/Montserrat-Bold.eot"); /* IE9 Compat Modes */
src: local("Montserrat"),
url("/fonts/montserrat/Montserrat-Bold.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/montserrat/Montserrat-Bold.woff2") format("woff2"),
/* Super Modern Browsers */ url("/fonts/montserrat/Montserrat-Bold.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/montserrat/Montserrat-Bold.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("/fonts/montserrat/Montserrat-Bold.svg#OpenSans") format("svg"); /* Legacy iOS */
font-weight: bold;
font-style: normal;
}
/* Regular Montserrat */
@font-face {
font-family: "Montserrat";
src: url("/fonts/montserrat/Montserrat-Regular.eot"); /* IE9 Compat Modes */
src: local("Montserrat"),
url("/fonts/montserrat/Montserrat-Regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/montserrat/Montserrat-Regular.woff2")
format("woff2"),
/* Super Modern Browsers */ url("/fonts/montserrat/Montserrat-Regular.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/montserrat/Montserrat-Regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("/fonts/montserrat/Montserrat-Regular.svg#OpenSans") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
/* Regular Roboto Mono */
@font-face {
font-family: "Roboto Mono";
src: url("/fonts/robotoMono/RobotoMono-Regular.eot"); /* IE9 Compat Modes */
src: local("Roboto Mono"),
url("/fonts/robotoMono/RobotoMono-Regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/robotoMono/RobotoMono-Regular.woff2")
format("woff2"),
/* Super Modern Browsers */ url("/fonts/robotoMono/RobotoMono-Regular.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/robotoMono/RobotoMono-Regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("/fonts/robotoMono/RobotoMono-Regular.svg#OpenSans") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
/* Regular Courier */
@font-face {
font-family: "Courier Prime";
src: url("/fonts/courierPrime/CourierPrime-Regular.eot"); /* IE9 Compat Modes */
src: local("Roboto Mono"),
url("/fonts/courierPrime/CourierPrime-Regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/courierPrime/CourierPrime-Regular.woff2")
format("woff2"),
/* Super Modern Browsers */
url("/fonts/courierPrime/CourierPrime-Regular.woff") format("woff"),
/* Modern Browsers */ url("/fonts/courierPrime/CourierPrime-Regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("/fonts/courierPrime/CourierPrime-Regular.svg#OpenSans") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
} | airbyte-webapp/src/index.css | @font-face {
font-family: "Inter";
src: url("/fonts/inter/Inter-Regular.eot"); /* IE9 Compat Modes */
src: local("Inter"),
url("/fonts/inter/Inter-Regular.eot?#iefix") format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/inter/Inter-Regular.woff2") format("woff2"),
/* Super Modern Browsers */ url("/fonts/inter/Inter-Regular.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/inter/Inter-Regular.ttf")
format("truetype"),
/* Safari, Android, iOS */ url("/fonts/inter/Inter-Regular.svg#OpenSans")
format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
/* Medium Inter */
@font-face {
font-family: "Inter";
src: url("/fonts/inter/Inter-Medium.eot"); /* IE9 Compat Modes */
src: local("Inter"),
url("/fonts/inter/Inter-Medium.eot?#iefix") format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/inter/Inter-Medium.woff2") format("woff2"),
/* Super Modern Browsers */ url("/fonts/inter/Inter-Medium.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/inter/Inter-Medium.ttf")
format("truetype"),
/* Safari, Android, iOS */ url("/fonts/inter/Inter-Medium.svg#OpenSans")
format("svg"); /* Legacy iOS */
font-weight: 500;
font-style: normal;
}
/* Bold Inter */
@font-face {
font-family: "Inter";
src: url("/fonts/inter/Inter-Bold.eot"); /* IE9 Compat Modes */
src: local("Inter"),
url("/fonts/inter/Inter-Bold.eot?#iefix") format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/inter/Inter-Bold.woff2") format("woff2"),
/* Super Modern Browsers */ url("/fonts/inter/Inter-Bold.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/inter/Inter-Bold.ttf") format("truetype"),
/* Safari, Android, iOS */ url("/fonts/inter/Inter-Bold.svg#OpenSans")
format("svg"); /* Legacy iOS */
font-weight: bold;
font-style: normal;
}
/* Bold Montserrat */
@font-face {
font-family: "Montserrat";
src: url("/fonts/montserrat/Montserrat-Bold.eot"); /* IE9 Compat Modes */
src: local("Montserrat"),
url("/fonts/montserrat/Montserrat-Bold.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/montserrat/Montserrat-Bold.woff2") format("woff2"),
/* Super Modern Browsers */ url("/fonts/montserrat/Montserrat-Bold.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/montserrat/Montserrat-Bold.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("/fonts/montserrat/Montserrat-Bold.svg#OpenSans") format("svg"); /* Legacy iOS */
font-weight: bold;
font-style: normal;
}
/* Regular Montserrat */
@font-face {
font-family: "Montserrat";
src: url("/fonts/montserrat/Montserrat-Regular.eot"); /* IE9 Compat Modes */
src: local("Montserrat"),
url("/fonts/montserrat/Montserrat-Regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/montserrat/Montserrat-Regular.woff2")
format("woff2"),
/* Super Modern Browsers */ url("/fonts/montserrat/Montserrat-Regular.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/montserrat/Montserrat-Regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("/fonts/montserrat/Montserrat-Regular.svg#OpenSans") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
/* Regular Roboto Mono */
@font-face {
font-family: "Roboto Mono";
src: url("/fonts/robotoMono/RobotoMono-Regular.eot"); /* IE9 Compat Modes */
src: local("Roboto Mono"),
url("/fonts/robotoMono/RobotoMono-Regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/robotoMono/RobotoMono-Regular.woff2")
format("woff2"),
/* Super Modern Browsers */ url("/fonts/robotoMono/RobotoMono-Regular.woff")
format("woff"),
/* Modern Browsers */ url("/fonts/robotoMono/RobotoMono-Regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("/fonts/robotoMono/RobotoMono-Regular.svg#OpenSans") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
/* Regular Courier */
@font-face {
font-family: "Courier Prime";
src: url("/fonts/courierPrime/CourierPrime-Regular.eot"); /* IE9 Compat Modes */
src: local("Roboto Mono"),
url("/fonts/courierPrime/CourierPrime-Regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("/fonts/courierPrime/CourierPrime-Regular.woff2")
format("woff2"),
/* Super Modern Browsers */
url("/fonts/courierPrime/CourierPrime-Regular.woff") format("woff"),
/* Modern Browsers */ url("/fonts/courierPrime/CourierPrime-Regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("/fonts/courierPrime/CourierPrime-Regular.svg#OpenSans") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
} | 0.232833 | 0.045692 |
.table {
box-sizing: border-box;
color: #666;
font-size: 12px;
text-shadow: 1px 1px 0px #fff;
background: #eaebec;
border: #ccc 1px solid;
width: 100%;
max-height: 250px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 2px #d1d1d1;
-webkit-box-shadow: 0 1px 2px #d1d1d1;
box-shadow: 0 1px 2px #d1d1d1;
}
.table .header {
width: 100%;
padding: 5px 10px;
box-sizing: border-box;
border-top: 1px solid #fafafa;
border-bottom: 1px solid #e0e0e0;
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
.table .header div {
padding: 1px 5px;
}
.table .header .head {
display: inline-block;
color: #000;
}
.table .tbody {
max-height: 200px;
overflow-y: auto;
width: 100%;
background: #bffff8;
}
table {
border-collapse: collapse;
width: 100%;
}
table tr {
text-align: left;
padding-left: 10px;
}
table td:first-child {
text-align: center;
border-left: 0;
}
table td:last-child {
text-align: right;
border-left: 0;
}
table td {
padding: 5px 10px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
background: #fafafa;
background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
table tr.even td {
background: #f6f6f6;
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
table tr:last-child td {
border-bottom: 0;
}
table tr:hover td {
background: #f2f2f2;
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
.hasTooltip span {
display: none;
color: #000;
text-decoration: none;
padding: 3px;
z-index: 10;
}
.hasTooltip:hover span {
display: block;
position: absolute;
background-color: #FFF;
border: 1px solid #CCC;
margin: 2px 10px;
} | JavaScript/CodeGenerator/style/control/table.css | .table {
box-sizing: border-box;
color: #666;
font-size: 12px;
text-shadow: 1px 1px 0px #fff;
background: #eaebec;
border: #ccc 1px solid;
width: 100%;
max-height: 250px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 2px #d1d1d1;
-webkit-box-shadow: 0 1px 2px #d1d1d1;
box-shadow: 0 1px 2px #d1d1d1;
}
.table .header {
width: 100%;
padding: 5px 10px;
box-sizing: border-box;
border-top: 1px solid #fafafa;
border-bottom: 1px solid #e0e0e0;
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
.table .header div {
padding: 1px 5px;
}
.table .header .head {
display: inline-block;
color: #000;
}
.table .tbody {
max-height: 200px;
overflow-y: auto;
width: 100%;
background: #bffff8;
}
table {
border-collapse: collapse;
width: 100%;
}
table tr {
text-align: left;
padding-left: 10px;
}
table td:first-child {
text-align: center;
border-left: 0;
}
table td:last-child {
text-align: right;
border-left: 0;
}
table td {
padding: 5px 10px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
background: #fafafa;
background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
table tr.even td {
background: #f6f6f6;
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
table tr:last-child td {
border-bottom: 0;
}
table tr:hover td {
background: #f2f2f2;
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
.hasTooltip span {
display: none;
color: #000;
text-decoration: none;
padding: 3px;
z-index: 10;
}
.hasTooltip:hover span {
display: block;
position: absolute;
background-color: #FFF;
border: 1px solid #CCC;
margin: 2px 10px;
} | 0.427994 | 0.264905 |
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;
}
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
html,
body {
font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
font-family: Poppins;
}
h1 {
font-size: 4rem;
}
h2 {
font-size: 3.2rem;
padding-bottom: 10px;
}
h4 {
font-size: 2.5rem;
padding-bottom: 10px;
}
p {
line-height: 1.5;
font-size: 1.6rem;
padding-bottom: 10px;
}
img {
max-width: 100%;
height: auto;
}
.container {
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
@media (max-width: 500px) {
.container {
max-width: 450px;
width: 100%;
margin: 0 auto;
}
}
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px 30px 30px 30px;
background: linear-gradient(to right, #FCE1BC, #FFDBFE);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 500px) {
header {
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 15px 0px 0px 0px;
}
}
header .lefthead {
display: flex;
justify-content: space-between;
align-items: center;
width: auto;
text-align: center;
}
header .lefthead img {
padding: 15px;
}
@media (max-width: 500px) {
header .lefthead {
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 15px 0px;
text-align: center;
}
}
header nav {
display: flex;
justify-content: space-evenly;
align-items: center;
width: 50%;
}
@media (max-width: 800px) {
header nav {
flex-wrap: wrap;
}
}
@media (max-width: 500px) {
header nav {
justify-content: space-around;
flex-direction: column;
width: 100%;
}
}
header nav a {
text-decoration: none;
font-size: 2rem;
color: black;
width: 100%;
text-align: center;
}
@media (max-width: 800px) {
header nav a {
text-align: end;
margin: 5px auto;
}
}
@media (max-width: 500px) {
header nav a {
padding: 20px;
border-top: solid white 3px;
text-align: center;
}
}
header nav a:hover {
text-decoration: underline;
}
.footer {
width: 100%;
background: -webkit-linear-gradient(#FCE1BC, #FFDBFE);
}
.footer p {
text-align: center;
color: black;
font-size: 1.6rem;
padding: 20px;
}
body {
background: -webkit-linear-gradient(#e2fcffa9, #ffffff87);
}
.home {
padding: 10px 40px;
}
.home .intro {
border-bottom: 2px solid #C0C0C0;
}
.home .intro .textintro {
margin: 15px 0px;
}
.home .intro .textintro h2 {
font-size: 4rem;
font-weight: bold;
}
.home .intro .textintro p {
text-align: center;
}
.home .content-section {
margin: 30px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media (max-width: 800px) {
.home .content-section {
flex-direction: column;
justify-content: center;
align-items: center;
}
}
@media (max-width: 500px) {
.home .content-section {
flex-direction: column;
}
}
.home .content-section .quote {
width: 48%;
animation: fadeIn 2s ease-in-out 0.2s backwards;
align-items: center;
text-align: center;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: scale(0.3);
}
80% {
opacity: 1;
transform: scale(1.05);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.home .content-section .quote h2 {
font-style: normal;
font-weight: bold;
font-size: 6rem;
line-height: 9.6rem;
}
.home .content-section .quote h2 #colorful {
background: -webkit-linear-gradient(#FCE1BC, #FFDBFE);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@media (max-width: 800px) {
.home .content-section .quote h2 {
line-height: 5rem;
}
}
@media (max-width: 800px) {
.home .content-section .quote {
width: 100%;
}
}
@media (max-width: 500px) {
.home .content-section .quote {
width: 100%;
}
}
.home .content-section .img-content {
width: 48%;
padding-left: 1%;
}
@media (max-width: 800px) {
.home .content-section .img-content {
width: 80%;
}
}
@media (max-width: 500px) {
.home .content-section .img-content {
width: 100%;
}
}
.home .content-section .img-content img {
border-radius: 5px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 500px) {
.home .content-section .img-content img {
display: none;
width: 100%;
}
}
.home .content-section .textend {
margin-top: 35px;
padding-top: 40px;
border-top: 2px solid #C0C0C0;
}
.home .content-section .textend h2 {
font-size: 4rem;
font-weight: bold;
}
.home .inverse-content {
padding-bottom: 30px;
border-bottom: 2px solid #C0C0C0;
}
@media (max-width: 500px) {
.home .inverse-content {
flex-direction: column-reverse;
margin: 30px 0;
}
}
.home .inverse-content .text-content {
padding-left: 1%;
padding-right: 0;
}
.home .inverse-content .img-content {
padding-right: 1%;
padding-left: 0;
}
.home .content-destination {
width: 75%;
margin: 0 auto 30px;
}
@media (max-width: 500px) {
.home .content-destination {
width: 100%;
}
}
.home .content-destination img {
border-radius: 10px;
}
.home .content-pick {
padding: 30px;
border-top: 2px solid #C0C0C0;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 500px) {
.home .content-pick {
flex-direction: column;
align-items: center;
}
}
.home .content-pick .destination {
width: 60%;
background: linear-gradient(to right, #5f51be, #9089b8);
border-radius: 15px;
text-align: center;
box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
color: white;
padding-top: 20px;
}
.home .content-pick .destination button {
cursor: pointer;
margin: 10px;
padding: 15px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
border-radius: 10px;
background-image: linear-gradient(to right, #BBD2FE 0%, #BFF4FE 51%, #5c84ce 100%);
color: #08003d87;
font-weight: bold;
text-decoration: none;
}
.home .content-pick .destination button:hover {
background-position: right center;
/* change the direction of the change here */
color: white;
}
@media (max-width: 500px) {
.home .content-pick .destination {
width: 85%;
}
}
body {
background: -webkit-linear-gradient(#e2fcffa9, #ffffff87);
overflow-x: hidden;
}
.containers {
max-width: 1100px;
width: 100%;
margin: 0 auto;
}
@media (max-width: 500px) {
.containers {
max-width: 450px;
width: 100%;
margin: 0 auto;
}
}
.profiles {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.card {
background-color: #ffffff;
background: linear-gradient(#FCE1BC, #FFDBFE);
border-radius: 6px;
box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.6);
height: 250px;
margin: 1.5rem;
overflow: hidden;
position: relative;
width: 450px;
}
.card h1 {
text-align: center;
}
.card .center {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
}
.card .additional {
background: linear-gradient(#9089b8, #5f51be);
height: 100%;
overflow: hidden;
position: absolute;
transition: width 0.4s;
width: 150px;
z-index: 2;
}
.card .additional .user-card {
float: left;
height: 100%;
position: relative;
width: 150px;
}
.card .additional .user-card:after {
border-left: 2px solid rgba(0, 0, 0, 0.025);
content: "";
display: block;
height: 80%;
position: absolute;
right: -2px;
top: 10%;
}
.card .additional .profilepicture {
margin: 30px 5px 10px 5px;
text-align: center;
}
.card .additional .profilepicture img {
border-radius: 50%;
}
.card .additional .level {
background: rgba(0, 0, 0, 0.15);
border-radius: 10px;
color: #ffffff;
font-size: 0.75em;
font-weight: bold;
padding: 0.125rem 0.75rem;
text-transform: uppercase;
top: 15%;
white-space: nowrap;
}
.card .additional .points {
background: rgba(0, 0, 0, 0.5);
text-align: center;
border-radius: 100px;
color: #ffffff;
font-size: 1.6rem;
font-weight: bold;
padding: 0.6rem 0.75rem;
top: 85%;
white-space: nowrap;
}
.card .additional svg {
top: 50%;
}
.card .additional .more-info {
float: left;
height: 100%;
left: 150px;
position: absolute;
width: 300px;
}
.card .additional .more-info h1 {
color: #ffffff;
margin-top: 10px;
margin-bottom: 0;
}
.card .additional .coords {
color: #ffffff;
font-size: 2rem;
margin: 2rem 1rem;
}
.card .additional .coords span + span {
float: right;
}
.card .additional .stats {
bottom: 1rem;
color: #ffffff;
display: flex;
font-size: 4rem;
left: 1rem;
position: absolute;
right: 1rem;
top: auto;
}
.card .additional .stats i {
display: block;
}
.card .additional .stats div.title {
font-size: 0.75rem;
font-weight: bold;
text-transform: uppercase;
padding: 10px;
}
.card .additional .stats a:visited {
color: white;
}
.card .additional .stats a:link {
color: white;
}
.card .additional .stats div.value {
font-size: 1.5rem;
font-weight: bold;
line-height: 1.5rem;
}
.card .additional .stats div.value.infinity {
font-size: 2.5rem;
}
.card .additional .stats > div {
flex: 1;
text-align: center;
}
.card:hover .additional {
border-radius: 0 5px 5px 0;
width: 100%;
}
.card .general {
box-sizing: border-box;
height: 100%;
padding-top: 0;
padding: 1rem;
position: absolute;
right: 0;
top: 0;
width: 300px;
z-index: 1;
}
.card .general .more {
bottom: 1rem;
font-size: 1.2rem;
position: absolute;
right: 1rem;
} | css/index.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;
}
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
html,
body {
font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
font-family: Poppins;
}
h1 {
font-size: 4rem;
}
h2 {
font-size: 3.2rem;
padding-bottom: 10px;
}
h4 {
font-size: 2.5rem;
padding-bottom: 10px;
}
p {
line-height: 1.5;
font-size: 1.6rem;
padding-bottom: 10px;
}
img {
max-width: 100%;
height: auto;
}
.container {
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
@media (max-width: 500px) {
.container {
max-width: 450px;
width: 100%;
margin: 0 auto;
}
}
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px 30px 30px 30px;
background: linear-gradient(to right, #FCE1BC, #FFDBFE);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 500px) {
header {
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 15px 0px 0px 0px;
}
}
header .lefthead {
display: flex;
justify-content: space-between;
align-items: center;
width: auto;
text-align: center;
}
header .lefthead img {
padding: 15px;
}
@media (max-width: 500px) {
header .lefthead {
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 15px 0px;
text-align: center;
}
}
header nav {
display: flex;
justify-content: space-evenly;
align-items: center;
width: 50%;
}
@media (max-width: 800px) {
header nav {
flex-wrap: wrap;
}
}
@media (max-width: 500px) {
header nav {
justify-content: space-around;
flex-direction: column;
width: 100%;
}
}
header nav a {
text-decoration: none;
font-size: 2rem;
color: black;
width: 100%;
text-align: center;
}
@media (max-width: 800px) {
header nav a {
text-align: end;
margin: 5px auto;
}
}
@media (max-width: 500px) {
header nav a {
padding: 20px;
border-top: solid white 3px;
text-align: center;
}
}
header nav a:hover {
text-decoration: underline;
}
.footer {
width: 100%;
background: -webkit-linear-gradient(#FCE1BC, #FFDBFE);
}
.footer p {
text-align: center;
color: black;
font-size: 1.6rem;
padding: 20px;
}
body {
background: -webkit-linear-gradient(#e2fcffa9, #ffffff87);
}
.home {
padding: 10px 40px;
}
.home .intro {
border-bottom: 2px solid #C0C0C0;
}
.home .intro .textintro {
margin: 15px 0px;
}
.home .intro .textintro h2 {
font-size: 4rem;
font-weight: bold;
}
.home .intro .textintro p {
text-align: center;
}
.home .content-section {
margin: 30px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media (max-width: 800px) {
.home .content-section {
flex-direction: column;
justify-content: center;
align-items: center;
}
}
@media (max-width: 500px) {
.home .content-section {
flex-direction: column;
}
}
.home .content-section .quote {
width: 48%;
animation: fadeIn 2s ease-in-out 0.2s backwards;
align-items: center;
text-align: center;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: scale(0.3);
}
80% {
opacity: 1;
transform: scale(1.05);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.home .content-section .quote h2 {
font-style: normal;
font-weight: bold;
font-size: 6rem;
line-height: 9.6rem;
}
.home .content-section .quote h2 #colorful {
background: -webkit-linear-gradient(#FCE1BC, #FFDBFE);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@media (max-width: 800px) {
.home .content-section .quote h2 {
line-height: 5rem;
}
}
@media (max-width: 800px) {
.home .content-section .quote {
width: 100%;
}
}
@media (max-width: 500px) {
.home .content-section .quote {
width: 100%;
}
}
.home .content-section .img-content {
width: 48%;
padding-left: 1%;
}
@media (max-width: 800px) {
.home .content-section .img-content {
width: 80%;
}
}
@media (max-width: 500px) {
.home .content-section .img-content {
width: 100%;
}
}
.home .content-section .img-content img {
border-radius: 5px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 500px) {
.home .content-section .img-content img {
display: none;
width: 100%;
}
}
.home .content-section .textend {
margin-top: 35px;
padding-top: 40px;
border-top: 2px solid #C0C0C0;
}
.home .content-section .textend h2 {
font-size: 4rem;
font-weight: bold;
}
.home .inverse-content {
padding-bottom: 30px;
border-bottom: 2px solid #C0C0C0;
}
@media (max-width: 500px) {
.home .inverse-content {
flex-direction: column-reverse;
margin: 30px 0;
}
}
.home .inverse-content .text-content {
padding-left: 1%;
padding-right: 0;
}
.home .inverse-content .img-content {
padding-right: 1%;
padding-left: 0;
}
.home .content-destination {
width: 75%;
margin: 0 auto 30px;
}
@media (max-width: 500px) {
.home .content-destination {
width: 100%;
}
}
.home .content-destination img {
border-radius: 10px;
}
.home .content-pick {
padding: 30px;
border-top: 2px solid #C0C0C0;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 500px) {
.home .content-pick {
flex-direction: column;
align-items: center;
}
}
.home .content-pick .destination {
width: 60%;
background: linear-gradient(to right, #5f51be, #9089b8);
border-radius: 15px;
text-align: center;
box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
color: white;
padding-top: 20px;
}
.home .content-pick .destination button {
cursor: pointer;
margin: 10px;
padding: 15px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
border-radius: 10px;
background-image: linear-gradient(to right, #BBD2FE 0%, #BFF4FE 51%, #5c84ce 100%);
color: #08003d87;
font-weight: bold;
text-decoration: none;
}
.home .content-pick .destination button:hover {
background-position: right center;
/* change the direction of the change here */
color: white;
}
@media (max-width: 500px) {
.home .content-pick .destination {
width: 85%;
}
}
body {
background: -webkit-linear-gradient(#e2fcffa9, #ffffff87);
overflow-x: hidden;
}
.containers {
max-width: 1100px;
width: 100%;
margin: 0 auto;
}
@media (max-width: 500px) {
.containers {
max-width: 450px;
width: 100%;
margin: 0 auto;
}
}
.profiles {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.card {
background-color: #ffffff;
background: linear-gradient(#FCE1BC, #FFDBFE);
border-radius: 6px;
box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.6);
height: 250px;
margin: 1.5rem;
overflow: hidden;
position: relative;
width: 450px;
}
.card h1 {
text-align: center;
}
.card .center {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
}
.card .additional {
background: linear-gradient(#9089b8, #5f51be);
height: 100%;
overflow: hidden;
position: absolute;
transition: width 0.4s;
width: 150px;
z-index: 2;
}
.card .additional .user-card {
float: left;
height: 100%;
position: relative;
width: 150px;
}
.card .additional .user-card:after {
border-left: 2px solid rgba(0, 0, 0, 0.025);
content: "";
display: block;
height: 80%;
position: absolute;
right: -2px;
top: 10%;
}
.card .additional .profilepicture {
margin: 30px 5px 10px 5px;
text-align: center;
}
.card .additional .profilepicture img {
border-radius: 50%;
}
.card .additional .level {
background: rgba(0, 0, 0, 0.15);
border-radius: 10px;
color: #ffffff;
font-size: 0.75em;
font-weight: bold;
padding: 0.125rem 0.75rem;
text-transform: uppercase;
top: 15%;
white-space: nowrap;
}
.card .additional .points {
background: rgba(0, 0, 0, 0.5);
text-align: center;
border-radius: 100px;
color: #ffffff;
font-size: 1.6rem;
font-weight: bold;
padding: 0.6rem 0.75rem;
top: 85%;
white-space: nowrap;
}
.card .additional svg {
top: 50%;
}
.card .additional .more-info {
float: left;
height: 100%;
left: 150px;
position: absolute;
width: 300px;
}
.card .additional .more-info h1 {
color: #ffffff;
margin-top: 10px;
margin-bottom: 0;
}
.card .additional .coords {
color: #ffffff;
font-size: 2rem;
margin: 2rem 1rem;
}
.card .additional .coords span + span {
float: right;
}
.card .additional .stats {
bottom: 1rem;
color: #ffffff;
display: flex;
font-size: 4rem;
left: 1rem;
position: absolute;
right: 1rem;
top: auto;
}
.card .additional .stats i {
display: block;
}
.card .additional .stats div.title {
font-size: 0.75rem;
font-weight: bold;
text-transform: uppercase;
padding: 10px;
}
.card .additional .stats a:visited {
color: white;
}
.card .additional .stats a:link {
color: white;
}
.card .additional .stats div.value {
font-size: 1.5rem;
font-weight: bold;
line-height: 1.5rem;
}
.card .additional .stats div.value.infinity {
font-size: 2.5rem;
}
.card .additional .stats > div {
flex: 1;
text-align: center;
}
.card:hover .additional {
border-radius: 0 5px 5px 0;
width: 100%;
}
.card .general {
box-sizing: border-box;
height: 100%;
padding-top: 0;
padding: 1rem;
position: absolute;
right: 0;
top: 0;
width: 300px;
z-index: 1;
}
.card .general .more {
bottom: 1rem;
font-size: 1.2rem;
position: absolute;
right: 1rem;
} | 0.470007 | 0.077762 |
html, body {
width: 100%;
height: 100%;
font-family: Arial, Helvetica, sans-serif !important;
}
body {
-ms-overflow-style: scrollbar;
}
.btn {
margin-top: 4px;
margin-right: 4px;
font-size: 12px;
font-weight: bold;
color: #ED1B2E;
background-color: #fff;
border: 1px solid #ED1B2E;
border-radius: 0px;
max-width: 100%;
white-space: normal;
}
.btn:hover, .btn:focus {
color: #ED1B2E;
background-color: #e2f1fb;
}
.btn.active {
color: #fff;
background-color: #ED1B2E;
border: 1px solid #ED1B2E;
box-shadow: none;
cursor: default;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, input[type="radio"]:focus {
outline: none;
}
.checkbox, .radio {
margin-top: 0px;
}
.importantQuestion {
display: inline-block;
vertical-align: text-top;
}
.radio {
margin-bottom: 5px;
}
.radio+.radio {
margin-top: 0px;
}
.dropdown-group {
font-size: 12px;
font-weight: bold;
color: #ED1B2E;
background-color: #fff;
border: 1px solid #ED1B2E;
white-space: normal;
min-height: 2.6em;
}
.number-input {
font-size: 12px;
font-weight: bold;
color: #ED1B2E;
background-color: #fff;
border: 1px solid #ED1B2E;
white-space: normal;
min-height: 2.6em;
padding-left: 4px;
max-width: 100%;
}
.text-input {
font-size: 12px;
font-weight: bold;
color: #ED1B2E;
background-color: #fff;
border: 1px solid #ED1B2E;
white-space: normal;
min-height: 2.6em;
padding-left: 4px;
width: 100%;
}
.modal-header {
font-weight: bolder;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive {
width: 100%;
}
.image-before {
padding-bottom: 4px;
max-width: 100%;
}
.image-after {
padding-top: 4px;
max-width: 100%;
}
/* ---------- general page ---------- */
header, section, footer, aside, nav, main, article, figure {
display: block;
}
.screenreaderInfo {
left: 0px;
top: 0px;
/* https://css-tricks.com/snippets/css/accessibilityseo-friendly-css-hiding/#comment-1206657 */
position: absolute;
overflow: hidden;
clip: rect(1px 1px 1px 1px);
height: 1px;
width: 1px;
/* Kellum Replacement Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
/*position: absolute;
text-indent: 100%;
height: 0;
white-space: nowrap;
overflow: hidden;*/
}
.transparent {
display: none;
}
/* ---------- content ---------- */
.iconButton, .iconButton:focus, .iconButton:hover {
border: none;
outline-style: none;
}
@media only screen and (min-width: 768px) {
.conditionalPageFill {
height: 100%;
min-height: 100%;
}
}
.fillHeight {
height: 100%;
min-height: 100%;
}
.repad {
padding: 8px !important;
}
.mainContent {
min-height: 200px;
background-color: lightgray;
}
.sidebarContent {
overflow-y: auto;
}
#overviewMap {
position: absolute;
right: 8px;
top: 8px;
width: 200px;
height: 200px;
visibility: hidden;
}
#showHideOverview {
position: absolute;
right: 8px;
top: 8px;
width: 16px;
height: 16px;
z-index: 1000;
cursor: pointer;
visibility: hidden;
}
#crosshair {
position: absolute;
left: 93px;
top: 82px;
width: 14px;
height: 28px;
font-size: 36px;
z-index: 1000;
color: yellow;
}
/* ---------- splash ---------- */
.pageFill {
height: 100%;
min-height: 100%;
}
.splashBackground {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}
.smallSidebar {
background-color: white;
background-color: rgba(255,255,255,0.94);
text-align: center;
margin-top: 10%;
max-height: 90%;
overflow-y: auto;
padding: 24px;
float: right;
}
@media only screen and (min-width: 769px) {
.smallSidebar {
width: 400px;
}
}
@media only screen and (max-width: 768px) {
#signinPage {
padding: 10px;
}
.smallSidebar {
margin: 10px;
float: none;
}
}
@media only screen and (max-height: 500px) {
#signinPage {
padding: 10px;
}
.smallSidebar {
margin: 10px;
}
}
.signinTitle {
font-size: 30px;
font-weight: bold;
color: #333;
}
.signinParagraph {
font-size: 14px;
color: #555;
margin: 20px 0;
}
.signinLoginPrompt {
font-size: 16px;
font-weight: bold;
color: #555;
}
.socialMediaButtonArea {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.socialMediaButton {
width: 80px;
height: 60px;
margin: 4px;
cursor: pointer;
display: inline-block;
padding-top: 8px;
}
.socialMediaIcon {
display: block;
margin-left: 26px;
}
.guestOfficialColor {
color: black;
}
.facebookOfficialColor {
color: #3b579d;
}
.googlePlusOfficialColor {
color: #dd4b39;
}
.twitterOfficialColor {
color: #5ea9dd;
}
/* ---------- to do ---------- */
.fillWidth {
width: 100%;
min-width: 100%;
}
.carousel, .item, .active{
height: 100%;
}
.carousel-inner {
height: 100%;
}
.carousel-control:hover, .carousel-control:focus {
opacity: 1;
}
.carousel-control.left, .carousel-control.right {
background-image: none;
}
.carousel-indicators {
bottom: -5px;
width: 95%;
margin-left: -48%;
}
.carousel-indicators li {
border: medium solid gray;
background-color: white!important;
width: 80px!important;
height: 62px!important;
background-size: contain;
background-repeat: no-repeat;
border-radius: 0px;
opacity: 0.7;
}
.carousel-indicators .active {
border: medium solid #ED1B2E;
margin: 1px;
opacity: 1.0;
}
.carousel-control.left:hover {
opacity: 1;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right:hover {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .3)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.form-group {
border-left: #f8f8f8 solid 7px !important;
padding: 4px;
background-color: #f8f8f8;
}
.flag-error {
border-left-color: #ED1B2E!important;
background-color: #e2f1fb;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
font-weight: 100;
}
@media screen and (max-width: 768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
width: 27px;
height: 39px;
}
.heart {
width: 48px;
height: 45px;
}
}
@media screen and (min-width: 769px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
width: 36px;
height: 52px;
}
.heart {
width: 64px;
height: 60px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.carousel-indicators li {
width: 50px!important;
height: 39px!important;
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
.carousel-indicators li {
width: 36px!important;
height: 29px!important;
}
}
@media screen and (max-width: 480px) {
.carousel-indicators li {
width: 12px!important;
height: 12px!important;
background-image: none!important;
border-width: thin;
border-radius: 10px;
}
.carousel-indicators .active {
background-color: #ED1B2E!important;
border-width: thin;
border-radius: 10px;
}
}
#hearts {
position: absolute;
width: 15%;
height: 64px;
z-index: 20;
cursor: pointer;
visibility: hidden;
}
.heartsLightening {
filter: alpha(opacity=50);
opacity: .8;
}
.heartsBackground {
filter: alpha(opacity=50);
opacity: .8;
}
.heartsBackground:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.heartsBorder {
border: 1px dotted rgba(200, 0, 0, 0.5);
margin: -1px 0 0 -1px;
}
.heartsTL {
left: 8px;
top: 8px;
}
#outlineHeart {
left: 4.5px;
top: 5.3px;
font-size: 57px;
color: black;
opacity: 1;
}
.glyphicon.glyphicon-heart, .glyphicon.glyphicon-heart-empty {
position: absolute;
left: 8px;
top: 8px;
font-size: 50px;
width: 55px;
color: white;
z-index: 21;
}
@media screen and (min-width: 481px) (max-width: 768px) {
.carousel-control-heartTL {
top: 50px;
bottom: 0px;
}
.carousel-control-heartBL {
top: 0px;
bottom: 50px;
}
#hearts {
height: 50px;
}
.glyphicon.glyphicon-heart, .glyphicon.glyphicon-heart-empty {
font-size: 40px;
width: 42px;
left: 6px;
top: 6px;
}
#outlineHeart {
left: 4.5px;
top: 5.3px;
font-size: 47px;
color: black;
opacity: 1;
}
}
@media screen and (max-width: 480px) {
.carousel-control-heartTL {
top: 42px;
bottom: 0px;
}
.carousel-control-heartBL {
top: 0px;
bottom: 42px;
}
#hearts {
height: 42px;
}
.glyphicon.glyphicon-heart, .glyphicon.glyphicon-heart-empty {
font-size: 32px;
width: 36px;
left: 4px;
top: 4px;
}
#outlineHeart {
left: 4.5px;
top: 5.3px;
font-size: 39px;
color: black;
opacity: 1;
}
}
.heartAccent {
display: none;
}
#hoverHeart {
color: lightgray;
color: rgba(211, 211, 211, 0.7);
}
#filledHeart {
color: white;
}
.dimmed {
filter: alpha(opacity=50);
opacity: .5;
}
.dimmed:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.brightened {
filter: alpha(opacity=100);
opacity: 1;
}
.lg-a {
font-family: Arial;
font-size: 16px;
color: #ED1B2E;
cursor: pointer;
padding: 4px;
}
.help-icon {
cursor: pointer;
z-index: 10;
}
.skip-button {
font-size: 14px;
border: none;
max-width: 60%;
}
.dropdown.open>span.lg-a {
background-color: #e2f1fb;
}
.dropdown-menu {
background-color: #fff;
border: 1px solid #ED1B2E;
border-radius: 0px;
}
.dropdown-menu>li {
color: #ED1B2E;
padding: 3px 20px;
clear: both;
}
.dropdown-menu>li:hover {
color: #ED1B2E;
background-color: #e2f1fb;
cursor: pointer;
}
.dropdown-menu>li>span:focus {
outline: none;
}
.skip-button:focus {
color: #ED1B2E;
border: none;
}
.submit-button {
font-size: 14px;
color: #fff;
background-color: #ED1B2E;
}
.submit-button:focus {
color: #fff;
}
.sidebar {
overflow-y: auto;
}
.thumbnails {
height: 50px;
background-color: cornflowerblue;
}
.page-title {
margin: 12px 0 !important;
font-family: Arial;
font-weight: bold;
font-size: 28px;
color: #333;
text-align: center;
overflow-x: hidden;
}
h1 {
font-size: 30px;
}
label {
font-family: Arial;
font-size: 16px;
font-weight: normal;
color: #555;
}
label+.btn-group {
margin-top: -6px;
}
label+.radio {
margin-top: 0px;
}
.radio label {
font-size: 14px;
}
.form-frame {
background-color: #f8f8f8;
border: 1px solid #ccc;
margin: 0px -6px;
padding: 8px;
}
.action-bar {
margin: 12px 0px;
font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
.btn {
padding: 6px 6px;
}
.action-bar {
margin: 12px -8px;
}
}
.profile-frame {
background-color: #f7f8f8;
border: 1px solid #ccc;
margin: 0px -8px;
padding: 32px 0;
text-align: center;
}
.profileAvatar {
width: 86px;
height: 86px;
border-radius: 43px;
margin-left: auto;
margin-right: auto;
background-color: lightgray;
background-size: cover;
background-repeat: no-repeat;
}
.profileName {
color: #555;
font-size: 18px;
font-weight: bold;
}
.profileCount {
color: #555;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 14px;
padding-bottom: 20px;
}
.profileCountNum {
font-size: 90px;
font-weight: bold;
}
.profileCountLabel {
font-size: 14px;
margin-top: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
.profileCountNum {
font-size: 50px;
}
.profileCountLabel {
margin-top: -10px;
}
}
.profileRankLabel {
color: #555;
font-size: 32px;
padding-top: 6px;
}
.profileRankLevel {
color: #555;
font-size: 14px;
margin-top: -6px;
margin-bottom: 12px;
}
.profileRankStars {
}
.profileRankBar {
width: 170px;
height: 14px;
background-color: #d1d1d1;
margin: 18px auto 8px auto;
}
.profileRankBarFill {
height: 14px;
background-color: #ED1B2E;
position: absolute;
}
.profileRankToGo {
color: #555;
font-size: 13px;
}
.carousel-arrow {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-arrow-left {
left: 5%;
}
.carousel-arrow-right {
right: 5%;
}
.empty-star { display: inline-block }
.filled-star { display: inline-block }
.rclogo {
padding-top: 10px;
}
.rclogo_front {
padding: 20px;
}
.guidance {
text-align: center;
}
.damage_guidance img {
width: 275px;
}
.damage_guidance h3 {
text-align: center;
}
.helpdocument {
font-size: 18px;
font-weight: bold;
font-color: darkgrey;
/* text-decoration: underline; */
}
/* Generated using http://zerosprites.com/ */
.sprites { background: url(images/sprites.png) no-repeat; }
.FB-f-Logo__blue_29 { width: 29px; height: 29px; background-position: -66px 0; }
.Twitter_logo_blue_29 { width: 29px; height: 29px; background-position: -65px -30px; }
.empty-heart { width: 64px; height: 60px; background-position: 0 -19px; }
.empty-star { width: 33px; height: 31px; background-position: -65px -113px; }
.filled-heart { width: 64px; height: 60px; background-position: 0 -80px; }
.filled-star { width: 33px; height: 31px; background-position: -99px -113px; }
.gp-29 { width: 29px; height: 29px; background-position: -103px -53px; }
.guest-user_29 { width: 29px; height: 29px; background-position: -103px -83px; }
.hideOverview { width: 16px; height: 16px; background-position: -19px 0; }
.left-arrow { width: 36px; height: 52px; background-position: -96px 0; }
.question-sign { width: 18px; height: 18px; background-position: 0 0; }
.right-arrow { width: 36px; height: 52px; background-position: -65px -60px; }
.showOverview { width: 16px; height: 16px; background-position: -36px 0; }
.star { width: 12px; height: 11px; background-position: -53px 0; } | styles.css |
html, body {
width: 100%;
height: 100%;
font-family: Arial, Helvetica, sans-serif !important;
}
body {
-ms-overflow-style: scrollbar;
}
.btn {
margin-top: 4px;
margin-right: 4px;
font-size: 12px;
font-weight: bold;
color: #ED1B2E;
background-color: #fff;
border: 1px solid #ED1B2E;
border-radius: 0px;
max-width: 100%;
white-space: normal;
}
.btn:hover, .btn:focus {
color: #ED1B2E;
background-color: #e2f1fb;
}
.btn.active {
color: #fff;
background-color: #ED1B2E;
border: 1px solid #ED1B2E;
box-shadow: none;
cursor: default;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, input[type="radio"]:focus {
outline: none;
}
.checkbox, .radio {
margin-top: 0px;
}
.importantQuestion {
display: inline-block;
vertical-align: text-top;
}
.radio {
margin-bottom: 5px;
}
.radio+.radio {
margin-top: 0px;
}
.dropdown-group {
font-size: 12px;
font-weight: bold;
color: #ED1B2E;
background-color: #fff;
border: 1px solid #ED1B2E;
white-space: normal;
min-height: 2.6em;
}
.number-input {
font-size: 12px;
font-weight: bold;
color: #ED1B2E;
background-color: #fff;
border: 1px solid #ED1B2E;
white-space: normal;
min-height: 2.6em;
padding-left: 4px;
max-width: 100%;
}
.text-input {
font-size: 12px;
font-weight: bold;
color: #ED1B2E;
background-color: #fff;
border: 1px solid #ED1B2E;
white-space: normal;
min-height: 2.6em;
padding-left: 4px;
width: 100%;
}
.modal-header {
font-weight: bolder;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive {
width: 100%;
}
.image-before {
padding-bottom: 4px;
max-width: 100%;
}
.image-after {
padding-top: 4px;
max-width: 100%;
}
/* ---------- general page ---------- */
header, section, footer, aside, nav, main, article, figure {
display: block;
}
.screenreaderInfo {
left: 0px;
top: 0px;
/* https://css-tricks.com/snippets/css/accessibilityseo-friendly-css-hiding/#comment-1206657 */
position: absolute;
overflow: hidden;
clip: rect(1px 1px 1px 1px);
height: 1px;
width: 1px;
/* Kellum Replacement Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
/*position: absolute;
text-indent: 100%;
height: 0;
white-space: nowrap;
overflow: hidden;*/
}
.transparent {
display: none;
}
/* ---------- content ---------- */
.iconButton, .iconButton:focus, .iconButton:hover {
border: none;
outline-style: none;
}
@media only screen and (min-width: 768px) {
.conditionalPageFill {
height: 100%;
min-height: 100%;
}
}
.fillHeight {
height: 100%;
min-height: 100%;
}
.repad {
padding: 8px !important;
}
.mainContent {
min-height: 200px;
background-color: lightgray;
}
.sidebarContent {
overflow-y: auto;
}
#overviewMap {
position: absolute;
right: 8px;
top: 8px;
width: 200px;
height: 200px;
visibility: hidden;
}
#showHideOverview {
position: absolute;
right: 8px;
top: 8px;
width: 16px;
height: 16px;
z-index: 1000;
cursor: pointer;
visibility: hidden;
}
#crosshair {
position: absolute;
left: 93px;
top: 82px;
width: 14px;
height: 28px;
font-size: 36px;
z-index: 1000;
color: yellow;
}
/* ---------- splash ---------- */
.pageFill {
height: 100%;
min-height: 100%;
}
.splashBackground {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}
.smallSidebar {
background-color: white;
background-color: rgba(255,255,255,0.94);
text-align: center;
margin-top: 10%;
max-height: 90%;
overflow-y: auto;
padding: 24px;
float: right;
}
@media only screen and (min-width: 769px) {
.smallSidebar {
width: 400px;
}
}
@media only screen and (max-width: 768px) {
#signinPage {
padding: 10px;
}
.smallSidebar {
margin: 10px;
float: none;
}
}
@media only screen and (max-height: 500px) {
#signinPage {
padding: 10px;
}
.smallSidebar {
margin: 10px;
}
}
.signinTitle {
font-size: 30px;
font-weight: bold;
color: #333;
}
.signinParagraph {
font-size: 14px;
color: #555;
margin: 20px 0;
}
.signinLoginPrompt {
font-size: 16px;
font-weight: bold;
color: #555;
}
.socialMediaButtonArea {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.socialMediaButton {
width: 80px;
height: 60px;
margin: 4px;
cursor: pointer;
display: inline-block;
padding-top: 8px;
}
.socialMediaIcon {
display: block;
margin-left: 26px;
}
.guestOfficialColor {
color: black;
}
.facebookOfficialColor {
color: #3b579d;
}
.googlePlusOfficialColor {
color: #dd4b39;
}
.twitterOfficialColor {
color: #5ea9dd;
}
/* ---------- to do ---------- */
.fillWidth {
width: 100%;
min-width: 100%;
}
.carousel, .item, .active{
height: 100%;
}
.carousel-inner {
height: 100%;
}
.carousel-control:hover, .carousel-control:focus {
opacity: 1;
}
.carousel-control.left, .carousel-control.right {
background-image: none;
}
.carousel-indicators {
bottom: -5px;
width: 95%;
margin-left: -48%;
}
.carousel-indicators li {
border: medium solid gray;
background-color: white!important;
width: 80px!important;
height: 62px!important;
background-size: contain;
background-repeat: no-repeat;
border-radius: 0px;
opacity: 0.7;
}
.carousel-indicators .active {
border: medium solid #ED1B2E;
margin: 1px;
opacity: 1.0;
}
.carousel-control.left:hover {
opacity: 1;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right:hover {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .3)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.form-group {
border-left: #f8f8f8 solid 7px !important;
padding: 4px;
background-color: #f8f8f8;
}
.flag-error {
border-left-color: #ED1B2E!important;
background-color: #e2f1fb;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
font-weight: 100;
}
@media screen and (max-width: 768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
width: 27px;
height: 39px;
}
.heart {
width: 48px;
height: 45px;
}
}
@media screen and (min-width: 769px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
width: 36px;
height: 52px;
}
.heart {
width: 64px;
height: 60px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.carousel-indicators li {
width: 50px!important;
height: 39px!important;
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
.carousel-indicators li {
width: 36px!important;
height: 29px!important;
}
}
@media screen and (max-width: 480px) {
.carousel-indicators li {
width: 12px!important;
height: 12px!important;
background-image: none!important;
border-width: thin;
border-radius: 10px;
}
.carousel-indicators .active {
background-color: #ED1B2E!important;
border-width: thin;
border-radius: 10px;
}
}
#hearts {
position: absolute;
width: 15%;
height: 64px;
z-index: 20;
cursor: pointer;
visibility: hidden;
}
.heartsLightening {
filter: alpha(opacity=50);
opacity: .8;
}
.heartsBackground {
filter: alpha(opacity=50);
opacity: .8;
}
.heartsBackground:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.heartsBorder {
border: 1px dotted rgba(200, 0, 0, 0.5);
margin: -1px 0 0 -1px;
}
.heartsTL {
left: 8px;
top: 8px;
}
#outlineHeart {
left: 4.5px;
top: 5.3px;
font-size: 57px;
color: black;
opacity: 1;
}
.glyphicon.glyphicon-heart, .glyphicon.glyphicon-heart-empty {
position: absolute;
left: 8px;
top: 8px;
font-size: 50px;
width: 55px;
color: white;
z-index: 21;
}
@media screen and (min-width: 481px) (max-width: 768px) {
.carousel-control-heartTL {
top: 50px;
bottom: 0px;
}
.carousel-control-heartBL {
top: 0px;
bottom: 50px;
}
#hearts {
height: 50px;
}
.glyphicon.glyphicon-heart, .glyphicon.glyphicon-heart-empty {
font-size: 40px;
width: 42px;
left: 6px;
top: 6px;
}
#outlineHeart {
left: 4.5px;
top: 5.3px;
font-size: 47px;
color: black;
opacity: 1;
}
}
@media screen and (max-width: 480px) {
.carousel-control-heartTL {
top: 42px;
bottom: 0px;
}
.carousel-control-heartBL {
top: 0px;
bottom: 42px;
}
#hearts {
height: 42px;
}
.glyphicon.glyphicon-heart, .glyphicon.glyphicon-heart-empty {
font-size: 32px;
width: 36px;
left: 4px;
top: 4px;
}
#outlineHeart {
left: 4.5px;
top: 5.3px;
font-size: 39px;
color: black;
opacity: 1;
}
}
.heartAccent {
display: none;
}
#hoverHeart {
color: lightgray;
color: rgba(211, 211, 211, 0.7);
}
#filledHeart {
color: white;
}
.dimmed {
filter: alpha(opacity=50);
opacity: .5;
}
.dimmed:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.brightened {
filter: alpha(opacity=100);
opacity: 1;
}
.lg-a {
font-family: Arial;
font-size: 16px;
color: #ED1B2E;
cursor: pointer;
padding: 4px;
}
.help-icon {
cursor: pointer;
z-index: 10;
}
.skip-button {
font-size: 14px;
border: none;
max-width: 60%;
}
.dropdown.open>span.lg-a {
background-color: #e2f1fb;
}
.dropdown-menu {
background-color: #fff;
border: 1px solid #ED1B2E;
border-radius: 0px;
}
.dropdown-menu>li {
color: #ED1B2E;
padding: 3px 20px;
clear: both;
}
.dropdown-menu>li:hover {
color: #ED1B2E;
background-color: #e2f1fb;
cursor: pointer;
}
.dropdown-menu>li>span:focus {
outline: none;
}
.skip-button:focus {
color: #ED1B2E;
border: none;
}
.submit-button {
font-size: 14px;
color: #fff;
background-color: #ED1B2E;
}
.submit-button:focus {
color: #fff;
}
.sidebar {
overflow-y: auto;
}
.thumbnails {
height: 50px;
background-color: cornflowerblue;
}
.page-title {
margin: 12px 0 !important;
font-family: Arial;
font-weight: bold;
font-size: 28px;
color: #333;
text-align: center;
overflow-x: hidden;
}
h1 {
font-size: 30px;
}
label {
font-family: Arial;
font-size: 16px;
font-weight: normal;
color: #555;
}
label+.btn-group {
margin-top: -6px;
}
label+.radio {
margin-top: 0px;
}
.radio label {
font-size: 14px;
}
.form-frame {
background-color: #f8f8f8;
border: 1px solid #ccc;
margin: 0px -6px;
padding: 8px;
}
.action-bar {
margin: 12px 0px;
font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
.btn {
padding: 6px 6px;
}
.action-bar {
margin: 12px -8px;
}
}
.profile-frame {
background-color: #f7f8f8;
border: 1px solid #ccc;
margin: 0px -8px;
padding: 32px 0;
text-align: center;
}
.profileAvatar {
width: 86px;
height: 86px;
border-radius: 43px;
margin-left: auto;
margin-right: auto;
background-color: lightgray;
background-size: cover;
background-repeat: no-repeat;
}
.profileName {
color: #555;
font-size: 18px;
font-weight: bold;
}
.profileCount {
color: #555;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 14px;
padding-bottom: 20px;
}
.profileCountNum {
font-size: 90px;
font-weight: bold;
}
.profileCountLabel {
font-size: 14px;
margin-top: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
.profileCountNum {
font-size: 50px;
}
.profileCountLabel {
margin-top: -10px;
}
}
.profileRankLabel {
color: #555;
font-size: 32px;
padding-top: 6px;
}
.profileRankLevel {
color: #555;
font-size: 14px;
margin-top: -6px;
margin-bottom: 12px;
}
.profileRankStars {
}
.profileRankBar {
width: 170px;
height: 14px;
background-color: #d1d1d1;
margin: 18px auto 8px auto;
}
.profileRankBarFill {
height: 14px;
background-color: #ED1B2E;
position: absolute;
}
.profileRankToGo {
color: #555;
font-size: 13px;
}
.carousel-arrow {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-arrow-left {
left: 5%;
}
.carousel-arrow-right {
right: 5%;
}
.empty-star { display: inline-block }
.filled-star { display: inline-block }
.rclogo {
padding-top: 10px;
}
.rclogo_front {
padding: 20px;
}
.guidance {
text-align: center;
}
.damage_guidance img {
width: 275px;
}
.damage_guidance h3 {
text-align: center;
}
.helpdocument {
font-size: 18px;
font-weight: bold;
font-color: darkgrey;
/* text-decoration: underline; */
}
/* Generated using http://zerosprites.com/ */
.sprites { background: url(images/sprites.png) no-repeat; }
.FB-f-Logo__blue_29 { width: 29px; height: 29px; background-position: -66px 0; }
.Twitter_logo_blue_29 { width: 29px; height: 29px; background-position: -65px -30px; }
.empty-heart { width: 64px; height: 60px; background-position: 0 -19px; }
.empty-star { width: 33px; height: 31px; background-position: -65px -113px; }
.filled-heart { width: 64px; height: 60px; background-position: 0 -80px; }
.filled-star { width: 33px; height: 31px; background-position: -99px -113px; }
.gp-29 { width: 29px; height: 29px; background-position: -103px -53px; }
.guest-user_29 { width: 29px; height: 29px; background-position: -103px -83px; }
.hideOverview { width: 16px; height: 16px; background-position: -19px 0; }
.left-arrow { width: 36px; height: 52px; background-position: -96px 0; }
.question-sign { width: 18px; height: 18px; background-position: 0 0; }
.right-arrow { width: 36px; height: 52px; background-position: -65px -60px; }
.showOverview { width: 16px; height: 16px; background-position: -36px 0; }
.star { width: 12px; height: 11px; background-position: -53px 0; } | 0.613931 | 0.070496 |
body {
margin: 0;
background: #E5E5E5;
font-weight: 300;
font-family: "RobotoDraft", Helvetica, Arial, sans-serif;
letter-spacing: .1px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
.toolbar, .content {
min-width: 440px;
}
.toolbar, .footer {
background: #03A9F4;
width: 100%;
}
.footer {
text-align: center;
}
.footer a {
color: #fff;
display: block;
text-decoration: none;
padding: 1em;
}
.footer a:hover {
text-decoration: underline;
}
.tabs ul {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0 0 0 1em;
}
.tabs ul li {
display: inline;
}
.tabs a {
color: white;
display: inline-block;
font-size: 1.5em;
font-weight: 500;
overflow: hidden;
position: relative;
text-align: center;
text-decoration: none;
padding: 1em;
}
.tabs .active a {
color: white;
}
.tabs .recent-projects:hover a:after {
background: #ffc107;
}
.tabs .profile:hover a:after {
background: #ef7800;
}
.tabs .links:hover a:after {
background: #e51c23;
}
.tabs li:hover a:after {
height: 2px;
width: 100%;
display: block;
content: " ";
bottom: 0;
left: 0;
position: absolute;
-webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) 0s alternate forwards;
-moz-animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) 0s alternate forwards;
transition: all 1s cubic-bezier(0.4, 0.0, 1, 1);
}
.tabs a span {
position: absolute;
margin-left: -40px;
margin-top: -24px;
width: 50px;
background: rgba(255,255,141,1);
height: 100%;
display: block;
border-radius: 50%;
opacity: 0;
}
.tabs a span.clicked {
-webkit-animation: expand 0.6s cubic-bezier(0.4, 0.0, 0.4, 1) 0s normal;
-moz-animation: expand 0.6s cubic-bezier(0.4, 0.0, 0.4, 1) 0s normal;
border-bottom: 2px solid #FFFF8D;
}
.content {
box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.4);
text-align: center;
}
.item {
text-align: left;
background: white;
width: 440px;
padding-bottom: 30px;
margin: 0 auto 2em;
}
.itemhead {
padding: 1em 1.5em;
overflow: hidden;
}
.itemhead img {
border-radius: 100%;
float: left;
}
.item p:first-of-type {
margin-top: 0;
}
.item p {
padding: 0 1.2em;
font-size: 1.2em;
line-height: 1.5em;
margin: 0;
}
.item a {
color: #00bcd4;
text-decoration: none;
}
.item a, .item span {
font-weight: 500;
font-size: 0.8em;
}
section {
max-width: 600px;
}
.title {
color: #fff;
}
.toolbar .active a.recent-projects-tabitem:after, .recent-projects-section {
background: #00bcd4;
}
.toolbar .active a.profile-tabitem:after, .profile-section {
background: #ef7800;
}
.toolbar .active a.links-tabitem:after, .links-section {
background: #1fc079;
}
.profile-marc {
-moz-border-radius: 99em;
-webkit-border-radius: 99em;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-image: url('image/profile.jpeg');
border-radius: 99em;
border: 5px solid #eee;
box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
display: inline-block;
margin: 1em 0;
height: 100px;
width: 100px;
vertical-align: bottom;
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
.item {
width: 100%;
}
.tabs ul {
text-align: center;
}
}
.item, .tabs ul {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
} | style.css | body {
margin: 0;
background: #E5E5E5;
font-weight: 300;
font-family: "RobotoDraft", Helvetica, Arial, sans-serif;
letter-spacing: .1px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
.toolbar, .content {
min-width: 440px;
}
.toolbar, .footer {
background: #03A9F4;
width: 100%;
}
.footer {
text-align: center;
}
.footer a {
color: #fff;
display: block;
text-decoration: none;
padding: 1em;
}
.footer a:hover {
text-decoration: underline;
}
.tabs ul {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0 0 0 1em;
}
.tabs ul li {
display: inline;
}
.tabs a {
color: white;
display: inline-block;
font-size: 1.5em;
font-weight: 500;
overflow: hidden;
position: relative;
text-align: center;
text-decoration: none;
padding: 1em;
}
.tabs .active a {
color: white;
}
.tabs .recent-projects:hover a:after {
background: #ffc107;
}
.tabs .profile:hover a:after {
background: #ef7800;
}
.tabs .links:hover a:after {
background: #e51c23;
}
.tabs li:hover a:after {
height: 2px;
width: 100%;
display: block;
content: " ";
bottom: 0;
left: 0;
position: absolute;
-webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) 0s alternate forwards;
-moz-animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) 0s alternate forwards;
transition: all 1s cubic-bezier(0.4, 0.0, 1, 1);
}
.tabs a span {
position: absolute;
margin-left: -40px;
margin-top: -24px;
width: 50px;
background: rgba(255,255,141,1);
height: 100%;
display: block;
border-radius: 50%;
opacity: 0;
}
.tabs a span.clicked {
-webkit-animation: expand 0.6s cubic-bezier(0.4, 0.0, 0.4, 1) 0s normal;
-moz-animation: expand 0.6s cubic-bezier(0.4, 0.0, 0.4, 1) 0s normal;
border-bottom: 2px solid #FFFF8D;
}
.content {
box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.4);
text-align: center;
}
.item {
text-align: left;
background: white;
width: 440px;
padding-bottom: 30px;
margin: 0 auto 2em;
}
.itemhead {
padding: 1em 1.5em;
overflow: hidden;
}
.itemhead img {
border-radius: 100%;
float: left;
}
.item p:first-of-type {
margin-top: 0;
}
.item p {
padding: 0 1.2em;
font-size: 1.2em;
line-height: 1.5em;
margin: 0;
}
.item a {
color: #00bcd4;
text-decoration: none;
}
.item a, .item span {
font-weight: 500;
font-size: 0.8em;
}
section {
max-width: 600px;
}
.title {
color: #fff;
}
.toolbar .active a.recent-projects-tabitem:after, .recent-projects-section {
background: #00bcd4;
}
.toolbar .active a.profile-tabitem:after, .profile-section {
background: #ef7800;
}
.toolbar .active a.links-tabitem:after, .links-section {
background: #1fc079;
}
.profile-marc {
-moz-border-radius: 99em;
-webkit-border-radius: 99em;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-image: url('image/profile.jpeg');
border-radius: 99em;
border: 5px solid #eee;
box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
display: inline-block;
margin: 1em 0;
height: 100px;
width: 100px;
vertical-align: bottom;
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
.item {
width: 100%;
}
.tabs ul {
text-align: center;
}
}
.item, .tabs ul {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
} | 0.434461 | 0.096706 |
background-image: url(../img/skydive.png);
background-size: cover;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-position: center;
background-repeat: no-repeat;
position: fixed;
z-index: -1;
}
#topblock {
background-color: rgba(0, 199, 244, 1);
/*display: inline-block;*/
width: 100%;
height: 100px;
left: 0;
position: fixed;
}
#navbar {
width: 10%;
margin-top: 300px;
display:block;
}
#aboutjumbo {
margin-bottom: 10%;
padding-bottom: 100px;
background-color: rgba(128, 128, 128, 0);
color: rgba(255,255,255,1);
}
#pad {
padding-bottom: 20px;
padding-top: 20px;
margin-bottom: 50px;
/*background-color: rgba(85, 89, 93, 0.7);*/
font-family: "Kavoon";
color: rgba(255, 255, 255, 1);
text-shadow: 3px 8px 2px grey;
/*background-color: rgba(0, 0, 0, 0.3);*/
}
#jasonpicabout {
transform: rotate(90deg);
height: 300px;
width: 400px;
margin-top: 40px;
display: inline-block;
border-radius: 50%;
border: solid white 3px;
}
#bear {
float: right;
height: 300px;
width: 400px;
border-radius: 50%;
border: solid white 3px;
}
.love {
color: rgba(0, 170, 255, 0.5);
text-align: center;
}
#sky {
color: red;
font-weight: bold;
font-size: 18px;
}
#magic {
text-align: center;
}
#projectnav {
float: left;
}
.aboutnav {
margin-top: 10px;
margin: auto;
display: inline;
}
.mis {
border-bottom: solid black 1px
}
.inline {
text-align: justify;
list-style: circle;
}
.blockbackground {
width: 100%;
height: 100%;
position: fixed;
z-index: -1;
background-image: url(../img/background.png);
}
.centeralign {
text-align: center;
}
.jumbotron {
text-align: center;
background-color: rgba(30, 116, 255, .8);
color: white;
}
.jasonfont {
font-family: 'Kavoon'
}
li {
font-family: 'BioRhyme';
font-weight: 400;
text-shadow: lightgrey 1px 2px 4px;
font-size: 16px;
}
p {
font-family: 'BioRhyme';
font-weight: 400;
text-shadow: lightgrey 1px 1px 2px;
font-size: 16px;
}
h3 , h2, h4, h5 {
font-family:'Ultra';
}
.h3index {
font-family: 'Rock Salt';
line-height: 40px;
} | css/styles.css | background-image: url(../img/skydive.png);
background-size: cover;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-position: center;
background-repeat: no-repeat;
position: fixed;
z-index: -1;
}
#topblock {
background-color: rgba(0, 199, 244, 1);
/*display: inline-block;*/
width: 100%;
height: 100px;
left: 0;
position: fixed;
}
#navbar {
width: 10%;
margin-top: 300px;
display:block;
}
#aboutjumbo {
margin-bottom: 10%;
padding-bottom: 100px;
background-color: rgba(128, 128, 128, 0);
color: rgba(255,255,255,1);
}
#pad {
padding-bottom: 20px;
padding-top: 20px;
margin-bottom: 50px;
/*background-color: rgba(85, 89, 93, 0.7);*/
font-family: "Kavoon";
color: rgba(255, 255, 255, 1);
text-shadow: 3px 8px 2px grey;
/*background-color: rgba(0, 0, 0, 0.3);*/
}
#jasonpicabout {
transform: rotate(90deg);
height: 300px;
width: 400px;
margin-top: 40px;
display: inline-block;
border-radius: 50%;
border: solid white 3px;
}
#bear {
float: right;
height: 300px;
width: 400px;
border-radius: 50%;
border: solid white 3px;
}
.love {
color: rgba(0, 170, 255, 0.5);
text-align: center;
}
#sky {
color: red;
font-weight: bold;
font-size: 18px;
}
#magic {
text-align: center;
}
#projectnav {
float: left;
}
.aboutnav {
margin-top: 10px;
margin: auto;
display: inline;
}
.mis {
border-bottom: solid black 1px
}
.inline {
text-align: justify;
list-style: circle;
}
.blockbackground {
width: 100%;
height: 100%;
position: fixed;
z-index: -1;
background-image: url(../img/background.png);
}
.centeralign {
text-align: center;
}
.jumbotron {
text-align: center;
background-color: rgba(30, 116, 255, .8);
color: white;
}
.jasonfont {
font-family: 'Kavoon'
}
li {
font-family: 'BioRhyme';
font-weight: 400;
text-shadow: lightgrey 1px 2px 4px;
font-size: 16px;
}
p {
font-family: 'BioRhyme';
font-weight: 400;
text-shadow: lightgrey 1px 1px 2px;
font-size: 16px;
}
h3 , h2, h4, h5 {
font-family:'Ultra';
}
.h3index {
font-family: 'Rock Salt';
line-height: 40px;
} | 0.386532 | 0.089813 |
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
* {
box-sizing: border-box;
padding: 0;
margin: 0;
scroll-behavior: smooth;
}
body {
font-family: "Roboto", sans-serif;
color: #333;
line-height: 1.6;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
color: #333;
}
/* Navigation styling */
.navigation {
height: 10vh;
min-height: 75px;
max-width: 80%;
margin: 0 auto;
overflow: auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.navigation ul {
display: flex;
}
.navigation h1 {
font-size: 3rem;
font-weight: 900;
}
.navigation a {
padding: 10px;
margin: 0 5px;
font-size: 1.4rem;
font-weight: 600;
/* letter-spacing: 1px; */
}
.navigation a:hover {
border-bottom: 2px #047aed solid;
}
.language {
display: flex;
justify-content: center;
align-items: center;
}
.language form {
position: relative;
margin-left: 25px;
width: 80px;
}
.language select {
position: relative;
width: 100%;
text-align: center;
font-size: 1.2rem;
height: 35px;
border: 0;
background: transparent;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
-webkit-appearance: none;
appearance: none;
border-radius: 10px 10px 10px 10px;
white-space: pre-wrap;
}
/* end navigation styling */
/* utility clases */
.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 50px 50px;
justify-content: center;
align-items: center;
height: 100%;
}
/* End utility classes */
/* Styling for slide show images */
.slider {
position: relative;
overflow: hidden;
height: 90vh;
width: 100%;
}
.slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.8s ease-in-out;
}
.slide.current {
opacity: 1;
}
/* end styling for slide show images */
/* Slide text card style */
.slide .content {
position: absolute;
bottom: 100px;
left: -600px;
width: 600px;
background-color: rgba(201, 201, 201, 0.7);
padding: 35px;
}
.slide .content h1 {
margin-bottom: 1rem;
}
.slide.current .content {
opacity: 1;
transform: translateX(600px);
transition: all 0.7s ease-in-out 0.3s;
}
/* End slide text cards style */
/* button style for sliders */
.buttons button#next {
position: absolute;
top: 50%;
right: 15px;
}
.buttons button#prev {
position: absolute;
top: 50%;
left: 15px;
}
.buttons button {
border: 2px solid #fff;
background-color: transparent;
color: #fff;
cursor: pointer;
padding: 13px 15px;
border-radius: 50%;
outline: none;
}
.buttons button:hover {
background-color: #fff;
color: #333;
}
/* end button style for sliders */
/* scroll down text */
.scrollText {
position: absolute;
bottom: 2.5%;
right: 50%;
font-size: 2rem;
font-weight: 900;
text-align: center;
transform: translateX(50%);
color: #ff523b;
-webkit-text-stroke: 1px black;
}
.scrollText a {
color: #ff523b;
}
.scrollText::after {
content: "\f078";
font-family: "Font Awesome 5 Free";
display: block;
margin-top: -15px;
text-align: center;
font-size: 2rem;
font-weight: 900;
}
/* Bg images */
.slide:first-child {
background: url("./images/IMG_construction.jpg") no-repeat center center/cover;
}
.slide:nth-child(2) {
background: url("./images/IMG_furniture.jpg") no-repeat center center/cover;
}
.slide:nth-child(3) {
background: url("./images/IMG_painting.jpg") no-repeat center center/cover;
}
/* services section */
.services {
background: #454544;
background: -webkit-radial-gradient(center, #454544, #1f1f1f);
background: -moz-radial-gradient(center, #454544, #1f1f1f);
background: radial-gradient(ellipse at center, #424242, #1b1b1b),
url("../images/IMG_noise.png");
color: #fff;
padding-bottom: 100px;
/* box-shadow: 0px 15px 15px inset #333, 0px -15px 15px inset #333; */
}
.services .serviceTitle {
display: flex;
justify-content: center;
align-items: center;
height: 200px;
}
.services .serviceTitle h1 {
font-size: 3rem;
font-weight: bold;
}
.serviceTitle span {
background: #ff523b;
width: 130px;
height: 5px;
border-radius: 5px;
position: absolute;
margin-top: 80px;
left: 50%;
transform: translateX(-50%);
}
.serviceFlex {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 30px 0px;
max-width: 1000px;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.servicesCard {
flex: 25%;
}
.servicesCard span {
display: flex;
justify-content: center;
align-items: center;
padding: 20px 0px;
}
.servicesCard p {
margin: 0px 20px;
}
.serviceHighlighted {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 0px 20px 20px 20px;
}
.serviceOne:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceTwo:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceThree:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceFour:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceFive:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceSix:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceSeven:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceEight:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.servicesInformation {
flex: 75%;
display: flex;
flex-direction: column;
align-items: center;
}
.servicesInformation img {
max-width: 100%;
margin: 10px;
padding-top: 20px;
filter: invert(90%);
}
.servicesInformation h1 {
padding: 20px 0px;
}
.informationContext {
width: 80%;
line-height: 2.5rem;
padding: 0px 0px 20px 0px;
text-align: justify;
}
.calculatorSpan {
display: flex;
justify-content: space-between;
margin-top: auto;
}
.calculatorSpan p {
padding: 0 20px;
}
.calculatorSpan input[type="text"] {
background: transparent;
border: none;
border-bottom: 0.5px solid #fff;
color: #fff;
font-size: 16px;
text-align: center;
}
.calcResult {
padding: 20px 0;
display: flex;
justify-content: space-between;
}
.calcResult p {
padding: 0 20px;
}
.servicesIcon {
max-width: 100%;
width: 32px;
filter: invert(90%);
}
.serviceShadow {
border-radius: 20px 0 0 20px;
background-color: rgba(0, 0, 0, 0.2);
}
/* End services styling */
/* Start of gallery */
.gallery {
max-width: 100%;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.galleryTitle {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 200px;
height: 30vw;
background-image: url("./images/gallery/gallery_image_1.jpg");
background-size: cover;
color: white;
}
.galleryTitle h1 {
font-size: 3rem;
font-weight: bold;
}
.galleryTitle span {
background: #ff523b;
width: 100px;
height: 5px;
position: relative;
}
.galleryTitle p {
margin-top: 30px;
font-weight: 700;
letter-spacing: 1px;
}
.galleryPosition {
min-height: 100vh;
}
.galleryBar {
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 50px;
background-color: #777;
overflow: hidden;
align-items: center;
justify-content: center;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently*/
}
.galleryBarTab {
display: flex;
font-size: 2rem;
font-weight: 900;
color: white;
padding: 0px 25px;
cursor: pointer;
transition: background-color 0.3s;
}
.galleryBarTab::after {
content: "\25be";
padding-left: 15px;
transform: scale(1.5);
}
.galleryBar--active {
background-color: #444;
}
.galleryBar--active::after {
content: "\25b4";
}
.galleryBottom {
height: 50px;
background-color: #444;
}
.galleryImageContent {
flex: 70%;
display: flex;
flex-direction: column;
align-items: center;
background-color: #ddd;
padding: 0px 15px;
}
.galleryContainer {
display: flex;
flex-wrap: wrap;
max-height: 0px;
overflow: hidden;
transition: max-height 0.5s;
}
.descriptionContainer {
flex: 30%;
overflow: hidden;
padding: 105px 20px 30px 50px;
background-color: #ddd;
}
.galleryContentBefore {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
.galleryContentBeforeTitle {
font-size: 2rem;
font-weight: 900;
padding-top: 40px;
}
.galleryContentBeforeImages {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
padding-top: 20px;
grid-gap: 20px;
width: 100%;
justify-items: center;
overflow: hidden;
}
.galleryContentBeforeImages img {
width: 100%;
max-width: 250px;
height: 175px;
object-fit: cover;
}
.galleryContentAfter {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
.galleryContentAfterTitle {
font-size: 2rem;
font-weight: 900;
padding-top: 15px;
}
.galleryContentAfterImages {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
padding-top: 20px;
grid-gap: 20px;
width: 100%;
justify-items: center;
overflow: hidden;
padding-bottom: 15px;
}
.galleryContentAfterImages img {
width: 100%;
max-width: 250px;
height: 175px;
object-fit: cover;
}
.lightbox {
position: fixed;
z-index: 1000;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: none;
}
.lightbox--active {
display: flex;
justify-content: center;
align-self: center;
}
.exitBtn {
position: absolute;
top: 2%;
right: 5%;
font-size: 4rem;
filter: invert(100%);
filter: brightness(100);
cursor: pointer;
border-radius: 25%;
z-index: 1;
}
.exitBtn i:hover {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 50%;
}
.prevImage {
position: absolute;
left: 0;
height: 100%;
width: 5%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
filter: invert(100);
font-size: 3rem;
}
.prevImage:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.nextImage {
position: absolute;
right: 0;
height: 100%;
width: 5%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
filter: invert(100);
font-size: 3rem;
}
.nextImage:hover {
background-color: rgba(0, 0, 0, 0.3);
}
.lightboxImage {
display: flex;
justify-content: center;
align-self: center;
}
.lightboxImage img {
position: relative;
width: 100%;
max-width: 1500px;
max-height: 100vh;
}
.galleryImagesEffect {
opacity: 1;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
cursor: pointer;
}
.galleryImagesEffect:hover {
opacity: 0.4;
}
.galleryDescriptionPlan {
padding-top: 30px;
width: 100%;
}
/* End of gallery */
/* Start of Contact */
.contact {
background: #454544;
background: -webkit-radial-gradient(center, #474747, #1a1a1a);
background: -moz-radial-gradient(center, #474747, #1a1a1a);
background: radial-gradient(ellipse at center, #474747, #1a1a1a);
color: #fff;
height: 100vh;
/* box-shadow: 0px 15px 15px inset #333, 0px -15px 15px inset #333; */
}
.contactTitle {
display: flex;
max-width: 1400px;
align-items: center;
height: 200px;
position: relative;
left: 50%;
transform: translateX(-50%);
padding: 0 20px;
}
.contactTitle h1 {
font-size: 3vw;
font-weight: bold;
border-bottom: 5px solid #ff523b;
}
.contactContainer {
max-width: 1400px;
position: relative;
display: flex;
left: 50%;
transform: translateX(-50%);
padding: 0 20px;
line-height: 2;
}
.contactInformation {
width: 100%;
flex: 50%;
}
.contactContainer h1 {
margin-top: 30px;
border-bottom: 2px solid #fff;
opacity: 0.7;
display: flex;
justify-content: space-between;
}
.contactPhoto {
flex: 50%;
}
/* End of contact */
/* Scroll back to top */
.visibleBtn {
visibility: hidden;
}
.topBtn button {
font-size: 2rem;
border: 2px solid #333;
background-color: #fff;
padding: 1rem;
margin: 1rem;
border-radius: 10%;
position: fixed;
bottom: 15px;
right: 20px;
}
.topBtn button:hover {
border: 2px solid #fff;
background-color: #0478ed88;
color: #fff;
}
/* end of scroll button */
/* the section between slides i guess /shrug */
.betweenPages {
height: 100px;
background-color: rgb(134, 134, 134);
}
/* end of the section between slides */
/* media query for smaller screens */
@media (max-width: 800px) {
.navigation h1 {
display: none;
}
.navigation {
max-width: 100%;
justify-content: center;
}
nav {
width: 90%;
}
.navigation ul {
align-items: center;
justify-content: space-between;
margin-top: auto;
}
.navigation li {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: rgb(117, 117, 117);
font-size: 25px;
}
.navigation a {
padding: 0;
margin: 0;
font-size: 16px;
justify-content: center;
letter-spacing: 0px;
color: rgb(117, 117, 117);
}
.homeLink::before {
content: "\f015";
font-family: "Font Awesome 5 Free";
display: block;
text-align: center;
font-size: 24px;
font-weight: 900;
}
.servicesLink::before {
content: "\f0ad";
font-family: "Font Awesome 5 Free";
display: block;
text-align: center;
font-size: 24px;
font-weight: 900;
}
.galleryLink::before {
content: "\f03e";
font-family: "Font Awesome 5 Free";
display: block;
text-align: center;
font-size: 24px;
font-weight: 900;
}
.contactLink::before {
content: "\f3e0";
font-family: "Font Awesome 5 Free";
display: block;
text-align: center;
font-size: 24px;
font-weight: 900;
}
.navigation li i {
display: initial;
}
}
@media (max-width: 590px) {
.slide .content {
bottom: -300px;
left: 0;
width: 100%;
}
.slide.current .content {
transform: translateY(-300px);
}
.scrollText {
display: none;
}
.servicesCard span {
display: block;
text-align: center;
font-size: 10px;
}
.serviceShadow {
border-radius: 20px;
}
.servicesIcon {
width: 24px;
}
.servicesCard {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto;
overflow: hidden;
flex: 100%;
}
.servicesInformation {
flex: 100%;
overflow: hidden;
}
.serviceHighlighted {
border-radius: 0px;
}
.topBtn button {
background-color: rgba(255, 255, 255, 0.2);
overflow: hidden;
margin: 5px;
bottom: 0;
right: 0;
}
}
@media (max-width: 850px) {
.descriptionContainer {
flex: 100%;
padding: 10px 25px 10px 25px;
}
.imagesContainer {
flex: 100%;
}
}
@media (max-width: 400px) {
.services .serviceTitle h1 {
font-size: 2rem;
font-weight: bold;
}
} | style.css | @import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
* {
box-sizing: border-box;
padding: 0;
margin: 0;
scroll-behavior: smooth;
}
body {
font-family: "Roboto", sans-serif;
color: #333;
line-height: 1.6;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
color: #333;
}
/* Navigation styling */
.navigation {
height: 10vh;
min-height: 75px;
max-width: 80%;
margin: 0 auto;
overflow: auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.navigation ul {
display: flex;
}
.navigation h1 {
font-size: 3rem;
font-weight: 900;
}
.navigation a {
padding: 10px;
margin: 0 5px;
font-size: 1.4rem;
font-weight: 600;
/* letter-spacing: 1px; */
}
.navigation a:hover {
border-bottom: 2px #047aed solid;
}
.language {
display: flex;
justify-content: center;
align-items: center;
}
.language form {
position: relative;
margin-left: 25px;
width: 80px;
}
.language select {
position: relative;
width: 100%;
text-align: center;
font-size: 1.2rem;
height: 35px;
border: 0;
background: transparent;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
-webkit-appearance: none;
appearance: none;
border-radius: 10px 10px 10px 10px;
white-space: pre-wrap;
}
/* end navigation styling */
/* utility clases */
.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 50px 50px;
justify-content: center;
align-items: center;
height: 100%;
}
/* End utility classes */
/* Styling for slide show images */
.slider {
position: relative;
overflow: hidden;
height: 90vh;
width: 100%;
}
.slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.8s ease-in-out;
}
.slide.current {
opacity: 1;
}
/* end styling for slide show images */
/* Slide text card style */
.slide .content {
position: absolute;
bottom: 100px;
left: -600px;
width: 600px;
background-color: rgba(201, 201, 201, 0.7);
padding: 35px;
}
.slide .content h1 {
margin-bottom: 1rem;
}
.slide.current .content {
opacity: 1;
transform: translateX(600px);
transition: all 0.7s ease-in-out 0.3s;
}
/* End slide text cards style */
/* button style for sliders */
.buttons button#next {
position: absolute;
top: 50%;
right: 15px;
}
.buttons button#prev {
position: absolute;
top: 50%;
left: 15px;
}
.buttons button {
border: 2px solid #fff;
background-color: transparent;
color: #fff;
cursor: pointer;
padding: 13px 15px;
border-radius: 50%;
outline: none;
}
.buttons button:hover {
background-color: #fff;
color: #333;
}
/* end button style for sliders */
/* scroll down text */
.scrollText {
position: absolute;
bottom: 2.5%;
right: 50%;
font-size: 2rem;
font-weight: 900;
text-align: center;
transform: translateX(50%);
color: #ff523b;
-webkit-text-stroke: 1px black;
}
.scrollText a {
color: #ff523b;
}
.scrollText::after {
content: "\f078";
font-family: "Font Awesome 5 Free";
display: block;
margin-top: -15px;
text-align: center;
font-size: 2rem;
font-weight: 900;
}
/* Bg images */
.slide:first-child {
background: url("./images/IMG_construction.jpg") no-repeat center center/cover;
}
.slide:nth-child(2) {
background: url("./images/IMG_furniture.jpg") no-repeat center center/cover;
}
.slide:nth-child(3) {
background: url("./images/IMG_painting.jpg") no-repeat center center/cover;
}
/* services section */
.services {
background: #454544;
background: -webkit-radial-gradient(center, #454544, #1f1f1f);
background: -moz-radial-gradient(center, #454544, #1f1f1f);
background: radial-gradient(ellipse at center, #424242, #1b1b1b),
url("../images/IMG_noise.png");
color: #fff;
padding-bottom: 100px;
/* box-shadow: 0px 15px 15px inset #333, 0px -15px 15px inset #333; */
}
.services .serviceTitle {
display: flex;
justify-content: center;
align-items: center;
height: 200px;
}
.services .serviceTitle h1 {
font-size: 3rem;
font-weight: bold;
}
.serviceTitle span {
background: #ff523b;
width: 130px;
height: 5px;
border-radius: 5px;
position: absolute;
margin-top: 80px;
left: 50%;
transform: translateX(-50%);
}
.serviceFlex {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 30px 0px;
max-width: 1000px;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.servicesCard {
flex: 25%;
}
.servicesCard span {
display: flex;
justify-content: center;
align-items: center;
padding: 20px 0px;
}
.servicesCard p {
margin: 0px 20px;
}
.serviceHighlighted {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 0px 20px 20px 20px;
}
.serviceOne:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceTwo:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceThree:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceFour:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceFive:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceSix:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceSeven:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.serviceEight:hover {
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
border-radius: 20px;
}
.servicesInformation {
flex: 75%;
display: flex;
flex-direction: column;
align-items: center;
}
.servicesInformation img {
max-width: 100%;
margin: 10px;
padding-top: 20px;
filter: invert(90%);
}
.servicesInformation h1 {
padding: 20px 0px;
}
.informationContext {
width: 80%;
line-height: 2.5rem;
padding: 0px 0px 20px 0px;
text-align: justify;
}
.calculatorSpan {
display: flex;
justify-content: space-between;
margin-top: auto;
}
.calculatorSpan p {
padding: 0 20px;
}
.calculatorSpan input[type="text"] {
background: transparent;
border: none;
border-bottom: 0.5px solid #fff;
color: #fff;
font-size: 16px;
text-align: center;
}
.calcResult {
padding: 20px 0;
display: flex;
justify-content: space-between;
}
.calcResult p {
padding: 0 20px;
}
.servicesIcon {
max-width: 100%;
width: 32px;
filter: invert(90%);
}
.serviceShadow {
border-radius: 20px 0 0 20px;
background-color: rgba(0, 0, 0, 0.2);
}
/* End services styling */
/* Start of gallery */
.gallery {
max-width: 100%;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.galleryTitle {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 200px;
height: 30vw;
background-image: url("./images/gallery/gallery_image_1.jpg");
background-size: cover;
color: white;
}
.galleryTitle h1 {
font-size: 3rem;
font-weight: bold;
}
.galleryTitle span {
background: #ff523b;
width: 100px;
height: 5px;
position: relative;
}
.galleryTitle p {
margin-top: 30px;
font-weight: 700;
letter-spacing: 1px;
}
.galleryPosition {
min-height: 100vh;
}
.galleryBar {
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 50px;
background-color: #777;
overflow: hidden;
align-items: center;
justify-content: center;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently*/
}
.galleryBarTab {
display: flex;
font-size: 2rem;
font-weight: 900;
color: white;
padding: 0px 25px;
cursor: pointer;
transition: background-color 0.3s;
}
.galleryBarTab::after {
content: "\25be";
padding-left: 15px;
transform: scale(1.5);
}
.galleryBar--active {
background-color: #444;
}
.galleryBar--active::after {
content: "\25b4";
}
.galleryBottom {
height: 50px;
background-color: #444;
}
.galleryImageContent {
flex: 70%;
display: flex;
flex-direction: column;
align-items: center;
background-color: #ddd;
padding: 0px 15px;
}
.galleryContainer {
display: flex;
flex-wrap: wrap;
max-height: 0px;
overflow: hidden;
transition: max-height 0.5s;
}
.descriptionContainer {
flex: 30%;
overflow: hidden;
padding: 105px 20px 30px 50px;
background-color: #ddd;
}
.galleryContentBefore {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
.galleryContentBeforeTitle {
font-size: 2rem;
font-weight: 900;
padding-top: 40px;
}
.galleryContentBeforeImages {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
padding-top: 20px;
grid-gap: 20px;
width: 100%;
justify-items: center;
overflow: hidden;
}
.galleryContentBeforeImages img {
width: 100%;
max-width: 250px;
height: 175px;
object-fit: cover;
}
.galleryContentAfter {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
.galleryContentAfterTitle {
font-size: 2rem;
font-weight: 900;
padding-top: 15px;
}
.galleryContentAfterImages {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
padding-top: 20px;
grid-gap: 20px;
width: 100%;
justify-items: center;
overflow: hidden;
padding-bottom: 15px;
}
.galleryContentAfterImages img {
width: 100%;
max-width: 250px;
height: 175px;
object-fit: cover;
}
.lightbox {
position: fixed;
z-index: 1000;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: none;
}
.lightbox--active {
display: flex;
justify-content: center;
align-self: center;
}
.exitBtn {
position: absolute;
top: 2%;
right: 5%;
font-size: 4rem;
filter: invert(100%);
filter: brightness(100);
cursor: pointer;
border-radius: 25%;
z-index: 1;
}
.exitBtn i:hover {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 50%;
}
.prevImage {
position: absolute;
left: 0;
height: 100%;
width: 5%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
filter: invert(100);
font-size: 3rem;
}
.prevImage:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.nextImage {
position: absolute;
right: 0;
height: 100%;
width: 5%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
filter: invert(100);
font-size: 3rem;
}
.nextImage:hover {
background-color: rgba(0, 0, 0, 0.3);
}
.lightboxImage {
display: flex;
justify-content: center;
align-self: center;
}
.lightboxImage img {
position: relative;
width: 100%;
max-width: 1500px;
max-height: 100vh;
}
.galleryImagesEffect {
opacity: 1;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
cursor: pointer;
}
.galleryImagesEffect:hover {
opacity: 0.4;
}
.galleryDescriptionPlan {
padding-top: 30px;
width: 100%;
}
/* End of gallery */
/* Start of Contact */
.contact {
background: #454544;
background: -webkit-radial-gradient(center, #474747, #1a1a1a);
background: -moz-radial-gradient(center, #474747, #1a1a1a);
background: radial-gradient(ellipse at center, #474747, #1a1a1a);
color: #fff;
height: 100vh;
/* box-shadow: 0px 15px 15px inset #333, 0px -15px 15px inset #333; */
}
.contactTitle {
display: flex;
max-width: 1400px;
align-items: center;
height: 200px;
position: relative;
left: 50%;
transform: translateX(-50%);
padding: 0 20px;
}
.contactTitle h1 {
font-size: 3vw;
font-weight: bold;
border-bottom: 5px solid #ff523b;
}
.contactContainer {
max-width: 1400px;
position: relative;
display: flex;
left: 50%;
transform: translateX(-50%);
padding: 0 20px;
line-height: 2;
}
.contactInformation {
width: 100%;
flex: 50%;
}
.contactContainer h1 {
margin-top: 30px;
border-bottom: 2px solid #fff;
opacity: 0.7;
display: flex;
justify-content: space-between;
}
.contactPhoto {
flex: 50%;
}
/* End of contact */
/* Scroll back to top */
.visibleBtn {
visibility: hidden;
}
.topBtn button {
font-size: 2rem;
border: 2px solid #333;
background-color: #fff;
padding: 1rem;
margin: 1rem;
border-radius: 10%;
position: fixed;
bottom: 15px;
right: 20px;
}
.topBtn button:hover {
border: 2px solid #fff;
background-color: #0478ed88;
color: #fff;
}
/* end of scroll button */
/* the section between slides i guess /shrug */
.betweenPages {
height: 100px;
background-color: rgb(134, 134, 134);
}
/* end of the section between slides */
/* media query for smaller screens */
@media (max-width: 800px) {
.navigation h1 {
display: none;
}
.navigation {
max-width: 100%;
justify-content: center;
}
nav {
width: 90%;
}
.navigation ul {
align-items: center;
justify-content: space-between;
margin-top: auto;
}
.navigation li {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: rgb(117, 117, 117);
font-size: 25px;
}
.navigation a {
padding: 0;
margin: 0;
font-size: 16px;
justify-content: center;
letter-spacing: 0px;
color: rgb(117, 117, 117);
}
.homeLink::before {
content: "\f015";
font-family: "Font Awesome 5 Free";
display: block;
text-align: center;
font-size: 24px;
font-weight: 900;
}
.servicesLink::before {
content: "\f0ad";
font-family: "Font Awesome 5 Free";
display: block;
text-align: center;
font-size: 24px;
font-weight: 900;
}
.galleryLink::before {
content: "\f03e";
font-family: "Font Awesome 5 Free";
display: block;
text-align: center;
font-size: 24px;
font-weight: 900;
}
.contactLink::before {
content: "\f3e0";
font-family: "Font Awesome 5 Free";
display: block;
text-align: center;
font-size: 24px;
font-weight: 900;
}
.navigation li i {
display: initial;
}
}
@media (max-width: 590px) {
.slide .content {
bottom: -300px;
left: 0;
width: 100%;
}
.slide.current .content {
transform: translateY(-300px);
}
.scrollText {
display: none;
}
.servicesCard span {
display: block;
text-align: center;
font-size: 10px;
}
.serviceShadow {
border-radius: 20px;
}
.servicesIcon {
width: 24px;
}
.servicesCard {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto;
overflow: hidden;
flex: 100%;
}
.servicesInformation {
flex: 100%;
overflow: hidden;
}
.serviceHighlighted {
border-radius: 0px;
}
.topBtn button {
background-color: rgba(255, 255, 255, 0.2);
overflow: hidden;
margin: 5px;
bottom: 0;
right: 0;
}
}
@media (max-width: 850px) {
.descriptionContainer {
flex: 100%;
padding: 10px 25px 10px 25px;
}
.imagesContainer {
flex: 100%;
}
}
@media (max-width: 400px) {
.services .serviceTitle h1 {
font-size: 2rem;
font-weight: bold;
}
} | 0.404507 | 0.095097 |
html {
/* allow scrolling if layout hits min-width/height */
overflow: auto !important; /* override Layout default of 'hidden' */
}
body {
background: #777;
color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 0 20px !important; /* override Layout default of '0' */
margin: 0;
/* set min dimensions for layout - window will scroll if smaller than this */
min-width: 950px;
min-height: 600px;
/* max-width works for left-aligned layout - need a container-div to 'center' the layout */
/*max-width: 1000px;*/
}
p {
margin: 1ex 0;
}
.custom a { color: blue; text-decoration: none; }
.custom a:visited { color: purple; }
.custom a:hover { color: red; text-decoration: underline; }
.hidden {
/* used to HIDE layout-panes until Layout initializes */
display: none;
}
/*
* Page Content Styles
*/
/* Loading... display */
#page-loading {
color: #FFF;
font-size: 3em;
position: absolute;
left: 40%;
top: 40%;
}
/* Notes in center-pane of Tab1 */
BLOCKQUOTE,
UL { margin-top: 1ex; margin-bottom: 1em; }
LI { margin-top: 1ex; margin-bottom: 1ex; }
H4 { margin: 1em 0 1ex; font-size: 1.1em; }
#notes { padding: 1em 1.5em; }
#notes > H4 { margin-top: 0; }
/*
* Generic Layout Styles
*/
.container { /* override default style */
padding: 0 !important;
overflow: hidden !important;
}
.ui-layout-pane {
padding: 0;
overflow: hidden;
}
.ui-widget-content { /* used as the ui-layout-content class */
padding: 1ex;
overflow: auto;
}
.hidden { /* apply to elements to avoid Flash of Content */
display: none;
}
.allow-overflow {
overflow: visible;
}
/* HIDE all pane-elements until initialized */
.ui-layout-north,
.ui-layout-south,
.ui-layout-west,
.ui-layout-east,
.ui-layout-center {
display: none;
}
/*
* Outer-Tabs Layout - Structural
*
* NOTE: already set 'ui-layout-pane' to be: overflow: hidden; padding: 0
*/
#outer-center { /* #tabbuttonss & #tabpanels container */
background: #DDD; /* need a background to contrast panes - overridden by custom theme */
padding: 0; /* not sure why need this again? */
}
#tabbuttons { /* tabsContainerLayout - north-pane */
overflow: visible; /* so tabs (LI) can overlap bottom-border */
}
#tabpanels {} /* tabsContainerLayout - center-pane */
#tabpanels .tab-panel { /* tab-layout containers */
width: 100%;
height: 100%;
padding: 0;
overflow: hidden;
}
/*
* Inner-Tabs
*/
#innerTabs.ui-layout-center {
padding: 0;
}
#innerTabs > DIV:first-child {} /* header-title */
#innerTabs > UL {} /* tab-buttons - header */
#innerTabs .ui-widget-content {} /* tab-panels-wrapper - content-pane */
#innerTabs > DIV {} /* tab-content wrappers: #simpleTab1, etc. */
.custom #innerTabs > UL { /* custom theme */
border-radius: 0; /* override UI theme */
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.custom #innerTabs > UL LI:first-child { /* first tab */
margin-left: 10px;
}
/*
* Accordions
*/
.accordion { /* Accordion containers */
height: 100%;
}
/*
* Outer Layout - Cosmetic
*/
#outer-north {
font-weight: bold;
padding: 1em 1em;
}
#outer-north div.buttons {
float: right;
margin-right: 200px;
margin-top: -4px;
}
#outer-south {
padding: .5em 1em;
}
/*
* Custom Theme
*/
/* outer-layout colors */
body.custom , /* class used to trigger 'custom theme' for all elements */
.custom #outer-north ,
.custom #outer-center ,
.custom #outer-south {
background: #776;
}
/* Tabs Wrapper & Buttons*/
#outer-center.ui-tabs ,
#outer-center.ui-tabs>ul {
border-bottom: 0;
padding-bottom: 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.custom #outer-center.ui-tabs ,
.custom #outer-center.ui-tabs>ul {
background: transparent;
border: 0;
padding: 0;
}
.custom #tabbuttons LI { /* tab wrapper */
border: 0;
margin-left: 5px;
}
.custom #tabbuttons LI:first-child { /* first tab */
margin-left: 15px;
}
.custom #tabbuttons LI A { /* tab links/style */
font-weight: bold;
cursor: pointer !important; /* override theme - for 'sorting' */
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-top-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
}
/* Tab Panels & Contents */
.toolbar {
overflow: hidden;
/*border-top: 0 !important;*/
}
.custom .toolbar { /* north AND south panes */
background: #666; /* changed below to match tab-color */
color: #FFF !important; /* override Theme */
font-weight: bold;
padding: 6px 2em;
}
.custom #tabpanels .tab-panel {
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.custom .ui-layout-north > .toolbar { /* north 'toolbar' */
border: 0;
border-top-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
}
.custom .ui-layout-south > .toolbar { /* south 'statusbar' */
border-bottom-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}
/*
* Can't pad #tabpanels .tab-panel containers because have width/height = 100%
* so must pad outer-edges of inner-panes instead to get nice whitespace
*/
.tab-panel .ui-layout-west { padding-left: 10px; } /* same as west__spacing_closed */
.tab-panel .ui-layout-east { padding-right: 10px; } /* same as east__spacing_closed */
/*
* Every inner-layout is made up of header, content and footer panels
*/
.ui-widget-header {
padding: 4px 1em;
}
.ui-widget-footer {
font-size: .85em;
font-weight: normal !important;
}
.custom .ui-widget-header {
border: 0;
color: #FFF;
font-size: .85em;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.custom .ui-widget-footer { /* NOTE: no such class, so footer ALSO has: ui-widget-header */
border: 0;
color: #FFF;
letter-spacing: normal;
text-transform: none;
text-align: center;
padding: 3px 1ex 4px;
}
.custom .ui-widget-content {
/* padding & overflow were already set above under 'Generic Layout Styles' */
border: 0;
background: #F9F9F9;
color: #000;
}
/* #tab1 = blue-green */
.custom #tabbuttons .tab1 a { background: #007182; color: #FFF; } /* override UI Theme */
.custom #tabpanels #tab1,
.custom #tab1 .ui-layout-resizer-sliding ,
.custom #tab1 .ui-layout-west , /* sidebar panes too - for when 'sliding' */
.custom #tab1 .ui-layout-east { background: #83c9d4; }
.custom #tab1 .ui-layout-resizer-closed { border: 1px solid #378c99; }
.custom #tab1 .toolbar { border: 0; }
.custom #tab1 .toolbar ,
.custom #tab1 .ui-widget-header { background: #007182; } /* override UI Theme */
.custom #tab1 .ui-widget-footer { background: #378c99; }
/*
.custom #tab1 > .ui-layout-center ,
.custom #tab1 .ui-layout-pane .ui-layout-pane { border: 2px solid #378c99; }
.custom #tab1 .ui-widget-content { border: 1px solid #007182; }
*/
/*
* Layout Resizers
*/
.ui-layout-resizer-sliding {
background-color: #BBB; /* overridden by custom theme, above */
}
.ui-layout-resizer-open-hover,
.ui-layout-resizer-drag, /* cloned bar */
.ui-layout-resizer-dragging {
background: #BBB !important; /* need higher specificity */
opacity: 0.5 !important; /* ditto - not sure why? */
filter: Alpha(Opacity=50) !important;
}
.ui-layout-resizer-dragging-limit {
background: #d44848 !important;
}
.ui-layout-resizer-closed-hover {
background: #ebd5aa;
}
/*
* Layout Togglers
*/
.ui-layout-toggler {
background-color: #FFF;
opacity: .60;
filter: Alpha(Opacity=60);
}
.ui-layout-resizer-open-hover .ui-layout-toggler,
.ui-layout-toggler-hover {
opacity: 1;
filter: Alpha(Opacity=100);
}
.ui-layout-toggler .ui-icon { margin: 0 auto; } /* default - center horizontally */
.ui-layout-toggler-north .ui-icon ,
.ui-layout-toggler-south .ui-icon { margin-top: -3px; } /* tweak arrow vertical-center */
.ui-layout-toggler-west .ui-icon ,
.ui-layout-toggler-east .ui-icon { margin-left: -3px; } /* tweak arrow horizontal-center */
/* assign arrows for each side & state */
.ui-layout-toggler-north-closed .ui-icon,
.ui-layout-toggler-south-open .ui-icon {
background-position: -64px -192px; /* ui-icon-circle-triangle-s */
background-position: -128px -16px; /* ui-icon-triangle-2-n-s */
background-position: -64px -16px; /* ui-icon-triangle-1-s */
}
.ui-layout-toggler-south-closed .ui-icon,
.ui-layout-toggler-north-open .ui-icon {
background-position: -96px -192px; /* ui-icon-circle-triangle-n */
background-position: -128px -16px; /* ui-icon-triangle-2-n-s */
background-position: 0 -16px; /* ui-icon-triangle-1-n */
}
.ui-layout-toggler-west-closed .ui-icon,
.ui-layout-toggler-east-open .ui-icon {
background-position: -48px -192px; /* ui-icon-circle-triangle-e */
background-position: -144px -16px; /* ui-icon-triangle-2-e-w */
background-position: -32px -16px; /* ui-icon-triangle-1-e */
}
.ui-layout-toggler-east-closed .ui-icon,
.ui-layout-toggler-west-open .ui-icon {
background-position: -80px -192px; /* ui-icon-circle-triangle-w */
background-position: -144px -16px; /* ui-icon-triangle-2-e-w */
background-position: -96px -16px; /* ui-icon-triangle-1-w */
} | lib/layout/css/main.css | html {
/* allow scrolling if layout hits min-width/height */
overflow: auto !important; /* override Layout default of 'hidden' */
}
body {
background: #777;
color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 0 20px !important; /* override Layout default of '0' */
margin: 0;
/* set min dimensions for layout - window will scroll if smaller than this */
min-width: 950px;
min-height: 600px;
/* max-width works for left-aligned layout - need a container-div to 'center' the layout */
/*max-width: 1000px;*/
}
p {
margin: 1ex 0;
}
.custom a { color: blue; text-decoration: none; }
.custom a:visited { color: purple; }
.custom a:hover { color: red; text-decoration: underline; }
.hidden {
/* used to HIDE layout-panes until Layout initializes */
display: none;
}
/*
* Page Content Styles
*/
/* Loading... display */
#page-loading {
color: #FFF;
font-size: 3em;
position: absolute;
left: 40%;
top: 40%;
}
/* Notes in center-pane of Tab1 */
BLOCKQUOTE,
UL { margin-top: 1ex; margin-bottom: 1em; }
LI { margin-top: 1ex; margin-bottom: 1ex; }
H4 { margin: 1em 0 1ex; font-size: 1.1em; }
#notes { padding: 1em 1.5em; }
#notes > H4 { margin-top: 0; }
/*
* Generic Layout Styles
*/
.container { /* override default style */
padding: 0 !important;
overflow: hidden !important;
}
.ui-layout-pane {
padding: 0;
overflow: hidden;
}
.ui-widget-content { /* used as the ui-layout-content class */
padding: 1ex;
overflow: auto;
}
.hidden { /* apply to elements to avoid Flash of Content */
display: none;
}
.allow-overflow {
overflow: visible;
}
/* HIDE all pane-elements until initialized */
.ui-layout-north,
.ui-layout-south,
.ui-layout-west,
.ui-layout-east,
.ui-layout-center {
display: none;
}
/*
* Outer-Tabs Layout - Structural
*
* NOTE: already set 'ui-layout-pane' to be: overflow: hidden; padding: 0
*/
#outer-center { /* #tabbuttonss & #tabpanels container */
background: #DDD; /* need a background to contrast panes - overridden by custom theme */
padding: 0; /* not sure why need this again? */
}
#tabbuttons { /* tabsContainerLayout - north-pane */
overflow: visible; /* so tabs (LI) can overlap bottom-border */
}
#tabpanels {} /* tabsContainerLayout - center-pane */
#tabpanels .tab-panel { /* tab-layout containers */
width: 100%;
height: 100%;
padding: 0;
overflow: hidden;
}
/*
* Inner-Tabs
*/
#innerTabs.ui-layout-center {
padding: 0;
}
#innerTabs > DIV:first-child {} /* header-title */
#innerTabs > UL {} /* tab-buttons - header */
#innerTabs .ui-widget-content {} /* tab-panels-wrapper - content-pane */
#innerTabs > DIV {} /* tab-content wrappers: #simpleTab1, etc. */
.custom #innerTabs > UL { /* custom theme */
border-radius: 0; /* override UI theme */
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.custom #innerTabs > UL LI:first-child { /* first tab */
margin-left: 10px;
}
/*
* Accordions
*/
.accordion { /* Accordion containers */
height: 100%;
}
/*
* Outer Layout - Cosmetic
*/
#outer-north {
font-weight: bold;
padding: 1em 1em;
}
#outer-north div.buttons {
float: right;
margin-right: 200px;
margin-top: -4px;
}
#outer-south {
padding: .5em 1em;
}
/*
* Custom Theme
*/
/* outer-layout colors */
body.custom , /* class used to trigger 'custom theme' for all elements */
.custom #outer-north ,
.custom #outer-center ,
.custom #outer-south {
background: #776;
}
/* Tabs Wrapper & Buttons*/
#outer-center.ui-tabs ,
#outer-center.ui-tabs>ul {
border-bottom: 0;
padding-bottom: 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.custom #outer-center.ui-tabs ,
.custom #outer-center.ui-tabs>ul {
background: transparent;
border: 0;
padding: 0;
}
.custom #tabbuttons LI { /* tab wrapper */
border: 0;
margin-left: 5px;
}
.custom #tabbuttons LI:first-child { /* first tab */
margin-left: 15px;
}
.custom #tabbuttons LI A { /* tab links/style */
font-weight: bold;
cursor: pointer !important; /* override theme - for 'sorting' */
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-top-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
}
/* Tab Panels & Contents */
.toolbar {
overflow: hidden;
/*border-top: 0 !important;*/
}
.custom .toolbar { /* north AND south panes */
background: #666; /* changed below to match tab-color */
color: #FFF !important; /* override Theme */
font-weight: bold;
padding: 6px 2em;
}
.custom #tabpanels .tab-panel {
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.custom .ui-layout-north > .toolbar { /* north 'toolbar' */
border: 0;
border-top-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
}
.custom .ui-layout-south > .toolbar { /* south 'statusbar' */
border-bottom-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}
/*
* Can't pad #tabpanels .tab-panel containers because have width/height = 100%
* so must pad outer-edges of inner-panes instead to get nice whitespace
*/
.tab-panel .ui-layout-west { padding-left: 10px; } /* same as west__spacing_closed */
.tab-panel .ui-layout-east { padding-right: 10px; } /* same as east__spacing_closed */
/*
* Every inner-layout is made up of header, content and footer panels
*/
.ui-widget-header {
padding: 4px 1em;
}
.ui-widget-footer {
font-size: .85em;
font-weight: normal !important;
}
.custom .ui-widget-header {
border: 0;
color: #FFF;
font-size: .85em;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.custom .ui-widget-footer { /* NOTE: no such class, so footer ALSO has: ui-widget-header */
border: 0;
color: #FFF;
letter-spacing: normal;
text-transform: none;
text-align: center;
padding: 3px 1ex 4px;
}
.custom .ui-widget-content {
/* padding & overflow were already set above under 'Generic Layout Styles' */
border: 0;
background: #F9F9F9;
color: #000;
}
/* #tab1 = blue-green */
.custom #tabbuttons .tab1 a { background: #007182; color: #FFF; } /* override UI Theme */
.custom #tabpanels #tab1,
.custom #tab1 .ui-layout-resizer-sliding ,
.custom #tab1 .ui-layout-west , /* sidebar panes too - for when 'sliding' */
.custom #tab1 .ui-layout-east { background: #83c9d4; }
.custom #tab1 .ui-layout-resizer-closed { border: 1px solid #378c99; }
.custom #tab1 .toolbar { border: 0; }
.custom #tab1 .toolbar ,
.custom #tab1 .ui-widget-header { background: #007182; } /* override UI Theme */
.custom #tab1 .ui-widget-footer { background: #378c99; }
/*
.custom #tab1 > .ui-layout-center ,
.custom #tab1 .ui-layout-pane .ui-layout-pane { border: 2px solid #378c99; }
.custom #tab1 .ui-widget-content { border: 1px solid #007182; }
*/
/*
* Layout Resizers
*/
.ui-layout-resizer-sliding {
background-color: #BBB; /* overridden by custom theme, above */
}
.ui-layout-resizer-open-hover,
.ui-layout-resizer-drag, /* cloned bar */
.ui-layout-resizer-dragging {
background: #BBB !important; /* need higher specificity */
opacity: 0.5 !important; /* ditto - not sure why? */
filter: Alpha(Opacity=50) !important;
}
.ui-layout-resizer-dragging-limit {
background: #d44848 !important;
}
.ui-layout-resizer-closed-hover {
background: #ebd5aa;
}
/*
* Layout Togglers
*/
.ui-layout-toggler {
background-color: #FFF;
opacity: .60;
filter: Alpha(Opacity=60);
}
.ui-layout-resizer-open-hover .ui-layout-toggler,
.ui-layout-toggler-hover {
opacity: 1;
filter: Alpha(Opacity=100);
}
.ui-layout-toggler .ui-icon { margin: 0 auto; } /* default - center horizontally */
.ui-layout-toggler-north .ui-icon ,
.ui-layout-toggler-south .ui-icon { margin-top: -3px; } /* tweak arrow vertical-center */
.ui-layout-toggler-west .ui-icon ,
.ui-layout-toggler-east .ui-icon { margin-left: -3px; } /* tweak arrow horizontal-center */
/* assign arrows for each side & state */
.ui-layout-toggler-north-closed .ui-icon,
.ui-layout-toggler-south-open .ui-icon {
background-position: -64px -192px; /* ui-icon-circle-triangle-s */
background-position: -128px -16px; /* ui-icon-triangle-2-n-s */
background-position: -64px -16px; /* ui-icon-triangle-1-s */
}
.ui-layout-toggler-south-closed .ui-icon,
.ui-layout-toggler-north-open .ui-icon {
background-position: -96px -192px; /* ui-icon-circle-triangle-n */
background-position: -128px -16px; /* ui-icon-triangle-2-n-s */
background-position: 0 -16px; /* ui-icon-triangle-1-n */
}
.ui-layout-toggler-west-closed .ui-icon,
.ui-layout-toggler-east-open .ui-icon {
background-position: -48px -192px; /* ui-icon-circle-triangle-e */
background-position: -144px -16px; /* ui-icon-triangle-2-e-w */
background-position: -32px -16px; /* ui-icon-triangle-1-e */
}
.ui-layout-toggler-east-closed .ui-icon,
.ui-layout-toggler-west-open .ui-icon {
background-position: -80px -192px; /* ui-icon-circle-triangle-w */
background-position: -144px -16px; /* ui-icon-triangle-2-e-w */
background-position: -96px -16px; /* ui-icon-triangle-1-w */
} | 0.264358 | 0.045205 |
:root {
--theme-light-bg: #eeeeee;
--theme-light-fg: grey;
--theme-light-text: #111111;
--theme-light-link: darkslateblue;
--theme-light-h1: #111111;
--theme-light-h2: darkgoldenrod;
--theme-light-h3: darkcyan;
--theme-light-switch-shadow: #373d4e;
--theme-light-toggle-text: 'light';
--theme-dark-bg: #111111;
--theme-dark-fg: grey;
--theme-dark-text: #eeeeee;
--theme-dark-link: slateblue;
--theme-dark-h1: #eeeeee;
--theme-dark-h2: goldenrod;
--theme-dark-h3: cyan;
--theme-dark-switch-shadow: #fce477;
--theme-dark-toggle-text: 'dark';
}
@media (prefers-color-scheme: dark) {
:root {
--theme-bg: var(--theme-dark-bg);
--theme-fg: var(--theme-dark-fg);
--theme-text: var(--theme-dark-text);
--theme-link: var(--theme-dark-link);
--theme-h1: var(--theme-dark-h1);
--theme-h2: var(--theme-dark-h2);
--theme-h3: var(--theme-dark-h3);
--theme-switch-shadow: var(--theme-dark-switch-shadow);
--theme-toggle-text: var(--theme-dark-toggle-text);
}
.theme-toggle:checked~#themed {
--theme-bg: var(--theme-light-bg);
--theme-fg: var(--theme-light-fg);
--theme-text: var(--theme-light-text);
--theme-link: var(--theme-light-link);
--theme-h1: var(--theme-light-h1);
--theme-h2: var(--theme-light-h2);
--theme-h3: var(--theme-light-h3);
--theme-switch-shadow: var(--theme-light-switch-shadow);
--theme-toggle-text: var(--theme-light-toggle-text);
}
}
@media (prefers-color-scheme: light) {
:root {
--theme-bg: var(--theme-light-bg);
--theme-fg: var(--theme-light-fg);
--theme-text: var(--theme-light-text);
--theme-link: var(--theme-light-link);
--theme-h1: var(--theme-light-h1);
--theme-h2: var(--theme-light-h2);
--theme-h3: var(--theme-light-h3);
--theme-switch-shadow: var(--theme-light-switch-shadow);
--theme-toggle-text: var(--theme-light-toggle-text);
}
.theme-toggle:checked~#themed {
--theme-bg: var(--theme-dark-bg);
--theme-fg: var(--theme-dark-fg);
--theme-text: var(--theme-dark-text);
--theme-link: var(--theme-dark-link);
--theme-h1: var(--theme-dark-h1);
--theme-h2: var(--theme-dark-h2);
--theme-h3: var(--theme-dark-h3);
--theme-switch-shadow: var(--theme-dark-switch-shadow);
--theme-toggle-text: var(--theme-dark-toggle-text);
}
}
.theme-toggle-label {
cursor: pointer;
display: flex;
}
.theme-toggle-label::before {
transition: text-shadow .2s;
}
.theme-toggle-label::after {
color: var(--theme-switch-shadow);
content: var(--theme-toggle-text);
}
.theme-toggle-label:hover::before,.theme-toggle:focus~#themed .theme-toggle-label::before {
text-shadow: 0 0 15px var(--theme-switch-shadow);
}
#themed {
background: var(--theme-bg);
color: var(--theme-text);
font: 1em/1.62 monospace, 'Lucida Console', Monaco,monospace;
min-height: 100%;
}
nav {
background: var(--theme-bg);
}
a {
color: var(--theme-link);
}
h1 {
color: var(--theme-h1);
}
h2 {
color: var(--theme-h2);
}
h3, h4, h5, h6 {
color: var(--theme-h3);
} | css/theme.css | :root {
--theme-light-bg: #eeeeee;
--theme-light-fg: grey;
--theme-light-text: #111111;
--theme-light-link: darkslateblue;
--theme-light-h1: #111111;
--theme-light-h2: darkgoldenrod;
--theme-light-h3: darkcyan;
--theme-light-switch-shadow: #373d4e;
--theme-light-toggle-text: 'light';
--theme-dark-bg: #111111;
--theme-dark-fg: grey;
--theme-dark-text: #eeeeee;
--theme-dark-link: slateblue;
--theme-dark-h1: #eeeeee;
--theme-dark-h2: goldenrod;
--theme-dark-h3: cyan;
--theme-dark-switch-shadow: #fce477;
--theme-dark-toggle-text: 'dark';
}
@media (prefers-color-scheme: dark) {
:root {
--theme-bg: var(--theme-dark-bg);
--theme-fg: var(--theme-dark-fg);
--theme-text: var(--theme-dark-text);
--theme-link: var(--theme-dark-link);
--theme-h1: var(--theme-dark-h1);
--theme-h2: var(--theme-dark-h2);
--theme-h3: var(--theme-dark-h3);
--theme-switch-shadow: var(--theme-dark-switch-shadow);
--theme-toggle-text: var(--theme-dark-toggle-text);
}
.theme-toggle:checked~#themed {
--theme-bg: var(--theme-light-bg);
--theme-fg: var(--theme-light-fg);
--theme-text: var(--theme-light-text);
--theme-link: var(--theme-light-link);
--theme-h1: var(--theme-light-h1);
--theme-h2: var(--theme-light-h2);
--theme-h3: var(--theme-light-h3);
--theme-switch-shadow: var(--theme-light-switch-shadow);
--theme-toggle-text: var(--theme-light-toggle-text);
}
}
@media (prefers-color-scheme: light) {
:root {
--theme-bg: var(--theme-light-bg);
--theme-fg: var(--theme-light-fg);
--theme-text: var(--theme-light-text);
--theme-link: var(--theme-light-link);
--theme-h1: var(--theme-light-h1);
--theme-h2: var(--theme-light-h2);
--theme-h3: var(--theme-light-h3);
--theme-switch-shadow: var(--theme-light-switch-shadow);
--theme-toggle-text: var(--theme-light-toggle-text);
}
.theme-toggle:checked~#themed {
--theme-bg: var(--theme-dark-bg);
--theme-fg: var(--theme-dark-fg);
--theme-text: var(--theme-dark-text);
--theme-link: var(--theme-dark-link);
--theme-h1: var(--theme-dark-h1);
--theme-h2: var(--theme-dark-h2);
--theme-h3: var(--theme-dark-h3);
--theme-switch-shadow: var(--theme-dark-switch-shadow);
--theme-toggle-text: var(--theme-dark-toggle-text);
}
}
.theme-toggle-label {
cursor: pointer;
display: flex;
}
.theme-toggle-label::before {
transition: text-shadow .2s;
}
.theme-toggle-label::after {
color: var(--theme-switch-shadow);
content: var(--theme-toggle-text);
}
.theme-toggle-label:hover::before,.theme-toggle:focus~#themed .theme-toggle-label::before {
text-shadow: 0 0 15px var(--theme-switch-shadow);
}
#themed {
background: var(--theme-bg);
color: var(--theme-text);
font: 1em/1.62 monospace, 'Lucida Console', Monaco,monospace;
min-height: 100%;
}
nav {
background: var(--theme-bg);
}
a {
color: var(--theme-link);
}
h1 {
color: var(--theme-h1);
}
h2 {
color: var(--theme-h2);
}
h3, h4, h5, h6 {
color: var(--theme-h3);
} | 0.410874 | 0.090534 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
* {
margin: 0;
padding: 0;
}
html {
overflow-y: scroll;
/* This code stops the page from moving when clicking on a new link */
}
.active a {
color: #fff;
}
body {
background-color: #d1dbe6;
}
.card-body {
background-color: #6DAFFE;
border-radius: 5px;
border-color: 1px solid #fff;
}
h1 {
color: #fff;
padding-bottom: 20px;
font-weight: bold;
line-height: 50px;
border-bottom: 3px solid #fff;
font-family: 'Montserrat', sans-serif;
}
#sectionBody {
padding-top: 55px;
padding-bottom: 55px;
}
a:hover {
text-decoration: none;
}
@media (min-width: 1200px) {
.container {
justify-content: center;
display: flex;
}
}
/* Navbar Styling */
#navbarMainStyling {
background: #437FC7;
border-bottom: 8px solid #6DAFFE;
}
#brandNameStyling {
font-weight: bold;
color: #fff;
font-size: 25px;
font-family: 'Montserrat', sans-serif;
}
.nav-item {
font-weight: 500;
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: #fff;
}
.navbar-light .navbar-toggler {
color: #fff;
border-color: #fff;
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* Effect-Underline */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:after {
content: '';
position: absolute;
left: 0;
display: inline-block;
height: 1em;
width: 100%;
border-bottom: 1px solid #fff;
margin-top: 10px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: #fff;
}
/* Index Page Styling */
#profilePicture {
padding-right: 20px;
}
#indexBodyContent {
padding-top: 10px;
}
p {
color: #fff;
font-size: 17px;
}
.informationBox {
text-align: center;
border-radius: 5px;
border: 1px solid #fff;
background-color: #437FC7;
padding-top: 15px;
}
/* Contact Page Styling */
.form-group {
width: 80%;
margin-left: 10px;
font-weight: 500;
}
.form-text {
color: #fff;
}
#submitButton {
background-color: #437FC7;
color: #fff;
border-radius: 5px;
border-color: #fff;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 18px;
padding-left: 18px;
font-weight: 600;
font-size: 20px;
}
/* Portfolio Styling */
.portfolioImg {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
border: 2px solid #437FC7;
text-align: center;
font-size: 300px;
color: #6DAFFE;
background-color: #EDF6FF;
}
.portfolio-text {
text-align: center;
color: #fff;
text-decoration: underline;
-webkit-text-decoration-color: #fff;
text-decoration-color: #fff;
}
.repo {
text-align: center;
border-radius: 5px;
border: 2px solid #437FC7;
background-color: #437FC7;
}
.repoLink {
color: #fff;
border: 1px solid #6DAFFE;
border-radius: 5px;
}
.slick-next,
.slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: #fff;
border: none;
outline: 0;
background: 0 0;
}
.slick-prev:before,
.slick-next:before {
color: #fff;
}
.slick-dots li button:before {
color: #fff;
}
.slick-prev:before,
.slick-next:before {
color: #fff;
}
.slick-dots li button:before {
color: #fff;
}
.slick-dots li.slick-active button:before {
opacity: .75;
color: #fff;
}
/* Footer Styling */
#footerSection {
padding-top: 10px;
font-size: 20px;
color: #fff;
text-align: center;
background: #437FC7;
border-top: 8px solid #6DAFFE;
}
.socialMedia {
font-size: 50px;
} | assets/css/style.css |
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
* {
margin: 0;
padding: 0;
}
html {
overflow-y: scroll;
/* This code stops the page from moving when clicking on a new link */
}
.active a {
color: #fff;
}
body {
background-color: #d1dbe6;
}
.card-body {
background-color: #6DAFFE;
border-radius: 5px;
border-color: 1px solid #fff;
}
h1 {
color: #fff;
padding-bottom: 20px;
font-weight: bold;
line-height: 50px;
border-bottom: 3px solid #fff;
font-family: 'Montserrat', sans-serif;
}
#sectionBody {
padding-top: 55px;
padding-bottom: 55px;
}
a:hover {
text-decoration: none;
}
@media (min-width: 1200px) {
.container {
justify-content: center;
display: flex;
}
}
/* Navbar Styling */
#navbarMainStyling {
background: #437FC7;
border-bottom: 8px solid #6DAFFE;
}
#brandNameStyling {
font-weight: bold;
color: #fff;
font-size: 25px;
font-family: 'Montserrat', sans-serif;
}
.nav-item {
font-weight: 500;
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: #fff;
}
.navbar-light .navbar-toggler {
color: #fff;
border-color: #fff;
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* Effect-Underline */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:after {
content: '';
position: absolute;
left: 0;
display: inline-block;
height: 1em;
width: 100%;
border-bottom: 1px solid #fff;
margin-top: 10px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: #fff;
}
/* Index Page Styling */
#profilePicture {
padding-right: 20px;
}
#indexBodyContent {
padding-top: 10px;
}
p {
color: #fff;
font-size: 17px;
}
.informationBox {
text-align: center;
border-radius: 5px;
border: 1px solid #fff;
background-color: #437FC7;
padding-top: 15px;
}
/* Contact Page Styling */
.form-group {
width: 80%;
margin-left: 10px;
font-weight: 500;
}
.form-text {
color: #fff;
}
#submitButton {
background-color: #437FC7;
color: #fff;
border-radius: 5px;
border-color: #fff;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 18px;
padding-left: 18px;
font-weight: 600;
font-size: 20px;
}
/* Portfolio Styling */
.portfolioImg {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
border: 2px solid #437FC7;
text-align: center;
font-size: 300px;
color: #6DAFFE;
background-color: #EDF6FF;
}
.portfolio-text {
text-align: center;
color: #fff;
text-decoration: underline;
-webkit-text-decoration-color: #fff;
text-decoration-color: #fff;
}
.repo {
text-align: center;
border-radius: 5px;
border: 2px solid #437FC7;
background-color: #437FC7;
}
.repoLink {
color: #fff;
border: 1px solid #6DAFFE;
border-radius: 5px;
}
.slick-next,
.slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: #fff;
border: none;
outline: 0;
background: 0 0;
}
.slick-prev:before,
.slick-next:before {
color: #fff;
}
.slick-dots li button:before {
color: #fff;
}
.slick-prev:before,
.slick-next:before {
color: #fff;
}
.slick-dots li button:before {
color: #fff;
}
.slick-dots li.slick-active button:before {
opacity: .75;
color: #fff;
}
/* Footer Styling */
#footerSection {
padding-top: 10px;
font-size: 20px;
color: #fff;
text-align: center;
background: #437FC7;
border-top: 8px solid #6DAFFE;
}
.socialMedia {
font-size: 50px;
} | 0.41052 | 0.068195 |
@font-face {
font-family: 'linea';
src: url('../fonts/linea.eot?v=1.0.0');
src: url('../fonts/linea.ttf?v=1.0.0') format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="li-"], [class*=" li-"] {
font-family: 'linea';
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;
}
.li-adjustments:before {
content: "\e92d";
}
.li-alarmclock:before {
content: "\e92e";
}
.li-anchor:before {
content: "\e92f";
}
.li-aperture:before {
content: "\e930";
}
.li-attachments:before {
content: "\e931";
}
.li-bargraph:before {
content: "\e932";
}
.li-basket:before {
content: "\e933";
}
.li-beaker:before {
content: "\e934";
}
.li-bike:before {
content: "\e935";
}
.li-book-open:before {
content: "\e936";
}
.li-briefcase2:before {
content: "\e937";
}
.li-browser2:before {
content: "\e938";
}
.li-calendar:before {
content: "\e939";
}
.li-camera:before {
content: "\e93a";
}
.li-caution:before {
content: "\e93b";
}
.li-chat:before {
content: "\e93c";
}
.li-circle-compass:before {
content: "\e93d";
}
.li-clipboard:before {
content: "\e93e";
}
.li-clock2:before {
content: "\e93f";
}
.li-cloud:before {
content: "\e940";
}
.li-compass:before {
content: "\e941";
}
.li-desktop:before {
content: "\e942";
}
.li-dial:before {
content: "\e943";
}
.li-document:before {
content: "\e944";
}
.li-documents:before {
content: "\e945";
}
.li-download:before {
content: "\e946";
}
.li-dribbble:before {
content: "\e947";
}
.li-edit:before {
content: "\e948";
}
.li-envelope:before {
content: "\e949";
}
.li-expand:before {
content: "\e94a";
}
.li-facebook:before {
content: "\e94b";
}
.li-flag:before {
content: "\e94c";
}
.li-focus:before {
content: "\e94d";
}
.li-gears:before {
content: "\e94e";
}
.li-genius:before {
content: "\e94f";
}
.li-gift:before {
content: "\e950";
}
.li-global:before {
content: "\e951";
}
.li-globe2:before {
content: "\e952";
}
.li-googleplus:before {
content: "\e953";
}
.li-grid:before {
content: "\e954";
}
.li-happy:before {
content: "\e955";
}
.li-hazardous:before {
content: "\e956";
}
.li-heart2:before {
content: "\e957";
}
.li-hotairballoon:before {
content: "\e958";
}
.li-hourglass:before {
content: "\e959";
}
.li-key:before {
content: "\e95a";
}
.li-laptop2:before {
content: "\e95b";
}
.li-layers:before {
content: "\e95c";
}
.li-lifesaver:before {
content: "\e95d";
}
.li-lightbulb:before {
content: "\e95e";
}
.li-linegraph:before {
content: "\e95f";
}
.li-linkedin:before {
content: "\e960";
}
.li-lock:before {
content: "\e961";
}
.li-magnifying-glass:before {
content: "\e962";
}
.li-map-pin:before {
content: "\e963";
}
.li-map:before {
content: "\e964";
}
.li-megaphone:before {
content: "\e965";
}
.li-mic:before {
content: "\e966";
}
.li-mobile:before {
content: "\e967";
}
.li-newspaper:before {
content: "\e968";
}
.li-notebook:before {
content: "\e969";
}
.li-paintbrush:before {
content: "\e96a";
}
.li-paperclip:before {
content: "\e96b";
}
.li-pencil:before {
content: "\e96c";
}
.li-phone:before {
content: "\e96d";
}
.li-picture:before {
content: "\e96e";
}
.li-pictures:before {
content: "\e96f";
}
.li-piechart:before {
content: "\e970";
}
.li-presentation:before {
content: "\e971";
}
.li-pricetags:before {
content: "\e972";
}
.li-printer2:before {
content: "\e973";
}
.li-profile-female:before {
content: "\e974";
}
.li-profile-male:before {
content: "\e975";
}
.li-puzzle:before {
content: "\e976";
}
.li-quote:before {
content: "\e977";
}
.li-recycle:before {
content: "\e978";
}
.li-refresh2:before {
content: "\e979";
}
.li-ribbon:before {
content: "\e97a";
}
.li-rss:before {
content: "\e97b";
}
.li-sad:before {
content: "\e97c";
}
.li-scissors:before {
content: "\e97d";
}
.li-scope:before {
content: "\e97e";
}
.li-search:before {
content: "\e97f";
}
.li-shield:before {
content: "\e980";
}
.li-speedometer:before {
content: "\e981";
}
.li-strategy:before {
content: "\e982";
}
.li-streetsign:before {
content: "\e983";
}
.li-tablet:before {
content: "\e984";
}
.li-telescope:before {
content: "\e985";
}
.li-toolbox:before {
content: "\e986";
}
.li-tools:before {
content: "\e987";
}
.li-tools2:before {
content: "\e988";
}
.li-traget:before {
content: "\e989";
}
.li-trophy:before {
content: "\e98a";
}
.li-tumblr:before {
content: "\e98b";
}
.li-twitter:before {
content: "\e98c";
}
.li-upload:before {
content: "\e98d";
}
.li-video:before {
content: "\e98e";
}
.li-wallet:before {
content: "\e98f";
}
.li-wine:before {
content: "\e990";
}
.li-apartment-building:before {
content: "\e8cc";
}
.li-architectural-pen:before {
content: "\e8cd";
}
.li-backpack:before {
content: "\e8ce";
}
.li-bomb:before {
content: "\e8cf";
}
.li-book-download:before {
content: "\e8d0";
}
.li-book:before {
content: "\e8d1";
}
.li-briefcase:before {
content: "\e8d2";
}
.li-browser:before {
content: "\e8d3";
}
.li-buffet-tray:before {
content: "\e8d4";
}
.li-camera-photo:before {
content: "\e8d5";
}
.li-camera-video:before {
content: "\e8d6";
}
.li-cap-chef:before {
content: "\e8d7";
}
.li-cap-crown:before {
content: "\e8d8";
}
.li-cap-hat:before {
content: "\e8d9";
}
.li-car-carrer:before {
content: "\e8da";
}
.li-cart-down:before {
content: "\e8db";
}
.li-cart-up:before {
content: "\e8dc";
}
.li-chair-sofa:before {
content: "\e8dd";
}
.li-clock:before {
content: "\e8de";
}
.li-coffee-blander:before {
content: "\e8df";
}
.li-color-plate:before {
content: "\e8e0";
}
.li-comment-favorite:before {
content: "\e8e1";
}
.li-comment-with-dot:before {
content: "\e8e2";
}
.li-computer-duel:before {
content: "\e8e3";
}
.li-computer-imac-slim:before {
content: "\e8e4";
}
.li-computer-imac-thick:before {
content: "\e8e5";
}
.li-computer-monitor:before {
content: "\e8e6";
}
.li-coverage:before {
content: "\e8e7";
}
.li-crop:before {
content: "\e8e8";
}
.li-dashboard-meter:before {
content: "\e8e9";
}
.li-database:before {
content: "\e8ea";
}
.li-device-ipad:before {
content: "\e8eb";
}
.li-device-iphone:before {
content: "\e8ec";
}
.li-device-ipod-earphone:before {
content: "\e8ed";
}
.li-device-ipod-headphone:before {
content: "\e8ee";
}
.li-device-ipod-nano:before {
content: "\e8ef";
}
.li-diary:before {
content: "\e8f0";
}
.li-envelope-back:before {
content: "\e8f1";
}
.li-equalizer:before {
content: "\e8f2";
}
.li-gear-wheel:before {
content: "\e8f3";
}
.li-glass-coffee:before {
content: "\e8f4";
}
.li-glass-juice:before {
content: "\e8f5";
}
.li-globe:before {
content: "\e8f6";
}
.li-grid-line:before {
content: "\e8f7";
}
.li-hand-bag:before {
content: "\e8f8";
}
.li-handbag:before {
content: "\e8f9";
}
.li-head-phone:before {
content: "\e8fa";
}
.li-heart:before {
content: "\e8fb";
}
.li-home:before {
content: "\e8fc";
}
.li-hot-dog:before {
content: "\e8fd";
}
.li-ice-cream:before {
content: "\e8fe";
}
.li-ink-feather:before {
content: "\e8ff";
}
.li-input-injection:before {
content: "\e900";
}
.li-jar-drop:before {
content: "\e901";
}
.li-laptop-mac-book:before {
content: "\e902";
}
.li-laptop:before {
content: "\e903";
}
.li-link:before {
content: "\e904";
}
.li-lock-close:before {
content: "\e905";
}
.li-lock-open:before {
content: "\e906";
}
.li-magic-wand:before {
content: "\e907";
}
.li-magnet:before {
content: "\e908";
}
.li-mail-envelope:before {
content: "\e909";
}
.li-map-pointer:before {
content: "\e90a";
}
.li-multiple-paper:before {
content: "\e90b";
}
.li-mustache:before {
content: "\e90c";
}
.li-paint-brush-wall-roller:before {
content: "\e90d";
}
.li-paint-brush:before {
content: "\e90e";
}
.li-paper-pencil:before {
content: "\e90f";
}
.li-pen-fountain:before {
content: "\e910";
}
.li-pen-point-rounded:before {
content: "\e911";
}
.li-pen-point:before {
content: "\e912";
}
.li-photo-frame:before {
content: "\e913";
}
.li-pot-fire:before {
content: "\e914";
}
.li-printer:before {
content: "\e915";
}
.li-refresh:before {
content: "\e916";
}
.li-remote:before {
content: "\e917";
}
.li-seal:before {
content: "\e918";
}
.li-shield-plus:before {
content: "\e919";
}
.li-shoes:before {
content: "\e91a";
}
.li-skull:before {
content: "\e91b";
}
.li-smile-emoticon:before {
content: "\e91c";
}
.li-sound-note:before {
content: "\e91d";
}
.li-sound-recorder:before {
content: "\e91e";
}
.li-spoon-fork:before {
content: "\e91f";
}
.li-square-anchor-point:before {
content: "\e920";
}
.li-support-tools:before {
content: "\e921";
}
.li-support-underwater:before {
content: "\e922";
}
.li-target-arrow:before {
content: "\e923";
}
.li-tea-pot:before {
content: "\e924";
}
.li-television-remote:before {
content: "\e925";
}
.li-tools-creative:before {
content: "\e926";
}
.li-tools-measurement:before {
content: "\e927";
}
.li-trash:before {
content: "\e928";
}
.li-tube-measurement:before {
content: "\e929";
}
.li-umbralla:before {
content: "\e92a";
}
.li-user-comment:before {
content: "\e92b";
}
.li-user:before {
content: "\e92c";
}
.li-arrows-anticlockwise-dashed:before {
content: "\e600";
}
.li-arrows-anticlockwise:before {
content: "\e601";
}
.li-arrows-button-down:before {
content: "\e602";
}
.li-arrows-button-off:before {
content: "\e603";
}
.li-arrows-button-on:before {
content: "\e604";
}
.li-arrows-button-up:before {
content: "\e605";
}
.li-arrows-check:before {
content: "\e606";
}
.li-arrows-circle-check:before {
content: "\e607";
}
.li-arrows-circle-down:before {
content: "\e608";
}
.li-arrows-circle-downleft:before {
content: "\e609";
}
.li-arrows-circle-downright:before {
content: "\e60a";
}
.li-arrows-circle-left:before {
content: "\e60b";
}
.li-arrows-circle-minus:before {
content: "\e60c";
}
.li-arrows-circle-plus:before {
content: "\e60d";
}
.li-arrows-circle-remove:before {
content: "\e60e";
}
.li-arrows-circle-right:before {
content: "\e60f";
}
.li-arrows-circle-up:before {
content: "\e610";
}
.li-arrows-circle-upleft:before {
content: "\e611";
}
.li-arrows-circle-upright:before {
content: "\e612";
}
.li-arrows-clockwise-dashed:before {
content: "\e613";
}
.li-arrows-clockwise:before {
content: "\e614";
}
.li-arrows-compress:before {
content: "\e615";
}
.li-arrows-deny:before {
content: "\e616";
}
.li-arrows-diagonal:before {
content: "\e617";
}
.li-arrows-diagonal2:before {
content: "\e618";
}
.li-arrows-down-double-34:before {
content: "\e619";
}
.li-arrows-down:before {
content: "\e61a";
}
.li-arrows-downleft:before {
content: "\e61b";
}
.li-arrows-downright:before {
content: "\e61c";
}
.li-arrows-drag-down-dashed:before {
content: "\e61d";
}
.li-arrows-drag-down:before {
content: "\e61e";
}
.li-arrows-drag-horiz:before {
content: "\e61f";
}
.li-arrows-drag-left-dashed:before {
content: "\e620";
}
.li-arrows-drag-left:before {
content: "\e621";
}
.li-arrows-drag-right-dashed:before {
content: "\e622";
}
.li-arrows-drag-right:before {
content: "\e623";
}
.li-arrows-drag-up-dashed:before {
content: "\e624";
}
.li-arrows-drag-up:before {
content: "\e625";
}
.li-arrows-drag-vert:before {
content: "\e626";
}
.li-arrows-exclamation:before {
content: "\e627";
}
.li-arrows-expand-diagonal1:before {
content: "\e628";
}
.li-arrows-expand-horizontal1:before {
content: "\e629";
}
.li-arrows-expand-vertical1:before {
content: "\e62a";
}
.li-arrows-expand:before {
content: "\e62b";
}
.li-arrows-fit-horizontal:before {
content: "\e62c";
}
.li-arrows-fit-vertical:before {
content: "\e62d";
}
.li-arrows-glide-horizontal:before {
content: "\e62e";
}
.li-arrows-glide-vertical:before {
content: "\e62f";
}
.li-arrows-glide:before {
content: "\e630";
}
.li-arrows-hamburger2:before {
content: "\e631";
}
.li-arrows-hamburger1:before {
content: "\e632";
}
.li-arrows-horizontal:before {
content: "\e633";
}
.li-arrows-info:before {
content: "\e634";
}
.li-arrows-keyboard-alt:before {
content: "\e635";
}
.li-arrows-keyboard-cmd-29:before {
content: "\e636";
}
.li-arrows-keyboard-delete:before {
content: "\e637";
}
.li-arrows-keyboard-down-28:before {
content: "\e638";
}
.li-arrows-keyboard-left:before {
content: "\e639";
}
.li-arrows-keyboard-return:before {
content: "\e63a";
}
.li-arrows-keyboard-right:before {
content: "\e63b";
}
.li-arrows-keyboard-shift:before {
content: "\e63c";
}
.li-arrows-keyboard-tab:before {
content: "\e63d";
}
.li-arrows-keyboard-up:before {
content: "\e63e";
}
.li-arrows-left-double-32:before {
content: "\e63f";
}
.li-arrows-left:before {
content: "\e640";
}
.li-arrows-minus:before {
content: "\e641";
}
.li-arrows-move-bottom:before {
content: "\e642";
}
.li-arrows-move-left:before {
content: "\e643";
}
.li-arrows-move-right:before {
content: "\e644";
}
.li-arrows-move-top:before {
content: "\e645";
}
.li-arrows-move:before {
content: "\e646";
}
.li-arrows-move2:before {
content: "\e647";
}
.li-arrows-plus:before {
content: "\e648";
}
.li-arrows-question:before {
content: "\e649";
}
.li-arrows-remove:before {
content: "\e64a";
}
.li-arrows-right-double-31:before {
content: "\e64b";
}
.li-arrows-right:before {
content: "\e64c";
}
.li-arrows-rotate-anti-dashed:before {
content: "\e64d";
}
.li-arrows-rotate-anti:before {
content: "\e64e";
}
.li-arrows-rotate-dashed:before {
content: "\e64f";
}
.li-arrows-rotate:before {
content: "\e650";
}
.li-arrows-shrink-diagonal1:before {
content: "\e651";
}
.li-arrows-shrink-diagonal2:before {
content: "\e652";
}
.li-arrows-shrink-horizonal2:before {
content: "\e653";
}
.li-arrows-shrink-horizontal1:before {
content: "\e654";
}
.li-arrows-shrink-vertical1:before {
content: "\e655";
}
.li-arrows-shrink-vertical2:before {
content: "\e656";
}
.li-arrows-shrink:before {
content: "\e657";
}
.li-arrows-sign-down:before {
content: "\e658";
}
.li-arrows-sign-left:before {
content: "\e659";
}
.li-arrows-sign-right:before {
content: "\e65a";
}
.li-arrows-sign-up:before {
content: "\e65b";
}
.li-arrows-slide-down1:before {
content: "\e65c";
}
.li-arrows-slide-down2:before {
content: "\e65d";
}
.li-arrows-slide-left1:before {
content: "\e65e";
}
.li-arrows-slide-left2:before {
content: "\e65f";
}
.li-arrows-slide-right1:before {
content: "\e660";
}
.li-arrows-slide-right2:before {
content: "\e661";
}
.li-arrows-slide-up1:before {
content: "\e662";
}
.li-arrows-slide-up2:before {
content: "\e663";
}
.li-arrows-slim-down-dashed:before {
content: "\e664";
}
.li-arrows-slim-down:before {
content: "\e665";
}
.li-arrows-slim-left-dashed:before {
content: "\e666";
}
.li-arrows-slim-left:before {
content: "\e667";
}
.li-arrows-slim-right-dashed:before {
content: "\e668";
}
.li-arrows-slim-right:before {
content: "\e669";
}
.li-arrows-slim-up-dashed:before {
content: "\e66a";
}
.li-arrows-slim-up:before {
content: "\e66b";
}
.li-arrows-square-check:before {
content: "\e66c";
}
.li-arrows-square-down:before {
content: "\e66d";
}
.li-arrows-square-downleft:before {
content: "\e66e";
}
.li-arrows-square-downright:before {
content: "\e66f";
}
.li-arrows-square-left:before {
content: "\e670";
}
.li-arrows-square-minus:before {
content: "\e671";
}
.li-arrows-square-plus:before {
content: "\e672";
}
.li-arrows-square-remove:before {
content: "\e673";
}
.li-arrows-square-right:before {
content: "\e674";
}
.li-arrows-square-up:before {
content: "\e675";
}
.li-arrows-square-upleft:before {
content: "\e676";
}
.li-arrows-square-upright:before {
content: "\e677";
}
.li-arrows-squares:before {
content: "\e678";
}
.li-arrows-stretch-diagonal1:before {
content: "\e679";
}
.li-arrows-stretch-diagonal2:before {
content: "\e67a";
}
.li-arrows-stretch-diagonal3:before {
content: "\e67b";
}
.li-arrows-stretch-diagonal4:before {
content: "\e67c";
}
.li-arrows-stretch-horizontal1:before {
content: "\e67d";
}
.li-arrows-stretch-horizontal2:before {
content: "\e67e";
}
.li-arrows-stretch-vertical1:before {
content: "\e67f";
}
.li-arrows-stretch-vertical2:before {
content: "\e680";
}
.li-arrows-switch-horizontal:before {
content: "\e681";
}
.li-arrows-switch-vertical:before {
content: "\e682";
}
.li-arrows-up-double-33:before {
content: "\e683";
}
.li-arrows-up:before {
content: "\e684";
}
.li-arrows-upleft:before {
content: "\e685";
}
.li-arrows-upright:before {
content: "\e686";
}
.li-arrows-vertical:before {
content: "\e687";
}
.li-accelerator:before {
content: "\e688";
}
.li-alarm:before {
content: "\e689";
}
.li-anchor:before {
content: "\e68a";
}
.li-anticlockwise:before {
content: "\e68b";
}
.li-archive-full:before {
content: "\e68c";
}
.li-archive:before {
content: "\e68d";
}
.li-ban:before {
content: "\e68e";
}
.li-battery-charge:before {
content: "\e68f";
}
.li-battery-empty:before {
content: "\e690";
}
.li-battery-full:before {
content: "\e691";
}
.li-battery-half:before {
content: "\e692";
}
.li-bolt:before {
content: "\e693";
}
.li-book-pen:before {
content: "\e694";
}
.li-book-pencil:before {
content: "\e695";
}
.li-book:before {
content: "\e696";
}
.li-bookmark:before {
content: "\e697";
}
.li-calculator:before {
content: "\e698";
}
.li-calendar:before {
content: "\e699";
}
.li-cards-diamonds:before {
content: "\e69a";
}
.li-cards-hearts:before {
content: "\e69b";
}
.li-case:before {
content: "\e69c";
}
.li-chronometer:before {
content: "\e69d";
}
.li-clessidre:before {
content: "\e69e";
}
.li-clock:before {
content: "\e69f";
}
.li-clockwise:before {
content: "\e6a0";
}
.li-cloud:before {
content: "\e6a1";
}
.li-clubs:before {
content: "\e6a2";
}
.li-compass:before {
content: "\e6a3";
}
.li-cup:before {
content: "\e6a4";
}
.li-diamonds:before {
content: "\e6a5";
}
.li-display:before {
content: "\e6a6";
}
.li-download:before {
content: "\e6a7";
}
.li-bookmark-checck:before {
content: "\e6a8";
}
.li-bookmark-minus:before {
content: "\e6a9";
}
.li-bookmark-plus:before {
content: "\e6aa";
}
.li-bookmark-remove:before {
content: "\e6ab";
}
.li-briefcase-check:before {
content: "\e6ac";
}
.li-briefcase-download:before {
content: "\e6ad";
}
.li-briefcase-flagged:before {
content: "\e6ae";
}
.li-briefcase-minus:before {
content: "\e6af";
}
.li-briefcase-plus:before {
content: "\e6b0";
}
.li-briefcase-refresh:before {
content: "\e6b1";
}
.li-briefcase-remove:before {
content: "\e6b2";
}
.li-briefcase-search:before {
content: "\e6b3";
}
.li-briefcase-star:before {
content: "\e6b4";
}
.li-briefcase-upload:before {
content: "\e6b5";
}
.li-browser-check:before {
content: "\e6b6";
}
.li-browser-download:before {
content: "\e6b7";
}
.li-browser-minus:before {
content: "\e6b8";
}
.li-browser-plus:before {
content: "\e6b9";
}
.li-browser-refresh:before {
content: "\e6ba";
}
.li-browser-remove:before {
content: "\e6bb";
}
.li-browser-search:before {
content: "\e6bc";
}
.li-browser-star:before {
content: "\e6bd";
}
.li-browser-upload:before {
content: "\e6be";
}
.li-calendar-check:before {
content: "\e6bf";
}
.li-calendar-cloud:before {
content: "\e6c0";
}
.li-calendar-download:before {
content: "\e6c1";
}
.li-calendar-empty:before {
content: "\e6c2";
}
.li-calendar-flagged:before {
content: "\e6c3";
}
.li-calendar-heart:before {
content: "\e6c4";
}
.li-calendar-minus:before {
content: "\e6c5";
}
.li-calendar-next:before {
content: "\e6c6";
}
.li-calendar-noaccess:before {
content: "\e6c7";
}
.li-calendar-pencil:before {
content: "\e6c8";
}
.li-calendar-plus:before {
content: "\e6c9";
}
.li-calendar-previous:before {
content: "\e6ca";
}
.li-calendar-refresh:before {
content: "\e6cb";
}
.li-calendar-remove:before {
content: "\e6cc";
}
.li-calendar-search:before {
content: "\e6cd";
}
.li-calendar-star:before {
content: "\e6ce";
}
.li-calendar-upload:before {
content: "\e6cf";
}
.li-cloud-check:before {
content: "\e6d0";
}
.li-cloud-download:before {
content: "\e6d1";
}
.li-cloud-minus:before {
content: "\e6d2";
}
.li-cloud-noaccess:before {
content: "\e6d3";
}
.li-cloud-plus:before {
content: "\e6d4";
}
.li-cloud-refresh:before {
content: "\e6d5";
}
.li-cloud-remove:before {
content: "\e6d6";
}
.li-cloud-search:before {
content: "\e6d7";
}
.li-cloud-upload:before {
content: "\e6d8";
}
.li-document-check:before {
content: "\e6d9";
}
.li-document-cloud:before {
content: "\e6da";
}
.li-document-download:before {
content: "\e6db";
}
.li-document-flagged:before {
content: "\e6dc";
}
.li-document-graph:before {
content: "\e6dd";
}
.li-document-heart:before {
content: "\e6de";
}
.li-document-minus:before {
content: "\e6df";
}
.li-document-next:before {
content: "\e6e0";
}
.li-document-noaccess:before {
content: "\e6e1";
}
.li-document-note:before {
content: "\e6e2";
}
.li-document-pencil:before {
content: "\e6e3";
}
.li-document-picture:before {
content: "\e6e4";
}
.li-document-plus:before {
content: "\e6e5";
}
.li-document-previous:before {
content: "\e6e6";
}
.li-document-refresh:before {
content: "\e6e7";
}
.li-document-remove:before {
content: "\e6e8";
}
.li-document-search:before {
content: "\e6e9";
}
.li-document-star:before {
content: "\e6ea";
}
.li-document-upload:before {
content: "\e6eb";
}
.li-folder-check:before {
content: "\e6ec";
}
.li-folder-cloud:before {
content: "\e6ed";
}
.li-folder-document:before {
content: "\e6ee";
}
.li-folder-download:before {
content: "\e6ef";
}
.li-folder-flagged:before {
content: "\e6f0";
}
.li-folder-graph:before {
content: "\e6f1";
}
.li-folder-heart:before {
content: "\e6f2";
}
.li-folder-minus:before {
content: "\e6f3";
}
.li-folder-next:before {
content: "\e6f4";
}
.li-folder-noaccess:before {
content: "\e6f5";
}
.li-folder-note:before {
content: "\e6f6";
}
.li-folder-pencil:before {
content: "\e6f7";
}
.li-folder-picture:before {
content: "\e6f8";
}
.li-folder-plus:before {
content: "\e6f9";
}
.li-folder-previous:before {
content: "\e6fa";
}
.li-folder-refresh:before {
content: "\e6fb";
}
.li-folder-remove:before {
content: "\e6fc";
}
.li-folder-search:before {
content: "\e6fd";
}
.li-folder-star:before {
content: "\e6fe";
}
.li-folder-upload:before {
content: "\e6ff";
}
.li-mail-check:before {
content: "\e700";
}
.li-mail-cloud:before {
content: "\e701";
}
.li-mail-document:before {
content: "\e702";
}
.li-mail-download:before {
content: "\e703";
}
.li-mail-flagged:before {
content: "\e704";
}
.li-mail-heart:before {
content: "\e705";
}
.li-mail-next:before {
content: "\e706";
}
.li-mail-noaccess:before {
content: "\e707";
}
.li-mail-note:before {
content: "\e708";
}
.li-mail-pencil:before {
content: "\e709";
}
.li-mail-picture:before {
content: "\e70a";
}
.li-mail-previous:before {
content: "\e70b";
}
.li-mail-refresh:before {
content: "\e70c";
}
.li-mail-remove:before {
content: "\e70d";
}
.li-mail-search:before {
content: "\e70e";
}
.li-mail-star:before {
content: "\e70f";
}
.li-mail-upload:before {
content: "\e710";
}
.li-message-check:before {
content: "\e711";
}
.li-message-dots:before {
content: "\e712";
}
.li-message-happy:before {
content: "\e713";
}
.li-message-heart:before {
content: "\e714";
}
.li-message-minus:before {
content: "\e715";
}
.li-message-note:before {
content: "\e716";
}
.li-message-plus:before {
content: "\e717";
}
.li-message-refresh:before {
content: "\e718";
}
.li-message-remove:before {
content: "\e719";
}
.li-message-sad:before {
content: "\e71a";
}
.li-smartphone-cloud:before {
content: "\e71b";
}
.li-smartphone-heart:before {
content: "\e71c";
}
.li-smartphone-noaccess:before {
content: "\e71d";
}
.li-smartphone-note:before {
content: "\e71e";
}
.li-smartphone-pencil:before {
content: "\e71f";
}
.li-smartphone-picture:before {
content: "\e720";
}
.li-smartphone-refresh:before {
content: "\e721";
}
.li-smartphone-search:before {
content: "\e722";
}
.li-tablet-cloud:before {
content: "\e723";
}
.li-tablet-heart:before {
content: "\e724";
}
.li-tablet-noaccess:before {
content: "\e725";
}
.li-tablet-note:before {
content: "\e726";
}
.li-tablet-pencil:before {
content: "\e727";
}
.li-tablet-picture:before {
content: "\e728";
}
.li-tablet-refresh:before {
content: "\e729";
}
.li-tablet-search:before {
content: "\e72a";
}
.li-todolist-2:before {
content: "\e72b";
}
.li-todolist-check:before {
content: "\e72c";
}
.li-todolist-cloud:before {
content: "\e72d";
}
.li-todolist-download:before {
content: "\e72e";
}
.li-todolist-flagged:before {
content: "\e72f";
}
.li-todolist-minus:before {
content: "\e730";
}
.li-todolist-noaccess:before {
content: "\e731";
}
.li-todolist-pencil:before {
content: "\e732";
}
.li-todolist-plus:before {
content: "\e733";
}
.li-todolist-refresh:before {
content: "\e734";
}
.li-todolist-remove:before {
content: "\e735";
}
.li-todolist-search:before {
content: "\e736";
}
.li-todolist-star:before {
content: "\e737";
}
.li-todolist-upload:before {
content: "\e738";
}
.li-exclamation:before {
content: "\e739";
}
.li-eye-closed:before {
content: "\e73a";
}
.li-eye:before {
content: "\e73b";
}
.li-female:before {
content: "\e73c";
}
.li-flag1:before {
content: "\e73d";
}
.li-flag2:before {
content: "\e73e";
}
.li-floppydisk:before {
content: "\e73f";
}
.li-folder-multiple:before {
content: "\e740";
}
.li-folder:before {
content: "\e741";
}
.li-gear:before {
content: "\e742";
}
.li-geolocalize-01:before {
content: "\e743";
}
.li-geolocalize-05:before {
content: "\e744";
}
.li-globe:before {
content: "\e745";
}
.li-gunsight:before {
content: "\e746";
}
.li-hammer:before {
content: "\e747";
}
.li-headset:before {
content: "\e748";
}
.li-heart-broken:before {
content: "\e749";
}
.li-heart:before {
content: "\e74a";
}
.li-helm:before {
content: "\e74b";
}
.li-home:before {
content: "\e74c";
}
.li-info:before {
content: "\e74d";
}
.li-ipod:before {
content: "\e74e";
}
.li-joypad:before {
content: "\e74f";
}
.li-key:before {
content: "\e750";
}
.li-keyboard:before {
content: "\e751";
}
.li-laptop:before {
content: "\e752";
}
.li-life-buoy:before {
content: "\e753";
}
.li-lightbulb:before {
content: "\e754";
}
.li-link:before {
content: "\e755";
}
.li-lock-open:before {
content: "\e756";
}
.li-lock:before {
content: "\e757";
}
.li-magic-mouse:before {
content: "\e758";
}
.li-magnifier-minus:before {
content: "\e759";
}
.li-magnifier-plus:before {
content: "\e75a";
}
.li-magnifier:before {
content: "\e75b";
}
.li-mail-multiple:before {
content: "\e75c";
}
.li-mail-open-text:before {
content: "\e75d";
}
.li-mail-open:before {
content: "\e75e";
}
.li-mail:before {
content: "\e75f";
}
.li-male:before {
content: "\e760";
}
.li-map:before {
content: "\e761";
}
.li-message-multiple:before {
content: "\e762";
}
.li-message-txt:before {
content: "\e763";
}
.li-message:before {
content: "\e764";
}
.li-mixer2:before {
content: "\e765";
}
.li-mouse:before {
content: "\e766";
}
.li-notebook-pen:before {
content: "\e767";
}
.li-notebook-pencil:before {
content: "\e768";
}
.li-notebook:before {
content: "\e769";
}
.li-paperplane:before {
content: "\e76a";
}
.li-pencil-ruler-pen:before {
content: "\e76b";
}
.li-pencil-ruler:before {
content: "\e76c";
}
.li-photo:before {
content: "\e76d";
}
.li-picture-multiple:before {
content: "\e76e";
}
.li-picture:before {
content: "\e76f";
}
.li-pin1:before {
content: "\e770";
}
.li-pin2:before {
content: "\e771";
}
.li-postcard-multiple:before {
content: "\e772";
}
.li-postcard:before {
content: "\e773";
}
.li-printer:before {
content: "\e774";
}
.li-question:before {
content: "\e775";
}
.li-rss-alt:before {
content: "\e776";
}
.li-server-cloud:before {
content: "\e777";
}
.li-server-download:before {
content: "\e778";
}
.li-server-upload:before {
content: "\e779";
}
.li-server:before {
content: "\e77a";
}
.li-server2:before {
content: "\e77b";
}
.li-settings:before {
content: "\e77c";
}
.li-share:before {
content: "\e77d";
}
.li-sheet-multiple:before {
content: "\e77e";
}
.li-sheet-pen:before {
content: "\e77f";
}
.li-sheet-pencil:before {
content: "\e780";
}
.li-sheet-txt:before {
content: "\e781";
}
.li-sheet:before {
content: "\e782";
}
.li-signs:before {
content: "\e783";
}
.li-smartphone:before {
content: "\e784";
}
.li-spades:before {
content: "\e785";
}
.li-spread-bookmark:before {
content: "\e786";
}
.li-spread-text-bookmark:before {
content: "\e787";
}
.li-spread-text:before {
content: "\e788";
}
.li-spread:before {
content: "\e789";
}
.li-star:before {
content: "\e78a";
}
.li-tablet:before {
content: "\e78b";
}
.li-target:before {
content: "\e78c";
}
.li-todo-pen:before {
content: "\e78d";
}
.li-todo-pencil:before {
content: "\e78e";
}
.li-todo-txt:before {
content: "\e78f";
}
.li-todo:before {
content: "\e790";
}
.li-todolist-pen:before {
content: "\e791";
}
.li-todolist-pencil:before {
content: "\e792";
}
.li-trashcan-full:before {
content: "\e793";
}
.li-trashcan-refresh:before {
content: "\e794";
}
.li-trashcan-remove:before {
content: "\e795";
}
.li-trashcan:before {
content: "\e796";
}
.li-upload:before {
content: "\e797";
}
.li-usb:before {
content: "\e798";
}
.li-video:before {
content: "\e799";
}
.li-watch:before {
content: "\e79a";
}
.li-webpage-img-txt:before {
content: "\e79b";
}
.li-webpage-multiple:before {
content: "\e79c";
}
.li-webpage-txt:before {
content: "\e79d";
}
.li-webpage:before {
content: "\e79e";
}
.li-world:before {
content: "\e79f";
}
.li-bag-check:before {
content: "\e7a0";
}
.li-bag-cloud:before {
content: "\e7a1";
}
.li-bag-download:before {
content: "\e7a2";
}
.li-bag-minus:before {
content: "\e7a3";
}
.li-bag-plus:before {
content: "\e7a4";
}
.li-bag-refresh:before {
content: "\e7a5";
}
.li-bag-remove:before {
content: "\e7a6";
}
.li-bag-search:before {
content: "\e7a7";
}
.li-bag-upload:before {
content: "\e7a8";
}
.li-bag:before {
content: "\e7a9";
}
.li-banknote:before {
content: "\e7aa";
}
.li-banknotes:before {
content: "\e7ab";
}
.li-basket-check:before {
content: "\e7ac";
}
.li-basket-cloud:before {
content: "\e7ad";
}
.li-basket-download:before {
content: "\e7ae";
}
.li-basket-minus:before {
content: "\e7af";
}
.li-basket-plus:before {
content: "\e7b0";
}
.li-basket-refresh:before {
content: "\e7b1";
}
.li-basket-remove:before {
content: "\e7b2";
}
.li-basket-search:before {
content: "\e7b3";
}
.li-basket-upload:before {
content: "\e7b4";
}
.li-basket:before {
content: "\e7b5";
}
.li-bath:before {
content: "\e7b6";
}
.li-cart-check:before {
content: "\e7b7";
}
.li-cart-cloud:before {
content: "\e7b8";
}
.li-cart-content:before {
content: "\e7b9";
}
.li-cart-download:before {
content: "\e7ba";
}
.li-cart-minus:before {
content: "\e7bb";
}
.li-cart-plus:before {
content: "\e7bc";
}
.li-cart-refresh:before {
content: "\e7bd";
}
.li-cart-remove:before {
content: "\e7be";
}
.li-cart-search:before {
content: "\e7bf";
}
.li-cart-upload:before {
content: "\e7c0";
}
.li-cart:before {
content: "\e7c1";
}
.li-cent:before {
content: "\e7c2";
}
.li-colon:before {
content: "\e7c3";
}
.li-creditcard:before {
content: "\e7c4";
}
.li-diamond:before {
content: "\e7c5";
}
.li-dollar:before {
content: "\e7c6";
}
.li-euro:before {
content: "\e7c7";
}
.li-franc:before {
content: "\e7c8";
}
.li-gift:before {
content: "\e7c9";
}
.li-graph-decrease:before {
content: "\e7ca";
}
.li-graph-increase:before {
content: "\e7cb";
}
.li-graph1:before {
content: "\e7cc";
}
.li-graph2:before {
content: "\e7cd";
}
.li-graph3:before {
content: "\e7ce";
}
.li-guarani:before {
content: "\e7cf";
}
.li-kips:before {
content: "\e7d0";
}
.li-lira:before {
content: "\e7d1";
}
.li-megaphone:before {
content: "\e7d2";
}
.li-money:before {
content: "\e7d3";
}
.li-naira:before {
content: "\e7d4";
}
.li-pesos:before {
content: "\e7d5";
}
.li-pound:before {
content: "\e7d6";
}
.li-receipt-bath:before {
content: "\e7d7";
}
.li-receipt-cent:before {
content: "\e7d8";
}
.li-receipt-dollar:before {
content: "\e7d9";
}
.li-receipt-euro:before {
content: "\e7da";
}
.li-receipt-franc:before {
content: "\e7db";
}
.li-receipt-guarani:before {
content: "\e7dc";
}
.li-receipt-kips:before {
content: "\e7dd";
}
.li-receipt-lira:before {
content: "\e7de";
}
.li-receipt-naira:before {
content: "\e7df";
}
.li-receipt-pesos:before {
content: "\e7e0";
}
.li-receipt-pound:before {
content: "\e7e1";
}
.li-receipt-rublo:before {
content: "\e7e2";
}
.li-receipt-rupee:before {
content: "\e7e3";
}
.li-receipt-tugrik:before {
content: "\e7e4";
}
.li-receipt-won:before {
content: "\e7e5";
}
.li-receipt-yen:before {
content: "\e7e6";
}
.li-receipt-yen2:before {
content: "\e7e7";
}
.li-receipt:before {
content: "\e7e8";
}
.li-recept-colon:before {
content: "\e7e9";
}
.li-rublo:before {
content: "\e7ea";
}
.li-rupee:before {
content: "\e7eb";
}
.li-safe:before {
content: "\e7ec";
}
.li-sale:before {
content: "\e7ed";
}
.li-sales:before {
content: "\e7ee";
}
.li-ticket:before {
content: "\e7ef";
}
.li-tugriks:before {
content: "\e7f0";
}
.li-wallet:before {
content: "\e7f1";
}
.li-won:before {
content: "\e7f2";
}
.li-yen:before {
content: "\e7f3";
}
.li-yen2:before {
content: "\e7f4";
}
.li-beginning-button:before {
content: "\e7f5";
}
.li-bell:before {
content: "\e7f6";
}
.li-cd:before {
content: "\e7f7";
}
.li-diapason:before {
content: "\e7f8";
}
.li-eject-button:before {
content: "\e7f9";
}
.li-end-button:before {
content: "\e7fa";
}
.li-fastforward-button:before {
content: "\e7fb";
}
.li-headphones:before {
content: "\e7fc";
}
.li-ipod:before {
content: "\e7fd";
}
.li-loudspeaker:before {
content: "\e7fe";
}
.li-microphone-old:before {
content: "\e7ff";
}
.li-microphone:before {
content: "\e800";
}
.li-mixer:before {
content: "\e801";
}
.li-mute:before {
content: "\e802";
}
.li-note-multiple:before {
content: "\e803";
}
.li-note-single:before {
content: "\e804";
}
.li-pause-button:before {
content: "\e805";
}
.li-play-button:before {
content: "\e806";
}
.li-playlist:before {
content: "\e807";
}
.li-radio-ghettoblaster:before {
content: "\e808";
}
.li-radio-portable:before {
content: "\e809";
}
.li-record:before {
content: "\e80a";
}
.li-recordplayer:before {
content: "\e80b";
}
.li-repeat-button:before {
content: "\e80c";
}
.li-rewind-button:before {
content: "\e80d";
}
.li-shuffle-button:before {
content: "\e80e";
}
.li-stop-button:before {
content: "\e80f";
}
.li-tape:before {
content: "\e810";
}
.li-volume-down:before {
content: "\e811";
}
.li-volume-up:before {
content: "\e812";
}
.li-add-vectorpoint:before {
content: "\e813";
}
.li-box-oval:before {
content: "\e814";
}
.li-box-polygon:before {
content: "\e815";
}
.li-box-rectangle:before {
content: "\e816";
}
.li-box-roundedrectangle:before {
content: "\e817";
}
.li-character:before {
content: "\e818";
}
.li-crop:before {
content: "\e819";
}
.li-eyedropper:before {
content: "\e81a";
}
.li-font-allcaps:before {
content: "\e81b";
}
.li-font-baseline-shift:before {
content: "\e81c";
}
.li-font-horizontal-scale:before {
content: "\e81d";
}
.li-font-kerning:before {
content: "\e81e";
}
.li-font-leading:before {
content: "\e81f";
}
.li-font-size:before {
content: "\e820";
}
.li-font-smallcapital:before {
content: "\e821";
}
.li-font-smallcaps:before {
content: "\e822";
}
.li-font-strikethrough:before {
content: "\e823";
}
.li-font-tracking:before {
content: "\e824";
}
.li-font-underline:before {
content: "\e825";
}
.li-font-vertical-scale:before {
content: "\e826";
}
.li-horizontal-align-center:before {
content: "\e827";
}
.li-horizontal-align-right:before {
content: "\e828";
}
.li-horizontal-distribute-center:before {
content: "\e829";
}
.li-horizontal-distribute-left:before {
content: "\e82a";
}
.li-horizontal-distribute-right:before {
content: "\e82b";
}
.li-indent-firstline:before {
content: "\e82c";
}
.li-indent-left:before {
content: "\e82d";
}
.li-indent-right:before {
content: "\e82e";
}
.li-lasso:before {
content: "\e82f";
}
.li-layers1:before {
content: "\e830";
}
.li-layers2:before {
content: "\e831";
}
.li-2columns:before {
content: "\e832";
}
.li-3columns:before {
content: "\e833";
}
.li-4boxes:before {
content: "\e834";
}
.li-4columns:before {
content: "\e835";
}
.li-4lines:before {
content: "\e836";
}
.li-header-2columns:before {
content: "\e837";
}
.li-header-3columns:before {
content: "\e838";
}
.li-header-4boxes:before {
content: "\e839";
}
.li-header-4columns:before {
content: "\e83a";
}
.li-header-complex:before {
content: "\e83b";
}
.li-header-complex2:before {
content: "\e83c";
}
.li-header-complex3:before {
content: "\e83d";
}
.li-header-complex4:before {
content: "\e83e";
}
.li-header-sideleft:before {
content: "\e83f";
}
.li-header-sideright:before {
content: "\e840";
}
.li-header:before {
content: "\e841";
}
.li-sidebar-left:before {
content: "\e842";
}
.li-sidebar-right:before {
content: "\e843";
}
.li-layout-8boxes:before {
content: "\e844";
}
.li-layout:before {
content: "\e845";
}
.li-magnete:before {
content: "\e846";
}
.li-pages:before {
content: "\e847";
}
.li-paintbrush:before {
content: "\e848";
}
.li-paintbucket:before {
content: "\e849";
}
.li-paintroller:before {
content: "\e84a";
}
.li-paragraph-align-left:before {
content: "\e84b";
}
.li-paragraph-align-right:before {
content: "\e84c";
}
.li-paragraph-center:before {
content: "\e84d";
}
.li-paragraph-justify-all:before {
content: "\e84e";
}
.li-paragraph-justify-center:before {
content: "\e84f";
}
.li-paragraph-justify-left:before {
content: "\e850";
}
.li-paragraph-justify-right:before {
content: "\e851";
}
.li-paragraph-space-after:before {
content: "\e852";
}
.li-paragraph-space-before:before {
content: "\e853";
}
.li-paragraph:before {
content: "\e854";
}
.li-pathfinder-exclude:before {
content: "\e855";
}
.li-pathfinder-intersect:before {
content: "\e856";
}
.li-pathfinder-subtract:before {
content: "\e857";
}
.li-pathfinder-unite:before {
content: "\e858";
}
.li-pen-add:before {
content: "\e859";
}
.li-pen-remove:before {
content: "\e85a";
}
.li-pen:before {
content: "\e85b";
}
.li-pencil:before {
content: "\e85c";
}
.li-polygonallasso:before {
content: "\e85d";
}
.li-reflect-horizontal:before {
content: "\e85e";
}
.li-reflect-vertical:before {
content: "\e85f";
}
.li-remove-vectorpoint:before {
content: "\e860";
}
.li-scale-expand:before {
content: "\e861";
}
.li-scale-reduce:before {
content: "\e862";
}
.li-selection-oval:before {
content: "\e863";
}
.li-selection-polygon:before {
content: "\e864";
}
.li-selection-rectangle:before {
content: "\e865";
}
.li-selection-roundedrectangle:before {
content: "\e866";
}
.li-shape-oval:before {
content: "\e867";
}
.li-shape-polygon:before {
content: "\e868";
}
.li-shape-rectangle:before {
content: "\e869";
}
.li-shape-roundedrectangle:before {
content: "\e86a";
}
.li-slice:before {
content: "\e86b";
}
.li-transform-bezier:before {
content: "\e86c";
}
.li-vector-box:before {
content: "\e86d";
}
.li-vector-composite:before {
content: "\e86e";
}
.li-vector-line:before {
content: "\e86f";
}
.li-vertical-align-bottom:before {
content: "\e870";
}
.li-vertical-align-center:before {
content: "\e871";
}
.li-vertical-align-top:before {
content: "\e872";
}
.li-vertical-distribute-bottom:before {
content: "\e873";
}
.li-vertical-distribute-center:before {
content: "\e874";
}
.li-vertical-distribute-top:before {
content: "\e875";
}
.li-software-horizontal-align-left:before {
content: "\e876";
}
.li-aquarius:before {
content: "\e877";
}
.li-aries:before {
content: "\e878";
}
.li-cancer:before {
content: "\e879";
}
.li-capricorn:before {
content: "\e87a";
}
.li-cloud-drop:before {
content: "\e87b";
}
.li-cloud-lightning:before {
content: "\e87c";
}
.li-cloud-snowflake:before {
content: "\e87d";
}
.li-cloud:before {
content: "\e87e";
}
.li-downpour-fullmoon:before {
content: "\e87f";
}
.li-downpour-halfmoon:before {
content: "\e880";
}
.li-downpour-sun:before {
content: "\e881";
}
.li-drop:before {
content: "\e882";
}
.li-first-quarter:before {
content: "\e883";
}
.li-fog-fullmoon:before {
content: "\e884";
}
.li-fog-halfmoon:before {
content: "\e885";
}
.li-fog-sun:before {
content: "\e886";
}
.li-fog:before {
content: "\e887";
}
.li-fullmoon:before {
content: "\e888";
}
.li-gemini:before {
content: "\e889";
}
.li-hail-fullmoon:before {
content: "\e88a";
}
.li-hail-halfmoon:before {
content: "\e88b";
}
.li-hail-sun:before {
content: "\e88c";
}
.li-hail:before {
content: "\e88d";
}
.li-last-quarter:before {
content: "\e88e";
}
.li-leo:before {
content: "\e88f";
}
.li-libra:before {
content: "\e890";
}
.li-lightning:before {
content: "\e891";
}
.li-mistyrain-fullmoon:before {
content: "\e892";
}
.li-mistyrain-halfmoon:before {
content: "\e893";
}
.li-mistyrain-sun:before {
content: "\e894";
}
.li-mistyrain:before {
content: "\e895";
}
.li-moon:before {
content: "\e896";
}
.li-moondown-full:before {
content: "\e897";
}
.li-moondown-half:before {
content: "\e898";
}
.li-moonset-full:before {
content: "\e899";
}
.li-moonset-half:before {
content: "\e89a";
}
.li-move2:before {
content: "\e89b";
}
.li-newmoon:before {
content: "\e89c";
}
.li-pisces:before {
content: "\e89d";
}
.li-rain-fullmoon:before {
content: "\e89e";
}
.li-rain-halfmoon:before {
content: "\e89f";
}
.li-rain-sun:before {
content: "\e8a0";
}
.li-rain:before {
content: "\e8a1";
}
.li-sagittarius:before {
content: "\e8a2";
}
.li-scorpio:before {
content: "\e8a3";
}
.li-snow-fullmoon:before {
content: "\e8a4";
}
.li-snow-halfmoon:before {
content: "\e8a5";
}
.li-snow-sun:before {
content: "\e8a6";
}
.li-snow:before {
content: "\e8a7";
}
.li-snowflake:before {
content: "\e8a8";
}
.li-star:before {
content: "\e8a9";
}
.li-storm-fullmoon:before {
content: "\e8aa";
}
.li-storm-halfmoon:before {
content: "\e8ab";
}
.li-storm-sun:before {
content: "\e8ac";
}
.li-storm-11:before {
content: "\e8ad";
}
.li-storm-32:before {
content: "\e8ae";
}
.li-sun:before {
content: "\e8af";
}
.li-sundown:before {
content: "\e8b0";
}
.li-sunset:before {
content: "\e8b1";
}
.li-taurus:before {
content: "\e8b2";
}
.li-tempest-fullmoon:before {
content: "\e8b3";
}
.li-tempest-halfmoon:before {
content: "\e8b4";
}
.li-tempest-sun:before {
content: "\e8b5";
}
.li-tempest:before {
content: "\e8b6";
}
.li-variable-fullmoon:before {
content: "\e8b7";
}
.li-variable-halfmoon:before {
content: "\e8b8";
}
.li-variable-sun:before {
content: "\e8b9";
}
.li-virgo:before {
content: "\e8ba";
}
.li-waning-cresent:before {
content: "\e8bb";
}
.li-waning-gibbous:before {
content: "\e8bc";
}
.li-waxing-cresent:before {
content: "\e8bd";
}
.li-waxing-gibbous:before {
content: "\e8be";
}
.li-wind-E:before {
content: "\e8bf";
}
.li-wind-fullmoon:before {
content: "\e8c0";
}
.li-wind-halfmoon:before {
content: "\e8c1";
}
.li-wind-N:before {
content: "\e8c2";
}
.li-wind-NE:before {
content: "\e8c3";
}
.li-wind-NW:before {
content: "\e8c4";
}
.li-wind-S:before {
content: "\e8c5";
}
.li-wind-SE:before {
content: "\e8c6";
}
.li-wind-sun:before {
content: "\e8c7";
}
.li-wind-SW:before {
content: "\e8c8";
}
.li-wind-W:before {
content: "\e8c9";
}
.li-wind:before {
content: "\e8ca";
}
.li-windgust:before {
content: "\e8cb";
} | oxygen-webhelp/resource/plugins/system/bdthemes_shortcodes/css/linea.css | @font-face {
font-family: 'linea';
src: url('../fonts/linea.eot?v=1.0.0');
src: url('../fonts/linea.ttf?v=1.0.0') format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="li-"], [class*=" li-"] {
font-family: 'linea';
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;
}
.li-adjustments:before {
content: "\e92d";
}
.li-alarmclock:before {
content: "\e92e";
}
.li-anchor:before {
content: "\e92f";
}
.li-aperture:before {
content: "\e930";
}
.li-attachments:before {
content: "\e931";
}
.li-bargraph:before {
content: "\e932";
}
.li-basket:before {
content: "\e933";
}
.li-beaker:before {
content: "\e934";
}
.li-bike:before {
content: "\e935";
}
.li-book-open:before {
content: "\e936";
}
.li-briefcase2:before {
content: "\e937";
}
.li-browser2:before {
content: "\e938";
}
.li-calendar:before {
content: "\e939";
}
.li-camera:before {
content: "\e93a";
}
.li-caution:before {
content: "\e93b";
}
.li-chat:before {
content: "\e93c";
}
.li-circle-compass:before {
content: "\e93d";
}
.li-clipboard:before {
content: "\e93e";
}
.li-clock2:before {
content: "\e93f";
}
.li-cloud:before {
content: "\e940";
}
.li-compass:before {
content: "\e941";
}
.li-desktop:before {
content: "\e942";
}
.li-dial:before {
content: "\e943";
}
.li-document:before {
content: "\e944";
}
.li-documents:before {
content: "\e945";
}
.li-download:before {
content: "\e946";
}
.li-dribbble:before {
content: "\e947";
}
.li-edit:before {
content: "\e948";
}
.li-envelope:before {
content: "\e949";
}
.li-expand:before {
content: "\e94a";
}
.li-facebook:before {
content: "\e94b";
}
.li-flag:before {
content: "\e94c";
}
.li-focus:before {
content: "\e94d";
}
.li-gears:before {
content: "\e94e";
}
.li-genius:before {
content: "\e94f";
}
.li-gift:before {
content: "\e950";
}
.li-global:before {
content: "\e951";
}
.li-globe2:before {
content: "\e952";
}
.li-googleplus:before {
content: "\e953";
}
.li-grid:before {
content: "\e954";
}
.li-happy:before {
content: "\e955";
}
.li-hazardous:before {
content: "\e956";
}
.li-heart2:before {
content: "\e957";
}
.li-hotairballoon:before {
content: "\e958";
}
.li-hourglass:before {
content: "\e959";
}
.li-key:before {
content: "\e95a";
}
.li-laptop2:before {
content: "\e95b";
}
.li-layers:before {
content: "\e95c";
}
.li-lifesaver:before {
content: "\e95d";
}
.li-lightbulb:before {
content: "\e95e";
}
.li-linegraph:before {
content: "\e95f";
}
.li-linkedin:before {
content: "\e960";
}
.li-lock:before {
content: "\e961";
}
.li-magnifying-glass:before {
content: "\e962";
}
.li-map-pin:before {
content: "\e963";
}
.li-map:before {
content: "\e964";
}
.li-megaphone:before {
content: "\e965";
}
.li-mic:before {
content: "\e966";
}
.li-mobile:before {
content: "\e967";
}
.li-newspaper:before {
content: "\e968";
}
.li-notebook:before {
content: "\e969";
}
.li-paintbrush:before {
content: "\e96a";
}
.li-paperclip:before {
content: "\e96b";
}
.li-pencil:before {
content: "\e96c";
}
.li-phone:before {
content: "\e96d";
}
.li-picture:before {
content: "\e96e";
}
.li-pictures:before {
content: "\e96f";
}
.li-piechart:before {
content: "\e970";
}
.li-presentation:before {
content: "\e971";
}
.li-pricetags:before {
content: "\e972";
}
.li-printer2:before {
content: "\e973";
}
.li-profile-female:before {
content: "\e974";
}
.li-profile-male:before {
content: "\e975";
}
.li-puzzle:before {
content: "\e976";
}
.li-quote:before {
content: "\e977";
}
.li-recycle:before {
content: "\e978";
}
.li-refresh2:before {
content: "\e979";
}
.li-ribbon:before {
content: "\e97a";
}
.li-rss:before {
content: "\e97b";
}
.li-sad:before {
content: "\e97c";
}
.li-scissors:before {
content: "\e97d";
}
.li-scope:before {
content: "\e97e";
}
.li-search:before {
content: "\e97f";
}
.li-shield:before {
content: "\e980";
}
.li-speedometer:before {
content: "\e981";
}
.li-strategy:before {
content: "\e982";
}
.li-streetsign:before {
content: "\e983";
}
.li-tablet:before {
content: "\e984";
}
.li-telescope:before {
content: "\e985";
}
.li-toolbox:before {
content: "\e986";
}
.li-tools:before {
content: "\e987";
}
.li-tools2:before {
content: "\e988";
}
.li-traget:before {
content: "\e989";
}
.li-trophy:before {
content: "\e98a";
}
.li-tumblr:before {
content: "\e98b";
}
.li-twitter:before {
content: "\e98c";
}
.li-upload:before {
content: "\e98d";
}
.li-video:before {
content: "\e98e";
}
.li-wallet:before {
content: "\e98f";
}
.li-wine:before {
content: "\e990";
}
.li-apartment-building:before {
content: "\e8cc";
}
.li-architectural-pen:before {
content: "\e8cd";
}
.li-backpack:before {
content: "\e8ce";
}
.li-bomb:before {
content: "\e8cf";
}
.li-book-download:before {
content: "\e8d0";
}
.li-book:before {
content: "\e8d1";
}
.li-briefcase:before {
content: "\e8d2";
}
.li-browser:before {
content: "\e8d3";
}
.li-buffet-tray:before {
content: "\e8d4";
}
.li-camera-photo:before {
content: "\e8d5";
}
.li-camera-video:before {
content: "\e8d6";
}
.li-cap-chef:before {
content: "\e8d7";
}
.li-cap-crown:before {
content: "\e8d8";
}
.li-cap-hat:before {
content: "\e8d9";
}
.li-car-carrer:before {
content: "\e8da";
}
.li-cart-down:before {
content: "\e8db";
}
.li-cart-up:before {
content: "\e8dc";
}
.li-chair-sofa:before {
content: "\e8dd";
}
.li-clock:before {
content: "\e8de";
}
.li-coffee-blander:before {
content: "\e8df";
}
.li-color-plate:before {
content: "\e8e0";
}
.li-comment-favorite:before {
content: "\e8e1";
}
.li-comment-with-dot:before {
content: "\e8e2";
}
.li-computer-duel:before {
content: "\e8e3";
}
.li-computer-imac-slim:before {
content: "\e8e4";
}
.li-computer-imac-thick:before {
content: "\e8e5";
}
.li-computer-monitor:before {
content: "\e8e6";
}
.li-coverage:before {
content: "\e8e7";
}
.li-crop:before {
content: "\e8e8";
}
.li-dashboard-meter:before {
content: "\e8e9";
}
.li-database:before {
content: "\e8ea";
}
.li-device-ipad:before {
content: "\e8eb";
}
.li-device-iphone:before {
content: "\e8ec";
}
.li-device-ipod-earphone:before {
content: "\e8ed";
}
.li-device-ipod-headphone:before {
content: "\e8ee";
}
.li-device-ipod-nano:before {
content: "\e8ef";
}
.li-diary:before {
content: "\e8f0";
}
.li-envelope-back:before {
content: "\e8f1";
}
.li-equalizer:before {
content: "\e8f2";
}
.li-gear-wheel:before {
content: "\e8f3";
}
.li-glass-coffee:before {
content: "\e8f4";
}
.li-glass-juice:before {
content: "\e8f5";
}
.li-globe:before {
content: "\e8f6";
}
.li-grid-line:before {
content: "\e8f7";
}
.li-hand-bag:before {
content: "\e8f8";
}
.li-handbag:before {
content: "\e8f9";
}
.li-head-phone:before {
content: "\e8fa";
}
.li-heart:before {
content: "\e8fb";
}
.li-home:before {
content: "\e8fc";
}
.li-hot-dog:before {
content: "\e8fd";
}
.li-ice-cream:before {
content: "\e8fe";
}
.li-ink-feather:before {
content: "\e8ff";
}
.li-input-injection:before {
content: "\e900";
}
.li-jar-drop:before {
content: "\e901";
}
.li-laptop-mac-book:before {
content: "\e902";
}
.li-laptop:before {
content: "\e903";
}
.li-link:before {
content: "\e904";
}
.li-lock-close:before {
content: "\e905";
}
.li-lock-open:before {
content: "\e906";
}
.li-magic-wand:before {
content: "\e907";
}
.li-magnet:before {
content: "\e908";
}
.li-mail-envelope:before {
content: "\e909";
}
.li-map-pointer:before {
content: "\e90a";
}
.li-multiple-paper:before {
content: "\e90b";
}
.li-mustache:before {
content: "\e90c";
}
.li-paint-brush-wall-roller:before {
content: "\e90d";
}
.li-paint-brush:before {
content: "\e90e";
}
.li-paper-pencil:before {
content: "\e90f";
}
.li-pen-fountain:before {
content: "\e910";
}
.li-pen-point-rounded:before {
content: "\e911";
}
.li-pen-point:before {
content: "\e912";
}
.li-photo-frame:before {
content: "\e913";
}
.li-pot-fire:before {
content: "\e914";
}
.li-printer:before {
content: "\e915";
}
.li-refresh:before {
content: "\e916";
}
.li-remote:before {
content: "\e917";
}
.li-seal:before {
content: "\e918";
}
.li-shield-plus:before {
content: "\e919";
}
.li-shoes:before {
content: "\e91a";
}
.li-skull:before {
content: "\e91b";
}
.li-smile-emoticon:before {
content: "\e91c";
}
.li-sound-note:before {
content: "\e91d";
}
.li-sound-recorder:before {
content: "\e91e";
}
.li-spoon-fork:before {
content: "\e91f";
}
.li-square-anchor-point:before {
content: "\e920";
}
.li-support-tools:before {
content: "\e921";
}
.li-support-underwater:before {
content: "\e922";
}
.li-target-arrow:before {
content: "\e923";
}
.li-tea-pot:before {
content: "\e924";
}
.li-television-remote:before {
content: "\e925";
}
.li-tools-creative:before {
content: "\e926";
}
.li-tools-measurement:before {
content: "\e927";
}
.li-trash:before {
content: "\e928";
}
.li-tube-measurement:before {
content: "\e929";
}
.li-umbralla:before {
content: "\e92a";
}
.li-user-comment:before {
content: "\e92b";
}
.li-user:before {
content: "\e92c";
}
.li-arrows-anticlockwise-dashed:before {
content: "\e600";
}
.li-arrows-anticlockwise:before {
content: "\e601";
}
.li-arrows-button-down:before {
content: "\e602";
}
.li-arrows-button-off:before {
content: "\e603";
}
.li-arrows-button-on:before {
content: "\e604";
}
.li-arrows-button-up:before {
content: "\e605";
}
.li-arrows-check:before {
content: "\e606";
}
.li-arrows-circle-check:before {
content: "\e607";
}
.li-arrows-circle-down:before {
content: "\e608";
}
.li-arrows-circle-downleft:before {
content: "\e609";
}
.li-arrows-circle-downright:before {
content: "\e60a";
}
.li-arrows-circle-left:before {
content: "\e60b";
}
.li-arrows-circle-minus:before {
content: "\e60c";
}
.li-arrows-circle-plus:before {
content: "\e60d";
}
.li-arrows-circle-remove:before {
content: "\e60e";
}
.li-arrows-circle-right:before {
content: "\e60f";
}
.li-arrows-circle-up:before {
content: "\e610";
}
.li-arrows-circle-upleft:before {
content: "\e611";
}
.li-arrows-circle-upright:before {
content: "\e612";
}
.li-arrows-clockwise-dashed:before {
content: "\e613";
}
.li-arrows-clockwise:before {
content: "\e614";
}
.li-arrows-compress:before {
content: "\e615";
}
.li-arrows-deny:before {
content: "\e616";
}
.li-arrows-diagonal:before {
content: "\e617";
}
.li-arrows-diagonal2:before {
content: "\e618";
}
.li-arrows-down-double-34:before {
content: "\e619";
}
.li-arrows-down:before {
content: "\e61a";
}
.li-arrows-downleft:before {
content: "\e61b";
}
.li-arrows-downright:before {
content: "\e61c";
}
.li-arrows-drag-down-dashed:before {
content: "\e61d";
}
.li-arrows-drag-down:before {
content: "\e61e";
}
.li-arrows-drag-horiz:before {
content: "\e61f";
}
.li-arrows-drag-left-dashed:before {
content: "\e620";
}
.li-arrows-drag-left:before {
content: "\e621";
}
.li-arrows-drag-right-dashed:before {
content: "\e622";
}
.li-arrows-drag-right:before {
content: "\e623";
}
.li-arrows-drag-up-dashed:before {
content: "\e624";
}
.li-arrows-drag-up:before {
content: "\e625";
}
.li-arrows-drag-vert:before {
content: "\e626";
}
.li-arrows-exclamation:before {
content: "\e627";
}
.li-arrows-expand-diagonal1:before {
content: "\e628";
}
.li-arrows-expand-horizontal1:before {
content: "\e629";
}
.li-arrows-expand-vertical1:before {
content: "\e62a";
}
.li-arrows-expand:before {
content: "\e62b";
}
.li-arrows-fit-horizontal:before {
content: "\e62c";
}
.li-arrows-fit-vertical:before {
content: "\e62d";
}
.li-arrows-glide-horizontal:before {
content: "\e62e";
}
.li-arrows-glide-vertical:before {
content: "\e62f";
}
.li-arrows-glide:before {
content: "\e630";
}
.li-arrows-hamburger2:before {
content: "\e631";
}
.li-arrows-hamburger1:before {
content: "\e632";
}
.li-arrows-horizontal:before {
content: "\e633";
}
.li-arrows-info:before {
content: "\e634";
}
.li-arrows-keyboard-alt:before {
content: "\e635";
}
.li-arrows-keyboard-cmd-29:before {
content: "\e636";
}
.li-arrows-keyboard-delete:before {
content: "\e637";
}
.li-arrows-keyboard-down-28:before {
content: "\e638";
}
.li-arrows-keyboard-left:before {
content: "\e639";
}
.li-arrows-keyboard-return:before {
content: "\e63a";
}
.li-arrows-keyboard-right:before {
content: "\e63b";
}
.li-arrows-keyboard-shift:before {
content: "\e63c";
}
.li-arrows-keyboard-tab:before {
content: "\e63d";
}
.li-arrows-keyboard-up:before {
content: "\e63e";
}
.li-arrows-left-double-32:before {
content: "\e63f";
}
.li-arrows-left:before {
content: "\e640";
}
.li-arrows-minus:before {
content: "\e641";
}
.li-arrows-move-bottom:before {
content: "\e642";
}
.li-arrows-move-left:before {
content: "\e643";
}
.li-arrows-move-right:before {
content: "\e644";
}
.li-arrows-move-top:before {
content: "\e645";
}
.li-arrows-move:before {
content: "\e646";
}
.li-arrows-move2:before {
content: "\e647";
}
.li-arrows-plus:before {
content: "\e648";
}
.li-arrows-question:before {
content: "\e649";
}
.li-arrows-remove:before {
content: "\e64a";
}
.li-arrows-right-double-31:before {
content: "\e64b";
}
.li-arrows-right:before {
content: "\e64c";
}
.li-arrows-rotate-anti-dashed:before {
content: "\e64d";
}
.li-arrows-rotate-anti:before {
content: "\e64e";
}
.li-arrows-rotate-dashed:before {
content: "\e64f";
}
.li-arrows-rotate:before {
content: "\e650";
}
.li-arrows-shrink-diagonal1:before {
content: "\e651";
}
.li-arrows-shrink-diagonal2:before {
content: "\e652";
}
.li-arrows-shrink-horizonal2:before {
content: "\e653";
}
.li-arrows-shrink-horizontal1:before {
content: "\e654";
}
.li-arrows-shrink-vertical1:before {
content: "\e655";
}
.li-arrows-shrink-vertical2:before {
content: "\e656";
}
.li-arrows-shrink:before {
content: "\e657";
}
.li-arrows-sign-down:before {
content: "\e658";
}
.li-arrows-sign-left:before {
content: "\e659";
}
.li-arrows-sign-right:before {
content: "\e65a";
}
.li-arrows-sign-up:before {
content: "\e65b";
}
.li-arrows-slide-down1:before {
content: "\e65c";
}
.li-arrows-slide-down2:before {
content: "\e65d";
}
.li-arrows-slide-left1:before {
content: "\e65e";
}
.li-arrows-slide-left2:before {
content: "\e65f";
}
.li-arrows-slide-right1:before {
content: "\e660";
}
.li-arrows-slide-right2:before {
content: "\e661";
}
.li-arrows-slide-up1:before {
content: "\e662";
}
.li-arrows-slide-up2:before {
content: "\e663";
}
.li-arrows-slim-down-dashed:before {
content: "\e664";
}
.li-arrows-slim-down:before {
content: "\e665";
}
.li-arrows-slim-left-dashed:before {
content: "\e666";
}
.li-arrows-slim-left:before {
content: "\e667";
}
.li-arrows-slim-right-dashed:before {
content: "\e668";
}
.li-arrows-slim-right:before {
content: "\e669";
}
.li-arrows-slim-up-dashed:before {
content: "\e66a";
}
.li-arrows-slim-up:before {
content: "\e66b";
}
.li-arrows-square-check:before {
content: "\e66c";
}
.li-arrows-square-down:before {
content: "\e66d";
}
.li-arrows-square-downleft:before {
content: "\e66e";
}
.li-arrows-square-downright:before {
content: "\e66f";
}
.li-arrows-square-left:before {
content: "\e670";
}
.li-arrows-square-minus:before {
content: "\e671";
}
.li-arrows-square-plus:before {
content: "\e672";
}
.li-arrows-square-remove:before {
content: "\e673";
}
.li-arrows-square-right:before {
content: "\e674";
}
.li-arrows-square-up:before {
content: "\e675";
}
.li-arrows-square-upleft:before {
content: "\e676";
}
.li-arrows-square-upright:before {
content: "\e677";
}
.li-arrows-squares:before {
content: "\e678";
}
.li-arrows-stretch-diagonal1:before {
content: "\e679";
}
.li-arrows-stretch-diagonal2:before {
content: "\e67a";
}
.li-arrows-stretch-diagonal3:before {
content: "\e67b";
}
.li-arrows-stretch-diagonal4:before {
content: "\e67c";
}
.li-arrows-stretch-horizontal1:before {
content: "\e67d";
}
.li-arrows-stretch-horizontal2:before {
content: "\e67e";
}
.li-arrows-stretch-vertical1:before {
content: "\e67f";
}
.li-arrows-stretch-vertical2:before {
content: "\e680";
}
.li-arrows-switch-horizontal:before {
content: "\e681";
}
.li-arrows-switch-vertical:before {
content: "\e682";
}
.li-arrows-up-double-33:before {
content: "\e683";
}
.li-arrows-up:before {
content: "\e684";
}
.li-arrows-upleft:before {
content: "\e685";
}
.li-arrows-upright:before {
content: "\e686";
}
.li-arrows-vertical:before {
content: "\e687";
}
.li-accelerator:before {
content: "\e688";
}
.li-alarm:before {
content: "\e689";
}
.li-anchor:before {
content: "\e68a";
}
.li-anticlockwise:before {
content: "\e68b";
}
.li-archive-full:before {
content: "\e68c";
}
.li-archive:before {
content: "\e68d";
}
.li-ban:before {
content: "\e68e";
}
.li-battery-charge:before {
content: "\e68f";
}
.li-battery-empty:before {
content: "\e690";
}
.li-battery-full:before {
content: "\e691";
}
.li-battery-half:before {
content: "\e692";
}
.li-bolt:before {
content: "\e693";
}
.li-book-pen:before {
content: "\e694";
}
.li-book-pencil:before {
content: "\e695";
}
.li-book:before {
content: "\e696";
}
.li-bookmark:before {
content: "\e697";
}
.li-calculator:before {
content: "\e698";
}
.li-calendar:before {
content: "\e699";
}
.li-cards-diamonds:before {
content: "\e69a";
}
.li-cards-hearts:before {
content: "\e69b";
}
.li-case:before {
content: "\e69c";
}
.li-chronometer:before {
content: "\e69d";
}
.li-clessidre:before {
content: "\e69e";
}
.li-clock:before {
content: "\e69f";
}
.li-clockwise:before {
content: "\e6a0";
}
.li-cloud:before {
content: "\e6a1";
}
.li-clubs:before {
content: "\e6a2";
}
.li-compass:before {
content: "\e6a3";
}
.li-cup:before {
content: "\e6a4";
}
.li-diamonds:before {
content: "\e6a5";
}
.li-display:before {
content: "\e6a6";
}
.li-download:before {
content: "\e6a7";
}
.li-bookmark-checck:before {
content: "\e6a8";
}
.li-bookmark-minus:before {
content: "\e6a9";
}
.li-bookmark-plus:before {
content: "\e6aa";
}
.li-bookmark-remove:before {
content: "\e6ab";
}
.li-briefcase-check:before {
content: "\e6ac";
}
.li-briefcase-download:before {
content: "\e6ad";
}
.li-briefcase-flagged:before {
content: "\e6ae";
}
.li-briefcase-minus:before {
content: "\e6af";
}
.li-briefcase-plus:before {
content: "\e6b0";
}
.li-briefcase-refresh:before {
content: "\e6b1";
}
.li-briefcase-remove:before {
content: "\e6b2";
}
.li-briefcase-search:before {
content: "\e6b3";
}
.li-briefcase-star:before {
content: "\e6b4";
}
.li-briefcase-upload:before {
content: "\e6b5";
}
.li-browser-check:before {
content: "\e6b6";
}
.li-browser-download:before {
content: "\e6b7";
}
.li-browser-minus:before {
content: "\e6b8";
}
.li-browser-plus:before {
content: "\e6b9";
}
.li-browser-refresh:before {
content: "\e6ba";
}
.li-browser-remove:before {
content: "\e6bb";
}
.li-browser-search:before {
content: "\e6bc";
}
.li-browser-star:before {
content: "\e6bd";
}
.li-browser-upload:before {
content: "\e6be";
}
.li-calendar-check:before {
content: "\e6bf";
}
.li-calendar-cloud:before {
content: "\e6c0";
}
.li-calendar-download:before {
content: "\e6c1";
}
.li-calendar-empty:before {
content: "\e6c2";
}
.li-calendar-flagged:before {
content: "\e6c3";
}
.li-calendar-heart:before {
content: "\e6c4";
}
.li-calendar-minus:before {
content: "\e6c5";
}
.li-calendar-next:before {
content: "\e6c6";
}
.li-calendar-noaccess:before {
content: "\e6c7";
}
.li-calendar-pencil:before {
content: "\e6c8";
}
.li-calendar-plus:before {
content: "\e6c9";
}
.li-calendar-previous:before {
content: "\e6ca";
}
.li-calendar-refresh:before {
content: "\e6cb";
}
.li-calendar-remove:before {
content: "\e6cc";
}
.li-calendar-search:before {
content: "\e6cd";
}
.li-calendar-star:before {
content: "\e6ce";
}
.li-calendar-upload:before {
content: "\e6cf";
}
.li-cloud-check:before {
content: "\e6d0";
}
.li-cloud-download:before {
content: "\e6d1";
}
.li-cloud-minus:before {
content: "\e6d2";
}
.li-cloud-noaccess:before {
content: "\e6d3";
}
.li-cloud-plus:before {
content: "\e6d4";
}
.li-cloud-refresh:before {
content: "\e6d5";
}
.li-cloud-remove:before {
content: "\e6d6";
}
.li-cloud-search:before {
content: "\e6d7";
}
.li-cloud-upload:before {
content: "\e6d8";
}
.li-document-check:before {
content: "\e6d9";
}
.li-document-cloud:before {
content: "\e6da";
}
.li-document-download:before {
content: "\e6db";
}
.li-document-flagged:before {
content: "\e6dc";
}
.li-document-graph:before {
content: "\e6dd";
}
.li-document-heart:before {
content: "\e6de";
}
.li-document-minus:before {
content: "\e6df";
}
.li-document-next:before {
content: "\e6e0";
}
.li-document-noaccess:before {
content: "\e6e1";
}
.li-document-note:before {
content: "\e6e2";
}
.li-document-pencil:before {
content: "\e6e3";
}
.li-document-picture:before {
content: "\e6e4";
}
.li-document-plus:before {
content: "\e6e5";
}
.li-document-previous:before {
content: "\e6e6";
}
.li-document-refresh:before {
content: "\e6e7";
}
.li-document-remove:before {
content: "\e6e8";
}
.li-document-search:before {
content: "\e6e9";
}
.li-document-star:before {
content: "\e6ea";
}
.li-document-upload:before {
content: "\e6eb";
}
.li-folder-check:before {
content: "\e6ec";
}
.li-folder-cloud:before {
content: "\e6ed";
}
.li-folder-document:before {
content: "\e6ee";
}
.li-folder-download:before {
content: "\e6ef";
}
.li-folder-flagged:before {
content: "\e6f0";
}
.li-folder-graph:before {
content: "\e6f1";
}
.li-folder-heart:before {
content: "\e6f2";
}
.li-folder-minus:before {
content: "\e6f3";
}
.li-folder-next:before {
content: "\e6f4";
}
.li-folder-noaccess:before {
content: "\e6f5";
}
.li-folder-note:before {
content: "\e6f6";
}
.li-folder-pencil:before {
content: "\e6f7";
}
.li-folder-picture:before {
content: "\e6f8";
}
.li-folder-plus:before {
content: "\e6f9";
}
.li-folder-previous:before {
content: "\e6fa";
}
.li-folder-refresh:before {
content: "\e6fb";
}
.li-folder-remove:before {
content: "\e6fc";
}
.li-folder-search:before {
content: "\e6fd";
}
.li-folder-star:before {
content: "\e6fe";
}
.li-folder-upload:before {
content: "\e6ff";
}
.li-mail-check:before {
content: "\e700";
}
.li-mail-cloud:before {
content: "\e701";
}
.li-mail-document:before {
content: "\e702";
}
.li-mail-download:before {
content: "\e703";
}
.li-mail-flagged:before {
content: "\e704";
}
.li-mail-heart:before {
content: "\e705";
}
.li-mail-next:before {
content: "\e706";
}
.li-mail-noaccess:before {
content: "\e707";
}
.li-mail-note:before {
content: "\e708";
}
.li-mail-pencil:before {
content: "\e709";
}
.li-mail-picture:before {
content: "\e70a";
}
.li-mail-previous:before {
content: "\e70b";
}
.li-mail-refresh:before {
content: "\e70c";
}
.li-mail-remove:before {
content: "\e70d";
}
.li-mail-search:before {
content: "\e70e";
}
.li-mail-star:before {
content: "\e70f";
}
.li-mail-upload:before {
content: "\e710";
}
.li-message-check:before {
content: "\e711";
}
.li-message-dots:before {
content: "\e712";
}
.li-message-happy:before {
content: "\e713";
}
.li-message-heart:before {
content: "\e714";
}
.li-message-minus:before {
content: "\e715";
}
.li-message-note:before {
content: "\e716";
}
.li-message-plus:before {
content: "\e717";
}
.li-message-refresh:before {
content: "\e718";
}
.li-message-remove:before {
content: "\e719";
}
.li-message-sad:before {
content: "\e71a";
}
.li-smartphone-cloud:before {
content: "\e71b";
}
.li-smartphone-heart:before {
content: "\e71c";
}
.li-smartphone-noaccess:before {
content: "\e71d";
}
.li-smartphone-note:before {
content: "\e71e";
}
.li-smartphone-pencil:before {
content: "\e71f";
}
.li-smartphone-picture:before {
content: "\e720";
}
.li-smartphone-refresh:before {
content: "\e721";
}
.li-smartphone-search:before {
content: "\e722";
}
.li-tablet-cloud:before {
content: "\e723";
}
.li-tablet-heart:before {
content: "\e724";
}
.li-tablet-noaccess:before {
content: "\e725";
}
.li-tablet-note:before {
content: "\e726";
}
.li-tablet-pencil:before {
content: "\e727";
}
.li-tablet-picture:before {
content: "\e728";
}
.li-tablet-refresh:before {
content: "\e729";
}
.li-tablet-search:before {
content: "\e72a";
}
.li-todolist-2:before {
content: "\e72b";
}
.li-todolist-check:before {
content: "\e72c";
}
.li-todolist-cloud:before {
content: "\e72d";
}
.li-todolist-download:before {
content: "\e72e";
}
.li-todolist-flagged:before {
content: "\e72f";
}
.li-todolist-minus:before {
content: "\e730";
}
.li-todolist-noaccess:before {
content: "\e731";
}
.li-todolist-pencil:before {
content: "\e732";
}
.li-todolist-plus:before {
content: "\e733";
}
.li-todolist-refresh:before {
content: "\e734";
}
.li-todolist-remove:before {
content: "\e735";
}
.li-todolist-search:before {
content: "\e736";
}
.li-todolist-star:before {
content: "\e737";
}
.li-todolist-upload:before {
content: "\e738";
}
.li-exclamation:before {
content: "\e739";
}
.li-eye-closed:before {
content: "\e73a";
}
.li-eye:before {
content: "\e73b";
}
.li-female:before {
content: "\e73c";
}
.li-flag1:before {
content: "\e73d";
}
.li-flag2:before {
content: "\e73e";
}
.li-floppydisk:before {
content: "\e73f";
}
.li-folder-multiple:before {
content: "\e740";
}
.li-folder:before {
content: "\e741";
}
.li-gear:before {
content: "\e742";
}
.li-geolocalize-01:before {
content: "\e743";
}
.li-geolocalize-05:before {
content: "\e744";
}
.li-globe:before {
content: "\e745";
}
.li-gunsight:before {
content: "\e746";
}
.li-hammer:before {
content: "\e747";
}
.li-headset:before {
content: "\e748";
}
.li-heart-broken:before {
content: "\e749";
}
.li-heart:before {
content: "\e74a";
}
.li-helm:before {
content: "\e74b";
}
.li-home:before {
content: "\e74c";
}
.li-info:before {
content: "\e74d";
}
.li-ipod:before {
content: "\e74e";
}
.li-joypad:before {
content: "\e74f";
}
.li-key:before {
content: "\e750";
}
.li-keyboard:before {
content: "\e751";
}
.li-laptop:before {
content: "\e752";
}
.li-life-buoy:before {
content: "\e753";
}
.li-lightbulb:before {
content: "\e754";
}
.li-link:before {
content: "\e755";
}
.li-lock-open:before {
content: "\e756";
}
.li-lock:before {
content: "\e757";
}
.li-magic-mouse:before {
content: "\e758";
}
.li-magnifier-minus:before {
content: "\e759";
}
.li-magnifier-plus:before {
content: "\e75a";
}
.li-magnifier:before {
content: "\e75b";
}
.li-mail-multiple:before {
content: "\e75c";
}
.li-mail-open-text:before {
content: "\e75d";
}
.li-mail-open:before {
content: "\e75e";
}
.li-mail:before {
content: "\e75f";
}
.li-male:before {
content: "\e760";
}
.li-map:before {
content: "\e761";
}
.li-message-multiple:before {
content: "\e762";
}
.li-message-txt:before {
content: "\e763";
}
.li-message:before {
content: "\e764";
}
.li-mixer2:before {
content: "\e765";
}
.li-mouse:before {
content: "\e766";
}
.li-notebook-pen:before {
content: "\e767";
}
.li-notebook-pencil:before {
content: "\e768";
}
.li-notebook:before {
content: "\e769";
}
.li-paperplane:before {
content: "\e76a";
}
.li-pencil-ruler-pen:before {
content: "\e76b";
}
.li-pencil-ruler:before {
content: "\e76c";
}
.li-photo:before {
content: "\e76d";
}
.li-picture-multiple:before {
content: "\e76e";
}
.li-picture:before {
content: "\e76f";
}
.li-pin1:before {
content: "\e770";
}
.li-pin2:before {
content: "\e771";
}
.li-postcard-multiple:before {
content: "\e772";
}
.li-postcard:before {
content: "\e773";
}
.li-printer:before {
content: "\e774";
}
.li-question:before {
content: "\e775";
}
.li-rss-alt:before {
content: "\e776";
}
.li-server-cloud:before {
content: "\e777";
}
.li-server-download:before {
content: "\e778";
}
.li-server-upload:before {
content: "\e779";
}
.li-server:before {
content: "\e77a";
}
.li-server2:before {
content: "\e77b";
}
.li-settings:before {
content: "\e77c";
}
.li-share:before {
content: "\e77d";
}
.li-sheet-multiple:before {
content: "\e77e";
}
.li-sheet-pen:before {
content: "\e77f";
}
.li-sheet-pencil:before {
content: "\e780";
}
.li-sheet-txt:before {
content: "\e781";
}
.li-sheet:before {
content: "\e782";
}
.li-signs:before {
content: "\e783";
}
.li-smartphone:before {
content: "\e784";
}
.li-spades:before {
content: "\e785";
}
.li-spread-bookmark:before {
content: "\e786";
}
.li-spread-text-bookmark:before {
content: "\e787";
}
.li-spread-text:before {
content: "\e788";
}
.li-spread:before {
content: "\e789";
}
.li-star:before {
content: "\e78a";
}
.li-tablet:before {
content: "\e78b";
}
.li-target:before {
content: "\e78c";
}
.li-todo-pen:before {
content: "\e78d";
}
.li-todo-pencil:before {
content: "\e78e";
}
.li-todo-txt:before {
content: "\e78f";
}
.li-todo:before {
content: "\e790";
}
.li-todolist-pen:before {
content: "\e791";
}
.li-todolist-pencil:before {
content: "\e792";
}
.li-trashcan-full:before {
content: "\e793";
}
.li-trashcan-refresh:before {
content: "\e794";
}
.li-trashcan-remove:before {
content: "\e795";
}
.li-trashcan:before {
content: "\e796";
}
.li-upload:before {
content: "\e797";
}
.li-usb:before {
content: "\e798";
}
.li-video:before {
content: "\e799";
}
.li-watch:before {
content: "\e79a";
}
.li-webpage-img-txt:before {
content: "\e79b";
}
.li-webpage-multiple:before {
content: "\e79c";
}
.li-webpage-txt:before {
content: "\e79d";
}
.li-webpage:before {
content: "\e79e";
}
.li-world:before {
content: "\e79f";
}
.li-bag-check:before {
content: "\e7a0";
}
.li-bag-cloud:before {
content: "\e7a1";
}
.li-bag-download:before {
content: "\e7a2";
}
.li-bag-minus:before {
content: "\e7a3";
}
.li-bag-plus:before {
content: "\e7a4";
}
.li-bag-refresh:before {
content: "\e7a5";
}
.li-bag-remove:before {
content: "\e7a6";
}
.li-bag-search:before {
content: "\e7a7";
}
.li-bag-upload:before {
content: "\e7a8";
}
.li-bag:before {
content: "\e7a9";
}
.li-banknote:before {
content: "\e7aa";
}
.li-banknotes:before {
content: "\e7ab";
}
.li-basket-check:before {
content: "\e7ac";
}
.li-basket-cloud:before {
content: "\e7ad";
}
.li-basket-download:before {
content: "\e7ae";
}
.li-basket-minus:before {
content: "\e7af";
}
.li-basket-plus:before {
content: "\e7b0";
}
.li-basket-refresh:before {
content: "\e7b1";
}
.li-basket-remove:before {
content: "\e7b2";
}
.li-basket-search:before {
content: "\e7b3";
}
.li-basket-upload:before {
content: "\e7b4";
}
.li-basket:before {
content: "\e7b5";
}
.li-bath:before {
content: "\e7b6";
}
.li-cart-check:before {
content: "\e7b7";
}
.li-cart-cloud:before {
content: "\e7b8";
}
.li-cart-content:before {
content: "\e7b9";
}
.li-cart-download:before {
content: "\e7ba";
}
.li-cart-minus:before {
content: "\e7bb";
}
.li-cart-plus:before {
content: "\e7bc";
}
.li-cart-refresh:before {
content: "\e7bd";
}
.li-cart-remove:before {
content: "\e7be";
}
.li-cart-search:before {
content: "\e7bf";
}
.li-cart-upload:before {
content: "\e7c0";
}
.li-cart:before {
content: "\e7c1";
}
.li-cent:before {
content: "\e7c2";
}
.li-colon:before {
content: "\e7c3";
}
.li-creditcard:before {
content: "\e7c4";
}
.li-diamond:before {
content: "\e7c5";
}
.li-dollar:before {
content: "\e7c6";
}
.li-euro:before {
content: "\e7c7";
}
.li-franc:before {
content: "\e7c8";
}
.li-gift:before {
content: "\e7c9";
}
.li-graph-decrease:before {
content: "\e7ca";
}
.li-graph-increase:before {
content: "\e7cb";
}
.li-graph1:before {
content: "\e7cc";
}
.li-graph2:before {
content: "\e7cd";
}
.li-graph3:before {
content: "\e7ce";
}
.li-guarani:before {
content: "\e7cf";
}
.li-kips:before {
content: "\e7d0";
}
.li-lira:before {
content: "\e7d1";
}
.li-megaphone:before {
content: "\e7d2";
}
.li-money:before {
content: "\e7d3";
}
.li-naira:before {
content: "\e7d4";
}
.li-pesos:before {
content: "\e7d5";
}
.li-pound:before {
content: "\e7d6";
}
.li-receipt-bath:before {
content: "\e7d7";
}
.li-receipt-cent:before {
content: "\e7d8";
}
.li-receipt-dollar:before {
content: "\e7d9";
}
.li-receipt-euro:before {
content: "\e7da";
}
.li-receipt-franc:before {
content: "\e7db";
}
.li-receipt-guarani:before {
content: "\e7dc";
}
.li-receipt-kips:before {
content: "\e7dd";
}
.li-receipt-lira:before {
content: "\e7de";
}
.li-receipt-naira:before {
content: "\e7df";
}
.li-receipt-pesos:before {
content: "\e7e0";
}
.li-receipt-pound:before {
content: "\e7e1";
}
.li-receipt-rublo:before {
content: "\e7e2";
}
.li-receipt-rupee:before {
content: "\e7e3";
}
.li-receipt-tugrik:before {
content: "\e7e4";
}
.li-receipt-won:before {
content: "\e7e5";
}
.li-receipt-yen:before {
content: "\e7e6";
}
.li-receipt-yen2:before {
content: "\e7e7";
}
.li-receipt:before {
content: "\e7e8";
}
.li-recept-colon:before {
content: "\e7e9";
}
.li-rublo:before {
content: "\e7ea";
}
.li-rupee:before {
content: "\e7eb";
}
.li-safe:before {
content: "\e7ec";
}
.li-sale:before {
content: "\e7ed";
}
.li-sales:before {
content: "\e7ee";
}
.li-ticket:before {
content: "\e7ef";
}
.li-tugriks:before {
content: "\e7f0";
}
.li-wallet:before {
content: "\e7f1";
}
.li-won:before {
content: "\e7f2";
}
.li-yen:before {
content: "\e7f3";
}
.li-yen2:before {
content: "\e7f4";
}
.li-beginning-button:before {
content: "\e7f5";
}
.li-bell:before {
content: "\e7f6";
}
.li-cd:before {
content: "\e7f7";
}
.li-diapason:before {
content: "\e7f8";
}
.li-eject-button:before {
content: "\e7f9";
}
.li-end-button:before {
content: "\e7fa";
}
.li-fastforward-button:before {
content: "\e7fb";
}
.li-headphones:before {
content: "\e7fc";
}
.li-ipod:before {
content: "\e7fd";
}
.li-loudspeaker:before {
content: "\e7fe";
}
.li-microphone-old:before {
content: "\e7ff";
}
.li-microphone:before {
content: "\e800";
}
.li-mixer:before {
content: "\e801";
}
.li-mute:before {
content: "\e802";
}
.li-note-multiple:before {
content: "\e803";
}
.li-note-single:before {
content: "\e804";
}
.li-pause-button:before {
content: "\e805";
}
.li-play-button:before {
content: "\e806";
}
.li-playlist:before {
content: "\e807";
}
.li-radio-ghettoblaster:before {
content: "\e808";
}
.li-radio-portable:before {
content: "\e809";
}
.li-record:before {
content: "\e80a";
}
.li-recordplayer:before {
content: "\e80b";
}
.li-repeat-button:before {
content: "\e80c";
}
.li-rewind-button:before {
content: "\e80d";
}
.li-shuffle-button:before {
content: "\e80e";
}
.li-stop-button:before {
content: "\e80f";
}
.li-tape:before {
content: "\e810";
}
.li-volume-down:before {
content: "\e811";
}
.li-volume-up:before {
content: "\e812";
}
.li-add-vectorpoint:before {
content: "\e813";
}
.li-box-oval:before {
content: "\e814";
}
.li-box-polygon:before {
content: "\e815";
}
.li-box-rectangle:before {
content: "\e816";
}
.li-box-roundedrectangle:before {
content: "\e817";
}
.li-character:before {
content: "\e818";
}
.li-crop:before {
content: "\e819";
}
.li-eyedropper:before {
content: "\e81a";
}
.li-font-allcaps:before {
content: "\e81b";
}
.li-font-baseline-shift:before {
content: "\e81c";
}
.li-font-horizontal-scale:before {
content: "\e81d";
}
.li-font-kerning:before {
content: "\e81e";
}
.li-font-leading:before {
content: "\e81f";
}
.li-font-size:before {
content: "\e820";
}
.li-font-smallcapital:before {
content: "\e821";
}
.li-font-smallcaps:before {
content: "\e822";
}
.li-font-strikethrough:before {
content: "\e823";
}
.li-font-tracking:before {
content: "\e824";
}
.li-font-underline:before {
content: "\e825";
}
.li-font-vertical-scale:before {
content: "\e826";
}
.li-horizontal-align-center:before {
content: "\e827";
}
.li-horizontal-align-right:before {
content: "\e828";
}
.li-horizontal-distribute-center:before {
content: "\e829";
}
.li-horizontal-distribute-left:before {
content: "\e82a";
}
.li-horizontal-distribute-right:before {
content: "\e82b";
}
.li-indent-firstline:before {
content: "\e82c";
}
.li-indent-left:before {
content: "\e82d";
}
.li-indent-right:before {
content: "\e82e";
}
.li-lasso:before {
content: "\e82f";
}
.li-layers1:before {
content: "\e830";
}
.li-layers2:before {
content: "\e831";
}
.li-2columns:before {
content: "\e832";
}
.li-3columns:before {
content: "\e833";
}
.li-4boxes:before {
content: "\e834";
}
.li-4columns:before {
content: "\e835";
}
.li-4lines:before {
content: "\e836";
}
.li-header-2columns:before {
content: "\e837";
}
.li-header-3columns:before {
content: "\e838";
}
.li-header-4boxes:before {
content: "\e839";
}
.li-header-4columns:before {
content: "\e83a";
}
.li-header-complex:before {
content: "\e83b";
}
.li-header-complex2:before {
content: "\e83c";
}
.li-header-complex3:before {
content: "\e83d";
}
.li-header-complex4:before {
content: "\e83e";
}
.li-header-sideleft:before {
content: "\e83f";
}
.li-header-sideright:before {
content: "\e840";
}
.li-header:before {
content: "\e841";
}
.li-sidebar-left:before {
content: "\e842";
}
.li-sidebar-right:before {
content: "\e843";
}
.li-layout-8boxes:before {
content: "\e844";
}
.li-layout:before {
content: "\e845";
}
.li-magnete:before {
content: "\e846";
}
.li-pages:before {
content: "\e847";
}
.li-paintbrush:before {
content: "\e848";
}
.li-paintbucket:before {
content: "\e849";
}
.li-paintroller:before {
content: "\e84a";
}
.li-paragraph-align-left:before {
content: "\e84b";
}
.li-paragraph-align-right:before {
content: "\e84c";
}
.li-paragraph-center:before {
content: "\e84d";
}
.li-paragraph-justify-all:before {
content: "\e84e";
}
.li-paragraph-justify-center:before {
content: "\e84f";
}
.li-paragraph-justify-left:before {
content: "\e850";
}
.li-paragraph-justify-right:before {
content: "\e851";
}
.li-paragraph-space-after:before {
content: "\e852";
}
.li-paragraph-space-before:before {
content: "\e853";
}
.li-paragraph:before {
content: "\e854";
}
.li-pathfinder-exclude:before {
content: "\e855";
}
.li-pathfinder-intersect:before {
content: "\e856";
}
.li-pathfinder-subtract:before {
content: "\e857";
}
.li-pathfinder-unite:before {
content: "\e858";
}
.li-pen-add:before {
content: "\e859";
}
.li-pen-remove:before {
content: "\e85a";
}
.li-pen:before {
content: "\e85b";
}
.li-pencil:before {
content: "\e85c";
}
.li-polygonallasso:before {
content: "\e85d";
}
.li-reflect-horizontal:before {
content: "\e85e";
}
.li-reflect-vertical:before {
content: "\e85f";
}
.li-remove-vectorpoint:before {
content: "\e860";
}
.li-scale-expand:before {
content: "\e861";
}
.li-scale-reduce:before {
content: "\e862";
}
.li-selection-oval:before {
content: "\e863";
}
.li-selection-polygon:before {
content: "\e864";
}
.li-selection-rectangle:before {
content: "\e865";
}
.li-selection-roundedrectangle:before {
content: "\e866";
}
.li-shape-oval:before {
content: "\e867";
}
.li-shape-polygon:before {
content: "\e868";
}
.li-shape-rectangle:before {
content: "\e869";
}
.li-shape-roundedrectangle:before {
content: "\e86a";
}
.li-slice:before {
content: "\e86b";
}
.li-transform-bezier:before {
content: "\e86c";
}
.li-vector-box:before {
content: "\e86d";
}
.li-vector-composite:before {
content: "\e86e";
}
.li-vector-line:before {
content: "\e86f";
}
.li-vertical-align-bottom:before {
content: "\e870";
}
.li-vertical-align-center:before {
content: "\e871";
}
.li-vertical-align-top:before {
content: "\e872";
}
.li-vertical-distribute-bottom:before {
content: "\e873";
}
.li-vertical-distribute-center:before {
content: "\e874";
}
.li-vertical-distribute-top:before {
content: "\e875";
}
.li-software-horizontal-align-left:before {
content: "\e876";
}
.li-aquarius:before {
content: "\e877";
}
.li-aries:before {
content: "\e878";
}
.li-cancer:before {
content: "\e879";
}
.li-capricorn:before {
content: "\e87a";
}
.li-cloud-drop:before {
content: "\e87b";
}
.li-cloud-lightning:before {
content: "\e87c";
}
.li-cloud-snowflake:before {
content: "\e87d";
}
.li-cloud:before {
content: "\e87e";
}
.li-downpour-fullmoon:before {
content: "\e87f";
}
.li-downpour-halfmoon:before {
content: "\e880";
}
.li-downpour-sun:before {
content: "\e881";
}
.li-drop:before {
content: "\e882";
}
.li-first-quarter:before {
content: "\e883";
}
.li-fog-fullmoon:before {
content: "\e884";
}
.li-fog-halfmoon:before {
content: "\e885";
}
.li-fog-sun:before {
content: "\e886";
}
.li-fog:before {
content: "\e887";
}
.li-fullmoon:before {
content: "\e888";
}
.li-gemini:before {
content: "\e889";
}
.li-hail-fullmoon:before {
content: "\e88a";
}
.li-hail-halfmoon:before {
content: "\e88b";
}
.li-hail-sun:before {
content: "\e88c";
}
.li-hail:before {
content: "\e88d";
}
.li-last-quarter:before {
content: "\e88e";
}
.li-leo:before {
content: "\e88f";
}
.li-libra:before {
content: "\e890";
}
.li-lightning:before {
content: "\e891";
}
.li-mistyrain-fullmoon:before {
content: "\e892";
}
.li-mistyrain-halfmoon:before {
content: "\e893";
}
.li-mistyrain-sun:before {
content: "\e894";
}
.li-mistyrain:before {
content: "\e895";
}
.li-moon:before {
content: "\e896";
}
.li-moondown-full:before {
content: "\e897";
}
.li-moondown-half:before {
content: "\e898";
}
.li-moonset-full:before {
content: "\e899";
}
.li-moonset-half:before {
content: "\e89a";
}
.li-move2:before {
content: "\e89b";
}
.li-newmoon:before {
content: "\e89c";
}
.li-pisces:before {
content: "\e89d";
}
.li-rain-fullmoon:before {
content: "\e89e";
}
.li-rain-halfmoon:before {
content: "\e89f";
}
.li-rain-sun:before {
content: "\e8a0";
}
.li-rain:before {
content: "\e8a1";
}
.li-sagittarius:before {
content: "\e8a2";
}
.li-scorpio:before {
content: "\e8a3";
}
.li-snow-fullmoon:before {
content: "\e8a4";
}
.li-snow-halfmoon:before {
content: "\e8a5";
}
.li-snow-sun:before {
content: "\e8a6";
}
.li-snow:before {
content: "\e8a7";
}
.li-snowflake:before {
content: "\e8a8";
}
.li-star:before {
content: "\e8a9";
}
.li-storm-fullmoon:before {
content: "\e8aa";
}
.li-storm-halfmoon:before {
content: "\e8ab";
}
.li-storm-sun:before {
content: "\e8ac";
}
.li-storm-11:before {
content: "\e8ad";
}
.li-storm-32:before {
content: "\e8ae";
}
.li-sun:before {
content: "\e8af";
}
.li-sundown:before {
content: "\e8b0";
}
.li-sunset:before {
content: "\e8b1";
}
.li-taurus:before {
content: "\e8b2";
}
.li-tempest-fullmoon:before {
content: "\e8b3";
}
.li-tempest-halfmoon:before {
content: "\e8b4";
}
.li-tempest-sun:before {
content: "\e8b5";
}
.li-tempest:before {
content: "\e8b6";
}
.li-variable-fullmoon:before {
content: "\e8b7";
}
.li-variable-halfmoon:before {
content: "\e8b8";
}
.li-variable-sun:before {
content: "\e8b9";
}
.li-virgo:before {
content: "\e8ba";
}
.li-waning-cresent:before {
content: "\e8bb";
}
.li-waning-gibbous:before {
content: "\e8bc";
}
.li-waxing-cresent:before {
content: "\e8bd";
}
.li-waxing-gibbous:before {
content: "\e8be";
}
.li-wind-E:before {
content: "\e8bf";
}
.li-wind-fullmoon:before {
content: "\e8c0";
}
.li-wind-halfmoon:before {
content: "\e8c1";
}
.li-wind-N:before {
content: "\e8c2";
}
.li-wind-NE:before {
content: "\e8c3";
}
.li-wind-NW:before {
content: "\e8c4";
}
.li-wind-S:before {
content: "\e8c5";
}
.li-wind-SE:before {
content: "\e8c6";
}
.li-wind-sun:before {
content: "\e8c7";
}
.li-wind-SW:before {
content: "\e8c8";
}
.li-wind-W:before {
content: "\e8c9";
}
.li-wind:before {
content: "\e8ca";
}
.li-windgust:before {
content: "\e8cb";
} | 0.336222 | 0.17259 |
html {
font-size: 1em;
line-height: 1.4;
display: block;
}
head {
display: none;
}
body {
background: #333333 url(http://demo.phpjabbers.com/freescripts/php-user-login/img/bg.jpg)
no-repeat center bottom fixed;
background-size: cover;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
body {
display: block;
margin: 8px;
}
html, button, input, select, textarea {
color: #222;
}
.login-form {
width: 320px;
}
.login-form {
margin: 50px auto;
background: white;
padding: 30px 0;
position: relative;
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.125);
height: 400px;
border-radius: 25px;
}
* {
boxing-size: border-box;
}
form {
display: block;
}
input[type="hidden" i],
input[type="image" i],
input[type="file" i] {
-webkit-appearance: initial;
background-color: initial;
padding: initial;
border: initial;
}
input[type="hidden" i] {
display: none;
}
input {
-webkit-rtl-ordering: logical;
user-select: text;
cursor: auto;
}
input, textarea, select, button {
text-rendering: auto;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
margin: 0em;
font: 13.3333px Arial;
}
input, textarea, select, button, meter, progress {
-webkit-writing-mode: horizontal-tb;
}
.login-form .h1 {
font-size: 30px;
color: #3EC038;
padding: 15px 15px 35px 15px;
text-transform: uppercase;
text-align: center;
}
div {
display: block;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
.login-form .group {
transition: all ease-in-out .2s;
border-left: 4px solid #fff;
padding: 10px 0;
}
div {
display: block;
}
.login-form .group > label {
padding-left: 15px;
padding-top: 5px;
color: #555555;
font-size: 16px;
display: block;
}
label {
cursor: default;
}
.form-control {
display: block;
width: 258px;
height: 34px;
padding: 6px 12px;
margin-right: ;
margin-left: 18px;
font-size: ;
line-height: 1.428571429;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 1px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
font-family: 'Roboto', sans-serif;
}
input {
-webkit-appearance: textfield;
-webkit-rtl-ordering: logical;
user-select: text;
cursor: auto;
}
input, textarea, select, button {
text-rendering: auto;
letter-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
margin: 0em;
font: 13.3333px Arial;
}
input, textarea, select, button, meter, progress {
-webkit-writing-mode: horizontal-tb;
}
em {
display: block;
margin: 5px 0 0px 180px;
font-style: inherit;
}
element.style {
display: block;
}
label.err {
color: red;
margin: 0;
width: auto;
}
.login-form #form-loading {
text-align: center;
position: absolute;
top: 0;
bottom: 0;
width: 100%;
opacity: 0.5;
z-index: 1000;
background: #555555;
}
.hide {
display: none !important;
}
.login-form {
width: 320px;
}
form {
display: block;
}
.login-form input[type=submit] {
border: none;
background: #65CA60;
color: white;
font-family: 'Roboto', sans-serif;
padding: 5px 20px;
text-transform: uppercase;
font-weight: 500;
border-radius: 1px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
transition: background ease-in-out .15s;
cursor: pointer;
}
input [type="submit" i] {
-webkit-appearance: push-button;
user-select: none;
white-space: pre;
}
button {
margin-left: 20px;
background-color: #fff;
border-radius: 25px;
} | Login Form/css/main-form.css | html {
font-size: 1em;
line-height: 1.4;
display: block;
}
head {
display: none;
}
body {
background: #333333 url(http://demo.phpjabbers.com/freescripts/php-user-login/img/bg.jpg)
no-repeat center bottom fixed;
background-size: cover;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
body {
display: block;
margin: 8px;
}
html, button, input, select, textarea {
color: #222;
}
.login-form {
width: 320px;
}
.login-form {
margin: 50px auto;
background: white;
padding: 30px 0;
position: relative;
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.125);
height: 400px;
border-radius: 25px;
}
* {
boxing-size: border-box;
}
form {
display: block;
}
input[type="hidden" i],
input[type="image" i],
input[type="file" i] {
-webkit-appearance: initial;
background-color: initial;
padding: initial;
border: initial;
}
input[type="hidden" i] {
display: none;
}
input {
-webkit-rtl-ordering: logical;
user-select: text;
cursor: auto;
}
input, textarea, select, button {
text-rendering: auto;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
margin: 0em;
font: 13.3333px Arial;
}
input, textarea, select, button, meter, progress {
-webkit-writing-mode: horizontal-tb;
}
.login-form .h1 {
font-size: 30px;
color: #3EC038;
padding: 15px 15px 35px 15px;
text-transform: uppercase;
text-align: center;
}
div {
display: block;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
.login-form .group {
transition: all ease-in-out .2s;
border-left: 4px solid #fff;
padding: 10px 0;
}
div {
display: block;
}
.login-form .group > label {
padding-left: 15px;
padding-top: 5px;
color: #555555;
font-size: 16px;
display: block;
}
label {
cursor: default;
}
.form-control {
display: block;
width: 258px;
height: 34px;
padding: 6px 12px;
margin-right: ;
margin-left: 18px;
font-size: ;
line-height: 1.428571429;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 1px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
font-family: 'Roboto', sans-serif;
}
input {
-webkit-appearance: textfield;
-webkit-rtl-ordering: logical;
user-select: text;
cursor: auto;
}
input, textarea, select, button {
text-rendering: auto;
letter-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
margin: 0em;
font: 13.3333px Arial;
}
input, textarea, select, button, meter, progress {
-webkit-writing-mode: horizontal-tb;
}
em {
display: block;
margin: 5px 0 0px 180px;
font-style: inherit;
}
element.style {
display: block;
}
label.err {
color: red;
margin: 0;
width: auto;
}
.login-form #form-loading {
text-align: center;
position: absolute;
top: 0;
bottom: 0;
width: 100%;
opacity: 0.5;
z-index: 1000;
background: #555555;
}
.hide {
display: none !important;
}
.login-form {
width: 320px;
}
form {
display: block;
}
.login-form input[type=submit] {
border: none;
background: #65CA60;
color: white;
font-family: 'Roboto', sans-serif;
padding: 5px 20px;
text-transform: uppercase;
font-weight: 500;
border-radius: 1px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
transition: background ease-in-out .15s;
cursor: pointer;
}
input [type="submit" i] {
-webkit-appearance: push-button;
user-select: none;
white-space: pre;
}
button {
margin-left: 20px;
background-color: #fff;
border-radius: 25px;
} | 0.405566 | 0.103885 |
body {
font-family: helvetica, sans-serif;
color: black;
}
h1 {
font-size: 55px;
color: black;
}
.container {
display: grid;
grid-gap: 3px;
grid-template-columns: 1fr;
grid-template-rows: 1fr 6fr 4fr 1fr;
}
header {
text-align: center;
}
main {
background-color: white;
text-align: center;
}
.cards {
display: flex;
justify-content: center;
flex-flow: row wrap;
color: black;
}
.single-card {
border: 1px solid darkgrey;
width: 25%;
margin: 20px;
border-radius: 5px;
box-shadow:
0 2.8px 2.2px rgba(0, 0, 0, 0.034),
0 6.7px 5.3px rgba(0, 0, 0, 0.048),
0 12.5px 10px rgba(0, 0, 0, 0.06),
0 22.3px 17.9px rgba(0, 0, 0, 0.072),
0 41.8px 33.4px rgba(0, 0, 0, 0.086),
0 100px 80px rgba(0, 0, 0, 0.12)
}
.single-card p{
padding: 20px;
text-align: left;
}
.profile {
padding: 20px;
display: grid;
grid-template-columns: 80% 20%;
grid-template-rows: 50% 50%;
grid-template-areas:
"title picture"
"subtitle picture";
text-align: left;
}
.profile h2 {
grid-area: title;
font-size: 22px;
margin: 0;
padding-bottom: 15px;
}
.profile p {
margin: 20px;
font-size: 15px;
padding: 0;
grid-area: subtitle;
margin: 0;
color: darkgrey;
text-align: left;
}
.img-container {
grid-area: picture;
text-align: right;
}
.img-container img {
max-width: 60%;
height: auto;
justify-self: right;
}
.cards p {
font-size: 15px;
margin: 0px;
padding-top: 0px;
}
.container-btn {
display: flex;
justify-content: center;
flex-flow: row wrap;
border-top: 1px solid lightgray;
padding: 20px 0px;
width: 100%;
box-sizing: border-box;
}
.btn1 {
margin: 0;
border: 1px solid limegreen;
background-color: white;
color: limegreen;
width: 45%;
height: 40px;
box-sizing: border-box;
border-radius: 5px 0px 0px 5px; /* top left, top right, bottom right, bottom left */
}
.btn1 a {
text-decoration: none;
color: limegreen;
font-size: 16px;
font-weight: 500;
}
.btn1 a:hover {
text-decoration: underline;
}
.btn2 a {
text-decoration: none;
color: red;
font-size: 16px;
font-weight: 500;
}
.btn2 a:hover {
text-decoration: underline;
}
.btn2 {
margin: 0;
border: 1px solid red;
background-color: white;
color: red;
width: 45%;
height: 40px;
box-sizing: border-box;
border-radius: 0px 5px 5px 0px; /* top left, top right, bottom right, bottom left */
}
.widget-area {
background-color: rgb(199, 229, 255);
text-align: center;
}
footer {
background-color: rgb(247, 221, 255);
text-align: center;
}
@media only screen and (min-width: 768px) {
/* For desktop: */
body {
font-family: helvetica, sans-serif;
color: white;
}
.container {
display: grid;
grid-gap: 3px;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 3fr 3fr 2fr 0.5fr;
grid-template-areas:
"h h m m m m m m m m m m"
"h h m m m m m m m m m m"
"h h w w w w w w w w w w"
"h h f f f f f f f f f f";
}
header {
text-align: center;
grid-area: h;
}
main {
background-color: white;
text-align: center;
grid-area: m;
}
/* rgb(199, 229, 255) */
.widget-area {
background-color: black;
text-align: center;
grid-area: w;
}
footer {
background-color: rgb(247, 221, 255);
text-align: center;
grid-area: f;
}
}
@media only screen and (min-width: 990px) {
/* For extra wide screens: */
body {
font-family: helvetica, sans-serif;
color: white;
}
.container {
height: 100%;
display: grid;
grid-gap: 3px;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 10fr 10fr 2fr 2fr;
grid-template-areas:
"h h m m m m m m m m w w"
"h h m m m m m m m m w w"
"h h m m m m m m m m w w"
"h h f f f f f f f f w w";
}
} | Opdracht_HTML_CSS_Refresher/style.css |
body {
font-family: helvetica, sans-serif;
color: black;
}
h1 {
font-size: 55px;
color: black;
}
.container {
display: grid;
grid-gap: 3px;
grid-template-columns: 1fr;
grid-template-rows: 1fr 6fr 4fr 1fr;
}
header {
text-align: center;
}
main {
background-color: white;
text-align: center;
}
.cards {
display: flex;
justify-content: center;
flex-flow: row wrap;
color: black;
}
.single-card {
border: 1px solid darkgrey;
width: 25%;
margin: 20px;
border-radius: 5px;
box-shadow:
0 2.8px 2.2px rgba(0, 0, 0, 0.034),
0 6.7px 5.3px rgba(0, 0, 0, 0.048),
0 12.5px 10px rgba(0, 0, 0, 0.06),
0 22.3px 17.9px rgba(0, 0, 0, 0.072),
0 41.8px 33.4px rgba(0, 0, 0, 0.086),
0 100px 80px rgba(0, 0, 0, 0.12)
}
.single-card p{
padding: 20px;
text-align: left;
}
.profile {
padding: 20px;
display: grid;
grid-template-columns: 80% 20%;
grid-template-rows: 50% 50%;
grid-template-areas:
"title picture"
"subtitle picture";
text-align: left;
}
.profile h2 {
grid-area: title;
font-size: 22px;
margin: 0;
padding-bottom: 15px;
}
.profile p {
margin: 20px;
font-size: 15px;
padding: 0;
grid-area: subtitle;
margin: 0;
color: darkgrey;
text-align: left;
}
.img-container {
grid-area: picture;
text-align: right;
}
.img-container img {
max-width: 60%;
height: auto;
justify-self: right;
}
.cards p {
font-size: 15px;
margin: 0px;
padding-top: 0px;
}
.container-btn {
display: flex;
justify-content: center;
flex-flow: row wrap;
border-top: 1px solid lightgray;
padding: 20px 0px;
width: 100%;
box-sizing: border-box;
}
.btn1 {
margin: 0;
border: 1px solid limegreen;
background-color: white;
color: limegreen;
width: 45%;
height: 40px;
box-sizing: border-box;
border-radius: 5px 0px 0px 5px; /* top left, top right, bottom right, bottom left */
}
.btn1 a {
text-decoration: none;
color: limegreen;
font-size: 16px;
font-weight: 500;
}
.btn1 a:hover {
text-decoration: underline;
}
.btn2 a {
text-decoration: none;
color: red;
font-size: 16px;
font-weight: 500;
}
.btn2 a:hover {
text-decoration: underline;
}
.btn2 {
margin: 0;
border: 1px solid red;
background-color: white;
color: red;
width: 45%;
height: 40px;
box-sizing: border-box;
border-radius: 0px 5px 5px 0px; /* top left, top right, bottom right, bottom left */
}
.widget-area {
background-color: rgb(199, 229, 255);
text-align: center;
}
footer {
background-color: rgb(247, 221, 255);
text-align: center;
}
@media only screen and (min-width: 768px) {
/* For desktop: */
body {
font-family: helvetica, sans-serif;
color: white;
}
.container {
display: grid;
grid-gap: 3px;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 3fr 3fr 2fr 0.5fr;
grid-template-areas:
"h h m m m m m m m m m m"
"h h m m m m m m m m m m"
"h h w w w w w w w w w w"
"h h f f f f f f f f f f";
}
header {
text-align: center;
grid-area: h;
}
main {
background-color: white;
text-align: center;
grid-area: m;
}
/* rgb(199, 229, 255) */
.widget-area {
background-color: black;
text-align: center;
grid-area: w;
}
footer {
background-color: rgb(247, 221, 255);
text-align: center;
grid-area: f;
}
}
@media only screen and (min-width: 990px) {
/* For extra wide screens: */
body {
font-family: helvetica, sans-serif;
color: white;
}
.container {
height: 100%;
display: grid;
grid-gap: 3px;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 10fr 10fr 2fr 2fr;
grid-template-areas:
"h h m m m m m m m m w w"
"h h m m m m m m m m w w"
"h h m m m m m m m m w w"
"h h f f f f f f f f w w";
}
} | 0.458349 | 0.226206 |
@media screen and (max-width: 650px) and (min-width: 426px){
.time{
height: 100%;
background: none;
border: 1px solid white;
}
#wrapper{
position: absolute;
width:200px;
height:200px;
border-radius:50%;
background:rgba(0,255,255,0.4);
margin-top: 30px;
margin-left: 160px;
text-align: center;
box-shadow:0 0 10px 2px #222;
-webkit-box-shadow:0 0 10px 2px #222;
-moz-box-shadow:0 0 10px 2px #222;
}
#wrapper:before{
position:absolute;
content:"";
display:block;
width:180px;
height:180px;
left:10px;
border-radius:50%;
background: rgba(0, 0, 0, 0.7);
z-index:2;
}
#title{
position:absolute;
width:350px;
height:100px;
top:70px;
left:50%;
margin:0 0 0 -175.5px;
z-index:3;
}
#title h1{
color:#fff;
font-size:30px;
position: relative;
font-family: 'Righteous', cursive;
top: -40px;
font-weight: lighter;
margin: 0px;
text-shadow: 1px 2px 20px #000;
-webkit-text-shadow: 1px 2px 20px #000;
-moz-text-shadow: 1px 2px 20px #000;
}
#timer1{
position:absolute;
width: 190px;
overflow:hidden;
top:100px;
left:62%;
margin:0 0 0 -90px;
z-index:3;
}
.conteiner{
float: left;
}
#timerrr span{
font-size: 20px;
margin: 0px;
color: #fff;
font-family: 'Fira Sans', sans-serif;
text-shadow: 1px 2px 20px #000;
-webkit-text-shadow: 1px 2px 20px #000;
-moz-text-shadow: 1px 2px 20px #000;
}
#timerrr p{
text-align:center;
font-size: 10px;
font-family: 'Fira Sans', sans-serif;
color: #fff;
text-shadow: 1px 2px 20px #000;
-webkit-text-shadow: 1px 2px 20px #000;
-moz-text-shadow: 1px 2px 20px #000;
}
} | css/style15L.css | @media screen and (max-width: 650px) and (min-width: 426px){
.time{
height: 100%;
background: none;
border: 1px solid white;
}
#wrapper{
position: absolute;
width:200px;
height:200px;
border-radius:50%;
background:rgba(0,255,255,0.4);
margin-top: 30px;
margin-left: 160px;
text-align: center;
box-shadow:0 0 10px 2px #222;
-webkit-box-shadow:0 0 10px 2px #222;
-moz-box-shadow:0 0 10px 2px #222;
}
#wrapper:before{
position:absolute;
content:"";
display:block;
width:180px;
height:180px;
left:10px;
border-radius:50%;
background: rgba(0, 0, 0, 0.7);
z-index:2;
}
#title{
position:absolute;
width:350px;
height:100px;
top:70px;
left:50%;
margin:0 0 0 -175.5px;
z-index:3;
}
#title h1{
color:#fff;
font-size:30px;
position: relative;
font-family: 'Righteous', cursive;
top: -40px;
font-weight: lighter;
margin: 0px;
text-shadow: 1px 2px 20px #000;
-webkit-text-shadow: 1px 2px 20px #000;
-moz-text-shadow: 1px 2px 20px #000;
}
#timer1{
position:absolute;
width: 190px;
overflow:hidden;
top:100px;
left:62%;
margin:0 0 0 -90px;
z-index:3;
}
.conteiner{
float: left;
}
#timerrr span{
font-size: 20px;
margin: 0px;
color: #fff;
font-family: 'Fira Sans', sans-serif;
text-shadow: 1px 2px 20px #000;
-webkit-text-shadow: 1px 2px 20px #000;
-moz-text-shadow: 1px 2px 20px #000;
}
#timerrr p{
text-align:center;
font-size: 10px;
font-family: 'Fira Sans', sans-serif;
color: #fff;
text-shadow: 1px 2px 20px #000;
-webkit-text-shadow: 1px 2px 20px #000;
-moz-text-shadow: 1px 2px 20px #000;
}
} | 0.192388 | 0.077727 |
*{
font-family: 'Roboto', sans-serif;
font-color: white;
font-size: 30px;
margin: 0;
padding: 0;
font-size: 100%;
}
html body{
min-height:100vh;
min-width: 250px;
background-repeat: no-repeat;
background-color: #ffffff;
background-image: linear-gradient(45deg, #ffffff 0%, #efe0ed 100%);
}
nav{
line-height: 50px;
min-width: 100%;
background-color: #21D4FD;
background-image: linear-gradient(19deg, #21D4FD 0%, #ff213a 100%);
}
li{
list-style-type: none;
display:inline;
margin: 10px;
}
p{
padding: 5px;
}
a{
color:black;
}
a:active{
color:black;
}
button{
border:none;
position:relative;
height:50px;
min-width: 50px;
margin-left: 10px;
margin-right: 10px;
padding-left: 5px;
padding-right: 5px;
background-color: rgba(0,0,0,0.1);
}
button:focus{
outline:0;
}
#gameover{
max-width: 80%;
margin: 0 auto;
}
#help{
max-width: 50%;
margin: 0 auto;
}
.btn-left{
float:right;
}
.container{
padding-top: 25px;
text-align: center;
max-width: 50%;
margin:0 auto;
}
.overlay{
position:fixed;
top:60px;
bottom:0;
left:0;
right:0;
visibility:hidden;
}
.overlay:target{
visibility:visible;
}
.title{
font-size: 2em;
margin:0px !important;
}
.popup{
text-align: justify;
max-width: 40%;
padding:20px;
margin: 0 auto;
border: black solid 2px;
border-radius: 10px;
background-color: white;
}
.gameElement{
width:calc(80vmin/6);
height:calc(80vmin/6);
border-radius: 200px;
}
.unclicked{
background-color: #b9b5b5;
background-image: linear-gradient(198deg, #b9b5b5 3%, #c4c0c0 41%, #bdbdbd 63%);
}
.blue{
background-color: #21D4FD;
background-image: linear-gradient(19deg, #21D4FD 0%, #2152ff 100%);
}
.red{
background-color: #ff0a00;
background-image: linear-gradient(19deg, #ff0a00 0%, #e28c8c 100%);
}
@media(max-width: 1100px){
.container{
text-align: center;
max-width: 90%;
margin:0 auto;
}
.popup{
min-width: 80%;
margin:0 auto;
}
}
@media(max-width: 800px){
.container{
text-align: center;
max-width: 100%;
margin:0 auto;
}
.popup{
min-width: 100%;
margin:0 auto;
}
} | css/style.css | *{
font-family: 'Roboto', sans-serif;
font-color: white;
font-size: 30px;
margin: 0;
padding: 0;
font-size: 100%;
}
html body{
min-height:100vh;
min-width: 250px;
background-repeat: no-repeat;
background-color: #ffffff;
background-image: linear-gradient(45deg, #ffffff 0%, #efe0ed 100%);
}
nav{
line-height: 50px;
min-width: 100%;
background-color: #21D4FD;
background-image: linear-gradient(19deg, #21D4FD 0%, #ff213a 100%);
}
li{
list-style-type: none;
display:inline;
margin: 10px;
}
p{
padding: 5px;
}
a{
color:black;
}
a:active{
color:black;
}
button{
border:none;
position:relative;
height:50px;
min-width: 50px;
margin-left: 10px;
margin-right: 10px;
padding-left: 5px;
padding-right: 5px;
background-color: rgba(0,0,0,0.1);
}
button:focus{
outline:0;
}
#gameover{
max-width: 80%;
margin: 0 auto;
}
#help{
max-width: 50%;
margin: 0 auto;
}
.btn-left{
float:right;
}
.container{
padding-top: 25px;
text-align: center;
max-width: 50%;
margin:0 auto;
}
.overlay{
position:fixed;
top:60px;
bottom:0;
left:0;
right:0;
visibility:hidden;
}
.overlay:target{
visibility:visible;
}
.title{
font-size: 2em;
margin:0px !important;
}
.popup{
text-align: justify;
max-width: 40%;
padding:20px;
margin: 0 auto;
border: black solid 2px;
border-radius: 10px;
background-color: white;
}
.gameElement{
width:calc(80vmin/6);
height:calc(80vmin/6);
border-radius: 200px;
}
.unclicked{
background-color: #b9b5b5;
background-image: linear-gradient(198deg, #b9b5b5 3%, #c4c0c0 41%, #bdbdbd 63%);
}
.blue{
background-color: #21D4FD;
background-image: linear-gradient(19deg, #21D4FD 0%, #2152ff 100%);
}
.red{
background-color: #ff0a00;
background-image: linear-gradient(19deg, #ff0a00 0%, #e28c8c 100%);
}
@media(max-width: 1100px){
.container{
text-align: center;
max-width: 90%;
margin:0 auto;
}
.popup{
min-width: 80%;
margin:0 auto;
}
}
@media(max-width: 800px){
.container{
text-align: center;
max-width: 100%;
margin:0 auto;
}
.popup{
min-width: 100%;
margin:0 auto;
}
} | 0.247351 | 0.063599 |
.container {
margin: 20px auto;
width: 600px;
padding: 0px 20px 20px 20px;
border: 1px dotted black;
}
th {
text-align: left;
}
@media screen and (max-width: 1100px) {
#vanilla-slideshow .vanilla-slide img {
width: 1200px !important;
float: left;
}
.top-nav .menu-container {
display: table !important;
}
#vanilla-slideshow .vanilla-slide {
background-size: auto 550px !important;
width:auto;
overflow: hidden;
}
#schedule {
background-size: auto 850px;
background-position: 50% 25%;
}
.heading h1 {
font-size: 50px !important;
}
.heading {
width: 300px;
}
#top-nav ul {
float: right !important;
margin: 100px 0 0 0 !important;
position: fixed;
background: rgba(209, 209, 209, 0.9);
box-shadow: 1px 1px 5px rgba(0, 0 , 0, 0.5);
width: 105px;
right:0;
max-width: 0;
transition: all .3s ease-in-out;
overflow: hidden;
padding-top: 5px;
padding-bottom: 5px;
}
#top-nav ul.active {
display:block !important;
max-width: 230px;
padding-top: 5px;
padding-bottom: 5px;
}
#top-nav ul li {
display: block !important;
height: 45px;
float: left;
margin: 10px;
margin-top: 0;
}
.top-nav ul li a {
font-size: 25px;
float:left;
text-align: justify;
height:45px !important;
}
.border-bottom {
display:none;
}
.banner img {
display:none;
}
.banner {
background: $brown;
width:100%;
height:150px;
}
.last-year {
display:none !important;
}
}
@media screen and (max-width: 800px) {
#roster .column li {
width: 100%;
}
#roster .column ul {
margin-top: 33px;
}
.column-wrapper {
width:auto;
}
.time-date {
margin:0;
}
.heading {
font-size: 40px !important;
width: 300px !important;
}
#roster .column {
float:none !important;
display:block !important;
width:100% !important;
height: auto;
}
#roster {
height:auto !important;
position: relative;
}
#vanilla-slideshow .vanilla-slide img {
width: 800px !important;
float: left;
}
.faded {
font-size: 30px !important;
}
.faded span {
font-size:30px !important;
}
.top-nav h1 {
margin: 15px auto 0 auto;
}
.last-year {
margin: 0;
}
.schedule-container {
font-size: 12px;
}
.last-year {
display:none !important;
}
#opener h1 {
font-size: 55px !important;
}
#opener h1 span {
font-size: 25px !important;
}
}
@media screen and (max-width: 600px) {
#top-nav {
top: 0 !important;
position: fixed;
}
.banner {
background-size: auto 150px;
display: none !important;
}
.banner h1 {
font-size: 65px;
display: none !important;
}
.footer {
height: 100%;
}
.footer ul {
margin: 0 !important;
padding-left: 15px !important;
}
.footer-container ul li:first-child {
margin-bottom: 4px !important;
}
.footer-container .footer a {
padding-right: 15px !important;
}
.bounce img {
width:150px !important;
}
.this-year {
display:none !important;
}
.banner h1 {
font-size: 40px !important;
}
#schedule h1 {
font-size: 13px;
}
#roster {
text-align: none;
padding:150px 0;
}
#roster .column li {
width: 100%;
}
.column-wrapper {
width:auto;
}
#roster .column {
float:none !important;
display:block !important;
width:100% !important;
}
#roster {
height:auto !important;
}
.top-nav h1 {
display:none;
}
.last-year {
display:none !important;
}
.schedule-container {
font-size: 9px !important;
}
.time-date {
border:none !important;
}
#opener h1 {
font-size: 35px !important;
-webkit-transform:translateY(-75%)!important;
}
#opener h1 span {
font-size: 20px !important;
}
#contact {
height: 325px;
}
/*Normalize*/
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
display: inline-block;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre-wrap;
}
/**
* Set consistent quote types.
*/
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
* 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.
*/
img {
border: 0;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* 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.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 2 */
margin: 0; /* 3 */
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}
/**
* 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 Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
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"], /* 1 */
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;
}
/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
.schedule-container::-webkit-scrollbar-thumb {
background-color: black;
}
@keyframes swing {
0% {
transform:rotate(15deg);
}
50% {
transform:rotate(-15deg);
}
100% {
transform:rotate(0deg);
}
}
/*
vanillaSlideshow v0.1
(c) <NAME>
https://github.com/DimitriMikadze/vanilla-slideshow
License: MIT
*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
.smug-mug {
position: absolute;
width: 100%;
bottom: 0;
margin-bottom: 100px;
}
.smug-mug a {
margin: 0 auto;
display: block;
width: 150px;
text-decoration: none;
position: relative;
text-transform: uppercase;
color:white;
height: 50px;
border: 2px solid white;
line-height: 50px;
transition: background .2s ease-in-out;
}
.smug-mug a:hover {
background: rgb(255, 196, 35);
}
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #333333;
font-family: 'PT Sans', sans-serif;
}
#gallery {
width: 100%;
height: 750px;
padding: 0;
overflow:hidden;
}
#vanilla-slideshow-container {
width: 100%;
height: 100%;
position: relative;
text-align: center;
}
#vanilla-slideshow .vanilla-slide {
width: 100%;
height: 100%;
background-size: auto 100%;
background-position: 25% 50%;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
#vanilla-slideshow .vanilla-slide.vanilla-active {
opacity: 1;
}
#vanilla-slideshow .vanilla-slide img {
min-height: 100%;
width: 100%;
min-width: 100%;
/*original position => static*/
position: relative;
top: 0;
left: 0;
float:left;
}
/* Arrows */
#vanilla-slideshow-previous {
position: absolute;
left: 10px;
top: 40%;
width: 48px;
height: 50px;
background-position: 0 100%;
cursor: pointer;
opacity: 0.7;
z-index: 5;
display: none;
}
#vanilla-slideshow-next {
position: absolute;
right: 10px;
top: 40%;
width: 48px;
height: 50px;
background-position: 100% 100%;
cursor: pointer;
opacity: 0.7;
z-index: 5;
display: none;
}
#vanilla-slideshow-previous:hover, #vanilla-slideshow-next:hover {
opacity: 1;
}
/* Indicators */
#vanilla-indicators {
display: inline-block;
z-index: 5;
position: absolute;
bottom: 50px;
left:50%;
-webkit-transform:translateX(-50%);
}
.vanilla-indicators {
box-shadow: 0 0 10px #333333;
width: 12px;
height: 12px;
border-radius: 50%;
border: 2px solid #ffffff;
float: left;
margin-right: 3px;
cursor: pointer;
}
.vanilla-indicators:last-child {
margin: 0;
}
.vanilla-indicators.vanilla-active {
background-color: #ffffff;
}
body { margin: 0; padding: 0 0 0 135px 0; max-height: 100%; }
.banner { background-image: url(../elcamino-banner.png); width: 100%; height: 150px; background-size: 100% 150px; }
.banner form { float: right; top: 0 !important; margin: 10px 10px 0 0; position: absolute; right: 0; }
.banner h1 { margin: 0; display: table-cell; vertical-align: middle; font-family: 'Open Sans', sans-serif; font-size: 65px; font-weight: 800; width: 75%; margin: 0 auto; color: white; text-align: center; }
.heading {display: table; height: 100%; width: 75%; margin: 0 auto;}
.top-nav { position: fixed; background: white; margin: 0; height: 100px; width: 100%; z-index: 1; padding: 0;}
.top-nav h1 { position: absolute; font-weight: 800; color: #4a2617; text-shadow: -1px 0 #ffc423, 0 1px #ffc423, 1px 0 #ffc423, 0 -1px #ffc423; -webkit-text-shadow: -1px 0 #ffc423, 0 1px #ffc423, 1px 0 #ffc423, 0 -1px #ffc423; -moz-text-shadow: -1px 0 #ffc423, 0 1px #ffc423, 1px 0 #ffc423, 0 -1px #ffc423; font-family: 'Open Sans', sans-serif;; font-size: 45px; margin-left: 232px; margin-top: 20px; }
.menu-container .menu { display: table-cell !important; vertical-align: middle; margin: 0 8%; cursor: pointer; padding-top:10px;}
.top-nav .menu-container { display:none; height: 100%; float: right; width: 75px;}
.top-nav .logo { position: absolute; width: 150px; margin: 3px 5%; animation-name: swing; animation-duration: 1s; }
.top-nav ul { list-style: none; margin: 0 -6.5%; width: 100%; padding: 33px 0;}
.top-nav ul li { display: inline-block; text-align: center; position: relative; float: right; height: 35px; width: 100px; }
.top-nav ul li .border-bottom { z-index:4; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom: 3px #ffc423 solid; -webkit-transform: translateY(35%); -moz-transform: translateY(35%); -o-transform: translateY(35%); visibility: hidden; -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; }
.top-nav ul li a { font-size: 14px; position: absolute; text-decoration: none; color: #4a2617; display: block; width: 100px; margin: auto 0; height: 100%; padding: 10px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; font-family: 'Open Sans', sans-serif; font-weight: 700; z-index: 100; transition: all .1s ease-in-out; }
.top-nav ul li a:hover { color: #ffc423; }
.top-nav ul li a:hover ~ .border-bottom { -webkit-transform: translateY(0%); -o-transform: translateY(0%); -moz-transform: translateY(0%); visibility: visible; }
.top-nav ul li a:focus { outline: 0; color:#ffc423}
.top-nav ul li a:focus ~ .border-bottom { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); visibility: visible; color: #4a2617; }
.top-nav ul li a:visited ~ .border-bottom { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); visibility: visible; }
.top-nav li:first-child { border-right: none; margin-right: 15px; }
#opener { background-image: url(../elcamino-opener.png); background-size: 100% 100%; padding-top: 0; }
#opener .cover { height: 100%; width: 100%; display: block; position: absolute; background: rgba(209, 209, 209, 0.6); }
#opener .cover h1 { color: #4a2617; font-weight: 800; font-family: 'Open Sans', sans-serif;; font-size: 60px; position: relative; top: 50%; -webkit-transform: translateY(-50%); padding-bottom: 10px; width: 90%; text-shadow: -1px 0 #ffc423, 0 1px #ffc423, 1px 0 #ffc423, 0 -1px #ffc423; }
#opener .cover h1 span { color: #4a2617; font-family: 'Open Sans', sans-serif; font-size: 30px; font-weight: 300; text-shadow: none; }
.main-container { position: relative; height: 550px; width: 100%; padding: 115px 0; z-index: 0; background: lightgray; }
.main-container h1 { font-family: 'Open Sans', sans-serif; font-weight: lighter; letter-spacing: 3px; padding-bottom: 10px; font-size: 50px; width: 50%; margin: 0 auto; text-align: center; font-size: 25px; }
.main-container .fadein { opacity: 0; }
#schedule { width: 100%; height: 550px; background-image: url(../schedule.JPG); background-repeat: no repeat; background-position: 0% 50%; background-size: 100% 850px; }
#schedule span { color: white; }
#schedule h1 { text-align: justify; margin: 50px auto 0 auto; width: 85%; border-bottom: 0; padding-bottom: 5px; color: #ffc423; background: rgba(0, 0, 0, 0.3); padding-left: 7px; padding-top: 5px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
#schedule .schedule-container { width: 85%; height: 440px; background: rgba(255, 255, 255, 0.9); margin: 10px auto; font-size: 12px;}
#schedule .schedule-container ul { height: 100%; width: 100%; margin: 0; padding: 0; overflow: scroll; overflow-x: hidden; }
#schedule .schedule-container ul li { height: 20%; width: 105%; border-bottom: rgba(0, 0, 0, 0.1) 1px solid; list-style: none; margin: 0; float: left; padding: 10px 0 10px 10px; }
#schedule .schedule-container ul li img { height: 100%; width: 100px; float: left; background: white; border: #ffc423 2px solid; }
#schedule .schedule-container ul li .time-date { padding: 0; margin: 0; width: 40%; float: left; display: block; margin: 20px 0 0 15px; border-right: rgba(0, 0, 0, 0.1) solid 1px; }
#schedule .schedule-container ul li .time-date h2 { padding: 0; margin: 0; position: relative; color: #ffc423; font-family: 'Open Sans', sans-serif; font-weight: 600; }
#schedule .schedule-container ul li .time-date h3 { padding: 0; margin: 0; position: relative; color: #4a2617; font-family: 'Open Sans', sans-serif; font-weight: 400; }
#schedule .schedule-container ul li .this-year { float: left; margin: 20px 0 0 3%; }
#schedule .schedule-container ul li .this-year h2 { padding: 0; margin: 0; position: relative; color: #ffc423;font-family: 'Open Sans', sans-serif; font-weight: lighter; }
#schedule .schedule-container ul li .this-year h3 { padding: 0; margin: 0; position: relative; color: #4a2617; font-family: 'Open Sans', sans-serif; font-weight: 400; margin-top: 3px; }
#schedule .schedule-container ul li .last-year { padding: 0; margin: 0; width: 20%; float: left; display: block; margin: 20px 0 0 3%; }
#schedule .schedule-container ul li .last-year h2 { padding: 0; margin: 0; position: relative; color: #ffc423; font-family: 'Open Sans', sans-serif; font-weight: lighter; }
#schedule .schedule-container ul li .last-year h3 { padding: 0; margin: 0; position: relative; color: #4a2617; font-family: 'Open Sans', sans-serif; font-weight: 400; margin-top: 3px; }
#schedule .schedule-container ul li .last-year h3 span, #schedule .schedule-container ul li .this-year h3 span { border: 1px rgba(0, 0, 0, 0.5) solid; padding: 3px; text-align: center; margin-right: 7px; color: #4a2617; }
#schedule .schedule-container ul li:last-child { border: none; }
#roster { background: white; width: 100%; height: 450px; }
#roster .column-wrapper { width: 80%; margin: 0 auto; }
#roster .column-wrapper .column { width: 25%; height: 100%; display: inline-block; margin: 20px auto; padding: 0; float: left; }
#roster .column-wrapper .column h2 { font-family: 'Open Sans', sans-serif; font-weight: 400; padding-bottom: 10px; border-bottom: 1px rgba(0, 0, 0, 0.1) solid; width: 100px; margin: 20px auto; font-size: 25px; letter-spacing: 1px; text-align: center; }
#roster .column-wrapper .column ul { margin: 0; padding: 0; }
#roster .column-wrapper .column ul li { list-style: none; font-family: 'Open Sans', sans-serif; text-align: center; width: 100%; font-size: 20px; font-weight: lighter; margin: 10px auto 0 auto; }
#contact { height: 375px; position: relative;}
#contact h3 { width: 75%; margin: 75px auto; text-align: center; font-weight: Lighter; font-family: 'Open Sans', sans-serif; font-size: 25px; letter-spacing: 3px; }
#contact a:focus { outline: 0; }
#contact div { border: 0; margin: 0 auto; width: 200px; padding: 0; }
#contact img { width: 200px; margin: 0 auto; }
#contact img:hover { -webkit-animation: bounce 1s infinite; }
@keyframes bounce { 0% { top: 0; }
50% { transform: translateY(-25px); top: 140px; }
100% { top: 0; } }
#contact .bounce {text-align: center !important;}
.footer-container { display: table; left: 0; right: 0; height: 135px; width: 100%; margin: 0; padding: 0; height: 125px; background: #4a2617; }
.footer-container .footer { display: table-cell; vertical-align: middle;list-style: none; padding: 0; position: relative; color: white; width: 75%; }
.footer-container ul { list-style: none; margin: 0; width: 50%; position:relative;float: left;}
.footer-container ul li:first-child { font-weight: bold; display: block; margin-bottom: 10px; color: #ffc423; padding: 0;}
.footer-container .footer a { float:right; top: 0; right: 0; position: relative; padding-right: 30px;}
.footer-container .footer a img { width: 50px;}
/*# sourceMappingURL=style.css.map */ | elcaminolax.css | .container {
margin: 20px auto;
width: 600px;
padding: 0px 20px 20px 20px;
border: 1px dotted black;
}
th {
text-align: left;
}
@media screen and (max-width: 1100px) {
#vanilla-slideshow .vanilla-slide img {
width: 1200px !important;
float: left;
}
.top-nav .menu-container {
display: table !important;
}
#vanilla-slideshow .vanilla-slide {
background-size: auto 550px !important;
width:auto;
overflow: hidden;
}
#schedule {
background-size: auto 850px;
background-position: 50% 25%;
}
.heading h1 {
font-size: 50px !important;
}
.heading {
width: 300px;
}
#top-nav ul {
float: right !important;
margin: 100px 0 0 0 !important;
position: fixed;
background: rgba(209, 209, 209, 0.9);
box-shadow: 1px 1px 5px rgba(0, 0 , 0, 0.5);
width: 105px;
right:0;
max-width: 0;
transition: all .3s ease-in-out;
overflow: hidden;
padding-top: 5px;
padding-bottom: 5px;
}
#top-nav ul.active {
display:block !important;
max-width: 230px;
padding-top: 5px;
padding-bottom: 5px;
}
#top-nav ul li {
display: block !important;
height: 45px;
float: left;
margin: 10px;
margin-top: 0;
}
.top-nav ul li a {
font-size: 25px;
float:left;
text-align: justify;
height:45px !important;
}
.border-bottom {
display:none;
}
.banner img {
display:none;
}
.banner {
background: $brown;
width:100%;
height:150px;
}
.last-year {
display:none !important;
}
}
@media screen and (max-width: 800px) {
#roster .column li {
width: 100%;
}
#roster .column ul {
margin-top: 33px;
}
.column-wrapper {
width:auto;
}
.time-date {
margin:0;
}
.heading {
font-size: 40px !important;
width: 300px !important;
}
#roster .column {
float:none !important;
display:block !important;
width:100% !important;
height: auto;
}
#roster {
height:auto !important;
position: relative;
}
#vanilla-slideshow .vanilla-slide img {
width: 800px !important;
float: left;
}
.faded {
font-size: 30px !important;
}
.faded span {
font-size:30px !important;
}
.top-nav h1 {
margin: 15px auto 0 auto;
}
.last-year {
margin: 0;
}
.schedule-container {
font-size: 12px;
}
.last-year {
display:none !important;
}
#opener h1 {
font-size: 55px !important;
}
#opener h1 span {
font-size: 25px !important;
}
}
@media screen and (max-width: 600px) {
#top-nav {
top: 0 !important;
position: fixed;
}
.banner {
background-size: auto 150px;
display: none !important;
}
.banner h1 {
font-size: 65px;
display: none !important;
}
.footer {
height: 100%;
}
.footer ul {
margin: 0 !important;
padding-left: 15px !important;
}
.footer-container ul li:first-child {
margin-bottom: 4px !important;
}
.footer-container .footer a {
padding-right: 15px !important;
}
.bounce img {
width:150px !important;
}
.this-year {
display:none !important;
}
.banner h1 {
font-size: 40px !important;
}
#schedule h1 {
font-size: 13px;
}
#roster {
text-align: none;
padding:150px 0;
}
#roster .column li {
width: 100%;
}
.column-wrapper {
width:auto;
}
#roster .column {
float:none !important;
display:block !important;
width:100% !important;
}
#roster {
height:auto !important;
}
.top-nav h1 {
display:none;
}
.last-year {
display:none !important;
}
.schedule-container {
font-size: 9px !important;
}
.time-date {
border:none !important;
}
#opener h1 {
font-size: 35px !important;
-webkit-transform:translateY(-75%)!important;
}
#opener h1 span {
font-size: 20px !important;
}
#contact {
height: 325px;
}
/*Normalize*/
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
display: inline-block;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre-wrap;
}
/**
* Set consistent quote types.
*/
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
* 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.
*/
img {
border: 0;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* 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.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 2 */
margin: 0; /* 3 */
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}
/**
* 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 Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
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"], /* 1 */
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;
}
/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
.schedule-container::-webkit-scrollbar-thumb {
background-color: black;
}
@keyframes swing {
0% {
transform:rotate(15deg);
}
50% {
transform:rotate(-15deg);
}
100% {
transform:rotate(0deg);
}
}
/*
vanillaSlideshow v0.1
(c) <NAME>
https://github.com/DimitriMikadze/vanilla-slideshow
License: MIT
*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
.smug-mug {
position: absolute;
width: 100%;
bottom: 0;
margin-bottom: 100px;
}
.smug-mug a {
margin: 0 auto;
display: block;
width: 150px;
text-decoration: none;
position: relative;
text-transform: uppercase;
color:white;
height: 50px;
border: 2px solid white;
line-height: 50px;
transition: background .2s ease-in-out;
}
.smug-mug a:hover {
background: rgb(255, 196, 35);
}
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #333333;
font-family: 'PT Sans', sans-serif;
}
#gallery {
width: 100%;
height: 750px;
padding: 0;
overflow:hidden;
}
#vanilla-slideshow-container {
width: 100%;
height: 100%;
position: relative;
text-align: center;
}
#vanilla-slideshow .vanilla-slide {
width: 100%;
height: 100%;
background-size: auto 100%;
background-position: 25% 50%;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
#vanilla-slideshow .vanilla-slide.vanilla-active {
opacity: 1;
}
#vanilla-slideshow .vanilla-slide img {
min-height: 100%;
width: 100%;
min-width: 100%;
/*original position => static*/
position: relative;
top: 0;
left: 0;
float:left;
}
/* Arrows */
#vanilla-slideshow-previous {
position: absolute;
left: 10px;
top: 40%;
width: 48px;
height: 50px;
background-position: 0 100%;
cursor: pointer;
opacity: 0.7;
z-index: 5;
display: none;
}
#vanilla-slideshow-next {
position: absolute;
right: 10px;
top: 40%;
width: 48px;
height: 50px;
background-position: 100% 100%;
cursor: pointer;
opacity: 0.7;
z-index: 5;
display: none;
}
#vanilla-slideshow-previous:hover, #vanilla-slideshow-next:hover {
opacity: 1;
}
/* Indicators */
#vanilla-indicators {
display: inline-block;
z-index: 5;
position: absolute;
bottom: 50px;
left:50%;
-webkit-transform:translateX(-50%);
}
.vanilla-indicators {
box-shadow: 0 0 10px #333333;
width: 12px;
height: 12px;
border-radius: 50%;
border: 2px solid #ffffff;
float: left;
margin-right: 3px;
cursor: pointer;
}
.vanilla-indicators:last-child {
margin: 0;
}
.vanilla-indicators.vanilla-active {
background-color: #ffffff;
}
body { margin: 0; padding: 0 0 0 135px 0; max-height: 100%; }
.banner { background-image: url(../elcamino-banner.png); width: 100%; height: 150px; background-size: 100% 150px; }
.banner form { float: right; top: 0 !important; margin: 10px 10px 0 0; position: absolute; right: 0; }
.banner h1 { margin: 0; display: table-cell; vertical-align: middle; font-family: 'Open Sans', sans-serif; font-size: 65px; font-weight: 800; width: 75%; margin: 0 auto; color: white; text-align: center; }
.heading {display: table; height: 100%; width: 75%; margin: 0 auto;}
.top-nav { position: fixed; background: white; margin: 0; height: 100px; width: 100%; z-index: 1; padding: 0;}
.top-nav h1 { position: absolute; font-weight: 800; color: #4a2617; text-shadow: -1px 0 #ffc423, 0 1px #ffc423, 1px 0 #ffc423, 0 -1px #ffc423; -webkit-text-shadow: -1px 0 #ffc423, 0 1px #ffc423, 1px 0 #ffc423, 0 -1px #ffc423; -moz-text-shadow: -1px 0 #ffc423, 0 1px #ffc423, 1px 0 #ffc423, 0 -1px #ffc423; font-family: 'Open Sans', sans-serif;; font-size: 45px; margin-left: 232px; margin-top: 20px; }
.menu-container .menu { display: table-cell !important; vertical-align: middle; margin: 0 8%; cursor: pointer; padding-top:10px;}
.top-nav .menu-container { display:none; height: 100%; float: right; width: 75px;}
.top-nav .logo { position: absolute; width: 150px; margin: 3px 5%; animation-name: swing; animation-duration: 1s; }
.top-nav ul { list-style: none; margin: 0 -6.5%; width: 100%; padding: 33px 0;}
.top-nav ul li { display: inline-block; text-align: center; position: relative; float: right; height: 35px; width: 100px; }
.top-nav ul li .border-bottom { z-index:4; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom: 3px #ffc423 solid; -webkit-transform: translateY(35%); -moz-transform: translateY(35%); -o-transform: translateY(35%); visibility: hidden; -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; }
.top-nav ul li a { font-size: 14px; position: absolute; text-decoration: none; color: #4a2617; display: block; width: 100px; margin: auto 0; height: 100%; padding: 10px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; font-family: 'Open Sans', sans-serif; font-weight: 700; z-index: 100; transition: all .1s ease-in-out; }
.top-nav ul li a:hover { color: #ffc423; }
.top-nav ul li a:hover ~ .border-bottom { -webkit-transform: translateY(0%); -o-transform: translateY(0%); -moz-transform: translateY(0%); visibility: visible; }
.top-nav ul li a:focus { outline: 0; color:#ffc423}
.top-nav ul li a:focus ~ .border-bottom { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); visibility: visible; color: #4a2617; }
.top-nav ul li a:visited ~ .border-bottom { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); visibility: visible; }
.top-nav li:first-child { border-right: none; margin-right: 15px; }
#opener { background-image: url(../elcamino-opener.png); background-size: 100% 100%; padding-top: 0; }
#opener .cover { height: 100%; width: 100%; display: block; position: absolute; background: rgba(209, 209, 209, 0.6); }
#opener .cover h1 { color: #4a2617; font-weight: 800; font-family: 'Open Sans', sans-serif;; font-size: 60px; position: relative; top: 50%; -webkit-transform: translateY(-50%); padding-bottom: 10px; width: 90%; text-shadow: -1px 0 #ffc423, 0 1px #ffc423, 1px 0 #ffc423, 0 -1px #ffc423; }
#opener .cover h1 span { color: #4a2617; font-family: 'Open Sans', sans-serif; font-size: 30px; font-weight: 300; text-shadow: none; }
.main-container { position: relative; height: 550px; width: 100%; padding: 115px 0; z-index: 0; background: lightgray; }
.main-container h1 { font-family: 'Open Sans', sans-serif; font-weight: lighter; letter-spacing: 3px; padding-bottom: 10px; font-size: 50px; width: 50%; margin: 0 auto; text-align: center; font-size: 25px; }
.main-container .fadein { opacity: 0; }
#schedule { width: 100%; height: 550px; background-image: url(../schedule.JPG); background-repeat: no repeat; background-position: 0% 50%; background-size: 100% 850px; }
#schedule span { color: white; }
#schedule h1 { text-align: justify; margin: 50px auto 0 auto; width: 85%; border-bottom: 0; padding-bottom: 5px; color: #ffc423; background: rgba(0, 0, 0, 0.3); padding-left: 7px; padding-top: 5px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
#schedule .schedule-container { width: 85%; height: 440px; background: rgba(255, 255, 255, 0.9); margin: 10px auto; font-size: 12px;}
#schedule .schedule-container ul { height: 100%; width: 100%; margin: 0; padding: 0; overflow: scroll; overflow-x: hidden; }
#schedule .schedule-container ul li { height: 20%; width: 105%; border-bottom: rgba(0, 0, 0, 0.1) 1px solid; list-style: none; margin: 0; float: left; padding: 10px 0 10px 10px; }
#schedule .schedule-container ul li img { height: 100%; width: 100px; float: left; background: white; border: #ffc423 2px solid; }
#schedule .schedule-container ul li .time-date { padding: 0; margin: 0; width: 40%; float: left; display: block; margin: 20px 0 0 15px; border-right: rgba(0, 0, 0, 0.1) solid 1px; }
#schedule .schedule-container ul li .time-date h2 { padding: 0; margin: 0; position: relative; color: #ffc423; font-family: 'Open Sans', sans-serif; font-weight: 600; }
#schedule .schedule-container ul li .time-date h3 { padding: 0; margin: 0; position: relative; color: #4a2617; font-family: 'Open Sans', sans-serif; font-weight: 400; }
#schedule .schedule-container ul li .this-year { float: left; margin: 20px 0 0 3%; }
#schedule .schedule-container ul li .this-year h2 { padding: 0; margin: 0; position: relative; color: #ffc423;font-family: 'Open Sans', sans-serif; font-weight: lighter; }
#schedule .schedule-container ul li .this-year h3 { padding: 0; margin: 0; position: relative; color: #4a2617; font-family: 'Open Sans', sans-serif; font-weight: 400; margin-top: 3px; }
#schedule .schedule-container ul li .last-year { padding: 0; margin: 0; width: 20%; float: left; display: block; margin: 20px 0 0 3%; }
#schedule .schedule-container ul li .last-year h2 { padding: 0; margin: 0; position: relative; color: #ffc423; font-family: 'Open Sans', sans-serif; font-weight: lighter; }
#schedule .schedule-container ul li .last-year h3 { padding: 0; margin: 0; position: relative; color: #4a2617; font-family: 'Open Sans', sans-serif; font-weight: 400; margin-top: 3px; }
#schedule .schedule-container ul li .last-year h3 span, #schedule .schedule-container ul li .this-year h3 span { border: 1px rgba(0, 0, 0, 0.5) solid; padding: 3px; text-align: center; margin-right: 7px; color: #4a2617; }
#schedule .schedule-container ul li:last-child { border: none; }
#roster { background: white; width: 100%; height: 450px; }
#roster .column-wrapper { width: 80%; margin: 0 auto; }
#roster .column-wrapper .column { width: 25%; height: 100%; display: inline-block; margin: 20px auto; padding: 0; float: left; }
#roster .column-wrapper .column h2 { font-family: 'Open Sans', sans-serif; font-weight: 400; padding-bottom: 10px; border-bottom: 1px rgba(0, 0, 0, 0.1) solid; width: 100px; margin: 20px auto; font-size: 25px; letter-spacing: 1px; text-align: center; }
#roster .column-wrapper .column ul { margin: 0; padding: 0; }
#roster .column-wrapper .column ul li { list-style: none; font-family: 'Open Sans', sans-serif; text-align: center; width: 100%; font-size: 20px; font-weight: lighter; margin: 10px auto 0 auto; }
#contact { height: 375px; position: relative;}
#contact h3 { width: 75%; margin: 75px auto; text-align: center; font-weight: Lighter; font-family: 'Open Sans', sans-serif; font-size: 25px; letter-spacing: 3px; }
#contact a:focus { outline: 0; }
#contact div { border: 0; margin: 0 auto; width: 200px; padding: 0; }
#contact img { width: 200px; margin: 0 auto; }
#contact img:hover { -webkit-animation: bounce 1s infinite; }
@keyframes bounce { 0% { top: 0; }
50% { transform: translateY(-25px); top: 140px; }
100% { top: 0; } }
#contact .bounce {text-align: center !important;}
.footer-container { display: table; left: 0; right: 0; height: 135px; width: 100%; margin: 0; padding: 0; height: 125px; background: #4a2617; }
.footer-container .footer { display: table-cell; vertical-align: middle;list-style: none; padding: 0; position: relative; color: white; width: 75%; }
.footer-container ul { list-style: none; margin: 0; width: 50%; position:relative;float: left;}
.footer-container ul li:first-child { font-weight: bold; display: block; margin-bottom: 10px; color: #ffc423; padding: 0;}
.footer-container .footer a { float:right; top: 0; right: 0; position: relative; padding-right: 30px;}
.footer-container .footer a img { width: 50px;}
/*# sourceMappingURL=style.css.map */ | 0.314261 | 0.115237 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
background-image: linear-gradient(rgba(62, 20, 20, 0.4), rgba(62, 20, 20, 0.4)), url(../img/background01.jpg);
background-size: cover;
background-position: center;
font-family: Lato;
height: 100vh;
color: #555;
font-size: 1.6rem;
}
h1 {
margin-top: 7rem;
color: #ffffff;
text-transform: uppercase;
text-align: center;
letter-spacing: .7rem;
}
.wrapper {
position: relative;
margin: 2rem auto;
display: flex;
width: 90%;
height: 60rem;
background-color: #fff;
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
}
.player-name {
margin-top: 6rem;
font-size: 5rem;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 100;
}
.player-0-panel,
.player-1-panel {
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.player-score {
font-size: 7rem;
font-weight: 100;
color: #EB4D4D;
}
.player-current-box {
background-color: #EB4D4D;
color: #fff;
width: 15rem;
height: 13rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
margin-bottom: 3rem;
}
.dice {
width: 12rem;
box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.10);
}
.active { background-color: #f7f7f7; }
.active .player-name { font-weight: 300; }
.active .player-name::after {
content: '🎲';
font-size: 4rem;
color: #EB4D4D;
}
.player-current-label,
.player-current-score {
text-transform: uppercase;
font-size: 2.5rem;
color: #e0e0e0;
}
.game-control {
height: 100%;
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
top: 0rem;
left: 50%;
transform: translateX(-50%);
}
button {
width: 30rem;
color: #555;
background: none;
border: none;
font-family: Lato;
font-size: 2rem;
text-transform: uppercase;
cursor: pointer;
font-weight: 300;
transition: background-color 0.3s, color 0.3s;
}
.btn-new {
color: #555;
background: none;
cursor: pointer;
margin-top: 3rem;
}
.btn-roll-hold {
height: 13rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
margin-bottom: 3rem;
}
button:hover { font-weight: 600; }
button:hover i { margin-right: 10px; }
button:focus {
outline: none;
}
i {
color: #EB4D4D;
display: inline-block;
font-size: 3rem;
line-height: 1;
letter-spacing: 1rem;
vertical-align: text-top;
transition: margin 0.3s;
}
.winner { background-color: #f7f7f7; }
.winner .player-name { font-weight: 300; color: #EB4D4D; }
@media screen and (max-width: 800px) {
h1 {
font-size: 2.5rem;
letter-spacing: .5rem;
}
.wrapper {
height: 50rem;
}
.player-name {
font-size: 4rem;
}
button {
font-size: 1.5rem;
}
.player-current-box {
height: 10rem;
width: 12rem;
}
.player-current-label,
.player-current-score {
font-size: 2rem;
padding: 1.5rem;
}
.dice {
width: 9rem;
}
.player-score {
font-size: 5rem;
}
i {
font-size: 2rem;
}
.btn-roll-hold {
height: 10rem;
}
}
@media screen and (max-width: 600px) {
h1 {
font-size: 2rem;
letter-spacing: .3rem;
}
.wrapper {
height: 40rem;
}
.player-score {
font-size: 4rem;
}
.player-name {
font-size: 2rem;
}
button {
font-size: 1.2rem;
}
.player-current-box {
height: 8rem;
width: 10rem;
}
.btn-roll-hold {
height: 8rem;
}
.player-current-label,
.player-current-score {
font-size: 1.6rem;
padding: 1rem;
}
.dice {
width: 6rem;
}
.active .player-name::after {
font-size: 2rem;
}
i {
font-size: 1.5rem;
}
} | assets/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
background-image: linear-gradient(rgba(62, 20, 20, 0.4), rgba(62, 20, 20, 0.4)), url(../img/background01.jpg);
background-size: cover;
background-position: center;
font-family: Lato;
height: 100vh;
color: #555;
font-size: 1.6rem;
}
h1 {
margin-top: 7rem;
color: #ffffff;
text-transform: uppercase;
text-align: center;
letter-spacing: .7rem;
}
.wrapper {
position: relative;
margin: 2rem auto;
display: flex;
width: 90%;
height: 60rem;
background-color: #fff;
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
}
.player-name {
margin-top: 6rem;
font-size: 5rem;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 100;
}
.player-0-panel,
.player-1-panel {
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.player-score {
font-size: 7rem;
font-weight: 100;
color: #EB4D4D;
}
.player-current-box {
background-color: #EB4D4D;
color: #fff;
width: 15rem;
height: 13rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
margin-bottom: 3rem;
}
.dice {
width: 12rem;
box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.10);
}
.active { background-color: #f7f7f7; }
.active .player-name { font-weight: 300; }
.active .player-name::after {
content: '🎲';
font-size: 4rem;
color: #EB4D4D;
}
.player-current-label,
.player-current-score {
text-transform: uppercase;
font-size: 2.5rem;
color: #e0e0e0;
}
.game-control {
height: 100%;
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
top: 0rem;
left: 50%;
transform: translateX(-50%);
}
button {
width: 30rem;
color: #555;
background: none;
border: none;
font-family: Lato;
font-size: 2rem;
text-transform: uppercase;
cursor: pointer;
font-weight: 300;
transition: background-color 0.3s, color 0.3s;
}
.btn-new {
color: #555;
background: none;
cursor: pointer;
margin-top: 3rem;
}
.btn-roll-hold {
height: 13rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
margin-bottom: 3rem;
}
button:hover { font-weight: 600; }
button:hover i { margin-right: 10px; }
button:focus {
outline: none;
}
i {
color: #EB4D4D;
display: inline-block;
font-size: 3rem;
line-height: 1;
letter-spacing: 1rem;
vertical-align: text-top;
transition: margin 0.3s;
}
.winner { background-color: #f7f7f7; }
.winner .player-name { font-weight: 300; color: #EB4D4D; }
@media screen and (max-width: 800px) {
h1 {
font-size: 2.5rem;
letter-spacing: .5rem;
}
.wrapper {
height: 50rem;
}
.player-name {
font-size: 4rem;
}
button {
font-size: 1.5rem;
}
.player-current-box {
height: 10rem;
width: 12rem;
}
.player-current-label,
.player-current-score {
font-size: 2rem;
padding: 1.5rem;
}
.dice {
width: 9rem;
}
.player-score {
font-size: 5rem;
}
i {
font-size: 2rem;
}
.btn-roll-hold {
height: 10rem;
}
}
@media screen and (max-width: 600px) {
h1 {
font-size: 2rem;
letter-spacing: .3rem;
}
.wrapper {
height: 40rem;
}
.player-score {
font-size: 4rem;
}
.player-name {
font-size: 2rem;
}
button {
font-size: 1.2rem;
}
.player-current-box {
height: 8rem;
width: 10rem;
}
.btn-roll-hold {
height: 8rem;
}
.player-current-label,
.player-current-score {
font-size: 1.6rem;
padding: 1rem;
}
.dice {
width: 6rem;
}
.active .player-name::after {
font-size: 2rem;
}
i {
font-size: 1.5rem;
}
} | 0.641422 | 0.114839 |
.hero-container {
display: flex;
max-width: 100%;
height: auto;
z-index: -3;
}
.left-side {
width: 50%;
z-index: -3;
}
.left-side-dog{
position: relative;
height: 576px;
float: right;
/* grid-area: 1 / 2 / span 2 / span 1; */
}
.right-side{
position: relative;
width: 50%;
display: grid;
grid-template-rows: 30% auto auto auto 30%;
grid-template-columns: auto;
/* background-color: var(--primary-clr); */
/* padding-left: 30px; */
/* border-left: 30px solid var(--primary-clr);; */
padding-left: 10%;
}
/* .right-side-dog{
float: right;
margin-right: 50px;
height: 576px;
} */
.right-side-text {
font-family: var(--ff-tertiary);
display: block;
grid-row: 2 / span 1;
/* color: var(--accent-color-1); */
color: var(--accent-color-2);;
font-weight: 600;
font-size: var(--hero);
}
.right-side-subtext {
/* color:rgba(29, 10, 10, 0.9); */
padding: 15px 0 15px 0;
grid-row: 3 /span 1;
color: var(--inactive-txt-clr);
font-size: var(--h2);
font-family: var(--ff-secondary);
z-index: 100;
}
.signup-button {
width: 195px;
height: 62px;
background-color: var(--primary-clr);
color: var(--reversed-txt-clr);
box-shadow: var(--elevation-1);
border: none;
border-radius: 7.5px;
cursor: pointer;
}
.signup-button span h3{
font-weight: 600;
}
.find-friend-button {
margin: 20px 0px 0px 50px;
width: 195px;
height: 62px;
cursor: default;
background-color: var(--reversed-txt-clr);
color: var(--accent-color-2);
border: 2px solid var(--accent-color-2);
border-radius: 7.5px;
cursor: pointer;
transition: .15s ease-in-out;
font-size: var(--h2);
}
.signup-button:hover, .find-friend-button:hover{
transition: 0.15s;
transform: translateY(-4px);
}
.find-friend-button:hover{
color:var(--reversed-txt-clr);
background-color: var(--accent-color-2);
}
/* button span {
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 28px;
}*/
.button-container{
grid-row: 4 / span 1;
z-index: 100;
}
/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
}
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
}
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
}
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {
.right-side{
grid-template-rows: 30% 20% auto;
grid-template-columns: auto;
padding: 10% 2% 2% 2%;
}
.right-side-text {
grid-row: 1 / span 1;
}
.right-side-subtext {
grid-row: 2 /span 1;
margin-top: 8%;
}
.button-container{
grid-row: 3 / span 1;
margin-top: 15%;
}
.find-friend-button {
margin: 2% 0 0 2%;
width: 45%;
font-size: medium;
}
.signup-button {
grid-row: 3 / span 1;
width: 45%;
font-size: medium;
}
}
/* ----------- Responsive ----------- */
/* Medium Size */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
.right-side{
grid-template-rows: 30% 20% auto;
grid-template-columns: auto;
padding: 10% 2% 2% 2%;
}
.right-side-text {
grid-row: 1 / span 1;
}
.right-side-subtext {
grid-row: 2 /span 1;
margin-top: 8%;
}
.button-container{
grid-row: 3 / span 1;
margin-top: 15%;
}
.find-friend-button {
margin: 2% 0 0 2%;
width: 45%;
}
.signup-button {
grid-row: 3 / span 1;
width: 45%;
}
}
/* Small Size */
@media only screen and (min-width: 360px) and (max-width: 768px) {
.right-side{
width: 70%;
grid-template-rows: auto 20% 20%;
grid-template-columns: auto;
padding: 10% 2% 2% 2%;
}
.left-side {
width: 30%;
z-index: -3;
}
.right-side-text {
grid-row: 1 / span 1;
}
.right-side-subtext {
grid-row: 2 /span 1;
padding-top: 0 !important;
/* margin-top: 8%; */
}
.button-container{
grid-row: 3 / span 1;
/* margin-top: 15%; */
}
.find-friend-button {
margin: 2% 0 0 2%;
/* font-size: medium; */
width: 49%;
padding: 0;
}
.signup-button {
grid-row: 3 / span 1;
width: 49%;
background-color: var(--accent-color-2);
}
} | application/frontend/src/components/Hero/HeroContainer.module.css | .hero-container {
display: flex;
max-width: 100%;
height: auto;
z-index: -3;
}
.left-side {
width: 50%;
z-index: -3;
}
.left-side-dog{
position: relative;
height: 576px;
float: right;
/* grid-area: 1 / 2 / span 2 / span 1; */
}
.right-side{
position: relative;
width: 50%;
display: grid;
grid-template-rows: 30% auto auto auto 30%;
grid-template-columns: auto;
/* background-color: var(--primary-clr); */
/* padding-left: 30px; */
/* border-left: 30px solid var(--primary-clr);; */
padding-left: 10%;
}
/* .right-side-dog{
float: right;
margin-right: 50px;
height: 576px;
} */
.right-side-text {
font-family: var(--ff-tertiary);
display: block;
grid-row: 2 / span 1;
/* color: var(--accent-color-1); */
color: var(--accent-color-2);;
font-weight: 600;
font-size: var(--hero);
}
.right-side-subtext {
/* color:rgba(29, 10, 10, 0.9); */
padding: 15px 0 15px 0;
grid-row: 3 /span 1;
color: var(--inactive-txt-clr);
font-size: var(--h2);
font-family: var(--ff-secondary);
z-index: 100;
}
.signup-button {
width: 195px;
height: 62px;
background-color: var(--primary-clr);
color: var(--reversed-txt-clr);
box-shadow: var(--elevation-1);
border: none;
border-radius: 7.5px;
cursor: pointer;
}
.signup-button span h3{
font-weight: 600;
}
.find-friend-button {
margin: 20px 0px 0px 50px;
width: 195px;
height: 62px;
cursor: default;
background-color: var(--reversed-txt-clr);
color: var(--accent-color-2);
border: 2px solid var(--accent-color-2);
border-radius: 7.5px;
cursor: pointer;
transition: .15s ease-in-out;
font-size: var(--h2);
}
.signup-button:hover, .find-friend-button:hover{
transition: 0.15s;
transform: translateY(-4px);
}
.find-friend-button:hover{
color:var(--reversed-txt-clr);
background-color: var(--accent-color-2);
}
/* button span {
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 28px;
}*/
.button-container{
grid-row: 4 / span 1;
z-index: 100;
}
/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
}
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
}
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
}
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {
.right-side{
grid-template-rows: 30% 20% auto;
grid-template-columns: auto;
padding: 10% 2% 2% 2%;
}
.right-side-text {
grid-row: 1 / span 1;
}
.right-side-subtext {
grid-row: 2 /span 1;
margin-top: 8%;
}
.button-container{
grid-row: 3 / span 1;
margin-top: 15%;
}
.find-friend-button {
margin: 2% 0 0 2%;
width: 45%;
font-size: medium;
}
.signup-button {
grid-row: 3 / span 1;
width: 45%;
font-size: medium;
}
}
/* ----------- Responsive ----------- */
/* Medium Size */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
.right-side{
grid-template-rows: 30% 20% auto;
grid-template-columns: auto;
padding: 10% 2% 2% 2%;
}
.right-side-text {
grid-row: 1 / span 1;
}
.right-side-subtext {
grid-row: 2 /span 1;
margin-top: 8%;
}
.button-container{
grid-row: 3 / span 1;
margin-top: 15%;
}
.find-friend-button {
margin: 2% 0 0 2%;
width: 45%;
}
.signup-button {
grid-row: 3 / span 1;
width: 45%;
}
}
/* Small Size */
@media only screen and (min-width: 360px) and (max-width: 768px) {
.right-side{
width: 70%;
grid-template-rows: auto 20% 20%;
grid-template-columns: auto;
padding: 10% 2% 2% 2%;
}
.left-side {
width: 30%;
z-index: -3;
}
.right-side-text {
grid-row: 1 / span 1;
}
.right-side-subtext {
grid-row: 2 /span 1;
padding-top: 0 !important;
/* margin-top: 8%; */
}
.button-container{
grid-row: 3 / span 1;
/* margin-top: 15%; */
}
.find-friend-button {
margin: 2% 0 0 2%;
/* font-size: medium; */
width: 49%;
padding: 0;
}
.signup-button {
grid-row: 3 / span 1;
width: 49%;
background-color: var(--accent-color-2);
}
} | 0.366363 | 0.124719 |
@keyframes moveAni{
0%{
left:0;
}
25%{
left:-5%;
}
75%{
left:5%;
}
100%{
left:0;
}
}
@-webkit-keyframes moveAni{
0%{
left:0;
}
25%{
left:-5%;
}
75%{
left:5%;
}
100%{
left:0;
}
}
.moveAniAct{
-webkit-animation: moveAni 10s linear infinite;
-moz-animation: moveAni 10s linear infinite;
-o-animation: moveAni 10s linear infinite;
animation: moveAni 10s linear infinite;
}
/* Padding below the footer and lighter body text */
.btn-orange{
color: #FA6C17;
border-color: #FA6C17;
}
.btn-orange:hover{
color: #fff;
background-color: #FA6C17;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar {
margin-bottom: 0;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
height: 500px;
margin-bottom: 120px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
z-index: 10;
top:30%;
}
/* Declare heights because of positioning of img element */
.carousel .item {
width:100%;
height: 500px;
background-color: #777;
overflow:hidden;
}
.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 500px;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
/*三个图片*/
.intro dl dd>div{
margin-top: 2rem;
margin-bottom: 1rem;
}
.intro img{
width: 100%;
}
.intro dl dd>div span{
display: inline-block;
padding:2px 5px;
margin-bottom: .5rem;
font-size: 1.8rem;
}
.orangered{
color: #fff;
background-color: #FA6C17;
}
.intro dl dd>p{
font-size: 1.5rem;
color: #cacaca;
}.intro dl dd p a{
font-size: 1.4rem;
}
.marketing .intro .col-lg-4 {
margin-bottom: 20px;
}
.marketing .intro p {
margin-bottom: .5rem;
}
dl dd .public-btn a {
padding:10px 20px !important;
}
/*about*/
.about{
padding:7rem 0;
background: url(../images/about.png) no-repeat center;
}
.about .public-title div{
border-color: #fff;
}
.about p{
line-height: 2rem;
}
/*case*/
.case .text-center{
padding: 0 2px;
}
.case dl{
margin-left:auto;
margin-right: auto;
}
.case dl dt{
position: relative;
}
.case dl dt img{
width: 100%;
}
.case dl dt>div.case-bg{
position: absolute;
top:0;
left:0;
right: 0;
bottom: 0;
background-color:rgba(250,108,23,.7);
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.case dl dt>div.case-bg .circle{
width: 50px;
height:50px;
border-radius: 50%;
opacity: 1;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.case dl dt>div.case-bg .circle>span{
color:#FA6C17;
}
.case dl dd{
font-weight: bold;
font-size: .9rem;
margin:1.5rem 0;
}
.case dl dd .btn{
font-size: .9rem;
}
/*Team*/
.team{
padding: 50px 0;
background: url(../images/team_back.png) no-repeat center;
background-size: cover;
}
.team .public-title h5{
color: #fff;
}
.team .public-title div {
border-color: #fff;
}
.team dl{
width: 260px;
margin:0 auto;
margin-bottom: 20px;
}
.team dl dd{
background-color: #fff;
}
.team dl dd h4{
margin: 0;
color: #000;
padding-top: 20px;
font-family: "微软雅黑";
font-weight: bold;
}
.team dl dd p{
padding:10px 0;
color:#666666;
/*font-weight: bold;*/
}
.team dl dd p>span{
color: #FA6C17;
}
/*talking*/
.talking{
padding-top: 3rem;
}
.talking-title{
margin-bottom: 2rem;
padding-bottom: .5rem;
overflow: hidden;
/* position: relative; */
/* border-bottom: 1px solid #ccc; */
display: flex;
justify-content: flex-start;
align-items: center;
}
.divide{
content:'';
display: block;
height: 1px;
width:100%;
background-color: #efefef;
}
/*.talking-title>span{
position: absolute;
left: 0;
background-color: #fff;
} */
.talking-title b{
font-size: 18px;
/* background-color: white; */
white-space: nowrap;
}
.talking-title span{
display: inline-block;
margin: 0 .5rem;
font-size: 10px;
color: #ABABAB;
white-space: nowrap;
/* background-color: white; */
/* z-index: 10; */
}
.talking dl{
margin-bottom: 4rem;
}
.talking dl dt img{
width: 100%;
/*height: 270px;*/
}
.talking dl dd h4{
margin-top: 0;
font-weight: bold;
margin-bottom: 2rem;
padding:10px 15px;
}
.talking dl dd p:after{
content: "";
display: block;
clear: both;
}
.talking dl dd a.btn{
width:150px;
line-height: 1rem;
margin-top:2rem;
margin-right: .5rem;
}
.talking dl dd span.date{
background: url(../images/date_ico.png) no-repeat left;
}
.talking dl dd span.concern{
background: url(../images/concern_ico.png) no-repeat left;
}
.talking dl dd i.zan{
background: url(../images/zan_ico.png) no-repeat center;
}
.talking dl dd i.zan-tab{
background: url(../images/zan_tab_ico.png) no-repeat center;
}
.talking dl dd i.share{
background: url(../images/share_ico.png) no-repeat center;
}
.talking dl dd span.pull-left{
margin-right: 2rem;
padding-left: 2.5rem;
}
.talking dl dd i.pull-right{
width:16px;
height: 16px;
margin-left: 2rem;
}
.talking .activity .talking-title{
margin-bottom: 25px;
margin-left: 0;
margin-right: 0;
}
.talking .activity dl{
margin-bottom: 2rem;
}
.talking .activity .reds{
margin-bottom: 1.5rem;
}
.talking dl dd a.btn-info{
width: 100%;
line-height: 3rem;
margin-right: 0;
margin-top:3rem;
font-size: 2.5rem;
background-color: #00a9ec;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
}
/* fen xiang */
#bdshare>a{
height: 22px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
.intro{
text-align: center;
}
/* Carousel base class */
/* .carousel {
height: 300px;
} */
/* Declare heights because of positioning of img element */
/* .carousel .item {
height: 300px;
} */
/* .carousel-inner > .item > img {
height: 300px;
} */
.carousel-caption{
top:23%;
}
.intro{
text-align: center;
}
.intro img{
width: 100%;
}
.case dl{
width: 285px;
}
.talking dl dt img {
width: 100%;
height: 100%;
}
}
@media (min-width: 768px) {
.intro{
text-align: center;
}
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 20px;
font-size: 21px;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
/* .carousel {
height: 500px;
}
.carousel .item {
height: 500px;
}
.carousel-inner > .item > img {
height: 500px;
} */
.carousel-caption{
top:30%;
}
.intro{
text-align: center;
}
.intro img{
width: 350px;
}
.case dl{
width: auto;
}
.talking .activity .reds{
margin-bottom: 25px;
}
}
@media (min-width: 992px){
.intro{
text-align: left;
}
.intro img{
width: 100%;
}
.case dl{
width: 285px;
}
.talking dl dd a.btn-orange{
width: 125px;
}
.talking dl dd i.pull-right{
margin-left: 1rem;
}
.talking .activity .reds{
margin-bottom: 1.8rem;
}
}
@media (min-width: 1200px){
/* .carousel {
height: 974px;
}
.carousel .item {
height: 974px;
}
.carousel-inner > .item > img {
height: 974px;
} */
.intro{
text-align: left;
}
.intro img{
width: 100%;
}
.case dl dt img{
width: 100%;
}
.case dl{
width: auto;
}
.talking dl dd a.btn-orange{
width: 150px;
}
.talking dl dd i.pull-right{
margin-left: 2rem;
}
.talking .activity .reds{
margin-bottom: 1.5rem;
}
} | public/static/astu/css/index.css | @keyframes moveAni{
0%{
left:0;
}
25%{
left:-5%;
}
75%{
left:5%;
}
100%{
left:0;
}
}
@-webkit-keyframes moveAni{
0%{
left:0;
}
25%{
left:-5%;
}
75%{
left:5%;
}
100%{
left:0;
}
}
.moveAniAct{
-webkit-animation: moveAni 10s linear infinite;
-moz-animation: moveAni 10s linear infinite;
-o-animation: moveAni 10s linear infinite;
animation: moveAni 10s linear infinite;
}
/* Padding below the footer and lighter body text */
.btn-orange{
color: #FA6C17;
border-color: #FA6C17;
}
.btn-orange:hover{
color: #fff;
background-color: #FA6C17;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar {
margin-bottom: 0;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
height: 500px;
margin-bottom: 120px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
z-index: 10;
top:30%;
}
/* Declare heights because of positioning of img element */
.carousel .item {
width:100%;
height: 500px;
background-color: #777;
overflow:hidden;
}
.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 500px;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
/*三个图片*/
.intro dl dd>div{
margin-top: 2rem;
margin-bottom: 1rem;
}
.intro img{
width: 100%;
}
.intro dl dd>div span{
display: inline-block;
padding:2px 5px;
margin-bottom: .5rem;
font-size: 1.8rem;
}
.orangered{
color: #fff;
background-color: #FA6C17;
}
.intro dl dd>p{
font-size: 1.5rem;
color: #cacaca;
}.intro dl dd p a{
font-size: 1.4rem;
}
.marketing .intro .col-lg-4 {
margin-bottom: 20px;
}
.marketing .intro p {
margin-bottom: .5rem;
}
dl dd .public-btn a {
padding:10px 20px !important;
}
/*about*/
.about{
padding:7rem 0;
background: url(../images/about.png) no-repeat center;
}
.about .public-title div{
border-color: #fff;
}
.about p{
line-height: 2rem;
}
/*case*/
.case .text-center{
padding: 0 2px;
}
.case dl{
margin-left:auto;
margin-right: auto;
}
.case dl dt{
position: relative;
}
.case dl dt img{
width: 100%;
}
.case dl dt>div.case-bg{
position: absolute;
top:0;
left:0;
right: 0;
bottom: 0;
background-color:rgba(250,108,23,.7);
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.case dl dt>div.case-bg .circle{
width: 50px;
height:50px;
border-radius: 50%;
opacity: 1;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.case dl dt>div.case-bg .circle>span{
color:#FA6C17;
}
.case dl dd{
font-weight: bold;
font-size: .9rem;
margin:1.5rem 0;
}
.case dl dd .btn{
font-size: .9rem;
}
/*Team*/
.team{
padding: 50px 0;
background: url(../images/team_back.png) no-repeat center;
background-size: cover;
}
.team .public-title h5{
color: #fff;
}
.team .public-title div {
border-color: #fff;
}
.team dl{
width: 260px;
margin:0 auto;
margin-bottom: 20px;
}
.team dl dd{
background-color: #fff;
}
.team dl dd h4{
margin: 0;
color: #000;
padding-top: 20px;
font-family: "微软雅黑";
font-weight: bold;
}
.team dl dd p{
padding:10px 0;
color:#666666;
/*font-weight: bold;*/
}
.team dl dd p>span{
color: #FA6C17;
}
/*talking*/
.talking{
padding-top: 3rem;
}
.talking-title{
margin-bottom: 2rem;
padding-bottom: .5rem;
overflow: hidden;
/* position: relative; */
/* border-bottom: 1px solid #ccc; */
display: flex;
justify-content: flex-start;
align-items: center;
}
.divide{
content:'';
display: block;
height: 1px;
width:100%;
background-color: #efefef;
}
/*.talking-title>span{
position: absolute;
left: 0;
background-color: #fff;
} */
.talking-title b{
font-size: 18px;
/* background-color: white; */
white-space: nowrap;
}
.talking-title span{
display: inline-block;
margin: 0 .5rem;
font-size: 10px;
color: #ABABAB;
white-space: nowrap;
/* background-color: white; */
/* z-index: 10; */
}
.talking dl{
margin-bottom: 4rem;
}
.talking dl dt img{
width: 100%;
/*height: 270px;*/
}
.talking dl dd h4{
margin-top: 0;
font-weight: bold;
margin-bottom: 2rem;
padding:10px 15px;
}
.talking dl dd p:after{
content: "";
display: block;
clear: both;
}
.talking dl dd a.btn{
width:150px;
line-height: 1rem;
margin-top:2rem;
margin-right: .5rem;
}
.talking dl dd span.date{
background: url(../images/date_ico.png) no-repeat left;
}
.talking dl dd span.concern{
background: url(../images/concern_ico.png) no-repeat left;
}
.talking dl dd i.zan{
background: url(../images/zan_ico.png) no-repeat center;
}
.talking dl dd i.zan-tab{
background: url(../images/zan_tab_ico.png) no-repeat center;
}
.talking dl dd i.share{
background: url(../images/share_ico.png) no-repeat center;
}
.talking dl dd span.pull-left{
margin-right: 2rem;
padding-left: 2.5rem;
}
.talking dl dd i.pull-right{
width:16px;
height: 16px;
margin-left: 2rem;
}
.talking .activity .talking-title{
margin-bottom: 25px;
margin-left: 0;
margin-right: 0;
}
.talking .activity dl{
margin-bottom: 2rem;
}
.talking .activity .reds{
margin-bottom: 1.5rem;
}
.talking dl dd a.btn-info{
width: 100%;
line-height: 3rem;
margin-right: 0;
margin-top:3rem;
font-size: 2.5rem;
background-color: #00a9ec;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
}
/* fen xiang */
#bdshare>a{
height: 22px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
.intro{
text-align: center;
}
/* Carousel base class */
/* .carousel {
height: 300px;
} */
/* Declare heights because of positioning of img element */
/* .carousel .item {
height: 300px;
} */
/* .carousel-inner > .item > img {
height: 300px;
} */
.carousel-caption{
top:23%;
}
.intro{
text-align: center;
}
.intro img{
width: 100%;
}
.case dl{
width: 285px;
}
.talking dl dt img {
width: 100%;
height: 100%;
}
}
@media (min-width: 768px) {
.intro{
text-align: center;
}
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 20px;
font-size: 21px;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
/* .carousel {
height: 500px;
}
.carousel .item {
height: 500px;
}
.carousel-inner > .item > img {
height: 500px;
} */
.carousel-caption{
top:30%;
}
.intro{
text-align: center;
}
.intro img{
width: 350px;
}
.case dl{
width: auto;
}
.talking .activity .reds{
margin-bottom: 25px;
}
}
@media (min-width: 992px){
.intro{
text-align: left;
}
.intro img{
width: 100%;
}
.case dl{
width: 285px;
}
.talking dl dd a.btn-orange{
width: 125px;
}
.talking dl dd i.pull-right{
margin-left: 1rem;
}
.talking .activity .reds{
margin-bottom: 1.8rem;
}
}
@media (min-width: 1200px){
/* .carousel {
height: 974px;
}
.carousel .item {
height: 974px;
}
.carousel-inner > .item > img {
height: 974px;
} */
.intro{
text-align: left;
}
.intro img{
width: 100%;
}
.case dl dt img{
width: 100%;
}
.case dl{
width: auto;
}
.talking dl dd a.btn-orange{
width: 150px;
}
.talking dl dd i.pull-right{
margin-left: 2rem;
}
.talking .activity .reds{
margin-bottom: 1.5rem;
}
} | 0.285372 | 0.097262 |
* Application.css
*
* application-wide style standards, mostly related to html elements but also layouts
*/
/**
* TABLE OF CONTENTS
*
* =BODY
* =TITLES
* =FORMS
* =PRE/CODE
* =LINKS
* =LISTS
* =PARAGRAPHS
* =TABLES
* =HELPER_CLASSES
* =LAYOUTS
* ==APPLICATION
* ==IN PLAN
* ==PARTIALS
* ===PLAN_NAV
* =FLOAT CLEARING
* ==COMPLIANT FLOAT CLEARING
* ==IE7 FLOAT CLEARING HACK STANDARDS
*/
/**
* =BODY
*/
*{
font-family: Arial, Helvetica, sans-serif;
line-height: 1;
}
/*html {
height: 100%;
}*/
/**
* =TITLES
**/
h1, h2, h3, h4 {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: 500;
}
h1{
font-size: 24px;
font-weight: normal;
}
h2{
font-size: 22px;
font-weight: 300;
}
h3{
font-size:14px;
margin-bottom:0.5em;
}
/*
h2 span {
font-weight:700;
}
.heading {
border-bottom:1px solid #CCCCCC;
margin:10px 0;
padding:0 0 10px;
}
.heading h1 {
border:0;
color:#E57700;
margin:0;
padding:0;
}*/
/**
* =FORMS
**/
input,
button {
font-family: Arial, Helvetica, sans-serif;
}
input,
select,
button,
textarea {
/* this allows you to declare a size regardless of padding and border attributes */
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
}
input:focus,
textarea:focus {
border-color: #78D2F0;
background-color: #ECF4F9;
box-shadow: inset 0 0 3px #78D2F0;
-moz-box-shadow: inset 0 0 3px #78D2F0;
-webkit-box-shadow: inset 0 0 3px #78D2F0;
-o-box-shadow: inset 0 0 3px #78D2F0;
}
label {
display:block;
font-size: 12px;
margin-bottom: 5px;
}
input[disabled],input:disabled{
opacity: 0.8;
background-color: #eee;
color: #666;
cursor: default;
}
select {
outline: none;
margin: 1px 0;
*margin: 2px 0;
padding: 2px 4px;
width: 250px;
}
textarea {
width: 100%;
*width: 99%;
overflow: auto;
*padding: 0;
resize: none;
}
button a {
color: #FFF;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="url"],
textarea {
border: 1px solid #CCC;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.199219);
-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.199219);
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.199219);
display: inline;
font-size: 12px;
outline: none;
padding: 4px;
}
input[type="text"],
input[type="url"],
input[type="password"] {
width: 250px;
}
input[type="radio"],
input[type="checkbox"]{
margin: 4px;
}
button[disabled] {
opacity: 0.5;
}
.inline_checkbox_row {
display: inline-block;
margin-top: 10px;
margin-left: 5px;
}
.inline_checkbox_row input{float:left; margin: 0; margin-right: 3px;}
.inline_checkbox_row label{ white-space: nowrap; }
/**
* =LINKS
**/
a{
color: #1F66BD;
cursor: pointer;
text-decoration: none;
}
a:hover{
color: #2980EC;
}
/*
a.icon {
background-repeat: no-repeat;
background-position: left center;
display: inline-block;
padding: 3px 3px 3px 21px;
line-height: 16px;
color: #333;
font-size: 12px;
height: auto;
width: auto;
margin-right: 10px;
zoom: 1;
*display: inline;
vertical-align: top;
}
a.delete_link {
}
a.edit_link {
}
a.add_link {
}
a.arrow_link {
}
a.delete_parent {
display: block;
height: 16px;
width: 16px;
cursor: pointer;
}
*/
/**
* =LISTS
**/
ul{
float: left;
}
li{
float: left;
list-style: none;
}
/**
* =PARAGRAPHS
*/
/*
p {
line-height: 130%;
margin-bottom: 10px;
}
*/
/**
* =TABLES
**/
table{
border-collapse: collapse;
}
table th{
text-align: left;
}
table td {
vertical-align: middle;
}
/*
table {
width:100%;
}
th, td {
border-collapse:collapse;
border:1px solid #CCC;
color:#333333;
padding:8px 10px;
vertical-align:top;
}
th {
background-color:#EEEEEE;
font-weight:bold;
}
*/
/**
* =HELPER_CLASSES
**/
.hidden {
display: none;
}
/**
* =LAYOUTS
*/
/**
* ==APPLICATION
*/
/*
#header {
background: #FF7800;
}
#header_wrapper {
min-height: 61px;
padding: 10px 10px 0 10px;
}
#header .plan_header .logo {
display: block;
float: left;
height: 45px;
width: 135px;
}
#header .plan_header a.plan_name {
color: #FFF;
float: left;
font-size: 21px;
font-family: "Helvetica Neue";
font-weight: 300;
line-height: .75;
margin-top: 14px;
}
.content {
min-height: 400px;
padding: 15px;
background:none repeat scroll 0 0 #FFFFFF;
}
#ft {
padding: 10px;
font-size: 11px;
overflow: hidden;
border-top: 1px solid #CCC;
color: #666;
}
#ft a {
color: #333;
}
#ft #copyright {
float: left;
}
#ft #support {
float: right;
}
*/
/**
* ==PARTIALS
*/
/**
* ===???
*/
/**
* =FLOAT CLEARING
* NOTE: DO NOT ADD NEW STYLES BELOW THIS SECTION
*/
/**
* ==STANDARDS COMPLIANT FLOAT CLEARING
*/
.clear_float:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
/**
* ==IE7 FLOAT CLEARING HACK
*/
*+html .clear_float {
display: inline-block;
zoom: 1;
}
.back_to_top{
padding: 10px;
border-radius: 10px;
padding-top: 30px;
background-position: center 10px;
background-repeat: no-repeat;
background-image: url('../../images/back-to-top.png');
background-color: #000000;
color: #ffffff;
bottom: 60px;
right: 20px;
z-index: 10000;
display: none;
width: 30px;
text-align: center;
position: fixed;
opacity: 0.8;
}
.back_to_top:hover{
opacity: 1;
cursor: pointer;
}
#stage_job_form .form_item_block{
width: 720px;
}
#stage_job_form textarea{
width: 400px;
}
/* config changes */
.config-changes{
overflow: auto;
max-height: 400px;
padding: 10px 0;
font-size: 1.2em;
color: #555;
}
.config-changes pre{
padding: 3px;
}
.config-changes .line-info pre {
background-color: #ececec;
color: #9e9e9e;
}
.config-changes .add pre{
color: #2e9202;
background-color: #ddffdd;
}
.config-changes .remove pre{
color: #b20000;
background-color: #ffd4d4;
} | server/webapp/stylesheets/structure/application.css | * Application.css
*
* application-wide style standards, mostly related to html elements but also layouts
*/
/**
* TABLE OF CONTENTS
*
* =BODY
* =TITLES
* =FORMS
* =PRE/CODE
* =LINKS
* =LISTS
* =PARAGRAPHS
* =TABLES
* =HELPER_CLASSES
* =LAYOUTS
* ==APPLICATION
* ==IN PLAN
* ==PARTIALS
* ===PLAN_NAV
* =FLOAT CLEARING
* ==COMPLIANT FLOAT CLEARING
* ==IE7 FLOAT CLEARING HACK STANDARDS
*/
/**
* =BODY
*/
*{
font-family: Arial, Helvetica, sans-serif;
line-height: 1;
}
/*html {
height: 100%;
}*/
/**
* =TITLES
**/
h1, h2, h3, h4 {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: 500;
}
h1{
font-size: 24px;
font-weight: normal;
}
h2{
font-size: 22px;
font-weight: 300;
}
h3{
font-size:14px;
margin-bottom:0.5em;
}
/*
h2 span {
font-weight:700;
}
.heading {
border-bottom:1px solid #CCCCCC;
margin:10px 0;
padding:0 0 10px;
}
.heading h1 {
border:0;
color:#E57700;
margin:0;
padding:0;
}*/
/**
* =FORMS
**/
input,
button {
font-family: Arial, Helvetica, sans-serif;
}
input,
select,
button,
textarea {
/* this allows you to declare a size regardless of padding and border attributes */
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
}
input:focus,
textarea:focus {
border-color: #78D2F0;
background-color: #ECF4F9;
box-shadow: inset 0 0 3px #78D2F0;
-moz-box-shadow: inset 0 0 3px #78D2F0;
-webkit-box-shadow: inset 0 0 3px #78D2F0;
-o-box-shadow: inset 0 0 3px #78D2F0;
}
label {
display:block;
font-size: 12px;
margin-bottom: 5px;
}
input[disabled],input:disabled{
opacity: 0.8;
background-color: #eee;
color: #666;
cursor: default;
}
select {
outline: none;
margin: 1px 0;
*margin: 2px 0;
padding: 2px 4px;
width: 250px;
}
textarea {
width: 100%;
*width: 99%;
overflow: auto;
*padding: 0;
resize: none;
}
button a {
color: #FFF;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="url"],
textarea {
border: 1px solid #CCC;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.199219);
-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.199219);
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.199219);
display: inline;
font-size: 12px;
outline: none;
padding: 4px;
}
input[type="text"],
input[type="url"],
input[type="password"] {
width: 250px;
}
input[type="radio"],
input[type="checkbox"]{
margin: 4px;
}
button[disabled] {
opacity: 0.5;
}
.inline_checkbox_row {
display: inline-block;
margin-top: 10px;
margin-left: 5px;
}
.inline_checkbox_row input{float:left; margin: 0; margin-right: 3px;}
.inline_checkbox_row label{ white-space: nowrap; }
/**
* =LINKS
**/
a{
color: #1F66BD;
cursor: pointer;
text-decoration: none;
}
a:hover{
color: #2980EC;
}
/*
a.icon {
background-repeat: no-repeat;
background-position: left center;
display: inline-block;
padding: 3px 3px 3px 21px;
line-height: 16px;
color: #333;
font-size: 12px;
height: auto;
width: auto;
margin-right: 10px;
zoom: 1;
*display: inline;
vertical-align: top;
}
a.delete_link {
}
a.edit_link {
}
a.add_link {
}
a.arrow_link {
}
a.delete_parent {
display: block;
height: 16px;
width: 16px;
cursor: pointer;
}
*/
/**
* =LISTS
**/
ul{
float: left;
}
li{
float: left;
list-style: none;
}
/**
* =PARAGRAPHS
*/
/*
p {
line-height: 130%;
margin-bottom: 10px;
}
*/
/**
* =TABLES
**/
table{
border-collapse: collapse;
}
table th{
text-align: left;
}
table td {
vertical-align: middle;
}
/*
table {
width:100%;
}
th, td {
border-collapse:collapse;
border:1px solid #CCC;
color:#333333;
padding:8px 10px;
vertical-align:top;
}
th {
background-color:#EEEEEE;
font-weight:bold;
}
*/
/**
* =HELPER_CLASSES
**/
.hidden {
display: none;
}
/**
* =LAYOUTS
*/
/**
* ==APPLICATION
*/
/*
#header {
background: #FF7800;
}
#header_wrapper {
min-height: 61px;
padding: 10px 10px 0 10px;
}
#header .plan_header .logo {
display: block;
float: left;
height: 45px;
width: 135px;
}
#header .plan_header a.plan_name {
color: #FFF;
float: left;
font-size: 21px;
font-family: "Helvetica Neue";
font-weight: 300;
line-height: .75;
margin-top: 14px;
}
.content {
min-height: 400px;
padding: 15px;
background:none repeat scroll 0 0 #FFFFFF;
}
#ft {
padding: 10px;
font-size: 11px;
overflow: hidden;
border-top: 1px solid #CCC;
color: #666;
}
#ft a {
color: #333;
}
#ft #copyright {
float: left;
}
#ft #support {
float: right;
}
*/
/**
* ==PARTIALS
*/
/**
* ===???
*/
/**
* =FLOAT CLEARING
* NOTE: DO NOT ADD NEW STYLES BELOW THIS SECTION
*/
/**
* ==STANDARDS COMPLIANT FLOAT CLEARING
*/
.clear_float:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
/**
* ==IE7 FLOAT CLEARING HACK
*/
*+html .clear_float {
display: inline-block;
zoom: 1;
}
.back_to_top{
padding: 10px;
border-radius: 10px;
padding-top: 30px;
background-position: center 10px;
background-repeat: no-repeat;
background-image: url('../../images/back-to-top.png');
background-color: #000000;
color: #ffffff;
bottom: 60px;
right: 20px;
z-index: 10000;
display: none;
width: 30px;
text-align: center;
position: fixed;
opacity: 0.8;
}
.back_to_top:hover{
opacity: 1;
cursor: pointer;
}
#stage_job_form .form_item_block{
width: 720px;
}
#stage_job_form textarea{
width: 400px;
}
/* config changes */
.config-changes{
overflow: auto;
max-height: 400px;
padding: 10px 0;
font-size: 1.2em;
color: #555;
}
.config-changes pre{
padding: 3px;
}
.config-changes .line-info pre {
background-color: #ececec;
color: #9e9e9e;
}
.config-changes .add pre{
color: #2e9202;
background-color: #ddffdd;
}
.config-changes .remove pre{
color: #b20000;
background-color: #ffd4d4;
} | 0.260766 | 0.058804 |
@media (max-width: 1250px) {
.header {
top: 20px;
border-radius: 0;
background-color: rgba(0, 0, 0, 0.6); }
.header .navbar-brand {
border-right: 0; }
.header .navbar-nav .nav-item > .nav-link {
font-size: 14px;
margin: 0 3px; }
.header .navbar-nav.navbar-right-panel .nav-item > .nav-link {
padding: 8px 15px; }
.select2-container--default .select2-selection--single {
height: 36px;
width: 85px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 26px;
padding-right: 40px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
height: 10px; } }
@media (max-width: 992px) {
.navbar-nav:not(.navbar-right-panel) .nav-item > .nav-link {
text-align: center; }
.navbar-nav:not(.navbar-right-panel) .nav-item > .nav-link:hover {
color: var(--main-color); }
.navbar-nav:not(.navbar-right-panel) .nav-item .dropdown-menu {
text-align: center; }
.navbar-nav.navbar-right-panel .nav-item > .nav-link {
margin-bottom: 10px; }
.banner {
text-align: center; }
.banner .banner-content {
padding: 150px 0; }
.banner .banner-content .banner-content-title {
font-size: 36px; }
.section-head .section-title {
font-size: 30px; }
.about-gaming-platform-content {
text-align: center !important;
margin-bottom: 30px; }
.about-gaming-platform-content .section-head {
text-align: center !important; }
.game-trailer .game-trailer-carousel-item > img {
height: calc(15vw + 175px); } }
@media (max-width: 768px) {
.our-winner .winner-list-grids {
display: block; }
.our-winner .winner-list-grids .winner-list-grid-item {
margin-bottom: 25px;
border-radius: 15px !important;
overflow: hidden; }
.our-winner .winner-list-grids .winner-list-grid-item .winner-list-grid-title {
border-radius: 0px !important; }
.popular-games {
padding-bottom: 50px; }
.gpt-fox-games {
padding-top: 50px; }
.in-house-game,
.game-trailer,
.gaming-platform {
padding: 50px 0; }
.gaming-platform {
margin-top: -1px; }
.footer,
.blog {
padding-top: 0px; }
.page-banner .page-banner-inner {
height: 350px; } }
/*# sourceMappingURL=responsive.css.map */ | assets/scss/responsive.css | @media (max-width: 1250px) {
.header {
top: 20px;
border-radius: 0;
background-color: rgba(0, 0, 0, 0.6); }
.header .navbar-brand {
border-right: 0; }
.header .navbar-nav .nav-item > .nav-link {
font-size: 14px;
margin: 0 3px; }
.header .navbar-nav.navbar-right-panel .nav-item > .nav-link {
padding: 8px 15px; }
.select2-container--default .select2-selection--single {
height: 36px;
width: 85px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 26px;
padding-right: 40px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
height: 10px; } }
@media (max-width: 992px) {
.navbar-nav:not(.navbar-right-panel) .nav-item > .nav-link {
text-align: center; }
.navbar-nav:not(.navbar-right-panel) .nav-item > .nav-link:hover {
color: var(--main-color); }
.navbar-nav:not(.navbar-right-panel) .nav-item .dropdown-menu {
text-align: center; }
.navbar-nav.navbar-right-panel .nav-item > .nav-link {
margin-bottom: 10px; }
.banner {
text-align: center; }
.banner .banner-content {
padding: 150px 0; }
.banner .banner-content .banner-content-title {
font-size: 36px; }
.section-head .section-title {
font-size: 30px; }
.about-gaming-platform-content {
text-align: center !important;
margin-bottom: 30px; }
.about-gaming-platform-content .section-head {
text-align: center !important; }
.game-trailer .game-trailer-carousel-item > img {
height: calc(15vw + 175px); } }
@media (max-width: 768px) {
.our-winner .winner-list-grids {
display: block; }
.our-winner .winner-list-grids .winner-list-grid-item {
margin-bottom: 25px;
border-radius: 15px !important;
overflow: hidden; }
.our-winner .winner-list-grids .winner-list-grid-item .winner-list-grid-title {
border-radius: 0px !important; }
.popular-games {
padding-bottom: 50px; }
.gpt-fox-games {
padding-top: 50px; }
.in-house-game,
.game-trailer,
.gaming-platform {
padding: 50px 0; }
.gaming-platform {
margin-top: -1px; }
.footer,
.blog {
padding-top: 0px; }
.page-banner .page-banner-inner {
height: 350px; } }
/*# sourceMappingURL=responsive.css.map */ | 0.304559 | 0.04548 |
body {
color: #000;
background: #e8e8e8 url(images/bkg.jpg) left top repeat-x fixed;
font-family: "Bitstream Vera Sans","Verdana";
text-decoration: none;
word-spacing: Normal;
text-align: left;
letter-spacing: 0;
text-indent: 0px;
line-height: 14px;
font-size: 13px;
}
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #7d7d7d; }
a:active { text-decoration: none; color: #000; }
a img { border: 0; }
hr { padding: 0 !important; }
/*------------------------- Player Control -------------------------*/
#player_control {
position: fixed;
background: #e8e8e8 url(images/bkg.jpg) left top repeat-x fixed;
top: 0px;
left: 0px;
margin: 0;
padding: 0 0 0 0;
height: 125px;
width: 100%;
overflow: visible;
}
/* Status Bar */
#status_bar {
top: 95px;
left: 155px;
display: block;
height: auto;
padding: 0;
width: 372px;
text-align: left;
font-size: 10px;
}
/* Album Art */
#player_control #albumart {
margin: 25px 25px 25px 0;
padding: 0;
float: right;
}
#player_control .thumbnailart {
margin: 0;
padding: 0;
border: 0;
}
#albumart_show p.fakelink {
display: block !important;
height: 16px !important;
width: 16px !important;
text-indent: -9999px;
background: transparent url(images/fileclose.png) top left no-repeat;
}
/* LCD */
#player_control div.pc_artist {
top: 0px;
left: 150px;
margin: 0;
padding: 20px 10px;
width: 382px;
height: 105px;
background: transparent url(images/lcd.jpg) top left no-repeat;
}
#player_control div.pc_artist p {
margin: 0;
padding: 0 0 10px 0;
}
/* Controls */
#player_control div.pc_ci {
top: 20px;
left: 14px;
width: 122px;
height: 125px;
/*background: transparent url(images/control_bkg.jpg) top left no-repeat;*/
overflow: visible;
}
#player_control div.pc_ci > div.nomargin {
position: fixed !important;
}
#player_control div.pc_ci .act_button {
margin: 0 !important;
padding: 0 !important;
height: 32px !important;
float: left;
}
#player_control div.pc_ci #previous_button, #player_control div.pc_ci #stop_button, #player_control div.pc_ci #next_button {
width: 31px !important;
}
#player_control div.pc_ci #pp_button {
width: 29px !important;
}
#player_control div.pc_ci #previous_button:hover, #player_control div.pc_ci #stop_button:hover, #player_control div.pc_ci #pp_button:hover, #player_control div.pc_ci #next_button:hover { opacity: 0.7; }
/* Bitrate */
#player_control div.pc_ci #disp_info {
display: block;
margin: 65px 0 0 0;
padding: 10px;
width: 520px;
text-align: right;
font-size: 10px;
}
/* Quick Add */
#player_control div.pc_ci #quickadd {
left: 15px;
width: 110px;
height: 15px;
border: 1px solid #707070;
padding: 5px;
margin: -80px 0 0 0 !important;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
line-height: 14px;
font-size: 13px;
vertical-align: middle;
}
#player_control div.pc_ci #qa_suggestions {
margin: -34px 0 0 0;
padding: 5px 0;
border: 1px solid #707070;
background-color: #FFF;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topright: 4px;
-khtml-border-radius-bottomleft: 4px;
-khtml-border-radius-bottomright: 4px;
-khtml-border-radius-topright: 4px;
line-height: 14px;
font-size: 13px;
}
span.qa_element { padding: 5px; }
span.qa_element[qa_selected] { background-color: #e8e8e8; }
/* Sliders */
#player_control div.pc_sliders {
top: 0px;
left: 572px;
}
#player_control div.pc_sliders > div {
margin-top: 15px;
}
#player_control div.pc_sliders .slider_txt {
padding: 5px 0 10px 0;
}
#player_control div.pc_sliders .slider_main {
height: 10px !important;
background-color: #666;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
}
div.slider_pointer {
width: 15px;
height: 10px;
background: transparent url(images/slider.png) top left no-repeat;
cursor: pointer;
}
[slider_moving] {
cursor: move;
}
/* Media */
div.selection_menu {
top: 140px;
left: 0px;
margin: 0;
padding: 0;
width: 150px;
}
#player_control div.selection_menu .menu_button, img.menu_button {
display: block !important;
margin: 0 auto 5px auto;
width: 128px !important;
height: 34px !important;
}
/* Tools */
#player_control div.pc_other {
top: 265px;
left: 0px;
margin: 0;
width: 150px;
padding: 30px 0 0 20px;
background: transparent url(images/tools_bkg.jpg) top left no-repeat;
}
#player_control div.pc_other li, li.menuitem {
padding: 3px 0;
list-style-type: none;
line-height: 14px;
font-size: 13px;
}
div.popup {
margin: 0 0 0 50px !important;
padding: 5px;
background-color: #e8e8e8;
border: 1px solid #707070;
width: 300px;
}
div.popup:hover { color: #000; }
/* Settings */
#player_control div.pc_settings {
top: 280px;
left: 0px;
margin: 0 !important;
padding: 0 !important;
width: 150px;
}
#settings_header p {
padding: 0 0 0 20px !important;
margin: 0 !important;
}
#settings_header p:hover { color: #7d7d7d; }
#settings_container {
background-color: #e8e8e8;
margin: 0 !important;
padding: 0 !important;
overflow: visible !important;
width: 149px !important;
}
#settings_content {
background: transparent url(images/content_bkg.jpg) top left repeat-x !important;
width: 145px !important;
margin: -5px 0 0 0 !important;
padding: 0 0 5px 6px !important;
font-size: 13px !important;
line-height: 14px !important;
}
.server_settings {
padding: 3px 0;
cursor: pointer;
}
/* Streaming */
#streaming_display {
margin: 15px 0 0 0 !important;
padding: 0 !important;
width: 100px !important;
}
#streaming_display li {
padding: 3px 0;
list-style-type: none;
line-height: 14px;
font-size: 13px;
}
/* Content */
#content {
position: absolute !important;
top: 125px !important;
left: 151px !important;
margin: 0 !important;
padding: 15px 0 0 0 !important;
/*background: transparent url(images/content_bkg.jpg) top left repeat-x fixed !important;*/
border-left: 1px solid #acacac !important;
}
tr[playing] { color: #FFF; background-color: #66BBCC; border-top: 1px solid #33BBCC; border-bottom: 1px solid #33BBCC; }
ul.browser_field li[selected], tr[selected] { color: #FFF; background-color: #BBB; }
/* Browser */
.overlay {
top: 125px !important;
left: 151px !important;
margin: 0 !important;
padding: 15px 0 0 0 !important;
position: fixed;
background: transparent url(images/browse_bkg.png) top left repeat-x !important;
border-right: 1px solid #acacac !important;
border-left: 1px solid #acacac !important;
}
p.browse_type, input.browse_type, select.browse_type {
border: 1px outset #666;
cursor: pointer;
background-color: transparent;
}
input.browse_type { cursor: text; }
span.plse { padding: 2px 0 2px 18px; }
ul.browser_field li { background: transparent left middle no-repeat !important; padding: 3px 0 3px 18px !important; cursor: pointer; }
span.plse[dirtype=file], li[dirtype=file] { background-image: url(images/file.png); }
span.plse[dirtype=directory], li[dirtype=directory] { background-image: url(images/directory.png); }
span.plse[dirtype=artist], li[dirtype=artist] { background-image: url(images/artist.png); }
span.plse[dirtype=album], li[dirtype=album] { background-image: url(images/album.png); }
span.plse[dirtype=playlist], li[dirtype=playlist] { background-image: url(images/playlist.png); }
li[dirtype=parent] { background-image: url(images/back.png); }
li.browser_button_add { padding-left: 18px !important; background: transparent url(images/add.png) no-repeat !important; cursor: pointer !important; }
/* Sidebar */
#sidebar_header, #sidebar_display {
position: fixed !important;
right: 0 !important;
margin: 0 !important;
border-left: 1px solid #acacac !important;
}
#sidebar_header {
top: 125px !important;
padding-top: 15px !important;
font-size: 10px;
font-weight: bold;
background: transparent url(images/content_bkg.jpg) top left repeat-x !important;
z-index: 10 !important;
overflow: visible;
}
#sidebar_header span[class=fakelink], #metadata_close {
display: block;
margin-top: -16px;
padding: 0 3px;
text-indent: -9999px;
width: 16px;
height: 16px;
background: transparent url(images/fileclose.png) top left no-repeat;
float: right;
}
#metadata_close { float: left !important; margin: 0 !important; }
#metadata_open_lyrics, #metadata_open_description, #metadata_open_review {
display: block;
float: left !important;
margin: 0 !important;
padding: 0 3px;
text-indent: 0px !important;
width: auto !important;
background-image: none !important;
}
#sidebar_display {
top: 160px !important;
width: 270px;
max-width: 270px;
overflow: scroll;
font-size: small;
background-color: #e8e8e8 !important;
z-index: 9 !important;
}
#sidebar_display #sidebar_display_txt {
padding-left: 20px;
}
#sidebar_display ul {
list-style-position: inside;
}
/*------------------------- Misc -------------------------*/
.nomargin { margin: 0 !important; padding: 0 !important; }
.fakelink { cursor: pointer; color: #000; }
.fakelink:hover { color: #7d7d7d; } | pitchfork/theme/thexy/theme.css |
body {
color: #000;
background: #e8e8e8 url(images/bkg.jpg) left top repeat-x fixed;
font-family: "Bitstream Vera Sans","Verdana";
text-decoration: none;
word-spacing: Normal;
text-align: left;
letter-spacing: 0;
text-indent: 0px;
line-height: 14px;
font-size: 13px;
}
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #7d7d7d; }
a:active { text-decoration: none; color: #000; }
a img { border: 0; }
hr { padding: 0 !important; }
/*------------------------- Player Control -------------------------*/
#player_control {
position: fixed;
background: #e8e8e8 url(images/bkg.jpg) left top repeat-x fixed;
top: 0px;
left: 0px;
margin: 0;
padding: 0 0 0 0;
height: 125px;
width: 100%;
overflow: visible;
}
/* Status Bar */
#status_bar {
top: 95px;
left: 155px;
display: block;
height: auto;
padding: 0;
width: 372px;
text-align: left;
font-size: 10px;
}
/* Album Art */
#player_control #albumart {
margin: 25px 25px 25px 0;
padding: 0;
float: right;
}
#player_control .thumbnailart {
margin: 0;
padding: 0;
border: 0;
}
#albumart_show p.fakelink {
display: block !important;
height: 16px !important;
width: 16px !important;
text-indent: -9999px;
background: transparent url(images/fileclose.png) top left no-repeat;
}
/* LCD */
#player_control div.pc_artist {
top: 0px;
left: 150px;
margin: 0;
padding: 20px 10px;
width: 382px;
height: 105px;
background: transparent url(images/lcd.jpg) top left no-repeat;
}
#player_control div.pc_artist p {
margin: 0;
padding: 0 0 10px 0;
}
/* Controls */
#player_control div.pc_ci {
top: 20px;
left: 14px;
width: 122px;
height: 125px;
/*background: transparent url(images/control_bkg.jpg) top left no-repeat;*/
overflow: visible;
}
#player_control div.pc_ci > div.nomargin {
position: fixed !important;
}
#player_control div.pc_ci .act_button {
margin: 0 !important;
padding: 0 !important;
height: 32px !important;
float: left;
}
#player_control div.pc_ci #previous_button, #player_control div.pc_ci #stop_button, #player_control div.pc_ci #next_button {
width: 31px !important;
}
#player_control div.pc_ci #pp_button {
width: 29px !important;
}
#player_control div.pc_ci #previous_button:hover, #player_control div.pc_ci #stop_button:hover, #player_control div.pc_ci #pp_button:hover, #player_control div.pc_ci #next_button:hover { opacity: 0.7; }
/* Bitrate */
#player_control div.pc_ci #disp_info {
display: block;
margin: 65px 0 0 0;
padding: 10px;
width: 520px;
text-align: right;
font-size: 10px;
}
/* Quick Add */
#player_control div.pc_ci #quickadd {
left: 15px;
width: 110px;
height: 15px;
border: 1px solid #707070;
padding: 5px;
margin: -80px 0 0 0 !important;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
line-height: 14px;
font-size: 13px;
vertical-align: middle;
}
#player_control div.pc_ci #qa_suggestions {
margin: -34px 0 0 0;
padding: 5px 0;
border: 1px solid #707070;
background-color: #FFF;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topright: 4px;
-khtml-border-radius-bottomleft: 4px;
-khtml-border-radius-bottomright: 4px;
-khtml-border-radius-topright: 4px;
line-height: 14px;
font-size: 13px;
}
span.qa_element { padding: 5px; }
span.qa_element[qa_selected] { background-color: #e8e8e8; }
/* Sliders */
#player_control div.pc_sliders {
top: 0px;
left: 572px;
}
#player_control div.pc_sliders > div {
margin-top: 15px;
}
#player_control div.pc_sliders .slider_txt {
padding: 5px 0 10px 0;
}
#player_control div.pc_sliders .slider_main {
height: 10px !important;
background-color: #666;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
}
div.slider_pointer {
width: 15px;
height: 10px;
background: transparent url(images/slider.png) top left no-repeat;
cursor: pointer;
}
[slider_moving] {
cursor: move;
}
/* Media */
div.selection_menu {
top: 140px;
left: 0px;
margin: 0;
padding: 0;
width: 150px;
}
#player_control div.selection_menu .menu_button, img.menu_button {
display: block !important;
margin: 0 auto 5px auto;
width: 128px !important;
height: 34px !important;
}
/* Tools */
#player_control div.pc_other {
top: 265px;
left: 0px;
margin: 0;
width: 150px;
padding: 30px 0 0 20px;
background: transparent url(images/tools_bkg.jpg) top left no-repeat;
}
#player_control div.pc_other li, li.menuitem {
padding: 3px 0;
list-style-type: none;
line-height: 14px;
font-size: 13px;
}
div.popup {
margin: 0 0 0 50px !important;
padding: 5px;
background-color: #e8e8e8;
border: 1px solid #707070;
width: 300px;
}
div.popup:hover { color: #000; }
/* Settings */
#player_control div.pc_settings {
top: 280px;
left: 0px;
margin: 0 !important;
padding: 0 !important;
width: 150px;
}
#settings_header p {
padding: 0 0 0 20px !important;
margin: 0 !important;
}
#settings_header p:hover { color: #7d7d7d; }
#settings_container {
background-color: #e8e8e8;
margin: 0 !important;
padding: 0 !important;
overflow: visible !important;
width: 149px !important;
}
#settings_content {
background: transparent url(images/content_bkg.jpg) top left repeat-x !important;
width: 145px !important;
margin: -5px 0 0 0 !important;
padding: 0 0 5px 6px !important;
font-size: 13px !important;
line-height: 14px !important;
}
.server_settings {
padding: 3px 0;
cursor: pointer;
}
/* Streaming */
#streaming_display {
margin: 15px 0 0 0 !important;
padding: 0 !important;
width: 100px !important;
}
#streaming_display li {
padding: 3px 0;
list-style-type: none;
line-height: 14px;
font-size: 13px;
}
/* Content */
#content {
position: absolute !important;
top: 125px !important;
left: 151px !important;
margin: 0 !important;
padding: 15px 0 0 0 !important;
/*background: transparent url(images/content_bkg.jpg) top left repeat-x fixed !important;*/
border-left: 1px solid #acacac !important;
}
tr[playing] { color: #FFF; background-color: #66BBCC; border-top: 1px solid #33BBCC; border-bottom: 1px solid #33BBCC; }
ul.browser_field li[selected], tr[selected] { color: #FFF; background-color: #BBB; }
/* Browser */
.overlay {
top: 125px !important;
left: 151px !important;
margin: 0 !important;
padding: 15px 0 0 0 !important;
position: fixed;
background: transparent url(images/browse_bkg.png) top left repeat-x !important;
border-right: 1px solid #acacac !important;
border-left: 1px solid #acacac !important;
}
p.browse_type, input.browse_type, select.browse_type {
border: 1px outset #666;
cursor: pointer;
background-color: transparent;
}
input.browse_type { cursor: text; }
span.plse { padding: 2px 0 2px 18px; }
ul.browser_field li { background: transparent left middle no-repeat !important; padding: 3px 0 3px 18px !important; cursor: pointer; }
span.plse[dirtype=file], li[dirtype=file] { background-image: url(images/file.png); }
span.plse[dirtype=directory], li[dirtype=directory] { background-image: url(images/directory.png); }
span.plse[dirtype=artist], li[dirtype=artist] { background-image: url(images/artist.png); }
span.plse[dirtype=album], li[dirtype=album] { background-image: url(images/album.png); }
span.plse[dirtype=playlist], li[dirtype=playlist] { background-image: url(images/playlist.png); }
li[dirtype=parent] { background-image: url(images/back.png); }
li.browser_button_add { padding-left: 18px !important; background: transparent url(images/add.png) no-repeat !important; cursor: pointer !important; }
/* Sidebar */
#sidebar_header, #sidebar_display {
position: fixed !important;
right: 0 !important;
margin: 0 !important;
border-left: 1px solid #acacac !important;
}
#sidebar_header {
top: 125px !important;
padding-top: 15px !important;
font-size: 10px;
font-weight: bold;
background: transparent url(images/content_bkg.jpg) top left repeat-x !important;
z-index: 10 !important;
overflow: visible;
}
#sidebar_header span[class=fakelink], #metadata_close {
display: block;
margin-top: -16px;
padding: 0 3px;
text-indent: -9999px;
width: 16px;
height: 16px;
background: transparent url(images/fileclose.png) top left no-repeat;
float: right;
}
#metadata_close { float: left !important; margin: 0 !important; }
#metadata_open_lyrics, #metadata_open_description, #metadata_open_review {
display: block;
float: left !important;
margin: 0 !important;
padding: 0 3px;
text-indent: 0px !important;
width: auto !important;
background-image: none !important;
}
#sidebar_display {
top: 160px !important;
width: 270px;
max-width: 270px;
overflow: scroll;
font-size: small;
background-color: #e8e8e8 !important;
z-index: 9 !important;
}
#sidebar_display #sidebar_display_txt {
padding-left: 20px;
}
#sidebar_display ul {
list-style-position: inside;
}
/*------------------------- Misc -------------------------*/
.nomargin { margin: 0 !important; padding: 0 !important; }
.fakelink { cursor: pointer; color: #000; }
.fakelink:hover { color: #7d7d7d; } | 0.251556 | 0.065935 |
.searchcontact{
margin-top: -200px;
}
.header .top-header {
background: #7f0202;
}
.about .image-box .fun-fact-inner{
background: #7f0202;
color:#fff;
}
.social{
background: #fff;
padding-top:7px;
padding-left:5px;
padding-right:5px;
border-radius: 5px;
}
.brandP{
text-align: justify;
font-size:14px;
color:#4b4b46
}
.brandtitle{
font-size: 9px !important;
text-align: center;
}
.def-btn-2{
background: #7f0202 !important;
border:solid #7f0202 2px !important;
}
.def-btn-2:hover{
background: #fa5f5f !important;
border:solid #7f0202 2px !important;
}
.single-imgg{
height:195px;
padding:75px 0;
border-left:.5px solid rgba(62,55,104,.7);
border-right:.5px solid rgba(62,55,104,.7)
}
.project:after{
background:#fff;
}
/*.single-box:hover{*/
/* border:2px solid #7f0202;*/
/*}*/
.single-boxx:hover{
-webkit-animation:shake 10s ease 0s 1 normal;
-moz-animation:shake 10s ease 0s 1 normal;
-ms-animation:shake 10s ease 0s 1 normal;
animation:shake 10s ease 0s 1 normal;
}
@-webkit-keyframes shake {
0%{ transform: rotate(-15deg); -webkit-transform: rotate(-15deg); }
2%{ transform: rotate(15deg); -webkit-transform: rotate(15deg); }
4%{ transform: rotate(-18deg); -webkit-transform: rotate(-18deg); }
6%{ transform: rotate(18deg); -webkit-transform: rotate(18deg); }
8%{ transform: rotate(-22deg); -webkit-transform: rotate(-22deg); }
10%{ transform: rotate(22deg); -webkit-transform: rotate(22deg); }
12%{ transform: rotate(-18deg); -webkit-transform: rotate(-18deg); }
14%{ transform: rotate(18deg); -webkit-transform: rotate(18deg); }
16%{ transform: rotate(-12deg); -webkit-transform: rotate(-12deg); }
18%{ transform: rotate(-12deg); -webkit-transform: rotate(-12deg); }
20%{ transform: rotate(0deg); -webkit-transform: rotate(0deg); }
}
@keyframes shake {
0%{ transform: rotate(-15deg); -ms-transform: rotate(-15deg); }
2%{ transform: rotate(15deg); -ms-transform: rotate(15deg); }
4%{ transform: rotate(-18deg); -ms-transform: rotate(-18deg); }
6%{ transform: rotate(18deg); -ms-transform: rotate(18deg); }
8%{ transform: rotate(-22deg); -ms-transform: rotate(-22deg); }
10%{ transform: rotate(22deg); -ms-transform: rotate(22deg); }
12%{ transform: rotate(-18deg); -ms-transform: rotate(-18deg); }
14%{ transform: rotate(18deg); -ms-transform: rotate(-18deg); }
16%{ transform: rotate(-12deg); -ms-transform: rotate(-12deg); }
18%{ transform: rotate(-12deg); -ms-transform: rotate(-12deg); }
20%{ transform: rotate(0deg); -ms-transform: rotate(0deg); }
} | public/assets/css/custom.css | .searchcontact{
margin-top: -200px;
}
.header .top-header {
background: #7f0202;
}
.about .image-box .fun-fact-inner{
background: #7f0202;
color:#fff;
}
.social{
background: #fff;
padding-top:7px;
padding-left:5px;
padding-right:5px;
border-radius: 5px;
}
.brandP{
text-align: justify;
font-size:14px;
color:#4b4b46
}
.brandtitle{
font-size: 9px !important;
text-align: center;
}
.def-btn-2{
background: #7f0202 !important;
border:solid #7f0202 2px !important;
}
.def-btn-2:hover{
background: #fa5f5f !important;
border:solid #7f0202 2px !important;
}
.single-imgg{
height:195px;
padding:75px 0;
border-left:.5px solid rgba(62,55,104,.7);
border-right:.5px solid rgba(62,55,104,.7)
}
.project:after{
background:#fff;
}
/*.single-box:hover{*/
/* border:2px solid #7f0202;*/
/*}*/
.single-boxx:hover{
-webkit-animation:shake 10s ease 0s 1 normal;
-moz-animation:shake 10s ease 0s 1 normal;
-ms-animation:shake 10s ease 0s 1 normal;
animation:shake 10s ease 0s 1 normal;
}
@-webkit-keyframes shake {
0%{ transform: rotate(-15deg); -webkit-transform: rotate(-15deg); }
2%{ transform: rotate(15deg); -webkit-transform: rotate(15deg); }
4%{ transform: rotate(-18deg); -webkit-transform: rotate(-18deg); }
6%{ transform: rotate(18deg); -webkit-transform: rotate(18deg); }
8%{ transform: rotate(-22deg); -webkit-transform: rotate(-22deg); }
10%{ transform: rotate(22deg); -webkit-transform: rotate(22deg); }
12%{ transform: rotate(-18deg); -webkit-transform: rotate(-18deg); }
14%{ transform: rotate(18deg); -webkit-transform: rotate(18deg); }
16%{ transform: rotate(-12deg); -webkit-transform: rotate(-12deg); }
18%{ transform: rotate(-12deg); -webkit-transform: rotate(-12deg); }
20%{ transform: rotate(0deg); -webkit-transform: rotate(0deg); }
}
@keyframes shake {
0%{ transform: rotate(-15deg); -ms-transform: rotate(-15deg); }
2%{ transform: rotate(15deg); -ms-transform: rotate(15deg); }
4%{ transform: rotate(-18deg); -ms-transform: rotate(-18deg); }
6%{ transform: rotate(18deg); -ms-transform: rotate(18deg); }
8%{ transform: rotate(-22deg); -ms-transform: rotate(-22deg); }
10%{ transform: rotate(22deg); -ms-transform: rotate(22deg); }
12%{ transform: rotate(-18deg); -ms-transform: rotate(-18deg); }
14%{ transform: rotate(18deg); -ms-transform: rotate(-18deg); }
16%{ transform: rotate(-12deg); -ms-transform: rotate(-12deg); }
18%{ transform: rotate(-12deg); -ms-transform: rotate(-12deg); }
20%{ transform: rotate(0deg); -ms-transform: rotate(0deg); }
} | 0.507568 | 0.143457 |
@import url('https://use.typekit.net/wvh2fzc.css');
html,
body,
#root,
#gatsby-focus-wrapper, /* credit: https://dev.to/greggoms/comment/ef3a */
#___gatsby,
.top-level-div {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.background-clr {
z-index: -2;
background-color: black;
width: 100%;
height: 100%;
position: absolute;
}
.container {
position: absolute;
height: 100%;
width: 100%;
/* top: 0%;
left: 0%;
right: 0%;
bottom: 0%; */
/* display: grid;
grid-template-rows: 10% 20% 10% 20% 10% 20% 10%;
grid-template-columns: 10% 20% 10% 20% 10% 20% 10%; */
/* width: 100vw;
height: 100%; */
/* left: auto; */
/* transform: none; */
/* padding: 0; */
/* margin: 0; */
font-family: 'futura-pt';
/* text-transform: capitalize; */
/* justify-self: center; */
/* align-self: center; */
color: hsla(192, 18%, 49%, 1);
filter: drop-shadow(0px 6px 20px 50px #3d5257);
text-shadow: 0 0 10px hsla(192, 18%, 49%, 1), 0 0 20px #3d5257;
/* border: 3px solid rgb(255, 174, 0); */
}
.home-container {
display: flex;
flex-direction: row;
justify-content: center;
height: 100%;
width: 100%;
}
/* .cnv {
position: fixed;
top: 0;
/* height: 10%; */
/* overflow-y: hidden; */
/* } */
.home-vert-center-text {
align-self: center;
flex-grow: 1;
width: 100%;
/* border: 3px solid rgb(174, 0, 255); */
}
.home-horiz-center-text {
align-self: center;
/* border: 3px solid rgb(255, 251, 0); */
}
.heading-title {
/* position: absolute; */
/* padding-top: 25%; */
/* border: 3px solid greenyellow; */
/* margin: 0; */
text-transform: capitalize;
font-weight: 100;
letter-spacing: 5vw;
font-size: 5.5vw;
text-indent: 2.6vw;
z-index: 2;
text-align: center;
/* vertical-align: middle; */
/* height: 100%; */
/* width: 100%; */
/* justify-self: center; */
}
.sub-heading {
/* width: 100%;
padding: auto;
justify-self: center;
padding-top: 35%;
padding-left: 5%;
padding-right: 5%;
z-index: 2;
*/
text-align: center;
align-self: center;
font-weight: 200;
letter-spacing: 1vw;
font-size: 2vw;
padding: 0.5vw;
/* border: 3px solid rgb(255, 0, 0); */
}
.disable-select {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Old version of Firefox */
-ms-user-select: none; /* Internet Explorer or Edge */
user-select: none; /* All modern browsers */
}
.cnv-container {
position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
Canvas {
box-sizing: border-box;
position: fixed;
/* grid-row: 1 / 8;
grid-column: 1/ 6; */
width: 100%;
height: 100%;
z-index: 0;
top: 0;
left: 0;
/* animation: fadeIn 5s ease-in 0s 1 ; */
}
.scene {
position: absolute;
padding: 0;
margin: 0;
}
.links-home-footer{
display: flex;
justify-content: center;
align-items: center;
}
.home-footer-link-item {
/* position: absolute; */
/* bottom: 5%; */
/* left: 50%;
right: 50%; */
/* display: flex; */
color: hsla(192, 18%, 49%, 1);
text-decoration: none;
padding-top: 8vw;
padding-inline-start: 6vw;
padding-inline-end: 6vw;
font-size: 2vw;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1.2vw;
/* border: 3px solid rgb(255, 0, 0); */
}
.home-footer-link-item:hover {
text-decoration: underline;
/* text-decoration-line: ; */
text-decoration-thickness: 3px;
}
.page-top-center-text {
/* border: 3px solid rgb(251, 255, 0); */
display: flex;
flex-direction: column;
width: 100%;
/* height: 100%; */
}
.page-heading-title{
/* border: 3px solid rgb(0, 255, 64); */
justify-content: center;
align-items: center;
text-align: center;
font-size: 7vw;
font-weight: 400;
padding-top: 8%;
}
.page-sub-heading{
/* border: 3px solid rgb(255, 0, 0); */
justify-content: center;
align-items: center;
text-align: center;
}
.nav-links {
/* border: 3px solid rgb(255, 0, 200); */
display: flex;
flex-direction: row;
position: absolute;
top: 0;
right: 3%;
padding: 2%;
}
.nav-link {
/* border: 3px solid rgb(0, 183, 255); */
justify-content: center;
align-items: center;
padding-inline-start: 1%;
padding-inline-end: 1%;
color: hsla(192, 18%, 49%, 1);
text-decoration: none;
font-size: 1vw;
}
.content-grid {
/* border: 3px solid rgb(47, 0, 255); */
position: relative;
display: flex;
flex-direction: row;
width: auto;
height: auto;
padding: 5%;
align-items: center;
justify-content: left;
/* flex-wrap: wrap; */
/* flex: 1 1 200px; */
}
.row {
display: flex;
flex: column;
flex-wrap: wrap;
align-items: center;
justify-content: center;
/* max-width:100vh; */
}
article {
/* border: 3px solid rgb(0, 255, 34); */
/* padding: 3%; */
/* float: left; */
margin: 2.5vw;
width: 35vw;
align-items: center;
justify-content: center;
object-fit: cover;
/* position: relative; */
/* width: 42.5vw; */
height: 22vw;
overflow: hidden;
/* max-width: 42.5vw; */
/* object-fit: cover; */
/* height: 22vw; */
/* transition: .5s opacity; */
}
.project-thumb {
/* object-fit: fill; */
width: 80%;
/* object-fit: contain; */
border-radius: 10px;
opacity: 85%;
animation: fadeIn 0.3s ease-in 0s 1 ;
justify-content: center;
/* overflow: hidden; */
}
.project-thumb:hover {
/* object-fit: fill; */
width: 81%;
/* border-radius: 25px; */
opacity: 100%;
}
.project-description-text {
color: hsla(192, 18%, 49%, 1);
/* position: fixed; */
/* opacity: 30%; */
filter: none; /* drop-shadow(0px 6px 20px 50px #3d5257); */
text-shadow: none; /* 0 0 10px hsla(192, 18%, 49%, 1), 0 0 20px #3d5257; */
}
.project-description-text:hover {
/* opacity: 100%; */
}
@keyframes fadeIn {
from {opacity: 0%;}
to {opacity: 100%;}
}
.bio-text {
align-self: center;
width: 80%;
filter: none; /* drop-shadow(0px 6px 20px 50px #3d5257); */
text-shadow: none;
font-size: 20pt;
}
/* .content-box-outline {
border: 3px solid rgb(255, 0, 0); */
/* display: flex; */
/* flex-direction: column; */
/* padding: 5%; */
/* height: 30vh; */
/* width: 20vw; */
/* flex-grow: 5%;
flex-shrink: 5%;
flex-basis: 5vw; */
/* } */
/* .project-thumb {
border: 3px solid rgb(49, 124, 65);
object-fit: scale-down;
height: 160px;
width: auto;
overflow: hidden;
padding: 5%; */
/* max-width: 160px; */
/* } */
/* .thumbnail {
max-width: fit-content;
max-height: max-content;
} */
/* .content-description {
border: 3px solid rgb(126, 113, 70);
height: 100px;
width: 100px;
overflow: hidden;
} */ | src/styles/global.css | @import url('https://use.typekit.net/wvh2fzc.css');
html,
body,
#root,
#gatsby-focus-wrapper, /* credit: https://dev.to/greggoms/comment/ef3a */
#___gatsby,
.top-level-div {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.background-clr {
z-index: -2;
background-color: black;
width: 100%;
height: 100%;
position: absolute;
}
.container {
position: absolute;
height: 100%;
width: 100%;
/* top: 0%;
left: 0%;
right: 0%;
bottom: 0%; */
/* display: grid;
grid-template-rows: 10% 20% 10% 20% 10% 20% 10%;
grid-template-columns: 10% 20% 10% 20% 10% 20% 10%; */
/* width: 100vw;
height: 100%; */
/* left: auto; */
/* transform: none; */
/* padding: 0; */
/* margin: 0; */
font-family: 'futura-pt';
/* text-transform: capitalize; */
/* justify-self: center; */
/* align-self: center; */
color: hsla(192, 18%, 49%, 1);
filter: drop-shadow(0px 6px 20px 50px #3d5257);
text-shadow: 0 0 10px hsla(192, 18%, 49%, 1), 0 0 20px #3d5257;
/* border: 3px solid rgb(255, 174, 0); */
}
.home-container {
display: flex;
flex-direction: row;
justify-content: center;
height: 100%;
width: 100%;
}
/* .cnv {
position: fixed;
top: 0;
/* height: 10%; */
/* overflow-y: hidden; */
/* } */
.home-vert-center-text {
align-self: center;
flex-grow: 1;
width: 100%;
/* border: 3px solid rgb(174, 0, 255); */
}
.home-horiz-center-text {
align-self: center;
/* border: 3px solid rgb(255, 251, 0); */
}
.heading-title {
/* position: absolute; */
/* padding-top: 25%; */
/* border: 3px solid greenyellow; */
/* margin: 0; */
text-transform: capitalize;
font-weight: 100;
letter-spacing: 5vw;
font-size: 5.5vw;
text-indent: 2.6vw;
z-index: 2;
text-align: center;
/* vertical-align: middle; */
/* height: 100%; */
/* width: 100%; */
/* justify-self: center; */
}
.sub-heading {
/* width: 100%;
padding: auto;
justify-self: center;
padding-top: 35%;
padding-left: 5%;
padding-right: 5%;
z-index: 2;
*/
text-align: center;
align-self: center;
font-weight: 200;
letter-spacing: 1vw;
font-size: 2vw;
padding: 0.5vw;
/* border: 3px solid rgb(255, 0, 0); */
}
.disable-select {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Old version of Firefox */
-ms-user-select: none; /* Internet Explorer or Edge */
user-select: none; /* All modern browsers */
}
.cnv-container {
position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
Canvas {
box-sizing: border-box;
position: fixed;
/* grid-row: 1 / 8;
grid-column: 1/ 6; */
width: 100%;
height: 100%;
z-index: 0;
top: 0;
left: 0;
/* animation: fadeIn 5s ease-in 0s 1 ; */
}
.scene {
position: absolute;
padding: 0;
margin: 0;
}
.links-home-footer{
display: flex;
justify-content: center;
align-items: center;
}
.home-footer-link-item {
/* position: absolute; */
/* bottom: 5%; */
/* left: 50%;
right: 50%; */
/* display: flex; */
color: hsla(192, 18%, 49%, 1);
text-decoration: none;
padding-top: 8vw;
padding-inline-start: 6vw;
padding-inline-end: 6vw;
font-size: 2vw;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1.2vw;
/* border: 3px solid rgb(255, 0, 0); */
}
.home-footer-link-item:hover {
text-decoration: underline;
/* text-decoration-line: ; */
text-decoration-thickness: 3px;
}
.page-top-center-text {
/* border: 3px solid rgb(251, 255, 0); */
display: flex;
flex-direction: column;
width: 100%;
/* height: 100%; */
}
.page-heading-title{
/* border: 3px solid rgb(0, 255, 64); */
justify-content: center;
align-items: center;
text-align: center;
font-size: 7vw;
font-weight: 400;
padding-top: 8%;
}
.page-sub-heading{
/* border: 3px solid rgb(255, 0, 0); */
justify-content: center;
align-items: center;
text-align: center;
}
.nav-links {
/* border: 3px solid rgb(255, 0, 200); */
display: flex;
flex-direction: row;
position: absolute;
top: 0;
right: 3%;
padding: 2%;
}
.nav-link {
/* border: 3px solid rgb(0, 183, 255); */
justify-content: center;
align-items: center;
padding-inline-start: 1%;
padding-inline-end: 1%;
color: hsla(192, 18%, 49%, 1);
text-decoration: none;
font-size: 1vw;
}
.content-grid {
/* border: 3px solid rgb(47, 0, 255); */
position: relative;
display: flex;
flex-direction: row;
width: auto;
height: auto;
padding: 5%;
align-items: center;
justify-content: left;
/* flex-wrap: wrap; */
/* flex: 1 1 200px; */
}
.row {
display: flex;
flex: column;
flex-wrap: wrap;
align-items: center;
justify-content: center;
/* max-width:100vh; */
}
article {
/* border: 3px solid rgb(0, 255, 34); */
/* padding: 3%; */
/* float: left; */
margin: 2.5vw;
width: 35vw;
align-items: center;
justify-content: center;
object-fit: cover;
/* position: relative; */
/* width: 42.5vw; */
height: 22vw;
overflow: hidden;
/* max-width: 42.5vw; */
/* object-fit: cover; */
/* height: 22vw; */
/* transition: .5s opacity; */
}
.project-thumb {
/* object-fit: fill; */
width: 80%;
/* object-fit: contain; */
border-radius: 10px;
opacity: 85%;
animation: fadeIn 0.3s ease-in 0s 1 ;
justify-content: center;
/* overflow: hidden; */
}
.project-thumb:hover {
/* object-fit: fill; */
width: 81%;
/* border-radius: 25px; */
opacity: 100%;
}
.project-description-text {
color: hsla(192, 18%, 49%, 1);
/* position: fixed; */
/* opacity: 30%; */
filter: none; /* drop-shadow(0px 6px 20px 50px #3d5257); */
text-shadow: none; /* 0 0 10px hsla(192, 18%, 49%, 1), 0 0 20px #3d5257; */
}
.project-description-text:hover {
/* opacity: 100%; */
}
@keyframes fadeIn {
from {opacity: 0%;}
to {opacity: 100%;}
}
.bio-text {
align-self: center;
width: 80%;
filter: none; /* drop-shadow(0px 6px 20px 50px #3d5257); */
text-shadow: none;
font-size: 20pt;
}
/* .content-box-outline {
border: 3px solid rgb(255, 0, 0); */
/* display: flex; */
/* flex-direction: column; */
/* padding: 5%; */
/* height: 30vh; */
/* width: 20vw; */
/* flex-grow: 5%;
flex-shrink: 5%;
flex-basis: 5vw; */
/* } */
/* .project-thumb {
border: 3px solid rgb(49, 124, 65);
object-fit: scale-down;
height: 160px;
width: auto;
overflow: hidden;
padding: 5%; */
/* max-width: 160px; */
/* } */
/* .thumbnail {
max-width: fit-content;
max-height: max-content;
} */
/* .content-description {
border: 3px solid rgb(126, 113, 70);
height: 100px;
width: 100px;
overflow: hidden;
} */ | 0.323701 | 0.066539 |
body{
margin:0px;
}
p{
color: blue;
}
.header{
width: 100%;
padding: 0;
z-index: 12;
margin: 0 auto;
background: #DFD3D5;
height: 47px;
/*position: fixed;*/
top: 0;
}
.body{
width: auto;
height:100vh;
/*background:#DFD3D5;*/
}
.menu{
/*background: #6EC3E2;*/
width: 17%;
height: 100vh;
float: left;
border: 1px solid black;
}
.content{
/*background: #4EBB76;*/
width: 82%;
height: 100vh;
float: right;
}
.footer{
font-size: 50px;
width: auto;
height: 80px;
}
/*.item {
float: left;
padding: 5px;
margin: 5 3.2% 30px 10px;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
position: relative;
min-width: 100px;
height: 200px;
width: 28%;
}*/
.pagination{
clear: both;
height: 45px;
margin: 0px 15px;
text-align: center;
}
}
.homeproduct {
clear: both;
display: block;
background: #fff;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
flex: 1 100%;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
margin-bottom: 15px;
}
ul{
list-style: none;
}
* {
margin: 0;
padding: 0;
}
.item{
border: 1px;
float: left;
position: relative;
width: 19%;
overflow: hidden;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.seating{
/*border: 2px solid black;*/
width: 100%;
height: 25px;
}
#item-key{
display: box;
padding: 2px;
border-radius: 5px;
margin-left:8px;
background-color: #D7ECF3;
float: left;
}
#item-value{
display: box;
padding: 2px;
border-radius: 5px;
margin-left:8px;
margin-right: 15px;
background: orange linear-gradient(orange,#ff8c00);
float: left;
}
#choosenumber{
width: 200px;
/*border: 2px solid black;*/
}
#footer{
margin-top: 30px;
background: #34495E;
}
#footer a{
color:#FFFFFF;
text-transform: uppercase;
}
.navbar {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.navbar-inverse {border-radius:0 !important;}
.responsive-img{
width: 100%;
height: auto;
margin-left: 0px;
margin-right: 0px;
}
.carousel{
background: #2f4357;
margin-top: 0px;
}
.carousel .item{
/*min-height: 280px; Prevent carousel from being distorted if for some reason image doesn't load */
width: 100%;
}
.carousel .item img{
margin: 0 auto; /* Align slide image horizontally center */
}
.bs-example{
/*margin: 10px;*/
margin-right: px;
margin-left:px;
} | public/css/app.css | body{
margin:0px;
}
p{
color: blue;
}
.header{
width: 100%;
padding: 0;
z-index: 12;
margin: 0 auto;
background: #DFD3D5;
height: 47px;
/*position: fixed;*/
top: 0;
}
.body{
width: auto;
height:100vh;
/*background:#DFD3D5;*/
}
.menu{
/*background: #6EC3E2;*/
width: 17%;
height: 100vh;
float: left;
border: 1px solid black;
}
.content{
/*background: #4EBB76;*/
width: 82%;
height: 100vh;
float: right;
}
.footer{
font-size: 50px;
width: auto;
height: 80px;
}
/*.item {
float: left;
padding: 5px;
margin: 5 3.2% 30px 10px;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
position: relative;
min-width: 100px;
height: 200px;
width: 28%;
}*/
.pagination{
clear: both;
height: 45px;
margin: 0px 15px;
text-align: center;
}
}
.homeproduct {
clear: both;
display: block;
background: #fff;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
flex: 1 100%;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
margin-bottom: 15px;
}
ul{
list-style: none;
}
* {
margin: 0;
padding: 0;
}
.item{
border: 1px;
float: left;
position: relative;
width: 19%;
overflow: hidden;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.seating{
/*border: 2px solid black;*/
width: 100%;
height: 25px;
}
#item-key{
display: box;
padding: 2px;
border-radius: 5px;
margin-left:8px;
background-color: #D7ECF3;
float: left;
}
#item-value{
display: box;
padding: 2px;
border-radius: 5px;
margin-left:8px;
margin-right: 15px;
background: orange linear-gradient(orange,#ff8c00);
float: left;
}
#choosenumber{
width: 200px;
/*border: 2px solid black;*/
}
#footer{
margin-top: 30px;
background: #34495E;
}
#footer a{
color:#FFFFFF;
text-transform: uppercase;
}
.navbar {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.navbar-inverse {border-radius:0 !important;}
.responsive-img{
width: 100%;
height: auto;
margin-left: 0px;
margin-right: 0px;
}
.carousel{
background: #2f4357;
margin-top: 0px;
}
.carousel .item{
/*min-height: 280px; Prevent carousel from being distorted if for some reason image doesn't load */
width: 100%;
}
.carousel .item img{
margin: 0 auto; /* Align slide image horizontally center */
}
.bs-example{
/*margin: 10px;*/
margin-right: px;
margin-left:px;
} | 0.325521 | 0.071591 |
body{
/*overflow: hidden;*/
}
/*Waterfall efect for single ball*/
.waterfall {
text-align: left;
top: 5px;
left: -160px;
position: relative;
animation-name: side-movement;
animation-duration: 25s;
animation-delay: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes side-movement {
0% {
left: -160px;
top: 5px;
}
100% {
left: 110%;
top: 5px
}
}
/*End*/
/*Waterfall effect for 2 balls on the same line*/
.waterfall-same-line {
float: left;
padding: 10px;
/*top: 5px;*/
padding-top: 5px;
position: relative;
animation-name: side-movement-line;
animation-duration: 25s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes side-movement-line {
0% {
left: -160px;
top: 1px;
}
100% {
left: 110%;
top: 1px
}
}
.waterfall-same-line-2 {
float: left;
padding: 10px;
top: 5px;
position: relative;
padding-top: 5px;
animation-name: side-movement-line-2;
animation-duration: 29s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes side-movement-line-2 {
0% {
left: -320px;
top: 1px;
}
100% {
left: 110%;
top: 1px
}
}
/*END*/
.waterfall-same-line-3 {
float: left;
padding: 10px;
top: 5px;
position: relative;
animation-name: side-movement-line-3;
animation-duration: 25s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes side-movement-line-3 {
0% {
left: -520px;
top: 5px;
}
100% {
left: 110%;
top: 5px
}
}
.waterfall-same-line-4 {
float: left;
padding: 10px;
top: 5px;
position: relative;
animation-name: side-movement-line-4;
animation-duration: 29s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes side-movement-line-4 {
0% {
left: -740px;
top: 5px;
}
100% {
left: 110%;
top: 5px
}
}
.img-pointer {
cursor: pointer;
}
#slide-1 {
background: #757F9A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #D7DDE8, #757F9A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #D7DDE8, #757F9A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*transform: rotate(3deg);*/
color: black;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
background-position: center center;
}
#mainInfoContainer {
width: 100%;
position: absolute;
top: 185px;
left: 50%;
text-align: center;
}
.mainDivBackground {
background-color: rgba(255, 255, 255, 0.8);
border-style: solid;
border-radius: 5px;
padding-top: 0px;
}
@font-face {
font-family: librebaskerville-italic;
src: url(librebaskerville-italic-webfont.ttf);
}
@font-face {
font-family: opensans-bold;
src: url(OpenSans-Bold-webfont.ttf);
}
@font-face {
font-family: opensans;
src: url(OpenSans-Regular-webfont.ttf);
}
/* ------------------------------------------------------------------ */
/* d. Resume Section
/* ------------------------------------------------------------------ */
#resume {
background: #fff;
padding-top: 90px;
padding-bottom: 72px;
overflow: hidden;
}
#resume a, #resume a:visited { color: #11ABB0; }
#resume a:hover, #resume a:focus { color: #313131; }
#resume h1 {
font: 18px/24px 'opensans-bold', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}
#resume h1 span {
border-bottom: 3px solid #11ABB0;
padding-bottom: 6px;
}
#resume h3 {
font: 35px/40px 'opensans-bold', sans-serif;
}
#resume .header-col { padding-top: 9px; }
#resume .main-col { padding-right: 10%; }
.education, .work {
margin-bottom: 48px;
padding-bottom: 24px;
border-bottom: 1px solid #E8E8E8;
}
#resume .info {
font: 16px/24px 'librebaskerville-italic', serif;
color: #6E7881;
margin-bottom: 18px;
margin-top: 9px;
}
#resume .info span {
margin-right: 5px;
margin-left: 5px;
}
#resume .date {
font: 15px/24px 'opensans-regular', sans-serif;
margin-top: 6px;
}
#map {
/*z-index: 324323242;*/
height: 400px;
width: 100%;
} | public/css/animations.css | body{
/*overflow: hidden;*/
}
/*Waterfall efect for single ball*/
.waterfall {
text-align: left;
top: 5px;
left: -160px;
position: relative;
animation-name: side-movement;
animation-duration: 25s;
animation-delay: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes side-movement {
0% {
left: -160px;
top: 5px;
}
100% {
left: 110%;
top: 5px
}
}
/*End*/
/*Waterfall effect for 2 balls on the same line*/
.waterfall-same-line {
float: left;
padding: 10px;
/*top: 5px;*/
padding-top: 5px;
position: relative;
animation-name: side-movement-line;
animation-duration: 25s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes side-movement-line {
0% {
left: -160px;
top: 1px;
}
100% {
left: 110%;
top: 1px
}
}
.waterfall-same-line-2 {
float: left;
padding: 10px;
top: 5px;
position: relative;
padding-top: 5px;
animation-name: side-movement-line-2;
animation-duration: 29s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes side-movement-line-2 {
0% {
left: -320px;
top: 1px;
}
100% {
left: 110%;
top: 1px
}
}
/*END*/
.waterfall-same-line-3 {
float: left;
padding: 10px;
top: 5px;
position: relative;
animation-name: side-movement-line-3;
animation-duration: 25s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes side-movement-line-3 {
0% {
left: -520px;
top: 5px;
}
100% {
left: 110%;
top: 5px
}
}
.waterfall-same-line-4 {
float: left;
padding: 10px;
top: 5px;
position: relative;
animation-name: side-movement-line-4;
animation-duration: 29s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes side-movement-line-4 {
0% {
left: -740px;
top: 5px;
}
100% {
left: 110%;
top: 5px
}
}
.img-pointer {
cursor: pointer;
}
#slide-1 {
background: #757F9A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #D7DDE8, #757F9A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #D7DDE8, #757F9A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*transform: rotate(3deg);*/
color: black;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
background-position: center center;
}
#mainInfoContainer {
width: 100%;
position: absolute;
top: 185px;
left: 50%;
text-align: center;
}
.mainDivBackground {
background-color: rgba(255, 255, 255, 0.8);
border-style: solid;
border-radius: 5px;
padding-top: 0px;
}
@font-face {
font-family: librebaskerville-italic;
src: url(librebaskerville-italic-webfont.ttf);
}
@font-face {
font-family: opensans-bold;
src: url(OpenSans-Bold-webfont.ttf);
}
@font-face {
font-family: opensans;
src: url(OpenSans-Regular-webfont.ttf);
}
/* ------------------------------------------------------------------ */
/* d. Resume Section
/* ------------------------------------------------------------------ */
#resume {
background: #fff;
padding-top: 90px;
padding-bottom: 72px;
overflow: hidden;
}
#resume a, #resume a:visited { color: #11ABB0; }
#resume a:hover, #resume a:focus { color: #313131; }
#resume h1 {
font: 18px/24px 'opensans-bold', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}
#resume h1 span {
border-bottom: 3px solid #11ABB0;
padding-bottom: 6px;
}
#resume h3 {
font: 35px/40px 'opensans-bold', sans-serif;
}
#resume .header-col { padding-top: 9px; }
#resume .main-col { padding-right: 10%; }
.education, .work {
margin-bottom: 48px;
padding-bottom: 24px;
border-bottom: 1px solid #E8E8E8;
}
#resume .info {
font: 16px/24px 'librebaskerville-italic', serif;
color: #6E7881;
margin-bottom: 18px;
margin-top: 9px;
}
#resume .info span {
margin-right: 5px;
margin-left: 5px;
}
#resume .date {
font: 15px/24px 'opensans-regular', sans-serif;
margin-top: 6px;
}
#map {
/*z-index: 324323242;*/
height: 400px;
width: 100%;
} | 0.517327 | 0.105625 |
body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a:hover {
color: #00B7FF;
cursor: pointer;
}
li:hover {
background-color: black;
cursor: pointer;
}
.clickable-tr>td:hover {
cursor: pointer;
}
.clickable-rs>td:hover {
cursor: pointer;
}
nav#head {
position: fixed;
width: 100%;
z-index: 1;
}
h1 {
margin-top: 70px;
}
.Register_head {
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 800px;
}
.Register {
background: url('/images/back.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
.Register_form {
background-color: azure;
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 800px;
}
.Search_head {
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 800px;
}
.Search {
background: url('/images/back.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
.Search_form {
background-color: azure;
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 800px;
}
.Detail_head {
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right:auto;
max-width: 1200px;
}
.Detail {
background: url('/images/back.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
.Detail_form {
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 1200px;
}
thead.detail-thead {
background-color: darkgray;
color: black;
}
tbody.detail-tbody {
background-color:white;
color: black;
}
.car-img{
width: 100%;
height: auto;
}
table.info_table>tbody>tr>td, table.info_table>thead>tr>th{
padding-left: 25px;
}
.List_head {
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 800px;
}
.List {
background: url('/images/back.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.List_form {
background-color: azure;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
.dropdown-menu {
background-color: grey;
padding-left: 10px;
padding-right: 10px;
min-width:0px !important;
}
.dropdown-menu li {
color: white;
}
#option3 {
padding-right: 11px;
}
table#list_table>thead {
color: cornflowerblue;
}
#footer {
bottom: 0;
width: 100%;
position: fixed;
height: 60px;
background-color: black;
color: gray;
z-index: 99;
}
#footerlink {
margin-top: 20px;
}
.container-bottom {
height:70px;
}
.input-group .location_button {
border-style: none;
background: none;
padding: 0;
}
#errorM {
color : red;
font-style: italic;
}
.autocomplete {
position: relative;
display: inline-block;
}
.autocomplete-items {
position: absolute;
z-index: 99;
top: 100%;
left: 0;
right: 0;
width: 200px;
max-height: 250px;
overflow: auto;
text-align: left;
}
.autocomplete-items div {
margin-left: 20px;
padding: 10px;
cursor: pointer;
background-color: white;
border-bottom: 1px solid black;
}
.autocomplete-items div:hover {
/*when hovering an item:*/
background-color: grey;
}
#map {
width: 100%;
height: 0;
position: relative;
transition: height 0.3s ease-in;
}
.sorry {
width: 100%;
height: 100%;
position: absolute;
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
left: 0;
z-index: 9;
background-color: rgba(0, 0, 0, 0.5);
color: white;
} | public/stylesheets/style.css | body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a:hover {
color: #00B7FF;
cursor: pointer;
}
li:hover {
background-color: black;
cursor: pointer;
}
.clickable-tr>td:hover {
cursor: pointer;
}
.clickable-rs>td:hover {
cursor: pointer;
}
nav#head {
position: fixed;
width: 100%;
z-index: 1;
}
h1 {
margin-top: 70px;
}
.Register_head {
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 800px;
}
.Register {
background: url('/images/back.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
.Register_form {
background-color: azure;
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 800px;
}
.Search_head {
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 800px;
}
.Search {
background: url('/images/back.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
.Search_form {
background-color: azure;
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 800px;
}
.Detail_head {
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right:auto;
max-width: 1200px;
}
.Detail {
background: url('/images/back.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
.Detail_form {
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 1200px;
}
thead.detail-thead {
background-color: darkgray;
color: black;
}
tbody.detail-tbody {
background-color:white;
color: black;
}
.car-img{
width: 100%;
height: auto;
}
table.info_table>tbody>tr>td, table.info_table>thead>tr>th{
padding-left: 25px;
}
.List_head {
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right:auto;
max-width: 800px;
}
.List {
background: url('/images/back.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.List_form {
background-color: azure;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
.dropdown-menu {
background-color: grey;
padding-left: 10px;
padding-right: 10px;
min-width:0px !important;
}
.dropdown-menu li {
color: white;
}
#option3 {
padding-right: 11px;
}
table#list_table>thead {
color: cornflowerblue;
}
#footer {
bottom: 0;
width: 100%;
position: fixed;
height: 60px;
background-color: black;
color: gray;
z-index: 99;
}
#footerlink {
margin-top: 20px;
}
.container-bottom {
height:70px;
}
.input-group .location_button {
border-style: none;
background: none;
padding: 0;
}
#errorM {
color : red;
font-style: italic;
}
.autocomplete {
position: relative;
display: inline-block;
}
.autocomplete-items {
position: absolute;
z-index: 99;
top: 100%;
left: 0;
right: 0;
width: 200px;
max-height: 250px;
overflow: auto;
text-align: left;
}
.autocomplete-items div {
margin-left: 20px;
padding: 10px;
cursor: pointer;
background-color: white;
border-bottom: 1px solid black;
}
.autocomplete-items div:hover {
/*when hovering an item:*/
background-color: grey;
}
#map {
width: 100%;
height: 0;
position: relative;
transition: height 0.3s ease-in;
}
.sorry {
width: 100%;
height: 100%;
position: absolute;
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
left: 0;
z-index: 9;
background-color: rgba(0, 0, 0, 0.5);
color: white;
} | 0.536799 | 0.095983 |
@font-face {
font-family: 'Bellota-LightItalic';
src: url('../fonts/Bellota-LightItalic.otf');
}
@font-face {
font-family: 'Bellota-BoldItalic';
src: url('../fonts/Bellota-BoldItalic.otf');
}
body {
line-height: 17px;
background-color: #E6EAE8;
}
a {
color: #837272;
text-decoration: none;
}
.top_bar {
width: 100%;
min-width: 1050px;
height: 40px;
background-color: #694e4e;
border-bottom: 0.25em solid #694e4e;
margin: 0 0 10px 0;
display: inline-flex;
position: fixed;
z-index: 10;
}
.logo a {
font-family: 'Bellota-BoldItalic', sans-serif;
margin-left: 10px;
font-size: 30;
position: relative;
top: 9px;
text-shadow: #746060 0.5px 0.5px 0px;
color: #b69999;
}
a:hover {
text-decoration: none;
}
nav {
float: right;
right: 1px;
position: absolute;
margin: 10px;
}
nav a {
position: relative;
color: #fff;
text-decoration: none;
font-size: 17px;
}
nav a:hover {
border-bottom: 7px solid #e67e22;
color: #fff;
}
.wrapper {
margin: 0 auto;
top: 50px;
position: relative;
padding: 0 10px;
width: 75%;
min-width: 950px;
}
.column {
background-color: #fff;
padding: 10px;
border: 1px solid #D3D3D3;
border-radius: 5px;
box-shadow: 2px 2px 1px #D3D3D3;
z-index: -1;
color: #555;
}
.user_details {
width: 250px;
float: left;
margin-bottom: 20px;
}
.user_details img {
height: 120px;
border-radius: 5px;
margin-right: 5px;
}
.user_details_left_right {
width: 120px;
display: inline-table;
position: absolute;
}
.main_column {
float: right;
width: 70%;
z-index: -1;
min-height: 170px;
}
.post_form {
width: 100%;
}
.post_form textarea {
width: 81%;
height: 60px;
border-radius: 3px;
margin-right: 5px;
border: 1px solid #D3D3D3;
font-size: 12px;
padding: 5px;
}
textarea:focus {
outline: 0;
}
.post_form input[type="submit"] {
width: 11%;
height: 60px;
border: none;
border-radius: 3px;
background-color: #5f4444;
font-family: 'Bellota-BoldItalic', sans-serif;
color: #1E75CA;
text-shadow: #837272 0.5px 0.5px 0px;
font-size: 90%;
position: absolute;
outline: 0;
margin: 0;
}
.post_form input[type="submit"]:active {
padding: 5px 4px 4px 5px;
}
.status_post {
width: 96%;
font-size: 15px;
padding: 0px 5px;
min-height: 75px;
cursor: pointer;
}
.post_profile_pic {
float: left;
margin-right: 7px;
}
.post_profile_pic img {
border-radius: 5px;
}
#comment_iframe {
max-height: 250px;
width: 100%;
margin-top: 5px;
}
.comment_section {
padding: 0 5px 5px 5px;
}
.comment_section img {
margin: 0 3px 3px 3px;
border-radius: 3px;
}
#comment_form textarea {
border-color: #D3D3D3;
width: 85%;
height: 35px;
border-radius: 5px;
color: #616060;
font-size: 14px;
margin: 3px 3px 3px 5px;
}
#comment_form input[type="submit"] {
border: none;
background-color: #837272;
color: #3b2d2d;
border-radius: 5px;
width: 13%;
height: 35px;
margin-top: 3px;
position: absolute;
font-family: 'Bellota-BoldItalic', sans-serif;
text-shadow: #73B6E2 0.5px 0.5px 0px;
}
.newsfeedPostOptions {
padding: 0px;
text-decoration: none;
color: #686161;
border: none;
}
.newsfeedPostOptions iframe {
border: 0px;
height: 17px;
width: 120px;
}
.comment_like {
background-color: transparent;
border: none;
font-size: 14px;
color: #837272;
padding: 0;
height: auto;
width: auto;
margin: 0;
}
.like_value {
display: inline;
font-size: 14px;
}
.profile_left {
top: -10px;
width: 17%;
max-width: 240px;
min-width: 130px;
height: 100%;
float: left;
position: relative;
background-color: #694e4e;
border-right: 10px solid #837272;
color: #CBEAF8;
margin-right: 20px;
}
.profile_left img {
min-width: 80px;
width: 55%;
margin: 20px;
border: 5px solid #837272;
border-radius: 100px;
}
.profile_info {
display: list-item;
background-color: #694e4e;
width: 100%;
padding: 10px 0 10px 0;
}
.profile_info p {
margin: 0 0 0 20px;
word-wrap: break-word;
}
.danger {
background-color: #e74c3c;
}
.warning {
background-color: #f0ad4e;
}
.default {
background-color: #bdc3c7;
}
.success {
background-color: #2ecc71;
}
.info {
background-color: #694e4e;
}
.deep_blue {
background-color: #0043f0;
}
.profile_left input[type="submit"] {
width: 90%;
height: 30px;
border-radius: 5px;
margin: 7px 0 0 7px;
border: none;
color: #fff;
}
#accept_button {
width: 20%;
height: 28px;
border-radius: 5px;
margin: 5px;
border: none;
color: #fff;
background-color: #2ecc71;
}
#ignore_button {
width: 20%;
height: 28px;
border-radius: 5px;
margin: 5px;
border: none;
color: #fff;
background-color: #e74c3c;
}
.delete_button {
height: 22px;
width: 22px;
padding: 0;
float: right;
border-radius: 4px;
right: -15px;
position: relative;
}
.profile_main_column {
min-width: 675px;
float: left;
width: 70%;
z-index: -1;
}
.profile_info_bottom {
margin: 10 0 0 7px;
}
#message_textarea {
width: 80%;
margin-right: 8px;
border-radius: 5px;
border: 1px solid #D3D3D3;
font-size: 12px;
}
#message_submit {
height: 41px;
width: 120px;
margin: 0;
position: absolute;
border: none;
background-color: #694e4e;
color: #3f2626;
border-radius: 5px;
font-family: 'Bellota-BoldItalic', sans-serif;
text-shadow: #73B6E2 0.5px 0.5px 0px;
}
.message {
border: 1px solid #000;
border-radius: 5px;
padding: 5px 10px;
display: inline-block;
color: #fff;
}
.message#blue {
background-color: #3498db;
border-color: #694e4e;
float: right;
margin-bottom: 5px;
}
.message#green {
background-color: #2ecc71;
border-color: #27ae60;
float: left;
margin-bottom: 5px;
}
.loaded_messages {
height: 65%;
min-height: 300px;
max-height: 400px;
overflow: scroll;
margin-bottom: 10px;
}
.loaded_conversations {
max-height: 216px;
overflow: scroll;
}
.user_found_messages {
border-bottom: 1px solid #D3D3D3;
padding: 8px 8px 10px 8px;
}
.user_found_messages:hover {
background-color: #D3D3D3;
}
.user_found_messages img {
height: 35px;
float: left;
}
#grey {
color: #8C8C8C;
}
.resultDisplay {
padding: 5px 5px 0 5px;
height: 70px;
border-bottom: 1px solid #D3D3D3;
}
.resultDisplay a {
float: none;
}
.resultDisplay:hover {
background-color: #EBEBEB;
text-decoration: none;
}
.liveSearchProfilePic img {
height: 50px;
border-radius: 25px;
margin: 1px 12px 0 2px;
float: left;
}
.liveSearchText {
background-color: transparent;
color: #1E96CA;
}
.liveSearchText p {
margin-left: 10px;
font-size: 12px;
}
.tab-content {
margin-top: 25px;
}
.dropdown_data_window {
background-color: #fff;
border: 1px solid #DADADA;
border-radius: 0 0 8px 8px;
border-top: none;
width: 300px;
position: absolute;
right: 10px;
top: 40px;
overflow: scroll;
}
.notification_badge {
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #F00;
border-radius: 10px;
position: absolute;
left: 8px;
top: -5px;
}
.resultDisplayNotification {
height: auto;
color: #1485BD;
padding-bottom: 7px;
}
.resultDisplayNotification img {
height: 40px;
border-radius: 5px;
margin: 1px 12px 0px 2px;
float: left;
}
.timestamp_smaller {
font-size: 85%;
margin: 0;
}
.search {
margin: 8px 0 0 15%;
}
.search #search_text_input {
border: thin solid #E5E5E5;
float: left;
height: 23px;
outline: 0;
width: 100px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.button_holder {
background-color: #F1F1F1;
border: thin solid #e5e5e5;
cursor: pointer;
float: left;
height: 23px;
text-align: center;
width: 50px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.button_holder img {
margin-top: 1px;
width: 20px;
}
.search_results {
background-color: #fff;
border: 1px solid #DADADA;
border-bottom: none;
border-top: none;
margin-top: 21px;
}
.search_results_footer {
padding: 7px 4px 0px 4px;
height: 30px;
border: 1px solid #DADADA;
border-top: none;
background-color: #20AAE5;
text-align: center;
}
.search_results_footer a {
color: #fff;
}
.search_result {
padding: 10px;
height: 100px;
}
.searchPageFriendButtons {
float: right;
}
.searchPageFriendButtons input[type="submit"] {
border: none;
padding: 7px 12px;
border-radius: 5px;
color: #fff;
}
.result_profile_pic {
float: left;
margin-right: 10px;
}
#search_hr {
margin-bottom: 0px;
}
.small_profile_pic {
height: 55px;
margin: 1px 12px 0 2px;
float: left;
}
#settings_input {
border: 1px solid #ccc;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
border-radius: 4px;
font-size: 14px;
line-height: 20px;
}
.settings_submit {
border: none;
padding: 7px 12px;
border-radius: 5px;
color: #fff;
} | assets/css/style.css | @font-face {
font-family: 'Bellota-LightItalic';
src: url('../fonts/Bellota-LightItalic.otf');
}
@font-face {
font-family: 'Bellota-BoldItalic';
src: url('../fonts/Bellota-BoldItalic.otf');
}
body {
line-height: 17px;
background-color: #E6EAE8;
}
a {
color: #837272;
text-decoration: none;
}
.top_bar {
width: 100%;
min-width: 1050px;
height: 40px;
background-color: #694e4e;
border-bottom: 0.25em solid #694e4e;
margin: 0 0 10px 0;
display: inline-flex;
position: fixed;
z-index: 10;
}
.logo a {
font-family: 'Bellota-BoldItalic', sans-serif;
margin-left: 10px;
font-size: 30;
position: relative;
top: 9px;
text-shadow: #746060 0.5px 0.5px 0px;
color: #b69999;
}
a:hover {
text-decoration: none;
}
nav {
float: right;
right: 1px;
position: absolute;
margin: 10px;
}
nav a {
position: relative;
color: #fff;
text-decoration: none;
font-size: 17px;
}
nav a:hover {
border-bottom: 7px solid #e67e22;
color: #fff;
}
.wrapper {
margin: 0 auto;
top: 50px;
position: relative;
padding: 0 10px;
width: 75%;
min-width: 950px;
}
.column {
background-color: #fff;
padding: 10px;
border: 1px solid #D3D3D3;
border-radius: 5px;
box-shadow: 2px 2px 1px #D3D3D3;
z-index: -1;
color: #555;
}
.user_details {
width: 250px;
float: left;
margin-bottom: 20px;
}
.user_details img {
height: 120px;
border-radius: 5px;
margin-right: 5px;
}
.user_details_left_right {
width: 120px;
display: inline-table;
position: absolute;
}
.main_column {
float: right;
width: 70%;
z-index: -1;
min-height: 170px;
}
.post_form {
width: 100%;
}
.post_form textarea {
width: 81%;
height: 60px;
border-radius: 3px;
margin-right: 5px;
border: 1px solid #D3D3D3;
font-size: 12px;
padding: 5px;
}
textarea:focus {
outline: 0;
}
.post_form input[type="submit"] {
width: 11%;
height: 60px;
border: none;
border-radius: 3px;
background-color: #5f4444;
font-family: 'Bellota-BoldItalic', sans-serif;
color: #1E75CA;
text-shadow: #837272 0.5px 0.5px 0px;
font-size: 90%;
position: absolute;
outline: 0;
margin: 0;
}
.post_form input[type="submit"]:active {
padding: 5px 4px 4px 5px;
}
.status_post {
width: 96%;
font-size: 15px;
padding: 0px 5px;
min-height: 75px;
cursor: pointer;
}
.post_profile_pic {
float: left;
margin-right: 7px;
}
.post_profile_pic img {
border-radius: 5px;
}
#comment_iframe {
max-height: 250px;
width: 100%;
margin-top: 5px;
}
.comment_section {
padding: 0 5px 5px 5px;
}
.comment_section img {
margin: 0 3px 3px 3px;
border-radius: 3px;
}
#comment_form textarea {
border-color: #D3D3D3;
width: 85%;
height: 35px;
border-radius: 5px;
color: #616060;
font-size: 14px;
margin: 3px 3px 3px 5px;
}
#comment_form input[type="submit"] {
border: none;
background-color: #837272;
color: #3b2d2d;
border-radius: 5px;
width: 13%;
height: 35px;
margin-top: 3px;
position: absolute;
font-family: 'Bellota-BoldItalic', sans-serif;
text-shadow: #73B6E2 0.5px 0.5px 0px;
}
.newsfeedPostOptions {
padding: 0px;
text-decoration: none;
color: #686161;
border: none;
}
.newsfeedPostOptions iframe {
border: 0px;
height: 17px;
width: 120px;
}
.comment_like {
background-color: transparent;
border: none;
font-size: 14px;
color: #837272;
padding: 0;
height: auto;
width: auto;
margin: 0;
}
.like_value {
display: inline;
font-size: 14px;
}
.profile_left {
top: -10px;
width: 17%;
max-width: 240px;
min-width: 130px;
height: 100%;
float: left;
position: relative;
background-color: #694e4e;
border-right: 10px solid #837272;
color: #CBEAF8;
margin-right: 20px;
}
.profile_left img {
min-width: 80px;
width: 55%;
margin: 20px;
border: 5px solid #837272;
border-radius: 100px;
}
.profile_info {
display: list-item;
background-color: #694e4e;
width: 100%;
padding: 10px 0 10px 0;
}
.profile_info p {
margin: 0 0 0 20px;
word-wrap: break-word;
}
.danger {
background-color: #e74c3c;
}
.warning {
background-color: #f0ad4e;
}
.default {
background-color: #bdc3c7;
}
.success {
background-color: #2ecc71;
}
.info {
background-color: #694e4e;
}
.deep_blue {
background-color: #0043f0;
}
.profile_left input[type="submit"] {
width: 90%;
height: 30px;
border-radius: 5px;
margin: 7px 0 0 7px;
border: none;
color: #fff;
}
#accept_button {
width: 20%;
height: 28px;
border-radius: 5px;
margin: 5px;
border: none;
color: #fff;
background-color: #2ecc71;
}
#ignore_button {
width: 20%;
height: 28px;
border-radius: 5px;
margin: 5px;
border: none;
color: #fff;
background-color: #e74c3c;
}
.delete_button {
height: 22px;
width: 22px;
padding: 0;
float: right;
border-radius: 4px;
right: -15px;
position: relative;
}
.profile_main_column {
min-width: 675px;
float: left;
width: 70%;
z-index: -1;
}
.profile_info_bottom {
margin: 10 0 0 7px;
}
#message_textarea {
width: 80%;
margin-right: 8px;
border-radius: 5px;
border: 1px solid #D3D3D3;
font-size: 12px;
}
#message_submit {
height: 41px;
width: 120px;
margin: 0;
position: absolute;
border: none;
background-color: #694e4e;
color: #3f2626;
border-radius: 5px;
font-family: 'Bellota-BoldItalic', sans-serif;
text-shadow: #73B6E2 0.5px 0.5px 0px;
}
.message {
border: 1px solid #000;
border-radius: 5px;
padding: 5px 10px;
display: inline-block;
color: #fff;
}
.message#blue {
background-color: #3498db;
border-color: #694e4e;
float: right;
margin-bottom: 5px;
}
.message#green {
background-color: #2ecc71;
border-color: #27ae60;
float: left;
margin-bottom: 5px;
}
.loaded_messages {
height: 65%;
min-height: 300px;
max-height: 400px;
overflow: scroll;
margin-bottom: 10px;
}
.loaded_conversations {
max-height: 216px;
overflow: scroll;
}
.user_found_messages {
border-bottom: 1px solid #D3D3D3;
padding: 8px 8px 10px 8px;
}
.user_found_messages:hover {
background-color: #D3D3D3;
}
.user_found_messages img {
height: 35px;
float: left;
}
#grey {
color: #8C8C8C;
}
.resultDisplay {
padding: 5px 5px 0 5px;
height: 70px;
border-bottom: 1px solid #D3D3D3;
}
.resultDisplay a {
float: none;
}
.resultDisplay:hover {
background-color: #EBEBEB;
text-decoration: none;
}
.liveSearchProfilePic img {
height: 50px;
border-radius: 25px;
margin: 1px 12px 0 2px;
float: left;
}
.liveSearchText {
background-color: transparent;
color: #1E96CA;
}
.liveSearchText p {
margin-left: 10px;
font-size: 12px;
}
.tab-content {
margin-top: 25px;
}
.dropdown_data_window {
background-color: #fff;
border: 1px solid #DADADA;
border-radius: 0 0 8px 8px;
border-top: none;
width: 300px;
position: absolute;
right: 10px;
top: 40px;
overflow: scroll;
}
.notification_badge {
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #F00;
border-radius: 10px;
position: absolute;
left: 8px;
top: -5px;
}
.resultDisplayNotification {
height: auto;
color: #1485BD;
padding-bottom: 7px;
}
.resultDisplayNotification img {
height: 40px;
border-radius: 5px;
margin: 1px 12px 0px 2px;
float: left;
}
.timestamp_smaller {
font-size: 85%;
margin: 0;
}
.search {
margin: 8px 0 0 15%;
}
.search #search_text_input {
border: thin solid #E5E5E5;
float: left;
height: 23px;
outline: 0;
width: 100px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.button_holder {
background-color: #F1F1F1;
border: thin solid #e5e5e5;
cursor: pointer;
float: left;
height: 23px;
text-align: center;
width: 50px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.button_holder img {
margin-top: 1px;
width: 20px;
}
.search_results {
background-color: #fff;
border: 1px solid #DADADA;
border-bottom: none;
border-top: none;
margin-top: 21px;
}
.search_results_footer {
padding: 7px 4px 0px 4px;
height: 30px;
border: 1px solid #DADADA;
border-top: none;
background-color: #20AAE5;
text-align: center;
}
.search_results_footer a {
color: #fff;
}
.search_result {
padding: 10px;
height: 100px;
}
.searchPageFriendButtons {
float: right;
}
.searchPageFriendButtons input[type="submit"] {
border: none;
padding: 7px 12px;
border-radius: 5px;
color: #fff;
}
.result_profile_pic {
float: left;
margin-right: 10px;
}
#search_hr {
margin-bottom: 0px;
}
.small_profile_pic {
height: 55px;
margin: 1px 12px 0 2px;
float: left;
}
#settings_input {
border: 1px solid #ccc;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
border-radius: 4px;
font-size: 14px;
line-height: 20px;
}
.settings_submit {
border: none;
padding: 7px 12px;
border-radius: 5px;
color: #fff;
} | 0.38168 | 0.128388 |
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
:root {
--main1-color: #e63946;
--main2-color: #fff;
--main3-color: #000;
--main4-color: #a8dadc;
--main5-color: #4db6ac;
--main6-color: #1d3557;
}
body{
background-color: var(--main2-color);
}
*{
padding: 0;
margin: 0;
font-family: 'Acme', sans-serif;
box-sizing: border-box;
scroll-behavior: smooth;
scroll-padding-top: 4rem;
list-style: none;
text-decoration: none;
}
.header {
display: flex;
flex-direction: column;
justify-content: center;
height: 100px;
background-color: var(--main1-color);
color: white;
text-align: center;
height: auto;
}
.header > div{
padding: 1.8rem;
}
.header h1{
font-weight: 600;
}
.logo a{
font-size: 6rem;
color: white;
}
.logo-type a:hover{
text-decoration: none;
}
hr{
color: var(--main1-color);
}
.healine{
display: grid;
grid-template-columns: auto auto auto auto;
gap: 1.3rem;
align-items:center;
margin-bottom: 50px;
}
.healine img{
height: 100%;
width: 100%;
border-radius: 1rem;
/* border: 3px solid var(--main1-color); */
padding: 4px;
transition: 2s;
}
.healine img:hover{
transform: scale(1.2)
}
span{
color: var(--main4-color);
}
em {
text-decoration: underline var(--main4-color);
}
/* sources */
.sources {
color: var(--main3-color);
margin-bottom: 200px;
}
.sources a:hover{
text-decoration: none;
}
.sources h1{
border-left: 4px solid var(--main4-color);
padding: 1rem 0 0 1rem;
}
.source{
color: var(--main6-color);
width: fit-content;
transition: 1s;
}
.source:hover{
color: var(--main1-color);
}
.source-list{
display: flex;
flex-wrap: wrap;
}
.category{
color: var(--main5-color);
border-left: 2px solid var(--main1-color);
padding-left: 2rem;
padding-top: 1.5rem;
padding-bottom: 0.5rem;
}
/* Footer */
.footer{
position: fixed;
bottom: 0;
text-align: center;
padding-top: 1rem;
padding-bottom: 0.5rem;
color: var(--main3-color);
background-color: var(--main2-color);
width: 100%;
}
/* Articles */
.card {
transition: all 300ms;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 5px;
}
.card:hover{
box-shadow: 0 0 5px var();
}
.news-image{
min-width: 35rem;
max-width: 35rem;
max-height: 300px;
height: 30rem;
transform: translateX(-5rem);
position: relative;
}
.news-image img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: .8rem;
}
.news-image::before{
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.article-title{
/* font-size: 1.4rem; */
font-weight: 650;
}
.article-content{
color: var(--main6-color);
}
@media screen and (max-width: 1068px) {
.card{
max-width: 80rem;
}
.news_image img{
min-width: 30rem;
max-width: 3rem;
}
}
@media screen and (max-width: 868px) {
.card{
max-width: 70rem;
}
}
@media screen and (max-width: 768px) {
.card{
margin-top: 100px;
}
.card{
padding: 2.5rem;
flex-direction: column;
}
.card_img{
min-width: 50%;
max-width: 50%;
transform: translate(0, -8rem);
}
}
small{
color: var(--main1-color);
}
/* Error page */
.error{
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.error > div{
margin-top: 5rem;
}
.whoops{
font-weight: 800;
color: var(--main6-color);
font-size: 5.8rem;
}
/* Search */
.search-container{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: none;
flex-shrink: inherit;
}
.search-box {
transition: width 0.6s;
position: relative;
}
#search-submit {
position: relative;
outline: none;
padding: 0,5rem;
color: var(--main1-color);
font-size: 1.5rem;
border-style: var(--main1-color);
background-color: var(--main2-color);
}
.query-input{
z-index: 1;
}
/* Material classes */
.m-0 {
margin: 0;
}
.m-1 {
margin: 0.25rem;
}
.m-2 {
margin: 0.5rem;
}
.m-3 {
margin: 1rem;
}
.m-4 {
margin: 1.5rem;
}
.m-5 {
margin: 3rem;
}
.m-auto {
margin: auto;
}
.mx-0 {
margin-right: 0;
margin-left: 0;
}
.mx-1 {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.mx-2 {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.mx-3 {
margin-right: 1rem;
margin-left: 1rem;
}
.mx-4 {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.mx-5 {
margin-right: 3rem;
margin-left: 3rem;
}
.mx-auto {
margin-right: auto;
margin-left: auto;
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.my-3 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.my-4 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.my-5 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
.mt-0 {
margin-top: 0;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mt-3 {
margin-top: 1rem;
}
.mt-4 {
margin-top: 1.5rem;
}
.mt-5 {
margin-top: 3rem;
}
.mt-auto {
margin-top: auto;
}
.me-0 {
margin-right: 0;
}
.me-1 {
margin-right: 0.25rem;
}
.me-2 {
margin-right: 0.5rem;
}
.me-3 {
margin-right: 1rem;
}
.me-4 {
margin-right: 1.5rem;
}
.me-5 {
margin-right: 3rem;
}
.me-auto {
margin-right: auto;
}
.mb-0 {
margin-bottom: 0;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mb-3 {
margin-bottom: 1rem;
}
.mb-4 {
margin-bottom: 1.5rem;
}
.mb-5 {
margin-bottom: 3rem;
}
.mb-auto {
margin-bottom: auto;
}
.ms-0 {
margin-left: 0;
}
.ms-1 {
margin-left: 0.25rem;
}
.ms-2 {
margin-left: 0.5rem;
}
.ms-3 {
margin-left: 1rem;
}
.ms-4 {
margin-left: 1.5rem;
}
.ms-5 {
margin-left: 3rem;
}
.ms-auto {
margin-left: auto;
}
.p-0 {
padding: 0;
}
.p-1 {
padding: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.p-3 {
padding: 1rem;
}
.p-4 {
padding: 1.5rem;
}
.p-5 {
padding: 3rem;
}
.px-0 {
padding-right: 0;
padding-left: 0;
}
.px-1 {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.px-2 {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.px-3 {
padding-right: 1rem;
padding-left: 1rem;
}
.px-4 {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.px-5 {
padding-right: 3rem;
padding-left: 3rem;
}
.py-0 {
padding-top: 0;
padding-bottom: 0;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-3 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-4 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-5 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.pt-0 {
padding-top: 0;
}
.pt-1 {
padding-top: 0.25rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pt-3 {
padding-top: 1rem;
}
.pt-4 {
padding-top: 1.5rem;
}
.pt-5 {
padding-top: 3rem;
}
.pe-0 {
padding-right: 0;
}
.pe-1 {
padding-right: 0.25rem;
}
.pe-2 {
padding-right: 0.5rem;
}
.pe-3 {
padding-right: 1rem;
}
.pe-4 {
padding-right: 1.5rem;
}
.pe-5 {
padding-right: 3rem;
}
.pb-0 {
padding-bottom: 0;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pb-3 {
padding-bottom: 1rem;
}
.pb-4 {
padding-bottom: 1.5rem;
}
.pb-5 {
padding-bottom: 3rem;
}
.ps-0 {
padding-left: 0;
}
.ps-1 {
padding-left: 0.25rem;
}
.ps-2 {
padding-left: 0.5rem;
}
.ps-3 {
padding-left: 1rem;
}
.ps-4 {
padding-left: 1.5rem;
}
.ps-5 {
padding-left: 3rem;
} | app/static/css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
:root {
--main1-color: #e63946;
--main2-color: #fff;
--main3-color: #000;
--main4-color: #a8dadc;
--main5-color: #4db6ac;
--main6-color: #1d3557;
}
body{
background-color: var(--main2-color);
}
*{
padding: 0;
margin: 0;
font-family: 'Acme', sans-serif;
box-sizing: border-box;
scroll-behavior: smooth;
scroll-padding-top: 4rem;
list-style: none;
text-decoration: none;
}
.header {
display: flex;
flex-direction: column;
justify-content: center;
height: 100px;
background-color: var(--main1-color);
color: white;
text-align: center;
height: auto;
}
.header > div{
padding: 1.8rem;
}
.header h1{
font-weight: 600;
}
.logo a{
font-size: 6rem;
color: white;
}
.logo-type a:hover{
text-decoration: none;
}
hr{
color: var(--main1-color);
}
.healine{
display: grid;
grid-template-columns: auto auto auto auto;
gap: 1.3rem;
align-items:center;
margin-bottom: 50px;
}
.healine img{
height: 100%;
width: 100%;
border-radius: 1rem;
/* border: 3px solid var(--main1-color); */
padding: 4px;
transition: 2s;
}
.healine img:hover{
transform: scale(1.2)
}
span{
color: var(--main4-color);
}
em {
text-decoration: underline var(--main4-color);
}
/* sources */
.sources {
color: var(--main3-color);
margin-bottom: 200px;
}
.sources a:hover{
text-decoration: none;
}
.sources h1{
border-left: 4px solid var(--main4-color);
padding: 1rem 0 0 1rem;
}
.source{
color: var(--main6-color);
width: fit-content;
transition: 1s;
}
.source:hover{
color: var(--main1-color);
}
.source-list{
display: flex;
flex-wrap: wrap;
}
.category{
color: var(--main5-color);
border-left: 2px solid var(--main1-color);
padding-left: 2rem;
padding-top: 1.5rem;
padding-bottom: 0.5rem;
}
/* Footer */
.footer{
position: fixed;
bottom: 0;
text-align: center;
padding-top: 1rem;
padding-bottom: 0.5rem;
color: var(--main3-color);
background-color: var(--main2-color);
width: 100%;
}
/* Articles */
.card {
transition: all 300ms;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 5px;
}
.card:hover{
box-shadow: 0 0 5px var();
}
.news-image{
min-width: 35rem;
max-width: 35rem;
max-height: 300px;
height: 30rem;
transform: translateX(-5rem);
position: relative;
}
.news-image img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: .8rem;
}
.news-image::before{
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.article-title{
/* font-size: 1.4rem; */
font-weight: 650;
}
.article-content{
color: var(--main6-color);
}
@media screen and (max-width: 1068px) {
.card{
max-width: 80rem;
}
.news_image img{
min-width: 30rem;
max-width: 3rem;
}
}
@media screen and (max-width: 868px) {
.card{
max-width: 70rem;
}
}
@media screen and (max-width: 768px) {
.card{
margin-top: 100px;
}
.card{
padding: 2.5rem;
flex-direction: column;
}
.card_img{
min-width: 50%;
max-width: 50%;
transform: translate(0, -8rem);
}
}
small{
color: var(--main1-color);
}
/* Error page */
.error{
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.error > div{
margin-top: 5rem;
}
.whoops{
font-weight: 800;
color: var(--main6-color);
font-size: 5.8rem;
}
/* Search */
.search-container{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: none;
flex-shrink: inherit;
}
.search-box {
transition: width 0.6s;
position: relative;
}
#search-submit {
position: relative;
outline: none;
padding: 0,5rem;
color: var(--main1-color);
font-size: 1.5rem;
border-style: var(--main1-color);
background-color: var(--main2-color);
}
.query-input{
z-index: 1;
}
/* Material classes */
.m-0 {
margin: 0;
}
.m-1 {
margin: 0.25rem;
}
.m-2 {
margin: 0.5rem;
}
.m-3 {
margin: 1rem;
}
.m-4 {
margin: 1.5rem;
}
.m-5 {
margin: 3rem;
}
.m-auto {
margin: auto;
}
.mx-0 {
margin-right: 0;
margin-left: 0;
}
.mx-1 {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.mx-2 {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.mx-3 {
margin-right: 1rem;
margin-left: 1rem;
}
.mx-4 {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.mx-5 {
margin-right: 3rem;
margin-left: 3rem;
}
.mx-auto {
margin-right: auto;
margin-left: auto;
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.my-3 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.my-4 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.my-5 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
.mt-0 {
margin-top: 0;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mt-3 {
margin-top: 1rem;
}
.mt-4 {
margin-top: 1.5rem;
}
.mt-5 {
margin-top: 3rem;
}
.mt-auto {
margin-top: auto;
}
.me-0 {
margin-right: 0;
}
.me-1 {
margin-right: 0.25rem;
}
.me-2 {
margin-right: 0.5rem;
}
.me-3 {
margin-right: 1rem;
}
.me-4 {
margin-right: 1.5rem;
}
.me-5 {
margin-right: 3rem;
}
.me-auto {
margin-right: auto;
}
.mb-0 {
margin-bottom: 0;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mb-3 {
margin-bottom: 1rem;
}
.mb-4 {
margin-bottom: 1.5rem;
}
.mb-5 {
margin-bottom: 3rem;
}
.mb-auto {
margin-bottom: auto;
}
.ms-0 {
margin-left: 0;
}
.ms-1 {
margin-left: 0.25rem;
}
.ms-2 {
margin-left: 0.5rem;
}
.ms-3 {
margin-left: 1rem;
}
.ms-4 {
margin-left: 1.5rem;
}
.ms-5 {
margin-left: 3rem;
}
.ms-auto {
margin-left: auto;
}
.p-0 {
padding: 0;
}
.p-1 {
padding: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.p-3 {
padding: 1rem;
}
.p-4 {
padding: 1.5rem;
}
.p-5 {
padding: 3rem;
}
.px-0 {
padding-right: 0;
padding-left: 0;
}
.px-1 {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.px-2 {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.px-3 {
padding-right: 1rem;
padding-left: 1rem;
}
.px-4 {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.px-5 {
padding-right: 3rem;
padding-left: 3rem;
}
.py-0 {
padding-top: 0;
padding-bottom: 0;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-3 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-4 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-5 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.pt-0 {
padding-top: 0;
}
.pt-1 {
padding-top: 0.25rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pt-3 {
padding-top: 1rem;
}
.pt-4 {
padding-top: 1.5rem;
}
.pt-5 {
padding-top: 3rem;
}
.pe-0 {
padding-right: 0;
}
.pe-1 {
padding-right: 0.25rem;
}
.pe-2 {
padding-right: 0.5rem;
}
.pe-3 {
padding-right: 1rem;
}
.pe-4 {
padding-right: 1.5rem;
}
.pe-5 {
padding-right: 3rem;
}
.pb-0 {
padding-bottom: 0;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pb-3 {
padding-bottom: 1rem;
}
.pb-4 {
padding-bottom: 1.5rem;
}
.pb-5 {
padding-bottom: 3rem;
}
.ps-0 {
padding-left: 0;
}
.ps-1 {
padding-left: 0.25rem;
}
.ps-2 {
padding-left: 0.5rem;
}
.ps-3 {
padding-left: 1rem;
}
.ps-4 {
padding-left: 1.5rem;
}
.ps-5 {
padding-left: 3rem;
} | 0.544075 | 0.070816 |
{
background-color: transparent;
font-size: 11px;
line-height: 13px;
font-family: open-sans, sans-serif;
font-weight: 300;
font-style: italic;
}
#u365
{
-webkit-transition-duration: 1s;
-webkit-transition-delay: 0s;
-webkit-transition-timing-function: ease;
transition-duration: 1s;
transition-delay: 0s;
transition-timing-function: ease;
background-image: url("../images/blank.gif");
background-color: #DCDCDC;
}
#u365:hover
{
background-color: #FFFF00;
}
#u365.MuseMenuActive
{
background-color: #FFFF00;
}
#u368-4
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
text-align: center;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u365:hover #u368-4 p
{
color: #000000;
visibility: inherit;
}
#u491
{
-webkit-transition-duration: 1s;
-webkit-transition-delay: 0s;
-webkit-transition-timing-function: ease;
transition-duration: 1s;
transition-delay: 0s;
transition-timing-function: ease;
background-image: url("../images/blank.gif");
background-color: #DCDCDC;
}
#u491:hover
{
background-color: #00FFFF;
}
#u491.MuseMenuActive
{
background-color: #00FFFF;
}
#u493-4
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
text-align: center;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u491:hover #u493-4 p
{
color: #000000;
visibility: inherit;
}
#u512
{
-webkit-transition-duration: 1s;
-webkit-transition-delay: 0s;
-webkit-transition-timing-function: ease;
transition-duration: 1s;
transition-delay: 0s;
transition-timing-function: ease;
background-image: url("../images/blank.gif");
background-color: #DCDCDC;
}
#u512:hover
{
background-color: #D04DFF;
}
#u512.MuseMenuActive
{
background-color: #D04DFF;
}
#u515-4
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
text-align: center;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u512:hover #u515-4 p
{
color: #000000;
visibility: inherit;
}
#u535
{
-webkit-transition-duration: 1s;
-webkit-transition-delay: 0s;
-webkit-transition-timing-function: ease;
transition-duration: 1s;
transition-delay: 0s;
transition-timing-function: ease;
background-image: url("../images/blank.gif");
background-color: #DCDCDC;
}
#u535:hover
{
background-color: #00FF00;
}
#u535.MuseMenuActive
{
background-color: #00FF00;
}
#u536-4
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
text-align: center;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u535:hover #u536-4 p
{
color: #000000;
visibility: inherit;
}
#u554
{
-webkit-transition-duration: 1s;
-webkit-transition-delay: 0s;
-webkit-transition-timing-function: ease;
transition-duration: 1s;
transition-delay: 0s;
transition-timing-function: ease;
background-image: url("../images/blank.gif");
background-color: #DCDCDC;
}
#u554:hover
{
background-color: #FF65FF;
}
#u554.MuseMenuActive
{
background-color: #FF65FF;
}
#u555-4
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
text-align: center;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u554:hover #u555-4 p
{
color: #000000;
visibility: inherit;
}
#u613
{
background-color: #FCEE21;
}
#u616-4
{
background-color: transparent;
text-align: center;
line-height: 14px;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u766,#menuu361,#accordionu574
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
}
#u580-4
{
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #DEDEDE;
text-align: center;
line-height: 14px;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u580-4:hover
{
background-color: #F2F2F2;
}
#u580-4:active
{
background-color: #F2F2F2;
}
#u633-4
{
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #DEDEDE;
text-align: center;
line-height: 14px;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u633-4:hover
{
background-color: #F2F2F2;
}
#u633-4:active
{
background-color: #F2F2F2;
}
#u645-4
{
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #DEDEDE;
text-align: center;
line-height: 14px;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u645-4:hover
{
background-color: #F2F2F2;
}
#u645-4:active
{
background-color: #F2F2F2;
}
#u653-4
{
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #DEDEDE;
text-align: center;
line-height: 14px;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u653-4:hover
{
background-color: #F2F2F2;
}
#u653-4:active
{
background-color: #F2F2F2;
}
#u580-4.AccordionPanelTabOpen,#u633-4.AccordionPanelTabOpen,#u645-4.AccordionPanelTabOpen,#u653-4.AccordionPanelTabOpen
{
background-color: #FFFFFF;
}
#u580-4.AccordionPanelTabOpen p,#u633-4.AccordionPanelTabOpen p,#u645-4.AccordionPanelTabOpen p,#u653-4.AccordionPanelTabOpen p
{
color: #000000;
visibility: inherit;
text-align: center;
font-family: open-sans, sans-serif;
font-weight: 300;
font-style: normal;
}
#u581,#u630,#u644,#u654
{
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #FFFFFF;
}
#u103,#u728,#u713,#u735,#u742,#u721,#u779,#u362,#u490,#u511,#u532,#u553,#u579,#u619,#u629,#u670,#u643,#u699,#u652,#u706
{
background-color: transparent;
}
.MenuItem,.AccordionPanelTab /* unifiedNavBar */
{
cursor: pointer;
} | root/app/webroot/public_resources/css/master_a-p_g_-maestra.css | {
background-color: transparent;
font-size: 11px;
line-height: 13px;
font-family: open-sans, sans-serif;
font-weight: 300;
font-style: italic;
}
#u365
{
-webkit-transition-duration: 1s;
-webkit-transition-delay: 0s;
-webkit-transition-timing-function: ease;
transition-duration: 1s;
transition-delay: 0s;
transition-timing-function: ease;
background-image: url("../images/blank.gif");
background-color: #DCDCDC;
}
#u365:hover
{
background-color: #FFFF00;
}
#u365.MuseMenuActive
{
background-color: #FFFF00;
}
#u368-4
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
text-align: center;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u365:hover #u368-4 p
{
color: #000000;
visibility: inherit;
}
#u491
{
-webkit-transition-duration: 1s;
-webkit-transition-delay: 0s;
-webkit-transition-timing-function: ease;
transition-duration: 1s;
transition-delay: 0s;
transition-timing-function: ease;
background-image: url("../images/blank.gif");
background-color: #DCDCDC;
}
#u491:hover
{
background-color: #00FFFF;
}
#u491.MuseMenuActive
{
background-color: #00FFFF;
}
#u493-4
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
text-align: center;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u491:hover #u493-4 p
{
color: #000000;
visibility: inherit;
}
#u512
{
-webkit-transition-duration: 1s;
-webkit-transition-delay: 0s;
-webkit-transition-timing-function: ease;
transition-duration: 1s;
transition-delay: 0s;
transition-timing-function: ease;
background-image: url("../images/blank.gif");
background-color: #DCDCDC;
}
#u512:hover
{
background-color: #D04DFF;
}
#u512.MuseMenuActive
{
background-color: #D04DFF;
}
#u515-4
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
text-align: center;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u512:hover #u515-4 p
{
color: #000000;
visibility: inherit;
}
#u535
{
-webkit-transition-duration: 1s;
-webkit-transition-delay: 0s;
-webkit-transition-timing-function: ease;
transition-duration: 1s;
transition-delay: 0s;
transition-timing-function: ease;
background-image: url("../images/blank.gif");
background-color: #DCDCDC;
}
#u535:hover
{
background-color: #00FF00;
}
#u535.MuseMenuActive
{
background-color: #00FF00;
}
#u536-4
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
text-align: center;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u535:hover #u536-4 p
{
color: #000000;
visibility: inherit;
}
#u554
{
-webkit-transition-duration: 1s;
-webkit-transition-delay: 0s;
-webkit-transition-timing-function: ease;
transition-duration: 1s;
transition-delay: 0s;
transition-timing-function: ease;
background-image: url("../images/blank.gif");
background-color: #DCDCDC;
}
#u554:hover
{
background-color: #FF65FF;
}
#u554.MuseMenuActive
{
background-color: #FF65FF;
}
#u555-4
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
text-align: center;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u554:hover #u555-4 p
{
color: #000000;
visibility: inherit;
}
#u613
{
background-color: #FCEE21;
}
#u616-4
{
background-color: transparent;
text-align: center;
line-height: 14px;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u766,#menuu361,#accordionu574
{
border-width: 0px;
border-color: transparent;
background-color: transparent;
}
#u580-4
{
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #DEDEDE;
text-align: center;
line-height: 14px;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u580-4:hover
{
background-color: #F2F2F2;
}
#u580-4:active
{
background-color: #F2F2F2;
}
#u633-4
{
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #DEDEDE;
text-align: center;
line-height: 14px;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u633-4:hover
{
background-color: #F2F2F2;
}
#u633-4:active
{
background-color: #F2F2F2;
}
#u645-4
{
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #DEDEDE;
text-align: center;
line-height: 14px;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u645-4:hover
{
background-color: #F2F2F2;
}
#u645-4:active
{
background-color: #F2F2F2;
}
#u653-4
{
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #DEDEDE;
text-align: center;
line-height: 14px;
color: #000000;
font-family: open-sans, sans-serif;
font-weight: 300;
}
#u653-4:hover
{
background-color: #F2F2F2;
}
#u653-4:active
{
background-color: #F2F2F2;
}
#u580-4.AccordionPanelTabOpen,#u633-4.AccordionPanelTabOpen,#u645-4.AccordionPanelTabOpen,#u653-4.AccordionPanelTabOpen
{
background-color: #FFFFFF;
}
#u580-4.AccordionPanelTabOpen p,#u633-4.AccordionPanelTabOpen p,#u645-4.AccordionPanelTabOpen p,#u653-4.AccordionPanelTabOpen p
{
color: #000000;
visibility: inherit;
text-align: center;
font-family: open-sans, sans-serif;
font-weight: 300;
font-style: normal;
}
#u581,#u630,#u644,#u654
{
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #FFFFFF;
}
#u103,#u728,#u713,#u735,#u742,#u721,#u779,#u362,#u490,#u511,#u532,#u553,#u579,#u619,#u629,#u670,#u643,#u699,#u652,#u706
{
background-color: transparent;
}
.MenuItem,.AccordionPanelTab /* unifiedNavBar */
{
cursor: pointer;
} | 0.17245 | 0.048699 |
* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
background-color: #2C2F33;
}
p, span, div, a, h1, h2, h3, h4, h5, h6 {
font-family: Rubik, Arial, sans-serif;
color: #fff;
}
p {
font-weight: 100;
}
h1 {
font-size: 3em;
font-weight: 500;
}
h2 {
font-size: 2em;
font-weight: 500;
}
h3 {
font-size: 1.7em;
font-weight: 500;
}
a {
transition: color 0.3s ease;
}
a:hover {
color: #7289DA;
transition: color 0.3s ease;
}
img {
box-shadow: 0px 5px 15px 0px #10121542;
}
code {
display: unset;
padding: 3px 6px;
background-color: #202225;
border-radius: 6px;
}
#chat {
position: fixed;
height: 100%;
width: 100%;
right: calc(50% + 535px);
background-color: #36383c;
}
#content {
margin: 0px auto;
width: 1000px;
padding: 70px 20px 40px;
}
.avatar {
display: inline-block;
position: relative;
margin-right: 30px;
}
.avatar img {
border-radius: 50%;
width: 85px;
}
.avatar::after {
content: " ";
width: 25px;
height: 25px;
background-color: #22c150;
border: 6px solid #2C2F33;
display: block;
position: absolute;
bottom: 0;
right: -3px;
border-radius: 50%;
}
.button {
display: inline-block;
padding: 15px 30px;
margin-right: 25px;
color: #fff;
border: 2px solid #fff;
text-decoration: none;
font-weight: 700;
font-size: 1.2em;
border-radius: 10px;
transition: color 0.3s ease, border-color 0.3s ease;
}
.button:hover,
.button:active {
color: #7289DA;
border-color: #7289DA;
transition: color 0.3s ease, border-color 0.3s ease;
}
.button-icon {
vertical-align: middle;
margin-right: 10px;
}
.card-info {
display: inline-block;
}
.commands {
vertical-align: top;
}
.command {
margin-bottom: 23px;
}
.command .command__title {
font-size: 1.4em;
margin-bottom: 5px;
margin-left: -6px;
}
.command .command__detail {
line-height: 22px;
}
.name {
display: inline-block;
margin-right: 10px;
}
.scroll-bar {
position: absolute;
width: 24px;
top: -20px;
right: 10px;
bottom: 50px;
background: #2c2f33;
border-radius: 30px;
}
.scroll-bar__thumb {
background-color: #202225;
width: 100%;
height: 55%;
border-radius: 30px;
margin-top: 100px;
}
.section {
margin-bottom: 70px;
}
.section.row > * {
display: inline-block;
width: calc(50% - 50px);
margin-bottom: 70px
}
.section.row > :not(:last-child) {
margin-right: 40px;
}
.status {
color: #9c9c9c;
font-weight: 300;
line-height: 32pt;
}
.tag {
display: inline-block;
position: relative;
color: white;
background-color: #7289DA;
border-radius: 10px;
padding: 3px 12px 1px;
top: -3px;
}
.text-bar {
position: absolute;
height: 100px;
right: 70px;
bottom: 50px;
left: 0px;
background-color: #46474a;
border-radius: 20px;
}
@media screen and (max-width: 990px) {
#chat {
display: none;
}
#content {
width: auto;
}
}
@media screen and (max-width: 815px) {
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-weight: 300;
}
#content {
padding-top: 25px;
width: 430px;
}
.avatar {
margin-right: 15px;
}
.avatar::after {
width: 15px;
height: 15px;
border-width: 4px;
}
.avatar img {
width: 50px;
}
.button {
padding: 10px 20px;
margin-right: 0px;
border-width: 1px;
font-weight: 500;
font-size: 1.1em;
border-radius: 8px;
}
.commands {
text-align: left;
}
.section {
margin-bottom: 40px;
text-align: center;
}
.section.row > * {
display: block;
width: unset;
margin: 0px auto 40px;
}
.section.row > :not(:last-child) {
margin-right: auto;
}
.status {
line-height: 20pt;
text-align: left;
}
.tag {
padding: 3px 7px 1px;
border-radius: 3px;
}
}
@media screen and (max-width: 470px) {
.section.row > * {
width: 100%;
}
} | docs/styles.css | * {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
background-color: #2C2F33;
}
p, span, div, a, h1, h2, h3, h4, h5, h6 {
font-family: Rubik, Arial, sans-serif;
color: #fff;
}
p {
font-weight: 100;
}
h1 {
font-size: 3em;
font-weight: 500;
}
h2 {
font-size: 2em;
font-weight: 500;
}
h3 {
font-size: 1.7em;
font-weight: 500;
}
a {
transition: color 0.3s ease;
}
a:hover {
color: #7289DA;
transition: color 0.3s ease;
}
img {
box-shadow: 0px 5px 15px 0px #10121542;
}
code {
display: unset;
padding: 3px 6px;
background-color: #202225;
border-radius: 6px;
}
#chat {
position: fixed;
height: 100%;
width: 100%;
right: calc(50% + 535px);
background-color: #36383c;
}
#content {
margin: 0px auto;
width: 1000px;
padding: 70px 20px 40px;
}
.avatar {
display: inline-block;
position: relative;
margin-right: 30px;
}
.avatar img {
border-radius: 50%;
width: 85px;
}
.avatar::after {
content: " ";
width: 25px;
height: 25px;
background-color: #22c150;
border: 6px solid #2C2F33;
display: block;
position: absolute;
bottom: 0;
right: -3px;
border-radius: 50%;
}
.button {
display: inline-block;
padding: 15px 30px;
margin-right: 25px;
color: #fff;
border: 2px solid #fff;
text-decoration: none;
font-weight: 700;
font-size: 1.2em;
border-radius: 10px;
transition: color 0.3s ease, border-color 0.3s ease;
}
.button:hover,
.button:active {
color: #7289DA;
border-color: #7289DA;
transition: color 0.3s ease, border-color 0.3s ease;
}
.button-icon {
vertical-align: middle;
margin-right: 10px;
}
.card-info {
display: inline-block;
}
.commands {
vertical-align: top;
}
.command {
margin-bottom: 23px;
}
.command .command__title {
font-size: 1.4em;
margin-bottom: 5px;
margin-left: -6px;
}
.command .command__detail {
line-height: 22px;
}
.name {
display: inline-block;
margin-right: 10px;
}
.scroll-bar {
position: absolute;
width: 24px;
top: -20px;
right: 10px;
bottom: 50px;
background: #2c2f33;
border-radius: 30px;
}
.scroll-bar__thumb {
background-color: #202225;
width: 100%;
height: 55%;
border-radius: 30px;
margin-top: 100px;
}
.section {
margin-bottom: 70px;
}
.section.row > * {
display: inline-block;
width: calc(50% - 50px);
margin-bottom: 70px
}
.section.row > :not(:last-child) {
margin-right: 40px;
}
.status {
color: #9c9c9c;
font-weight: 300;
line-height: 32pt;
}
.tag {
display: inline-block;
position: relative;
color: white;
background-color: #7289DA;
border-radius: 10px;
padding: 3px 12px 1px;
top: -3px;
}
.text-bar {
position: absolute;
height: 100px;
right: 70px;
bottom: 50px;
left: 0px;
background-color: #46474a;
border-radius: 20px;
}
@media screen and (max-width: 990px) {
#chat {
display: none;
}
#content {
width: auto;
}
}
@media screen and (max-width: 815px) {
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-weight: 300;
}
#content {
padding-top: 25px;
width: 430px;
}
.avatar {
margin-right: 15px;
}
.avatar::after {
width: 15px;
height: 15px;
border-width: 4px;
}
.avatar img {
width: 50px;
}
.button {
padding: 10px 20px;
margin-right: 0px;
border-width: 1px;
font-weight: 500;
font-size: 1.1em;
border-radius: 8px;
}
.commands {
text-align: left;
}
.section {
margin-bottom: 40px;
text-align: center;
}
.section.row > * {
display: block;
width: unset;
margin: 0px auto 40px;
}
.section.row > :not(:last-child) {
margin-right: auto;
}
.status {
line-height: 20pt;
text-align: left;
}
.tag {
padding: 3px 7px 1px;
border-radius: 3px;
}
}
@media screen and (max-width: 470px) {
.section.row > * {
width: 100%;
}
} | 0.514888 | 0.121373 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.contents {
max-width: 600px;
margin-left: auto;
margin-right: auto;
padding: 0px 16px 0px 16px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 22px;
line-height: 32px;
color: ##222222;
margin: 0;
font-weight: 300;
}
a {
color: #2455c3;
font-weight: 600;
text-decoration: none;
}
.section {
padding-bottom: 8px;
}
.sectionTitle {
max-width: 600px;
padding-top: 24px;
text-align: center;
}
.titleContainer h1 {
margin: 0;
padding-top: 56px;
color: black;
font-size: 60px;
line-height: 1.2;
}
.divider {
color: #666;
}
.timeframe {
color: #666;
}
.heroTitle {
font-size: 2.4em;
}
.heroTitle {
font-size: 3.5em;
font-weight: 900;
line-height: 1.2em;
margin-bottom: 0px;
}
.heroDescription {
font-size: 24px;
line-height: 34px;
margin-top: 0px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.text-left {
text-align: left;
}
.red {
color: #AE422F;
}
.blue {
color: #2455c3;
}
.centerImage {
text-align: center;
}
.avatar {
border-radius: 50px;
}
button {
padding: 20px 10px;
font-size: 24px;
width: 180px;
font-weight: 600;
border-radius: 70px;
margin-left: auto;
margin-right: auto;
color: white;
background: #2455c3;
border: 1px solid #2455c3;
border: none;
outline: none;
cursor: pointer;
display: grid;
grid-template-columns: auto;
align-items: center;
transition: 300ms;
}
button:hover {
color: #2455c3;
background: white;
border: 1px solid #2455c3;
}
/* POSITIONING */
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}
ol, ul {
padding-left: 0;
margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%; }
li {
margin-bottom: 1rem; }
@media (max-width: 768px) {
body {
font-size: 18px;
line-height: 28px;
}
.heroTitle {
font-size: 3em;
}
button {
padding: 15px 20px;
font-size: 24px;
width: 170px;
font-weight: 600;
border-radius: 30px;
}
.title h1 {
font-size: 40px;
}
.contents {
padding-top: 67px;
}
}
/* Typography */
h1 {
}
h2 {
font-size: 32px;
}
/* background images */ | src/layouts/index.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans');
.contents {
max-width: 600px;
margin-left: auto;
margin-right: auto;
padding: 0px 16px 0px 16px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 22px;
line-height: 32px;
color: ##222222;
margin: 0;
font-weight: 300;
}
a {
color: #2455c3;
font-weight: 600;
text-decoration: none;
}
.section {
padding-bottom: 8px;
}
.sectionTitle {
max-width: 600px;
padding-top: 24px;
text-align: center;
}
.titleContainer h1 {
margin: 0;
padding-top: 56px;
color: black;
font-size: 60px;
line-height: 1.2;
}
.divider {
color: #666;
}
.timeframe {
color: #666;
}
.heroTitle {
font-size: 2.4em;
}
.heroTitle {
font-size: 3.5em;
font-weight: 900;
line-height: 1.2em;
margin-bottom: 0px;
}
.heroDescription {
font-size: 24px;
line-height: 34px;
margin-top: 0px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.text-left {
text-align: left;
}
.red {
color: #AE422F;
}
.blue {
color: #2455c3;
}
.centerImage {
text-align: center;
}
.avatar {
border-radius: 50px;
}
button {
padding: 20px 10px;
font-size: 24px;
width: 180px;
font-weight: 600;
border-radius: 70px;
margin-left: auto;
margin-right: auto;
color: white;
background: #2455c3;
border: 1px solid #2455c3;
border: none;
outline: none;
cursor: pointer;
display: grid;
grid-template-columns: auto;
align-items: center;
transition: 300ms;
}
button:hover {
color: #2455c3;
background: white;
border: 1px solid #2455c3;
}
/* POSITIONING */
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}
ol, ul {
padding-left: 0;
margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%; }
li {
margin-bottom: 1rem; }
@media (max-width: 768px) {
body {
font-size: 18px;
line-height: 28px;
}
.heroTitle {
font-size: 3em;
}
button {
padding: 15px 20px;
font-size: 24px;
width: 170px;
font-weight: 600;
border-radius: 30px;
}
.title h1 {
font-size: 40px;
}
.contents {
padding-top: 67px;
}
}
/* Typography */
h1 {
}
h2 {
font-size: 32px;
}
/* background images */ | 0.35869 | 0.080249 |
article {
margin: 10px;
float: left;
/*border: 1px white solid;*/
width: 100%;
}
.profilePolaroid {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
max-width: 20em;
height: 20em;
padding: 1.5em;
background-color: #dcd0ca;
box-sizing: border-box;
box-shadow: 1px 1px 20px white, inset 0px 1px 5px rgba(33, 30, 30, 0.76);
}
.profilePic {
width: 100%;
height: 100%;
background-image: url("../img/profile.jpg");
background-size: cover;
box-shadow: 0 0 4px 3px rgba(162, 157, 157, 0.54), inset 0 0 20px 3px rgba(0, 0, 0, 0.19);
}
article {
width: 380px;
/*2span5 - 10*2= 80*5 - 20 = 380px*/
text-align: center;
}
article.profile {
padding: 5% 0px;
}
article.personality li {
list-style-type: none;
line-height: 50px;
}
ul.personality {
padding: 0px;
}
a.icon {
border-radius: 100%;
display: inline-block;
text-align: center;
text-decoration: none;
position: relative;
width: 40px;
height: 28px;
margin: 0 5%;
padding-top: 12px;
}
li.icon span {
position: absolute;
color: wheat;
bottom: -50px;
left: 0px;
/*background-color: black;*/
}
a.icon.facebook {
background: #3C599F;
}
a.icon.twitter {
background-color: #5c9ebd;
}
a.icon.github {
background-color: #4b905d;
}
a.icon.email {
background-color: #9a3f7e;
}
a.icon:before {
font-family: "FontAwesome", sans-serif;
color: wheat;
font-size: x-large;
position: absolute;
}
a.icon.facebook:before {
content: "\f09a";
top: 0px;
left: 14px;
}
a.icon.twitter:before {
content: '\f099';
top: -1px;
left: 10px;
}
a.icon.github:before {
content: '\f09b';
top: -3px;
left: 10px;
}
a.icon.email:before {
content: '\f003';
top: -3px;
left: 9px;
}
a.icon span {
transform: translateY(-20px) rotateX(90deg);
transition: 0.3s ease-out;
}
a.icon:hover > span {
transform: translateY(0px) rotateX(0deg);
} | dist/css/home.css | article {
margin: 10px;
float: left;
/*border: 1px white solid;*/
width: 100%;
}
.profilePolaroid {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
max-width: 20em;
height: 20em;
padding: 1.5em;
background-color: #dcd0ca;
box-sizing: border-box;
box-shadow: 1px 1px 20px white, inset 0px 1px 5px rgba(33, 30, 30, 0.76);
}
.profilePic {
width: 100%;
height: 100%;
background-image: url("../img/profile.jpg");
background-size: cover;
box-shadow: 0 0 4px 3px rgba(162, 157, 157, 0.54), inset 0 0 20px 3px rgba(0, 0, 0, 0.19);
}
article {
width: 380px;
/*2span5 - 10*2= 80*5 - 20 = 380px*/
text-align: center;
}
article.profile {
padding: 5% 0px;
}
article.personality li {
list-style-type: none;
line-height: 50px;
}
ul.personality {
padding: 0px;
}
a.icon {
border-radius: 100%;
display: inline-block;
text-align: center;
text-decoration: none;
position: relative;
width: 40px;
height: 28px;
margin: 0 5%;
padding-top: 12px;
}
li.icon span {
position: absolute;
color: wheat;
bottom: -50px;
left: 0px;
/*background-color: black;*/
}
a.icon.facebook {
background: #3C599F;
}
a.icon.twitter {
background-color: #5c9ebd;
}
a.icon.github {
background-color: #4b905d;
}
a.icon.email {
background-color: #9a3f7e;
}
a.icon:before {
font-family: "FontAwesome", sans-serif;
color: wheat;
font-size: x-large;
position: absolute;
}
a.icon.facebook:before {
content: "\f09a";
top: 0px;
left: 14px;
}
a.icon.twitter:before {
content: '\f099';
top: -1px;
left: 10px;
}
a.icon.github:before {
content: '\f09b';
top: -3px;
left: 10px;
}
a.icon.email:before {
content: '\f003';
top: -3px;
left: 9px;
}
a.icon span {
transform: translateY(-20px) rotateX(90deg);
transition: 0.3s ease-out;
}
a.icon:hover > span {
transform: translateY(0px) rotateX(0deg);
} | 0.49048 | 0.149345 |
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html,
body {
font-family: "Oswald", sans-serif;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
display: grid;
}
.link {
transition: all 1s ease;
}
.link:hover {
animation: rubberBand;
animation-duration: 1s;
}
.menu {
position: absolute;
z-index: 9999999;
align-self: start;
justify-self: end;
margin: 10px;
background: white 0% 0% no-repeat padding-box;
visibility: hidden;
padding: 10px;
border-radius: 4px;
}
.menu i {
font-size: 25px;
cursor: pointer;
color: #313131;
}
.mb-nav {
opacity: 1;
background: #fca311d1 0% 0% no-repeat padding-box;
height: 100%;
width: 100%;
position: absolute;
z-index: 999999;
display: grid;
text-align: center;
place-items: center;
visibility: hidden;
}
.mb-nav a {
color: #313131;
text-decoration: none;
font-size: 30px;
}
.section-1 {
height: 970px;
width: 100%;
display: grid;
grid-gap: 90px;
position: relative;
}
.section-1 .center {
position: absolute;
height: 400px;
width: 70%;
background-image: url("https://images.pexels.com/photos/159935/pexels-photo-159935.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-size: cover;
place-self: center;
}
.section-1 .black {
background: #313131 0% 0% no-repeat padding-box;
display: grid;
position: relative;
}
.section-1 .black .navbar {
position: absolute;
top: 10px;
z-index: 9999;
display: grid;
height: 50px;
width: 100%;
color: white;
}
.section-1 .black .navbar .cls-1 {
fill: none;
stroke: #fff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 3px;
}
.section-1 .black .navbar img {
height: 60px;
align-self: center;
justify-self: start;
position: absolute;
}
.section-1 .black .navbar ul {
position: absolute;
align-self: center;
justify-self: end;
}
.section-1 .black .navbar ul li {
list-style: none;
display: inline;
margin: 20px;
font-size: 20px;
}
.section-1 .black .landing-title {
justify-self: center;
color: white;
position: absolute;
top: 70px;
}
.section-1 .black .landing-title h1 {
font-size: 74px;
margin: 7px;
}
.section-1 .black .landing-title h3 {
font-size: 35px;
margin: 0;
}
.section-1 .yellow {
background: #fca311 0% 0% no-repeat padding-box;
}
.section-2 {
height: 600px;
width: 100%;
margin-bottom: 10em;
display: grid;
position: relative;
grid-template-columns: 60% 37%;
}
.section-2 .img {
position: relative;
top: -100px;
background-image: url("https://images.pexels.com/photos/374009/pexels-photo-374009.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-size: cover;
background-position: 0%;
}
.section-2 .about {
display: grid;
}
.section-2 .about div {
place-self: center;
justify-self: center;
width: 560px;
}
.section-2 .about div h1 {
font-size: 75px;
text-align: left;
font-weight: normal;
letter-spacing: 2px;
color: #313131;
text-transform: capitalize;
opacity: 1;
}
.section-2 .about div p {
font-size: 23px;
text-align: left;
font-weight: 300;
letter-spacing: 1px;
color: #313131;
opacity: 1;
width: 100%;
}
.section-3 {
margin-bottom: 4em;
height: 700px;
width: 100%;
background-image: url("https://images.pexels.com/photos/208308/pexels-photo-208308.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-size: cover;
background-position: center;
}
.section-3 .overlay {
background: #fca311d1 0% 0% no-repeat padding-box;
height: 100%;
width: 100%;
position: relative;
display: grid;
place-items: center;
}
.section-3 .overlay .services {
max-height: 60%;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.section-3 .overlay .services h1 {
margin: 0;
margin-bottom: 20px;
font-size: 35px;
text-align: left;
font-weight: bold;
letter-spacing: 2px;
color: #241518;
text-transform: capitalize;
opacity: 1;
padding: 0;
}
.section-3 .overlay .services p {
margin: 0px;
margin-bottom: 20px;
padding: 0;
font-size: 17px;
font-weight: 300;
letter-spacing: 1px;
color: #313131;
opacity: 1;
width: 70%;
}
.section-3 .overlay .services div {
flex: 1;
position: relative;
background: white;
box-shadow: 0px 0px 9px #0000008f;
display: grid;
place-items: center;
height: auto;
margin: 10px;
}
.section-3 .overlay .services .left a {
padding: 5px 35px 5px 35px;
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 30px;
opacity: 1;
color: #241518;
text-decoration: none;
transition: all 1s ease;
}
.section-3 .overlay .services .left a:hover {
animation: rubberBand;
animation-duration: 1s;
}
.section-4 {
margin-bottom: 4em;
height: 400px;
display: grid;
place-items: center;
position: relative;
}
.section-4 .table {
height: 100%;
width: 73%;
display: grid;
place-items: center;
grid-template-columns: 1fr 1fr 1fr;
}
.section-4 .table .stats {
background: #fca311 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 14px #00000082;
border-radius: 28px;
opacity: 1;
height: 210px;
display: grid;
place-items: center;
width: 250px;
}
.section-4 .table .stats li {
font-size: 20px;
align-self: start;
margin: 10px;
list-style: none;
display: grid;
text-align: center;
}
.section-4 .table .stats li:after {
margin-top: 5px;
content: "\A";
border: 1px solid #313131;
cursor: pointer;
padding-left: 80px;
padding-right: 80px;
}
.section-4 .table .stats h1 {
font-size: 75px;
position: absolute;
font-weight: normal;
}
.section-4 .table .stats.black {
background: #313131 0% 0% no-repeat padding-box;
color: white;
}
.section-4 .table .stats.black li:after {
margin-top: 5px;
content: "\A";
border: 1px solid white;
cursor: pointer;
padding-left: 80px;
padding-right: 80px;
}
.apply {
display: grid;
height: 700px;
margin-bottom: 200px;
}
.apply .bg {
height: 550px;
width: 100%;
background-image: url("https://images.pexels.com/photos/159935/pexels-photo-159935.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-size: cover;
}
.apply .text {
display: grid;
align-content: space-between;
width: 40%;
padding-left: 30px;
padding-right: 30px;
padding-top: 15px;
padding-bottom: 15px;
position: absolute;
display: grid;
place-items: center;
background: white url("img/NoPath.png") 0% 0% no-repeat padding-box;
align-self: end;
justify-self: center;
box-shadow: 0px 7px 99px #00000029;
opacity: 1;
}
.apply .text h1 {
font-size: 50px;
}
.apply .text p {
font-size: 18px;
text-align: left;
font-weight: 300;
letter-spacing: 1px;
color: #313131;
opacity: 1;
}
.apply .text a {
padding: 5px 35px 5px 35px;
background: #fca311 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 30px;
opacity: 1;
color: #241518;
text-decoration: none;
transition: all 1s ease;
}
/*
.section-5 {
position: relative;
margin-bottom: 15em;
height: 600px;
display: grid;
grid-template-columns: 50% 50%;
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 30px #0000008f;
.left {
display: grid;
.prev {
position: absolute;
align-self: center;
justify-self: end;
display: grid;
place-items: center;
background: #fca311;
border: 1px solid #313131;
height: 50px;
width: 195px;
place-items: center;
grid-template-columns: 50% 50%;
svg {
height: 16px;
font-weight: normal;
}
span {
font-size: 23px;
font-weight: normal;
}
}
.title {
font-size: 74px;
justify-self: center;
}
p {
font-size: 35px;
justify-self: center;
width: 75%;
}
}
.right {
background-image: url("https://images.pexels.com/photos/3405547/pexels-photo-3405547.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-size: cover;
background-position: center;
display: grid;
.next {
position: absolute;
align-self: center;
justify-self: start;
margin-bottom: 100px;
display: grid;
place-items: center;
background: #ffffff;
border: 1px solid #313131;
height: 50px;
width: 195px;
place-items: center;
grid-template-columns: 50% 50%;
svg {
height: 16px;
font-weight: normal;
transform: scale(-1, 1);
}
span {
font-size: 23px;
font-weight: normal;
}
}
}
}
*/
.section-6 {
height: 600px;
width: 100%;
position: relative;
display: grid;
grid-template-columns: 35% 65%;
position: relative;
}
.section-6 .left {
background: #fca311;
display: grid;
font-size: 26px;
place-items: center;
position: relative;
}
.section-6 .left iframe {
position: absolute;
left: 20%;
}
.section-6 .right {
background: #313131;
display: grid;
color: white;
font-size: 29px;
place-items: center;
}
@media screen and (max-width: 375px) {
.menu {
visibility: visible;
}
.section-1 .black .navbar .pages {
display: none;
}
.section-1 .black .navbar .pages li {
font-size: 10px !important;
}
}
@media screen and (max-width: 800px) {
.section-1 {
grid-gap: 0;
height: 500px;
}
.section-1 .center {
display: none;
}
.section-1 .black {
background-image: url("https://images.pexels.com/photos/208308/pexels-photo-208308.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260") !important;
background-size: cover !important;
display: grid;
}
.section-1 .black .landing-title {
width: 100%;
display: grid;
position: absolute;
top: 120px;
}
.section-1 .black::after {
content: "";
background: rgba(0, 0, 0, 0.7);
height: auto;
display: grid;
}
.section-1 .yellow {
display: none;
}
.section-1 .navbar img {
max-width: 100%;
height: 100% !important;
}
.section-1 .navbar .pages li {
font-size: 17px !important;
}
.section-1 .landing-title {
place-self: center !important;
text-align: center;
}
.section-1 .landing-title h1 {
font-size: 54px !important;
margin: 7px;
}
.section-1 .landing-title h3 {
font-size: 24px !important;
margin-left: 10px !important;
}
.section-2 {
display: grid;
grid-template-columns: 1fr;
margin-bottom: 5em;
margin-top: 5em;
}
.section-2 .img {
display: none;
}
.section-2 .about {
display: grid;
}
.section-2 .about div {
place-self: center;
justify-self: center;
width: 85%;
}
.section-2 .about h1 {
font-size: 44px !important;
}
.section-2 .about p {
font-size: 20px !important;
}
.section-3 {
height: auto;
}
.section-3 .overlay .services {
max-height: 100%;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.section-3 .overlay .services h1 {
margin: 0;
margin-bottom: 20px;
font-size: 35px;
text-align: left;
font-weight: bold;
letter-spacing: 2px;
color: #241518;
text-transform: capitalize;
opacity: 1;
padding: 0;
}
.section-3 .overlay .services p {
margin: 0px;
margin-bottom: 20px;
padding: 0;
font-size: 17px;
font-weight: 300;
letter-spacing: 1px;
color: #313131;
opacity: 1;
width: 70%;
}
.section-3 .overlay .services div {
flex: 1;
position: relative;
background: white;
box-shadow: 0px 0px 9px #0000008f;
display: grid;
place-items: center;
height: auto;
margin: 10px;
}
.section-4 {
margin-top: 9em;
margin-bottom: 9em;
height: auto !important;
}
.section-4 .table {
grid-template-columns: 1fr;
grid-gap: 55px;
}
.apply .text {
max-height: 600px;
width: auto;
max-width: 80% !important;
}
.section-6 .left iframe {
width: 300px;
height: 410px;
left: 10%;
}
.section-6 .right h1 {
display: none;
}
} | dist/style.css | @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html,
body {
font-family: "Oswald", sans-serif;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
display: grid;
}
.link {
transition: all 1s ease;
}
.link:hover {
animation: rubberBand;
animation-duration: 1s;
}
.menu {
position: absolute;
z-index: 9999999;
align-self: start;
justify-self: end;
margin: 10px;
background: white 0% 0% no-repeat padding-box;
visibility: hidden;
padding: 10px;
border-radius: 4px;
}
.menu i {
font-size: 25px;
cursor: pointer;
color: #313131;
}
.mb-nav {
opacity: 1;
background: #fca311d1 0% 0% no-repeat padding-box;
height: 100%;
width: 100%;
position: absolute;
z-index: 999999;
display: grid;
text-align: center;
place-items: center;
visibility: hidden;
}
.mb-nav a {
color: #313131;
text-decoration: none;
font-size: 30px;
}
.section-1 {
height: 970px;
width: 100%;
display: grid;
grid-gap: 90px;
position: relative;
}
.section-1 .center {
position: absolute;
height: 400px;
width: 70%;
background-image: url("https://images.pexels.com/photos/159935/pexels-photo-159935.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-size: cover;
place-self: center;
}
.section-1 .black {
background: #313131 0% 0% no-repeat padding-box;
display: grid;
position: relative;
}
.section-1 .black .navbar {
position: absolute;
top: 10px;
z-index: 9999;
display: grid;
height: 50px;
width: 100%;
color: white;
}
.section-1 .black .navbar .cls-1 {
fill: none;
stroke: #fff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 3px;
}
.section-1 .black .navbar img {
height: 60px;
align-self: center;
justify-self: start;
position: absolute;
}
.section-1 .black .navbar ul {
position: absolute;
align-self: center;
justify-self: end;
}
.section-1 .black .navbar ul li {
list-style: none;
display: inline;
margin: 20px;
font-size: 20px;
}
.section-1 .black .landing-title {
justify-self: center;
color: white;
position: absolute;
top: 70px;
}
.section-1 .black .landing-title h1 {
font-size: 74px;
margin: 7px;
}
.section-1 .black .landing-title h3 {
font-size: 35px;
margin: 0;
}
.section-1 .yellow {
background: #fca311 0% 0% no-repeat padding-box;
}
.section-2 {
height: 600px;
width: 100%;
margin-bottom: 10em;
display: grid;
position: relative;
grid-template-columns: 60% 37%;
}
.section-2 .img {
position: relative;
top: -100px;
background-image: url("https://images.pexels.com/photos/374009/pexels-photo-374009.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-size: cover;
background-position: 0%;
}
.section-2 .about {
display: grid;
}
.section-2 .about div {
place-self: center;
justify-self: center;
width: 560px;
}
.section-2 .about div h1 {
font-size: 75px;
text-align: left;
font-weight: normal;
letter-spacing: 2px;
color: #313131;
text-transform: capitalize;
opacity: 1;
}
.section-2 .about div p {
font-size: 23px;
text-align: left;
font-weight: 300;
letter-spacing: 1px;
color: #313131;
opacity: 1;
width: 100%;
}
.section-3 {
margin-bottom: 4em;
height: 700px;
width: 100%;
background-image: url("https://images.pexels.com/photos/208308/pexels-photo-208308.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-size: cover;
background-position: center;
}
.section-3 .overlay {
background: #fca311d1 0% 0% no-repeat padding-box;
height: 100%;
width: 100%;
position: relative;
display: grid;
place-items: center;
}
.section-3 .overlay .services {
max-height: 60%;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.section-3 .overlay .services h1 {
margin: 0;
margin-bottom: 20px;
font-size: 35px;
text-align: left;
font-weight: bold;
letter-spacing: 2px;
color: #241518;
text-transform: capitalize;
opacity: 1;
padding: 0;
}
.section-3 .overlay .services p {
margin: 0px;
margin-bottom: 20px;
padding: 0;
font-size: 17px;
font-weight: 300;
letter-spacing: 1px;
color: #313131;
opacity: 1;
width: 70%;
}
.section-3 .overlay .services div {
flex: 1;
position: relative;
background: white;
box-shadow: 0px 0px 9px #0000008f;
display: grid;
place-items: center;
height: auto;
margin: 10px;
}
.section-3 .overlay .services .left a {
padding: 5px 35px 5px 35px;
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 30px;
opacity: 1;
color: #241518;
text-decoration: none;
transition: all 1s ease;
}
.section-3 .overlay .services .left a:hover {
animation: rubberBand;
animation-duration: 1s;
}
.section-4 {
margin-bottom: 4em;
height: 400px;
display: grid;
place-items: center;
position: relative;
}
.section-4 .table {
height: 100%;
width: 73%;
display: grid;
place-items: center;
grid-template-columns: 1fr 1fr 1fr;
}
.section-4 .table .stats {
background: #fca311 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 14px #00000082;
border-radius: 28px;
opacity: 1;
height: 210px;
display: grid;
place-items: center;
width: 250px;
}
.section-4 .table .stats li {
font-size: 20px;
align-self: start;
margin: 10px;
list-style: none;
display: grid;
text-align: center;
}
.section-4 .table .stats li:after {
margin-top: 5px;
content: "\A";
border: 1px solid #313131;
cursor: pointer;
padding-left: 80px;
padding-right: 80px;
}
.section-4 .table .stats h1 {
font-size: 75px;
position: absolute;
font-weight: normal;
}
.section-4 .table .stats.black {
background: #313131 0% 0% no-repeat padding-box;
color: white;
}
.section-4 .table .stats.black li:after {
margin-top: 5px;
content: "\A";
border: 1px solid white;
cursor: pointer;
padding-left: 80px;
padding-right: 80px;
}
.apply {
display: grid;
height: 700px;
margin-bottom: 200px;
}
.apply .bg {
height: 550px;
width: 100%;
background-image: url("https://images.pexels.com/photos/159935/pexels-photo-159935.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-size: cover;
}
.apply .text {
display: grid;
align-content: space-between;
width: 40%;
padding-left: 30px;
padding-right: 30px;
padding-top: 15px;
padding-bottom: 15px;
position: absolute;
display: grid;
place-items: center;
background: white url("img/NoPath.png") 0% 0% no-repeat padding-box;
align-self: end;
justify-self: center;
box-shadow: 0px 7px 99px #00000029;
opacity: 1;
}
.apply .text h1 {
font-size: 50px;
}
.apply .text p {
font-size: 18px;
text-align: left;
font-weight: 300;
letter-spacing: 1px;
color: #313131;
opacity: 1;
}
.apply .text a {
padding: 5px 35px 5px 35px;
background: #fca311 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 30px;
opacity: 1;
color: #241518;
text-decoration: none;
transition: all 1s ease;
}
/*
.section-5 {
position: relative;
margin-bottom: 15em;
height: 600px;
display: grid;
grid-template-columns: 50% 50%;
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 30px #0000008f;
.left {
display: grid;
.prev {
position: absolute;
align-self: center;
justify-self: end;
display: grid;
place-items: center;
background: #fca311;
border: 1px solid #313131;
height: 50px;
width: 195px;
place-items: center;
grid-template-columns: 50% 50%;
svg {
height: 16px;
font-weight: normal;
}
span {
font-size: 23px;
font-weight: normal;
}
}
.title {
font-size: 74px;
justify-self: center;
}
p {
font-size: 35px;
justify-self: center;
width: 75%;
}
}
.right {
background-image: url("https://images.pexels.com/photos/3405547/pexels-photo-3405547.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-size: cover;
background-position: center;
display: grid;
.next {
position: absolute;
align-self: center;
justify-self: start;
margin-bottom: 100px;
display: grid;
place-items: center;
background: #ffffff;
border: 1px solid #313131;
height: 50px;
width: 195px;
place-items: center;
grid-template-columns: 50% 50%;
svg {
height: 16px;
font-weight: normal;
transform: scale(-1, 1);
}
span {
font-size: 23px;
font-weight: normal;
}
}
}
}
*/
.section-6 {
height: 600px;
width: 100%;
position: relative;
display: grid;
grid-template-columns: 35% 65%;
position: relative;
}
.section-6 .left {
background: #fca311;
display: grid;
font-size: 26px;
place-items: center;
position: relative;
}
.section-6 .left iframe {
position: absolute;
left: 20%;
}
.section-6 .right {
background: #313131;
display: grid;
color: white;
font-size: 29px;
place-items: center;
}
@media screen and (max-width: 375px) {
.menu {
visibility: visible;
}
.section-1 .black .navbar .pages {
display: none;
}
.section-1 .black .navbar .pages li {
font-size: 10px !important;
}
}
@media screen and (max-width: 800px) {
.section-1 {
grid-gap: 0;
height: 500px;
}
.section-1 .center {
display: none;
}
.section-1 .black {
background-image: url("https://images.pexels.com/photos/208308/pexels-photo-208308.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260") !important;
background-size: cover !important;
display: grid;
}
.section-1 .black .landing-title {
width: 100%;
display: grid;
position: absolute;
top: 120px;
}
.section-1 .black::after {
content: "";
background: rgba(0, 0, 0, 0.7);
height: auto;
display: grid;
}
.section-1 .yellow {
display: none;
}
.section-1 .navbar img {
max-width: 100%;
height: 100% !important;
}
.section-1 .navbar .pages li {
font-size: 17px !important;
}
.section-1 .landing-title {
place-self: center !important;
text-align: center;
}
.section-1 .landing-title h1 {
font-size: 54px !important;
margin: 7px;
}
.section-1 .landing-title h3 {
font-size: 24px !important;
margin-left: 10px !important;
}
.section-2 {
display: grid;
grid-template-columns: 1fr;
margin-bottom: 5em;
margin-top: 5em;
}
.section-2 .img {
display: none;
}
.section-2 .about {
display: grid;
}
.section-2 .about div {
place-self: center;
justify-self: center;
width: 85%;
}
.section-2 .about h1 {
font-size: 44px !important;
}
.section-2 .about p {
font-size: 20px !important;
}
.section-3 {
height: auto;
}
.section-3 .overlay .services {
max-height: 100%;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.section-3 .overlay .services h1 {
margin: 0;
margin-bottom: 20px;
font-size: 35px;
text-align: left;
font-weight: bold;
letter-spacing: 2px;
color: #241518;
text-transform: capitalize;
opacity: 1;
padding: 0;
}
.section-3 .overlay .services p {
margin: 0px;
margin-bottom: 20px;
padding: 0;
font-size: 17px;
font-weight: 300;
letter-spacing: 1px;
color: #313131;
opacity: 1;
width: 70%;
}
.section-3 .overlay .services div {
flex: 1;
position: relative;
background: white;
box-shadow: 0px 0px 9px #0000008f;
display: grid;
place-items: center;
height: auto;
margin: 10px;
}
.section-4 {
margin-top: 9em;
margin-bottom: 9em;
height: auto !important;
}
.section-4 .table {
grid-template-columns: 1fr;
grid-gap: 55px;
}
.apply .text {
max-height: 600px;
width: auto;
max-width: 80% !important;
}
.section-6 .left iframe {
width: 300px;
height: 410px;
left: 10%;
}
.section-6 .right h1 {
display: none;
}
} | 0.542136 | 0.095434 |
@charset "UTF-8";
/*!
* @name <%= name %>
* @author <%= author %>
* @date <%= date %>
*/
/**
* @method 清除浮动 %clearfix
* @description 清除浮动
* @example 调用
*
* ```scss
* div {
* @extend %clearfix;
* }
* ```
*
* ```css
* div {
*zoom: 1;
}
div:after {
display: block;
clear: both;
height: 0;
content: '\20';
}
* ```
*/
.head-search {
*zoom: 1;
}
.head-search:after {
display: block;
clear: both;
height: 0;
content: '\20';
}
/**
* @method 去掉虚线框 %outline
* @description 去掉虚线框
* @example 调用
*
* ```scss
* div {
* @ extend %outline;
* }
* ```
*
* ```css
div {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
* ```
*/
/**
* @method 文字不换行后面加省略号 %text-overflow
* @description 文字不换行后面加省略号
* @example 调用
*
* ```scss
* div {
* @extend %text-overflow;
* }
* ```
*
* ```css
div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
* ```
*/
/**
* @method 内容换行 %word-wrap
* @description 内容换行
* @example 调用
*
* ```scss
* div {
* @extend %word-wrap;
* }
* ```
*
* ```css
div {
word-wrap: break-word;
white-space: pre-wrap;
word-break: break-all;
}
* ```
*/
/**
* @method 透明层opacity
* @description 透明层 内容也透明
* @param {number} $opacity - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include opacity(.5);
* }
* ```
*
* ```css
* div {
opacity: .5;
filter: alpha(opacity=50);
* }
* ```
*/
/**
* @method 背景透明层transparent
* @description 透明层只处理背景透明
* @param {string} $color - 背景透明层的颜色
* @param {number} $alpha - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include transparent(#000, .5);
* }
* ```
*
* ```css
* div {
* background-color: transparent;
background-color: (0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff,);
zoom: 1;
* }
* ```
*/
/**
* @method triangle
* @description 生成一个三角形图标
* @param {string} $size - 三角的大小
* @param {string} $color - 三角颜色
* @param {string} $direction - 三角的方向 up, down, left, right
* @example 调用
*
* ```scss
* i {
* @include triangle(5px, #bbb, up);
* }
* ```
*
* ```css
* i {
* width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-color: transparent;
border-bottom-color: #bbb;
* }
* ```
*/
/**
* @method 水平线hr nav-divider
* @description 透明层 内容也透明
* @param {string} $color=#e5e5e5 - 线的颜色
* @param {string} $line-height-computed - 线的高度,空间
* @example 调用
*
* ```scss
* div {
* @include nav-divider(#e5e5e5, 24px);
* }
* ```
*
* ```css
* div {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5;
* }
* ```
*/
/*!
* @name lp.css
* @author xy
* @date 2016-8-5
*/
/*!
* @name kfs
* @author ahuing
* @date 2016-1-15
* @dec top toolbar popular search terms containing the search and
*/
/*
top-bar
*/
.top-bar {
background: #f3f3f3;
min-width: 1200px;
padding: 15px 0 10px 0;
}
.top-bar .search-bar {
float: left;
}
.top-bar .list {
margin-left: 68px;
}
.top-bar .list li {
float: left;
margin-right: 22px;
font-size: 14px;
margin-top: 9px;
margin-top: 12px;
display: inline;
overflow: hidden;
}
.top-bar .list li a {
height: 20px;
line-height: 20px;
text-decoration: none;
color: #686465;
overflow: hidden;
}
.top-bar .list li a:hover {
color: #f00;
}
.top-bar .list li a i {
font-size: 20px;
float: left;
margin-right: 4px;
margin-top: 2px;
}
/*!
* @name sale-filter-hd.css
* @author xying
* @date 2016-8-24
* @dec common filter header for sale rent
* 出租、二手筛选分类头部样式
*/
.head-search {
height: 56px;
padding: 0 10px;
border: 1px solid #ddd;
margin-bottom: -1px;
background: #f7f7f7;
}
.head-search .search-bar {
margin-top: 10px;
float: right;
}
.head-search .search-bar .search-input {
width: 258px;
padding: 8px 10px;
border: 1px solid #e43;
}
.head-search .search-bar .search-btn {
width: 70px;
height: 38px;
line-height: 38px;
background: #e43;
}
.h-s-btns {
float: left;
}
.h-s-btns .btn1 {
float: left;
margin-top: 10px;
height: 36px;
padding: 0 16px;
border-radius: 3px;
margin-right: 10px;
font-size: 14px;
text-align: center;
line-height: 36px;
color: #fff;
text-decoration: none;
position: relative;
background: #5193d0;
}
.h-s-btns .btn1 .tri {
position: absolute;
bottom: -10px;
left: 50%;
right: 50%;
margin-left: -5px;
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 5px;
border-top-color: #5193d0;
}
.h-s-btns .btn1-1, .h-s-btns .btn1.active {
background: #e43;
}
.h-s-btns .btn1-1 .tri, .h-s-btns .btn1.active .tri {
border-top-color: #e43;
}
.h-s-btns .btn1-2, .h-s-btns .btn1.active {
background: #5193d0;
}
.h-s-btns .btn1-2 .tri, .h-s-btns .btn1.active .tri {
border-top-color: #5193d0;
}
.h-s-btns .btn1-3 {
background: #4cb471;
}
.h-s-btns .btn1-3 .tri {
border-top-color: #4cb471;
}
.h-s-btns .btn1-4 {
background: #fe5200;
}
.h-s-btns .btn1-4 .tri {
border-top-color: #fe5200;
}
.h-s-btns .btn1-5 {
background: #2e9ee6;
}
.h-s-btns .btn1-5 .tri {
border-top-color: #2e9ee6;
}
.h-s-btns a:hover {
color: #fff;
opacity: .8;
}
.h-s-btns i {
margin-right: 3px;
vertical-align: -1px;
}
/*!
* @name filter.css
* @author xying
* @date 2016-8-5
* @dec filter common css
*/
@font-face {
font-family: "filter";
font-weight: normal;
font-style: normal;
src: url("../fonts/filter.eot");
src: url("../fonts/filter.eot?#iefix") format("embedded-opentype"), url("../fonts/filter.woff") format("woff");
}
[class^="font-filter-"],
[class*=" font-filter-"] {
font-family: "filter";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-filter-1:before {
content: "\EA01";
}
.font-filter-10:before {
content: "\EA02";
}
.font-filter-11:before {
content: "\EA03";
}
.font-filter-2:before {
content: "\EA04";
}
.font-filter-3:before {
content: "\EA05";
}
.font-filter-4:before {
content: "\EA06";
}
.font-filter-5:before {
content: "\EA07";
}
.font-filter-6:before {
content: "\EA08";
}
.font-filter-7:before {
content: "\EA09";
}
.font-filter-8:before {
content: "\EA0A";
}
.font-filter-9:before {
content: "\EA0B";
}
/* filter-hd */
@keyframes aAnimate {
0% {
transform: translateY(-5px);
}
50% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
.filter-hd {
border-left: 1px solid #ddd;
height: 35px;
line-height: 35px;
overflow: hidden;
position: relative;
z-index: 10;
}
.filter-hd a {
border: 1px solid #ddd;
color: #666;
float: left;
margin-left: -1px;
padding: 0 22px;
}
.filter-hd a i {
font-size: 18px;
}
.filter-hd a.act {
background-color: #fff;
font-weight: 700;
}
.filter-hd a.act, .filter-hd a:hover {
color: #e43;
text-decoration: none;
}
.filter-hd a:hover i {
animation: aAnimate 0.1s both;
}
.filter-hd a:first-child {
border-radius: 3px 0 0;
}
.filter-hd a:last-child {
border-radius: 0 3px 0 0;
}
/* filter-bd */
.filter-bd {
border: 1px solid #ddd;
position: relative;
z-index: 9;
margin-top: -1px;
}
.filter-item-list {
padding-top: 10px;
}
.filter-item-list dl {
line-height: 28px;
overflow: hidden;
padding-left: 10px;
clear: both;
padding-bottom: 10px;
vertical-align: top;
}
.filter-item-list dt {
float: left;
text-align: right;
width: 43px;
white-space: nowrap;
}
.filter-item-list dd {
margin-left: 45px;
}
.filter-item-list dd a {
border-radius: 2px;
color: #666;
display: inline-block;
line-height: 28px;
margin-bottom: 5px;
margin-right: 2px;
padding: 0 5px;
}
.filter-item-list dd a:hover, .filter-item-list dd a.act {
background: #e43;
color: #fff;
text-decoration: none;
}
.filter-item-list .set {
margin-top: -7px;
padding: 7px 5px;
position: absolute;
}
.filter-item-list .set .txt {
border: 1px solid #ddd;
border-radius: 3px;
height: 28px;
line-height: 28px;
text-indent: 10px;
width: 50px;
}
.filter-item-list .set .btn {
border: 1px solid #e43;
background: #e43;
border-radius: 3px;
cursor: pointer;
color: #fff;
font-size: 12px;
height: 30px;
line-height: 28px;
padding: 0 10px;
}
.filter-item-select {
background: #fafafa;
border-top: 1px solid #ddd;
padding: 0 0 7px 10px;
}
.filter-item-select li {
float: left;
height: 28px;
line-height: 28px;
margin-top: 5px;
position: relative;
margin-right: 10px;
}
.filter-item-select li.open .more-hd {
border-color: #ddd;
}
.filter-item-select li.open .more-hd i {
transform: rotate(180deg);
}
.filter-item-select li.active .more-hd {
border-color: #e43;
}
.filter-item-select li .more-hd {
background-color: #fff;
border: 1px solid #ddd;
cursor: pointer;
text-indent: 10px;
width: 102px;
position: relative;
}
.filter-item-select li .more-hd i {
color: #999;
font-size: 15px;
position: absolute;
top: 1px;
right: 10px;
text-indent: 0;
transition: transform .3s;
}
.filter-item-select li .more-bd {
background: #fff;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
display: none;
width: 103px;
}
.filter-item-select li .more-bd.last {
right: 0 !important;
left: auto !important;
}
.filter-item-select li .more-bd a {
border: 1px solid #e5e5e5;
color: #666;
height: 29px;
line-height: 29px;
margin-bottom: -1px;
margin-right: -1px;
vertical-align: top;
display: block;
font-size: 12px;
padding: 0 10px;
vertical-align: top;
white-space: nowrap;
}
.filter-item-select li .more-bd a:hover, .filter-item-select li .more-bd a.act {
background: #f4f4f4;
text-decoration: none;
}
.filter-item-select li .more-horizontal {
width: 360px;
}
.filter-item-select li .more-horizontal a {
float: left;
width: 99px;
}
.filter-item-select li.more-tit {
margin-right: 0;
}
/* filter-cur */
.filter-cur {
background: #fff;
border-top: 1px solid #ddd;
line-height: 20px;
padding: 10px;
}
.filter-cur .tip {
float: left;
line-height: 22px;
}
.filter-cur a {
border: 1px solid #ddd;
background-color: #fff;
float: left;
margin-right: 5px;
padding: 1px 5px 0;
font-size: 12px;
text-decoration: none;
}
.filter-cur a:hover {
text-decoration: none;
}
.filter-cur a i {
color: #e43;
vertical-align: -1px;
}
/*!
* @name lp-aside.css
* @author xying
* @date 2016-8-5
* @dec common aside for lp
*/
.lp-aside {
width: 240px;
}
/*
aside
*/
.lp-aside h2 {
font-size: 16px;
font-weight: 700;
height: 44px;
line-height: 44px;
text-indent: 15px;
}
.lp-tj-item {
color: #666;
line-height: 27px;
height: 250px;
overflow: hidden;
padding: 15px;
width: 210px;
}
.lp-tj-item .pic {
display: block;
height: 156px;
width: 210px;
}
.lp-tj-item .pic img {
height: 156px;
width: 210px;
}
.lp-tj-item a {
color: #666;
}
.lp-tj-item a:hover {
color: #e43;
text-decoration: none;
}
.lp-tj-item .tit {
height: 27px;
line-height: 27px;
margin-top: 8px;
overflow: hidden;
}
.lp-tj-item .tag {
margin-top: 5px;
}
.lp-tj-item .tag a {
border: 1px solid #ddd;
margin-right: 8px;
padding: 0 8px 2px;
}
.lp-tj-item .price span {
color: #f50;
margin-right: 2px;
}
.lp-tj-item:hover {
background: #f1f1f1;
}
@font-face {
font-family: "lp";
font-weight: normal;
font-style: normal;
src: url("../fonts/lp.eot");
src: url("../fonts/lp.eot?#iefix") format("embedded-opentype"), url("../fonts/lp.woff") format("woff");
}
[class^="font-lp-"],
[class*=" font-lp-"] {
font-family: "lp";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-lp-1:before {
content: "\EA01";
}
.font-lp-10:before {
content: "\EA02";
}
.font-lp-11:before {
content: "\EA03";
}
.font-lp-12:before {
content: "\EA04";
}
.font-lp-13:before {
content: "\EA05";
}
.font-lp-14:before {
content: "\EA06";
}
.font-lp-15:before {
content: "\EA07";
}
.font-lp-16:before {
content: "\EA08";
}
.font-lp-17:before {
content: "\EA09";
}
.font-lp-18:before {
content: "\EA0A";
}
.font-lp-19:before {
content: "\EA0B";
}
.font-lp-2:before {
content: "\EA0C";
}
.font-lp-20:before {
content: "\EA0D";
}
.font-lp-21:before {
content: "\EA0E";
}
.font-lp-22:before {
content: "\EA0F";
}
.font-lp-23:before {
content: "\EA10";
}
.font-lp-24:before {
content: "\EA11";
}
.font-lp-25:before {
content: "\EA12";
}
.font-lp-26:before {
content: "\EA13";
}
.font-lp-27:before {
content: "\EA14";
}
.font-lp-28:before {
content: "\EA15";
}
.font-lp-29:before {
content: "\EA16";
}
.font-lp-3:before {
content: "\EA17";
}
.font-lp-30:before {
content: "\EA18";
}
.font-lp-31:before {
content: "\EA19";
}
.font-lp-32:before {
content: "\EA1A";
}
.font-lp-33:before {
content: "\EA1B";
}
.font-lp-34:before {
content: "\EA1C";
}
.font-lp-35:before {
content: "\EA1D";
}
.font-lp-36:before {
content: "\EA1E";
}
.font-lp-37:before {
content: "\EA1F";
}
.font-lp-38:before {
content: "\EA20";
}
.font-lp-39:before {
content: "\EA21";
}
.font-lp-4:before {
content: "\EA22";
}
.font-lp-40:before {
content: "\EA23";
}
.font-lp-41:before {
content: "\EA24";
}
.font-lp-42:before {
content: "\EA25";
}
.font-lp-43:before {
content: "\EA26";
}
.font-lp-44:before {
content: "\EA27";
}
.font-lp-45:before {
content: "\EA28";
}
.font-lp-46:before {
content: "\EA29";
}
.font-lp-47:before {
content: "\EA2A";
}
.font-lp-48:before {
content: "\EA2B";
}
.font-lp-49:before {
content: "\EA2C";
}
.font-lp-5:before {
content: "\EA2D";
}
.font-lp-50:before {
content: "\EA2E";
}
.font-lp-51:before {
content: "\EA2F";
}
.font-lp-52:before {
content: "\EA30";
}
.font-lp-53:before {
content: "\EA31";
}
.font-lp-54:before {
content: "\EA32";
}
.font-lp-55:before {
content: "\EA33";
}
.font-lp-56:before {
content: "\EA34";
}
.font-lp-6:before {
content: "\EA35";
}
.font-lp-7:before {
content: "\EA36";
}
.font-lp-8:before {
content: "\EA37";
}
.font-lp-9:before {
content: "\EA38";
}
/*
list
*/
.kfs-list {
margin-left: -20px;
}
.kfs-list .item {
border: 1px solid #f0f0f0;
float: left;
height: 80px;
margin-left: 20px;
margin-bottom: 20px;
overflow: hidden;
padding: 20px;
width: 548px;
}
.kfs-list .item:hover {
border-color: #e43;
}
.kfs-list .img {
border: 1px solid #ddd;
display: block;
float: left;
height: 80px;
margin-right: 20px;
width: 134px;
}
.kfs-list .img img {
height: 80px;
width: 134px;
}
.kfs-list .info {
float: left;
width: 390px;
}
.kfs-list .info a {
font-weight: 700;
}
.kfs-list .info p {
color: #666;
line-height: 26px;
}
.kfs-list .info i {
color: #e43;
font-size: 12px;
vertical-align: -1px;
}
/* ==========
detail
========== */
.busines-card {
background: url("../images/kfs.gif") repeat-x 0 -145px #fff;
border: 1px solid #000;
height: 144px;
}
.busines-card .logo {
background: url("../images/kfs.gif") no-repeat scroll 200px 0 #fff;
height: 144px;
margin-right: 20px;
width: 250px;
}
.busines-card .logo img {
padding: 36px 16px;
}
.busines-card .info {
color: #fff;
height: 144px;
line-height: 2;
}
.busines-card .info h1 {
font-size: 24px;
height: 36px;
line-height: 36px;
}
.busines-card .info h1 a {
font-size: 14px;
font-weight: normal;
color: #fff;
margin-left: 10px;
}
.busines-card .info h1 a:hover {
color: #fff;
}
.kfs-body {
width: 920px;
}
.kfs-body .title {
border-bottom: 1px solid #ccc;
height: 40px;
line-height: 40px;
margin: 0 20px;
padding: 10px 0;
}
.kfs-body .title h2 {
font-size: 24px;
font-weight: bold;
overflow: hidden;
}
.kfs-body .title h2 i {
font-size: 18px;
}
.kfs-body .title a {
color: #f00;
margin-left: 15px;
}
.kfs-body .title i {
vertical-align: -1px;
}
.kfs-body .con {
color: #666;
font-size: 14px;
line-height: 28px;
margin: 10px 12px;
overflow: hidden;
word-wrap: break-word;
}
.kfs-body .con img {
max-width: 900px;
}
.kfs-pp {
font-size: 18px;
margin-top: 90px;
padding-left: 1px;
}
.kfs-pp li {
border: 1px solid #ddd;
float: left;
height: 48px;
line-height: 48px;
margin-left: -1px;
margin-top: -1px;
overflow: hidden;
padding: 0 10px;
text-align: center;
width: 208px;
}
/*==========
aside
========== */
.kfs-aside {
width: 250px;
}
.aside-tit {
height: 36px;
line-height: 36px;
}
.aside-tit h3 {
border-bottom: 2px solid #e43;
color: #e43;
float: left;
font-size: 14px;
font-weight: 700;
}
.asdie-con {
border: 1px solid #ddd;
padding: 10px;
}
.asdie-con li {
height: 15px;
line-height: 15px;
overflow: hidden;
padding: 6px 0;
}
.asdie-con li i {
background: #aaa;
color: #fff;
float: left;
font-family: arial,helvetica,sans-serif;
height: 15px;
line-height: 16px;
margin-top: 2px;
overflow: hidden;
text-align: center;
width: 16px;
}
.asdie-con li i.red {
background: #e43;
}
.asdie-con li a {
float: left;
height: 18px;
line-height: 18px;
overflow: hidden;
padding-left: 8px;
width: 195px;
}
.asdie-con li em {
float: left;
font-size: 22px;
margin-top: 2px;
}
/*# sourceMappingURL=kfs.css.map */ | newhouse/site/HouseBundle/Resources/public/css/kfs.css | @charset "UTF-8";
/*!
* @name <%= name %>
* @author <%= author %>
* @date <%= date %>
*/
/**
* @method 清除浮动 %clearfix
* @description 清除浮动
* @example 调用
*
* ```scss
* div {
* @extend %clearfix;
* }
* ```
*
* ```css
* div {
*zoom: 1;
}
div:after {
display: block;
clear: both;
height: 0;
content: '\20';
}
* ```
*/
.head-search {
*zoom: 1;
}
.head-search:after {
display: block;
clear: both;
height: 0;
content: '\20';
}
/**
* @method 去掉虚线框 %outline
* @description 去掉虚线框
* @example 调用
*
* ```scss
* div {
* @ extend %outline;
* }
* ```
*
* ```css
div {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
* ```
*/
/**
* @method 文字不换行后面加省略号 %text-overflow
* @description 文字不换行后面加省略号
* @example 调用
*
* ```scss
* div {
* @extend %text-overflow;
* }
* ```
*
* ```css
div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
* ```
*/
/**
* @method 内容换行 %word-wrap
* @description 内容换行
* @example 调用
*
* ```scss
* div {
* @extend %word-wrap;
* }
* ```
*
* ```css
div {
word-wrap: break-word;
white-space: pre-wrap;
word-break: break-all;
}
* ```
*/
/**
* @method 透明层opacity
* @description 透明层 内容也透明
* @param {number} $opacity - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include opacity(.5);
* }
* ```
*
* ```css
* div {
opacity: .5;
filter: alpha(opacity=50);
* }
* ```
*/
/**
* @method 背景透明层transparent
* @description 透明层只处理背景透明
* @param {string} $color - 背景透明层的颜色
* @param {number} $alpha - 透明度 0 ~ 1之间
* @example 调用
*
* ```scss
* div {
* @include transparent(#000, .5);
* }
* ```
*
* ```css
* div {
* background-color: transparent;
background-color: (0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff,);
zoom: 1;
* }
* ```
*/
/**
* @method triangle
* @description 生成一个三角形图标
* @param {string} $size - 三角的大小
* @param {string} $color - 三角颜色
* @param {string} $direction - 三角的方向 up, down, left, right
* @example 调用
*
* ```scss
* i {
* @include triangle(5px, #bbb, up);
* }
* ```
*
* ```css
* i {
* width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-color: transparent;
border-bottom-color: #bbb;
* }
* ```
*/
/**
* @method 水平线hr nav-divider
* @description 透明层 内容也透明
* @param {string} $color=#e5e5e5 - 线的颜色
* @param {string} $line-height-computed - 线的高度,空间
* @example 调用
*
* ```scss
* div {
* @include nav-divider(#e5e5e5, 24px);
* }
* ```
*
* ```css
* div {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5;
* }
* ```
*/
/*!
* @name lp.css
* @author xy
* @date 2016-8-5
*/
/*!
* @name kfs
* @author ahuing
* @date 2016-1-15
* @dec top toolbar popular search terms containing the search and
*/
/*
top-bar
*/
.top-bar {
background: #f3f3f3;
min-width: 1200px;
padding: 15px 0 10px 0;
}
.top-bar .search-bar {
float: left;
}
.top-bar .list {
margin-left: 68px;
}
.top-bar .list li {
float: left;
margin-right: 22px;
font-size: 14px;
margin-top: 9px;
margin-top: 12px;
display: inline;
overflow: hidden;
}
.top-bar .list li a {
height: 20px;
line-height: 20px;
text-decoration: none;
color: #686465;
overflow: hidden;
}
.top-bar .list li a:hover {
color: #f00;
}
.top-bar .list li a i {
font-size: 20px;
float: left;
margin-right: 4px;
margin-top: 2px;
}
/*!
* @name sale-filter-hd.css
* @author xying
* @date 2016-8-24
* @dec common filter header for sale rent
* 出租、二手筛选分类头部样式
*/
.head-search {
height: 56px;
padding: 0 10px;
border: 1px solid #ddd;
margin-bottom: -1px;
background: #f7f7f7;
}
.head-search .search-bar {
margin-top: 10px;
float: right;
}
.head-search .search-bar .search-input {
width: 258px;
padding: 8px 10px;
border: 1px solid #e43;
}
.head-search .search-bar .search-btn {
width: 70px;
height: 38px;
line-height: 38px;
background: #e43;
}
.h-s-btns {
float: left;
}
.h-s-btns .btn1 {
float: left;
margin-top: 10px;
height: 36px;
padding: 0 16px;
border-radius: 3px;
margin-right: 10px;
font-size: 14px;
text-align: center;
line-height: 36px;
color: #fff;
text-decoration: none;
position: relative;
background: #5193d0;
}
.h-s-btns .btn1 .tri {
position: absolute;
bottom: -10px;
left: 50%;
right: 50%;
margin-left: -5px;
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 5px;
border-top-color: #5193d0;
}
.h-s-btns .btn1-1, .h-s-btns .btn1.active {
background: #e43;
}
.h-s-btns .btn1-1 .tri, .h-s-btns .btn1.active .tri {
border-top-color: #e43;
}
.h-s-btns .btn1-2, .h-s-btns .btn1.active {
background: #5193d0;
}
.h-s-btns .btn1-2 .tri, .h-s-btns .btn1.active .tri {
border-top-color: #5193d0;
}
.h-s-btns .btn1-3 {
background: #4cb471;
}
.h-s-btns .btn1-3 .tri {
border-top-color: #4cb471;
}
.h-s-btns .btn1-4 {
background: #fe5200;
}
.h-s-btns .btn1-4 .tri {
border-top-color: #fe5200;
}
.h-s-btns .btn1-5 {
background: #2e9ee6;
}
.h-s-btns .btn1-5 .tri {
border-top-color: #2e9ee6;
}
.h-s-btns a:hover {
color: #fff;
opacity: .8;
}
.h-s-btns i {
margin-right: 3px;
vertical-align: -1px;
}
/*!
* @name filter.css
* @author xying
* @date 2016-8-5
* @dec filter common css
*/
@font-face {
font-family: "filter";
font-weight: normal;
font-style: normal;
src: url("../fonts/filter.eot");
src: url("../fonts/filter.eot?#iefix") format("embedded-opentype"), url("../fonts/filter.woff") format("woff");
}
[class^="font-filter-"],
[class*=" font-filter-"] {
font-family: "filter";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-filter-1:before {
content: "\EA01";
}
.font-filter-10:before {
content: "\EA02";
}
.font-filter-11:before {
content: "\EA03";
}
.font-filter-2:before {
content: "\EA04";
}
.font-filter-3:before {
content: "\EA05";
}
.font-filter-4:before {
content: "\EA06";
}
.font-filter-5:before {
content: "\EA07";
}
.font-filter-6:before {
content: "\EA08";
}
.font-filter-7:before {
content: "\EA09";
}
.font-filter-8:before {
content: "\EA0A";
}
.font-filter-9:before {
content: "\EA0B";
}
/* filter-hd */
@keyframes aAnimate {
0% {
transform: translateY(-5px);
}
50% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
.filter-hd {
border-left: 1px solid #ddd;
height: 35px;
line-height: 35px;
overflow: hidden;
position: relative;
z-index: 10;
}
.filter-hd a {
border: 1px solid #ddd;
color: #666;
float: left;
margin-left: -1px;
padding: 0 22px;
}
.filter-hd a i {
font-size: 18px;
}
.filter-hd a.act {
background-color: #fff;
font-weight: 700;
}
.filter-hd a.act, .filter-hd a:hover {
color: #e43;
text-decoration: none;
}
.filter-hd a:hover i {
animation: aAnimate 0.1s both;
}
.filter-hd a:first-child {
border-radius: 3px 0 0;
}
.filter-hd a:last-child {
border-radius: 0 3px 0 0;
}
/* filter-bd */
.filter-bd {
border: 1px solid #ddd;
position: relative;
z-index: 9;
margin-top: -1px;
}
.filter-item-list {
padding-top: 10px;
}
.filter-item-list dl {
line-height: 28px;
overflow: hidden;
padding-left: 10px;
clear: both;
padding-bottom: 10px;
vertical-align: top;
}
.filter-item-list dt {
float: left;
text-align: right;
width: 43px;
white-space: nowrap;
}
.filter-item-list dd {
margin-left: 45px;
}
.filter-item-list dd a {
border-radius: 2px;
color: #666;
display: inline-block;
line-height: 28px;
margin-bottom: 5px;
margin-right: 2px;
padding: 0 5px;
}
.filter-item-list dd a:hover, .filter-item-list dd a.act {
background: #e43;
color: #fff;
text-decoration: none;
}
.filter-item-list .set {
margin-top: -7px;
padding: 7px 5px;
position: absolute;
}
.filter-item-list .set .txt {
border: 1px solid #ddd;
border-radius: 3px;
height: 28px;
line-height: 28px;
text-indent: 10px;
width: 50px;
}
.filter-item-list .set .btn {
border: 1px solid #e43;
background: #e43;
border-radius: 3px;
cursor: pointer;
color: #fff;
font-size: 12px;
height: 30px;
line-height: 28px;
padding: 0 10px;
}
.filter-item-select {
background: #fafafa;
border-top: 1px solid #ddd;
padding: 0 0 7px 10px;
}
.filter-item-select li {
float: left;
height: 28px;
line-height: 28px;
margin-top: 5px;
position: relative;
margin-right: 10px;
}
.filter-item-select li.open .more-hd {
border-color: #ddd;
}
.filter-item-select li.open .more-hd i {
transform: rotate(180deg);
}
.filter-item-select li.active .more-hd {
border-color: #e43;
}
.filter-item-select li .more-hd {
background-color: #fff;
border: 1px solid #ddd;
cursor: pointer;
text-indent: 10px;
width: 102px;
position: relative;
}
.filter-item-select li .more-hd i {
color: #999;
font-size: 15px;
position: absolute;
top: 1px;
right: 10px;
text-indent: 0;
transition: transform .3s;
}
.filter-item-select li .more-bd {
background: #fff;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
display: none;
width: 103px;
}
.filter-item-select li .more-bd.last {
right: 0 !important;
left: auto !important;
}
.filter-item-select li .more-bd a {
border: 1px solid #e5e5e5;
color: #666;
height: 29px;
line-height: 29px;
margin-bottom: -1px;
margin-right: -1px;
vertical-align: top;
display: block;
font-size: 12px;
padding: 0 10px;
vertical-align: top;
white-space: nowrap;
}
.filter-item-select li .more-bd a:hover, .filter-item-select li .more-bd a.act {
background: #f4f4f4;
text-decoration: none;
}
.filter-item-select li .more-horizontal {
width: 360px;
}
.filter-item-select li .more-horizontal a {
float: left;
width: 99px;
}
.filter-item-select li.more-tit {
margin-right: 0;
}
/* filter-cur */
.filter-cur {
background: #fff;
border-top: 1px solid #ddd;
line-height: 20px;
padding: 10px;
}
.filter-cur .tip {
float: left;
line-height: 22px;
}
.filter-cur a {
border: 1px solid #ddd;
background-color: #fff;
float: left;
margin-right: 5px;
padding: 1px 5px 0;
font-size: 12px;
text-decoration: none;
}
.filter-cur a:hover {
text-decoration: none;
}
.filter-cur a i {
color: #e43;
vertical-align: -1px;
}
/*!
* @name lp-aside.css
* @author xying
* @date 2016-8-5
* @dec common aside for lp
*/
.lp-aside {
width: 240px;
}
/*
aside
*/
.lp-aside h2 {
font-size: 16px;
font-weight: 700;
height: 44px;
line-height: 44px;
text-indent: 15px;
}
.lp-tj-item {
color: #666;
line-height: 27px;
height: 250px;
overflow: hidden;
padding: 15px;
width: 210px;
}
.lp-tj-item .pic {
display: block;
height: 156px;
width: 210px;
}
.lp-tj-item .pic img {
height: 156px;
width: 210px;
}
.lp-tj-item a {
color: #666;
}
.lp-tj-item a:hover {
color: #e43;
text-decoration: none;
}
.lp-tj-item .tit {
height: 27px;
line-height: 27px;
margin-top: 8px;
overflow: hidden;
}
.lp-tj-item .tag {
margin-top: 5px;
}
.lp-tj-item .tag a {
border: 1px solid #ddd;
margin-right: 8px;
padding: 0 8px 2px;
}
.lp-tj-item .price span {
color: #f50;
margin-right: 2px;
}
.lp-tj-item:hover {
background: #f1f1f1;
}
@font-face {
font-family: "lp";
font-weight: normal;
font-style: normal;
src: url("../fonts/lp.eot");
src: url("../fonts/lp.eot?#iefix") format("embedded-opentype"), url("../fonts/lp.woff") format("woff");
}
[class^="font-lp-"],
[class*=" font-lp-"] {
font-family: "lp";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: inherit;
float: none;
margin: 0;
vertical-align: -0.25em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.font-lp-1:before {
content: "\EA01";
}
.font-lp-10:before {
content: "\EA02";
}
.font-lp-11:before {
content: "\EA03";
}
.font-lp-12:before {
content: "\EA04";
}
.font-lp-13:before {
content: "\EA05";
}
.font-lp-14:before {
content: "\EA06";
}
.font-lp-15:before {
content: "\EA07";
}
.font-lp-16:before {
content: "\EA08";
}
.font-lp-17:before {
content: "\EA09";
}
.font-lp-18:before {
content: "\EA0A";
}
.font-lp-19:before {
content: "\EA0B";
}
.font-lp-2:before {
content: "\EA0C";
}
.font-lp-20:before {
content: "\EA0D";
}
.font-lp-21:before {
content: "\EA0E";
}
.font-lp-22:before {
content: "\EA0F";
}
.font-lp-23:before {
content: "\EA10";
}
.font-lp-24:before {
content: "\EA11";
}
.font-lp-25:before {
content: "\EA12";
}
.font-lp-26:before {
content: "\EA13";
}
.font-lp-27:before {
content: "\EA14";
}
.font-lp-28:before {
content: "\EA15";
}
.font-lp-29:before {
content: "\EA16";
}
.font-lp-3:before {
content: "\EA17";
}
.font-lp-30:before {
content: "\EA18";
}
.font-lp-31:before {
content: "\EA19";
}
.font-lp-32:before {
content: "\EA1A";
}
.font-lp-33:before {
content: "\EA1B";
}
.font-lp-34:before {
content: "\EA1C";
}
.font-lp-35:before {
content: "\EA1D";
}
.font-lp-36:before {
content: "\EA1E";
}
.font-lp-37:before {
content: "\EA1F";
}
.font-lp-38:before {
content: "\EA20";
}
.font-lp-39:before {
content: "\EA21";
}
.font-lp-4:before {
content: "\EA22";
}
.font-lp-40:before {
content: "\EA23";
}
.font-lp-41:before {
content: "\EA24";
}
.font-lp-42:before {
content: "\EA25";
}
.font-lp-43:before {
content: "\EA26";
}
.font-lp-44:before {
content: "\EA27";
}
.font-lp-45:before {
content: "\EA28";
}
.font-lp-46:before {
content: "\EA29";
}
.font-lp-47:before {
content: "\EA2A";
}
.font-lp-48:before {
content: "\EA2B";
}
.font-lp-49:before {
content: "\EA2C";
}
.font-lp-5:before {
content: "\EA2D";
}
.font-lp-50:before {
content: "\EA2E";
}
.font-lp-51:before {
content: "\EA2F";
}
.font-lp-52:before {
content: "\EA30";
}
.font-lp-53:before {
content: "\EA31";
}
.font-lp-54:before {
content: "\EA32";
}
.font-lp-55:before {
content: "\EA33";
}
.font-lp-56:before {
content: "\EA34";
}
.font-lp-6:before {
content: "\EA35";
}
.font-lp-7:before {
content: "\EA36";
}
.font-lp-8:before {
content: "\EA37";
}
.font-lp-9:before {
content: "\EA38";
}
/*
list
*/
.kfs-list {
margin-left: -20px;
}
.kfs-list .item {
border: 1px solid #f0f0f0;
float: left;
height: 80px;
margin-left: 20px;
margin-bottom: 20px;
overflow: hidden;
padding: 20px;
width: 548px;
}
.kfs-list .item:hover {
border-color: #e43;
}
.kfs-list .img {
border: 1px solid #ddd;
display: block;
float: left;
height: 80px;
margin-right: 20px;
width: 134px;
}
.kfs-list .img img {
height: 80px;
width: 134px;
}
.kfs-list .info {
float: left;
width: 390px;
}
.kfs-list .info a {
font-weight: 700;
}
.kfs-list .info p {
color: #666;
line-height: 26px;
}
.kfs-list .info i {
color: #e43;
font-size: 12px;
vertical-align: -1px;
}
/* ==========
detail
========== */
.busines-card {
background: url("../images/kfs.gif") repeat-x 0 -145px #fff;
border: 1px solid #000;
height: 144px;
}
.busines-card .logo {
background: url("../images/kfs.gif") no-repeat scroll 200px 0 #fff;
height: 144px;
margin-right: 20px;
width: 250px;
}
.busines-card .logo img {
padding: 36px 16px;
}
.busines-card .info {
color: #fff;
height: 144px;
line-height: 2;
}
.busines-card .info h1 {
font-size: 24px;
height: 36px;
line-height: 36px;
}
.busines-card .info h1 a {
font-size: 14px;
font-weight: normal;
color: #fff;
margin-left: 10px;
}
.busines-card .info h1 a:hover {
color: #fff;
}
.kfs-body {
width: 920px;
}
.kfs-body .title {
border-bottom: 1px solid #ccc;
height: 40px;
line-height: 40px;
margin: 0 20px;
padding: 10px 0;
}
.kfs-body .title h2 {
font-size: 24px;
font-weight: bold;
overflow: hidden;
}
.kfs-body .title h2 i {
font-size: 18px;
}
.kfs-body .title a {
color: #f00;
margin-left: 15px;
}
.kfs-body .title i {
vertical-align: -1px;
}
.kfs-body .con {
color: #666;
font-size: 14px;
line-height: 28px;
margin: 10px 12px;
overflow: hidden;
word-wrap: break-word;
}
.kfs-body .con img {
max-width: 900px;
}
.kfs-pp {
font-size: 18px;
margin-top: 90px;
padding-left: 1px;
}
.kfs-pp li {
border: 1px solid #ddd;
float: left;
height: 48px;
line-height: 48px;
margin-left: -1px;
margin-top: -1px;
overflow: hidden;
padding: 0 10px;
text-align: center;
width: 208px;
}
/*==========
aside
========== */
.kfs-aside {
width: 250px;
}
.aside-tit {
height: 36px;
line-height: 36px;
}
.aside-tit h3 {
border-bottom: 2px solid #e43;
color: #e43;
float: left;
font-size: 14px;
font-weight: 700;
}
.asdie-con {
border: 1px solid #ddd;
padding: 10px;
}
.asdie-con li {
height: 15px;
line-height: 15px;
overflow: hidden;
padding: 6px 0;
}
.asdie-con li i {
background: #aaa;
color: #fff;
float: left;
font-family: arial,helvetica,sans-serif;
height: 15px;
line-height: 16px;
margin-top: 2px;
overflow: hidden;
text-align: center;
width: 16px;
}
.asdie-con li i.red {
background: #e43;
}
.asdie-con li a {
float: left;
height: 18px;
line-height: 18px;
overflow: hidden;
padding-left: 8px;
width: 195px;
}
.asdie-con li em {
float: left;
font-size: 22px;
margin-top: 2px;
}
/*# sourceMappingURL=kfs.css.map */ | 0.539226 | 0.075858 |
:root {
--clr-white: #fff;
--clr-red-dark: hsl(360, 67%, 44%);
--clr-red-light: hsl(360, 71%, 66%);
--clr-green-dark: hsl(125, 67%, 44%);
--clr-green-light: hsl(125, 71%, 66%);
--clr-black: #222;
--transition: all 0.3s linear;
--spacing: 0.1rem;
--radius: 0.25rem;
--light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
--dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
--max-width: 1170px;
--fixed-width: 620px;
}
.light-theme {
/* dark shades of primary color*/
--clr-primary-1: hsl(217, 28%, 21%);
--clr-primary-2: hsl(217, 28%, 29%);
--clr-primary-3: hsl(217, 28%, 37%);
--clr-primary-4: hsl(217, 28%, 45%);
/* primary/main color */
--clr-primary-5: hsl(217, 31%, 52%);
/* lighter shades of primary color */
--clr-primary-6: hsl(217, 31%, 60%);
--clr-primary-7: hsl(217, 31%, 67%);
--clr-primary-8: hsl(215, 31%, 74%);
--clr-primary-9: hsl(217, 31%, 81%);
--clr-primary-10: hsl(217, 31%, 88%);
/* background */
--bcg: #fff;
/* darkest grey - used for headings */
--clr-grey-1: hsl(209, 61%, 16%);
--clr-grey-2: hsl(211, 39%, 23%);
--clr-grey-3: hsl(209, 34%, 30%);
--clr-grey-4: hsl(209, 28%, 39%);
/* grey used for paragraphs */
--clr-grey-5: hsl(210, 22%, 49%);
--clr-grey-6: hsl(209, 23%, 60%);
--clr-grey-7: hsl(211, 27%, 70%);
--clr-grey-8: hsl(210, 31%, 80%);
--clr-grey-9: hsl(212, 33%, 89%);
--clr-grey-10: hsl(210, 36%, 96%);
--font: rgb(41, 41, 41);
--form-border: rgba(50, 50, 93, 0.1);
}
.dark-theme {
/* dark shades of primary color*/
--clr-primary-1: hsl(204, 28%, 21%);
--clr-primary-2: hsl(204, 28%, 29%);
--clr-primary-3: hsl(204, 28%, 37%);
--clr-primary-4: hsl(204, 28%, 45%);
/* primary/main color */
--clr-primary-5: hsl(204, 31%, 52%);
/* lighter shades of primary color */
--clr-primary-6: hsl(204, 31%, 60%);
--clr-primary-7: hsl(204, 31%, 67%);
--clr-primary-8: hsl(204, 31%, 74%);
--clr-primary-9: hsl(204, 31%, 81%);
--clr-primary-10: hsl(204, 31%, 88%);
/* background */
--bcg: rgb(39, 39, 39);
/* darkest grey - used for headings */
--clr-grey-1: #fff;
--clr-grey-2: #fff;
--clr-grey-3: #fff;
--clr-grey-4: #fff;
/* grey used for paragraphs */
--clr-grey-5: #fff;
--clr-grey-6: #fff;
--clr-grey-7: #fff;
--clr-grey-8: hsla(0, 0%, 44%);
--clr-grey-9: hsla(0, 0%, 34%);
--clr-grey-10: hsla(0, 0%, 24%);
--font: #ffffff;
--form-border: rgba(158, 158, 165, 0.1);
}
/*
===============
Global Styles
===============
*/
*,
::after,
::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
background: var(--bcg);
color: var(--font);
line-height: 1.5;
font-size: 0.875rem;
transition: all 0.3s linear;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
hr {
border: none;
border-top: 1px solid var(--clr-grey-8);
}
h1,
h2,
h3,
h4,
h5 {
letter-spacing: var(--spacing);
text-transform: capitalize;
line-height: 1.25;
margin-bottom: 0.75rem;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.5rem;
}
h4 {
font-size: 1.25rem;
}
h5 {
font-size: 0.875rem;
}
p {
margin-bottom: 1.25rem;
color: var(--clr-grey-3);
}
@media screen and (min-width: 800px) {
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 2rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1rem;
}
body {
font-size: 1rem;
}
h1,
h2,
h3,
h4 {
line-height: 1;
}
}
/* global classes */
/* section */
.section {
padding: 5rem 0;
}
.section-center {
width: 90vw;
margin: 0 auto;
max-width: var(--max-width);
}
@media screen and (min-width: 992px) {
.section-center {
width: 95vw;
}
}
.text-center {
text-align: center;
}
@keyframes spinner {
to {
transform: rotate(360deg);
}
}
.loading {
width: 6rem;
height: 6rem;
margin: 0 auto;
margin-top: 10rem;
border-radius: 50%;
border: 4px solid #ccc;
border-top-color: var(--clr-primary-5);
animation: spinner 0.6s linear infinite;
}
.btn {
text-transform: uppercase;
background: var(--clr-primary-5);
color: var(--clr-primary-10);
padding: 0.375rem 0.75rem;
letter-spacing: var(--spacing);
display: inline-block;
font-weight: 400;
transition: var(--transition);
font-size: 0.875rem;
cursor: pointer;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
border-radius: var(--radius);
border-color: transparent;
}
.btn:hover {
color: var(--clr-primary-1);
background: var(--clr-primary-7);
}
.title {
text-align: center;
}
.title .underline {
width: 6rem;
height: 0.25rem;
background: #49a6e9;
background: var(--clr-primary-5);
margin-left: auto;
margin-right: auto;
}
.page-100 {
min-height: calc(100vh - 10rem);
padding: 5rem 0;
}
.page {
min-height: calc(100vh - (20vh + 10rem));
}
button:focus {
outline: none;
}
input:focus {
outline: none;
}
select:focus {
outline: none;
}
/* width */
::-webkit-scrollbar {
width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
} | src/index.css | :root {
--clr-white: #fff;
--clr-red-dark: hsl(360, 67%, 44%);
--clr-red-light: hsl(360, 71%, 66%);
--clr-green-dark: hsl(125, 67%, 44%);
--clr-green-light: hsl(125, 71%, 66%);
--clr-black: #222;
--transition: all 0.3s linear;
--spacing: 0.1rem;
--radius: 0.25rem;
--light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
--dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
--max-width: 1170px;
--fixed-width: 620px;
}
.light-theme {
/* dark shades of primary color*/
--clr-primary-1: hsl(217, 28%, 21%);
--clr-primary-2: hsl(217, 28%, 29%);
--clr-primary-3: hsl(217, 28%, 37%);
--clr-primary-4: hsl(217, 28%, 45%);
/* primary/main color */
--clr-primary-5: hsl(217, 31%, 52%);
/* lighter shades of primary color */
--clr-primary-6: hsl(217, 31%, 60%);
--clr-primary-7: hsl(217, 31%, 67%);
--clr-primary-8: hsl(215, 31%, 74%);
--clr-primary-9: hsl(217, 31%, 81%);
--clr-primary-10: hsl(217, 31%, 88%);
/* background */
--bcg: #fff;
/* darkest grey - used for headings */
--clr-grey-1: hsl(209, 61%, 16%);
--clr-grey-2: hsl(211, 39%, 23%);
--clr-grey-3: hsl(209, 34%, 30%);
--clr-grey-4: hsl(209, 28%, 39%);
/* grey used for paragraphs */
--clr-grey-5: hsl(210, 22%, 49%);
--clr-grey-6: hsl(209, 23%, 60%);
--clr-grey-7: hsl(211, 27%, 70%);
--clr-grey-8: hsl(210, 31%, 80%);
--clr-grey-9: hsl(212, 33%, 89%);
--clr-grey-10: hsl(210, 36%, 96%);
--font: rgb(41, 41, 41);
--form-border: rgba(50, 50, 93, 0.1);
}
.dark-theme {
/* dark shades of primary color*/
--clr-primary-1: hsl(204, 28%, 21%);
--clr-primary-2: hsl(204, 28%, 29%);
--clr-primary-3: hsl(204, 28%, 37%);
--clr-primary-4: hsl(204, 28%, 45%);
/* primary/main color */
--clr-primary-5: hsl(204, 31%, 52%);
/* lighter shades of primary color */
--clr-primary-6: hsl(204, 31%, 60%);
--clr-primary-7: hsl(204, 31%, 67%);
--clr-primary-8: hsl(204, 31%, 74%);
--clr-primary-9: hsl(204, 31%, 81%);
--clr-primary-10: hsl(204, 31%, 88%);
/* background */
--bcg: rgb(39, 39, 39);
/* darkest grey - used for headings */
--clr-grey-1: #fff;
--clr-grey-2: #fff;
--clr-grey-3: #fff;
--clr-grey-4: #fff;
/* grey used for paragraphs */
--clr-grey-5: #fff;
--clr-grey-6: #fff;
--clr-grey-7: #fff;
--clr-grey-8: hsla(0, 0%, 44%);
--clr-grey-9: hsla(0, 0%, 34%);
--clr-grey-10: hsla(0, 0%, 24%);
--font: #ffffff;
--form-border: rgba(158, 158, 165, 0.1);
}
/*
===============
Global Styles
===============
*/
*,
::after,
::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
background: var(--bcg);
color: var(--font);
line-height: 1.5;
font-size: 0.875rem;
transition: all 0.3s linear;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
hr {
border: none;
border-top: 1px solid var(--clr-grey-8);
}
h1,
h2,
h3,
h4,
h5 {
letter-spacing: var(--spacing);
text-transform: capitalize;
line-height: 1.25;
margin-bottom: 0.75rem;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.5rem;
}
h4 {
font-size: 1.25rem;
}
h5 {
font-size: 0.875rem;
}
p {
margin-bottom: 1.25rem;
color: var(--clr-grey-3);
}
@media screen and (min-width: 800px) {
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 2rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1rem;
}
body {
font-size: 1rem;
}
h1,
h2,
h3,
h4 {
line-height: 1;
}
}
/* global classes */
/* section */
.section {
padding: 5rem 0;
}
.section-center {
width: 90vw;
margin: 0 auto;
max-width: var(--max-width);
}
@media screen and (min-width: 992px) {
.section-center {
width: 95vw;
}
}
.text-center {
text-align: center;
}
@keyframes spinner {
to {
transform: rotate(360deg);
}
}
.loading {
width: 6rem;
height: 6rem;
margin: 0 auto;
margin-top: 10rem;
border-radius: 50%;
border: 4px solid #ccc;
border-top-color: var(--clr-primary-5);
animation: spinner 0.6s linear infinite;
}
.btn {
text-transform: uppercase;
background: var(--clr-primary-5);
color: var(--clr-primary-10);
padding: 0.375rem 0.75rem;
letter-spacing: var(--spacing);
display: inline-block;
font-weight: 400;
transition: var(--transition);
font-size: 0.875rem;
cursor: pointer;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
border-radius: var(--radius);
border-color: transparent;
}
.btn:hover {
color: var(--clr-primary-1);
background: var(--clr-primary-7);
}
.title {
text-align: center;
}
.title .underline {
width: 6rem;
height: 0.25rem;
background: #49a6e9;
background: var(--clr-primary-5);
margin-left: auto;
margin-right: auto;
}
.page-100 {
min-height: calc(100vh - 10rem);
padding: 5rem 0;
}
.page {
min-height: calc(100vh - (20vh + 10rem));
}
button:focus {
outline: none;
}
input:focus {
outline: none;
}
select:focus {
outline: none;
}
/* width */
::-webkit-scrollbar {
width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
} | 0.52756 | 0.091707 |
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.zippy-react-toolkit-numeric-input,
.zippy-react-toolkit-numeric-input * {
box-sizing: border-box; }
.zippy-react-toolkit-numeric-input {
display: inline-flex;
overflow: hidden;
background: white;
align-items: center;
padding: 0 0 0 8px; }
.zippy-react-toolkit-numeric-input__number-input {
flex: 1; }
.zippy-react-toolkit-numeric-input__input {
border: none;
outline: none;
background: none;
width: 100%;
height: 100%; }
.zippy-react-toolkit-numeric-input__input::-ms-clear {
display: none; }
.zippy-react-toolkit-numeric-input__spinner-wrapper-hidden {
visibility: hidden; }
.zippy-react-toolkit-numeric-input__spinner-wrapper,
.zippy-react-toolkit-numeric-input__clear-button-wrapper {
display: flex;
flex-flow: column; }
.zippy-react-toolkit-numeric-input__clear-button-wrapper {
visibility: visible;
opacity: 1;
transition: opacity 0.2s;
transform: translate3d(0, 0, 0px); }
.zippy-react-toolkit-numeric-input__clear-button-wrapper--hidden {
visibility: hidden;
opacity: 0; }
.zippy-react-toolkit-numeric-input__clear-button {
cursor: pointer;
flex: auto;
display: flex;
align-items: center;
justify-content: center;
background: none;
border: none;
padding: 0;
outline: none;
top: 0;
right: 1px;
bottom: 0;
margin-right: 6px; }
.zippy-react-toolkit-numeric-input__clear-button:active {
margin-top: 1px; }
.zippy-react-toolkit-numeric-input__clear-button svg {
width: 20px;
height: 20px; }
.zippy-react-toolkit-numeric-input__spinner-arrow {
position: relative;
cursor: pointer;
flex: 1;
display: flex;
align-items: center;
justify-content: center; }
.zippy-react-toolkit-numeric-input__spinner-arrow svg {
width: 14px;
height: 14px; }
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default {
font-size: 14px;
fill: #495e85;
border: 1px solid #c5c5c5;
background: white;
padding: 0 0 0 8px;
transition: all 0.2s;
min-height: 32px; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default:hover {
border: 1px solid #a1b6d3; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__input {
color: #525252;
font-size: 14px; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default.zippy-react-toolkit-numeric-input--disabled {
fill: rgba(73, 94, 133, 0.7);
opacity: 0.5; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default.zippy-react-toolkit-numeric-input--focused {
border: 1px solid #a1b6d3;
box-shadow: 0 0 2px 0 #a1b6d3; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__clear-button:focus {
outline: 1px dotted #3c5c99; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__spinner-wrapper {
margin: 4px 6px 4px 0;
min-height: 20px; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__spinner-wrapper-hidden {
margin: 0 6px 0 0; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__input {
min-height: 26px;
margin: 2px 0; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__spinner-arrow svg {
transform: translateY(0);
pointer-events: none; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__spinner-arrow--up:active svg,
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__spinner-arrow--down:active svg {
transform: translateY(1px); } | node_modules/@zippytech/react-toolkit/NumericInput/index.css | * Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.zippy-react-toolkit-numeric-input,
.zippy-react-toolkit-numeric-input * {
box-sizing: border-box; }
.zippy-react-toolkit-numeric-input {
display: inline-flex;
overflow: hidden;
background: white;
align-items: center;
padding: 0 0 0 8px; }
.zippy-react-toolkit-numeric-input__number-input {
flex: 1; }
.zippy-react-toolkit-numeric-input__input {
border: none;
outline: none;
background: none;
width: 100%;
height: 100%; }
.zippy-react-toolkit-numeric-input__input::-ms-clear {
display: none; }
.zippy-react-toolkit-numeric-input__spinner-wrapper-hidden {
visibility: hidden; }
.zippy-react-toolkit-numeric-input__spinner-wrapper,
.zippy-react-toolkit-numeric-input__clear-button-wrapper {
display: flex;
flex-flow: column; }
.zippy-react-toolkit-numeric-input__clear-button-wrapper {
visibility: visible;
opacity: 1;
transition: opacity 0.2s;
transform: translate3d(0, 0, 0px); }
.zippy-react-toolkit-numeric-input__clear-button-wrapper--hidden {
visibility: hidden;
opacity: 0; }
.zippy-react-toolkit-numeric-input__clear-button {
cursor: pointer;
flex: auto;
display: flex;
align-items: center;
justify-content: center;
background: none;
border: none;
padding: 0;
outline: none;
top: 0;
right: 1px;
bottom: 0;
margin-right: 6px; }
.zippy-react-toolkit-numeric-input__clear-button:active {
margin-top: 1px; }
.zippy-react-toolkit-numeric-input__clear-button svg {
width: 20px;
height: 20px; }
.zippy-react-toolkit-numeric-input__spinner-arrow {
position: relative;
cursor: pointer;
flex: 1;
display: flex;
align-items: center;
justify-content: center; }
.zippy-react-toolkit-numeric-input__spinner-arrow svg {
width: 14px;
height: 14px; }
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default {
font-size: 14px;
fill: #495e85;
border: 1px solid #c5c5c5;
background: white;
padding: 0 0 0 8px;
transition: all 0.2s;
min-height: 32px; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default:hover {
border: 1px solid #a1b6d3; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__input {
color: #525252;
font-size: 14px; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default.zippy-react-toolkit-numeric-input--disabled {
fill: rgba(73, 94, 133, 0.7);
opacity: 0.5; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default.zippy-react-toolkit-numeric-input--focused {
border: 1px solid #a1b6d3;
box-shadow: 0 0 2px 0 #a1b6d3; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__clear-button:focus {
outline: 1px dotted #3c5c99; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__spinner-wrapper {
margin: 4px 6px 4px 0;
min-height: 20px; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__spinner-wrapper-hidden {
margin: 0 6px 0 0; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__input {
min-height: 26px;
margin: 2px 0; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__spinner-arrow svg {
transform: translateY(0);
pointer-events: none; }
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__spinner-arrow--up:active svg,
.zippy-react-toolkit-numeric-input.zippy-react-toolkit-numeric-input--theme-default .zippy-react-toolkit-numeric-input__spinner-arrow--down:active svg {
transform: translateY(1px); } | 0.854141 | 0.044995 |
body{
font-family: Arial, Helvetica, sans-serif;
background-image: linear-gradient(45deg, #331BFA, #5817E6, #B31CE6);
height: 100vh;
}
.container__img{
display: flex;
justify-content: center;
}
.iniciar{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.5rem;
position: absolute;
left: 2%;
top: 2%;
padding: 10px;
background: radial-gradient(rgba(0, 0, 0, 0.645), transparent);
border-radius: 5px;
color: white;
text-shadow: 0 0 1px red;
}
.letras{
display: flex;
margin: 2rem auto;
justify-content: center;
}
.letras > div{
border-bottom: 2px solid;
margin: auto 4px;
font-size: 1.6rem;
font-weight: bold;
text-shadow: 0 0 4px white;
}
.alfabeto{
max-width: 500px;
margin: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.alfabeto > div{
font-family: monospace;
font-weight: bold;
margin: 5px;
padding: 7px 10px;
box-shadow: 3px 3px 3px ;
border-radius: 5px;
border: 2px solid;
font-size: 1.2rem;
background-color: #6495ed;
}
.alfabeto > div:hover{
background-color: cornsilk;
}
.perdeu{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 2rem;
position: absolute;
left: 50%;
top: 55%;
transform: translate(-50%, -50%);
padding: 10px;
background: radial-gradient(rgba(0, 0, 0, 0.898), transparent);
border-radius: 20px;
color: white;
text-shadow: 0 0 1px red;
border: 2px solid;
display: none;
}
.reiniciar{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.3rem;
padding: 13px;
width: 100%;
background: radial-gradient(rgb(0, 0, 0), transparent);
border-radius: 10px;
color: white;
text-shadow: 0 0 1px red;
}
.ganhou{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 2rem;
position: absolute;
left: 50%;
top: 55%;
transform: translate(-50%, -50%);
padding: 10px;
background: radial-gradient(rgba(0, 0, 0, 0.898), transparent);
border-radius: 20px;
color: white;
text-shadow: 0 0 1px red;
border: 2px solid;
display: none;
}
.resposta{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 3rem;
position: absolute;
left: 50%;
top: 83%;
transform: translate(-50%, -50%);
padding: 8px;
background: radial-gradient(#B31CE6, #b41ce6bb, transparent);
border-radius: 20px;
color: white;
text-shadow: 0 0 1px red;
border: 2px solid;
display: none;
}
.rodape{
font-family: Arial, Helvetica, sans-serif;
font-size:1rem;
font-weight: bolder;
position: absolute;
right: 1%;
top: 1%;
background-color: rgba(0, 0, 0, 0.213);
border-radius: 6px;
padding: 0 3px;
text-shadow: 1px 1px 1px rgba(255, 235, 205, 0.556);
}
a{
text-decoration: none;
color: rgb(0, 0, 0);
font-size: 10px ;
} | style.css | body{
font-family: Arial, Helvetica, sans-serif;
background-image: linear-gradient(45deg, #331BFA, #5817E6, #B31CE6);
height: 100vh;
}
.container__img{
display: flex;
justify-content: center;
}
.iniciar{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.5rem;
position: absolute;
left: 2%;
top: 2%;
padding: 10px;
background: radial-gradient(rgba(0, 0, 0, 0.645), transparent);
border-radius: 5px;
color: white;
text-shadow: 0 0 1px red;
}
.letras{
display: flex;
margin: 2rem auto;
justify-content: center;
}
.letras > div{
border-bottom: 2px solid;
margin: auto 4px;
font-size: 1.6rem;
font-weight: bold;
text-shadow: 0 0 4px white;
}
.alfabeto{
max-width: 500px;
margin: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.alfabeto > div{
font-family: monospace;
font-weight: bold;
margin: 5px;
padding: 7px 10px;
box-shadow: 3px 3px 3px ;
border-radius: 5px;
border: 2px solid;
font-size: 1.2rem;
background-color: #6495ed;
}
.alfabeto > div:hover{
background-color: cornsilk;
}
.perdeu{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 2rem;
position: absolute;
left: 50%;
top: 55%;
transform: translate(-50%, -50%);
padding: 10px;
background: radial-gradient(rgba(0, 0, 0, 0.898), transparent);
border-radius: 20px;
color: white;
text-shadow: 0 0 1px red;
border: 2px solid;
display: none;
}
.reiniciar{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.3rem;
padding: 13px;
width: 100%;
background: radial-gradient(rgb(0, 0, 0), transparent);
border-radius: 10px;
color: white;
text-shadow: 0 0 1px red;
}
.ganhou{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 2rem;
position: absolute;
left: 50%;
top: 55%;
transform: translate(-50%, -50%);
padding: 10px;
background: radial-gradient(rgba(0, 0, 0, 0.898), transparent);
border-radius: 20px;
color: white;
text-shadow: 0 0 1px red;
border: 2px solid;
display: none;
}
.resposta{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 3rem;
position: absolute;
left: 50%;
top: 83%;
transform: translate(-50%, -50%);
padding: 8px;
background: radial-gradient(#B31CE6, #b41ce6bb, transparent);
border-radius: 20px;
color: white;
text-shadow: 0 0 1px red;
border: 2px solid;
display: none;
}
.rodape{
font-family: Arial, Helvetica, sans-serif;
font-size:1rem;
font-weight: bolder;
position: absolute;
right: 1%;
top: 1%;
background-color: rgba(0, 0, 0, 0.213);
border-radius: 6px;
padding: 0 3px;
text-shadow: 1px 1px 1px rgba(255, 235, 205, 0.556);
}
a{
text-decoration: none;
color: rgb(0, 0, 0);
font-size: 10px ;
} | 0.483405 | 0.135461 |
*, *::before, *::after {
box-sizing: border-box;
}
:root {
--font-regular: 'input_mono_regular', monospace;
--font-medium: 'input_mono_medium', monospace;
--font-thin: 'input_mono_thin', monospace;
--black: #222;
--grey: #aaa;
--white: #fcfcfc;
--red: #d95270;
color: var(--black);
font-family: var(--font-regular);
font-size: 100%;
}
:root, body {background: #eee; }
h1 {font-family: var(--font-medium);font-size: 4rem;}
p {margin: 1rem 0;}
a[href]{text-decoration: underline var(--grey);cursor: pointer;}
a[href]:hover {text-decoration-color: var(--black);}
#landing-page img { width:100px; height:100px; }
#landing-page h1 { font-size:16px; text-align: center; }
#congrats-page article {width: 30rem;}
#congrats-page article p { font-size: 14px;line-height: 25px;}
.pane {position: absolute;top: 0;left: 0;width: 100vw;height: 100vh;display: flex;flex-flow: column nowrap;align-items: center;justify-content: center;overflow: auto;}
.pane--active {opacity: 1;transform: scale(1);transition: opacity 400ms 400ms ease, transform 400ms 400ms ease;z-index: 1;}
.pane:not(.pane--active) {opacity: 0;transition: opacity 500ms ease, transform 400ms 100ms ease;}
.pane--fade-left:not(.pane--active) {transform: translateX(-1rem); }
.pane--fade-right:not(.pane--active) {transform: translateX(1rem);}
.pane-view {overflow: hidden;transition: margin 700ms 200ms ease;position: relative;height: 100vh;width: 100vw;}
.field input[type="text"] {width: 100%;line-height: 30px;background-color: transparent;cursor: text;transition: border-color 200ms ease;border-bottom: 1px solid #000;font-size: 14px;text-align: center;padding: 5px 15px; color:white;}
.field input[type="text"]:hover:not(:active),.field input[type="text"]:focus:not(:active) {border-color: var(--black);}
.field input[type="text"]::placeholder {color: var(--grey);}
.field[data-invalid] input[type="text"]{border-color: var(--red);}
.field[data-help]::after, .field[data-invalid]::after {display: block;margin-top: .25rem;font-size: .7em;text-align: center;}
.field[data-help]::after {content: attr(data-help);color: var(--grey);}
.field.avatar {display: flex;flex-flow: column nowrap;align-items: center;background: white;padding: 40px 20px; width:300px;}
.field.avatar img:hover { opacity: 0.25 }
.field.avatar[data-invalid] label {border-color: var(--red)}
.field.avatar input[type="file"] {display: none;}
.field.avatar label { position: relative;cursor: pointer;transition: border-color 200ms ease;border-radius: 4px; }
.field.avatar img {max-width: 100%;max-height: 10rem;}
.field.avatar label:hover:not(:active),.field.avatar label:focus:not(:active) {border-color: var(--black);}
.field.avatar label:hover:not(:active)::after,.field.avatar label:focus:not(:active)::after {background-color: var(--black)}
.field.name { background: #000;width: 300px; }
.field.name input { width:300px; }
#close-congrats-page { display: none }
.field[data-invalid] { background:red;} | site/styles.css | *, *::before, *::after {
box-sizing: border-box;
}
:root {
--font-regular: 'input_mono_regular', monospace;
--font-medium: 'input_mono_medium', monospace;
--font-thin: 'input_mono_thin', monospace;
--black: #222;
--grey: #aaa;
--white: #fcfcfc;
--red: #d95270;
color: var(--black);
font-family: var(--font-regular);
font-size: 100%;
}
:root, body {background: #eee; }
h1 {font-family: var(--font-medium);font-size: 4rem;}
p {margin: 1rem 0;}
a[href]{text-decoration: underline var(--grey);cursor: pointer;}
a[href]:hover {text-decoration-color: var(--black);}
#landing-page img { width:100px; height:100px; }
#landing-page h1 { font-size:16px; text-align: center; }
#congrats-page article {width: 30rem;}
#congrats-page article p { font-size: 14px;line-height: 25px;}
.pane {position: absolute;top: 0;left: 0;width: 100vw;height: 100vh;display: flex;flex-flow: column nowrap;align-items: center;justify-content: center;overflow: auto;}
.pane--active {opacity: 1;transform: scale(1);transition: opacity 400ms 400ms ease, transform 400ms 400ms ease;z-index: 1;}
.pane:not(.pane--active) {opacity: 0;transition: opacity 500ms ease, transform 400ms 100ms ease;}
.pane--fade-left:not(.pane--active) {transform: translateX(-1rem); }
.pane--fade-right:not(.pane--active) {transform: translateX(1rem);}
.pane-view {overflow: hidden;transition: margin 700ms 200ms ease;position: relative;height: 100vh;width: 100vw;}
.field input[type="text"] {width: 100%;line-height: 30px;background-color: transparent;cursor: text;transition: border-color 200ms ease;border-bottom: 1px solid #000;font-size: 14px;text-align: center;padding: 5px 15px; color:white;}
.field input[type="text"]:hover:not(:active),.field input[type="text"]:focus:not(:active) {border-color: var(--black);}
.field input[type="text"]::placeholder {color: var(--grey);}
.field[data-invalid] input[type="text"]{border-color: var(--red);}
.field[data-help]::after, .field[data-invalid]::after {display: block;margin-top: .25rem;font-size: .7em;text-align: center;}
.field[data-help]::after {content: attr(data-help);color: var(--grey);}
.field.avatar {display: flex;flex-flow: column nowrap;align-items: center;background: white;padding: 40px 20px; width:300px;}
.field.avatar img:hover { opacity: 0.25 }
.field.avatar[data-invalid] label {border-color: var(--red)}
.field.avatar input[type="file"] {display: none;}
.field.avatar label { position: relative;cursor: pointer;transition: border-color 200ms ease;border-radius: 4px; }
.field.avatar img {max-width: 100%;max-height: 10rem;}
.field.avatar label:hover:not(:active),.field.avatar label:focus:not(:active) {border-color: var(--black);}
.field.avatar label:hover:not(:active)::after,.field.avatar label:focus:not(:active)::after {background-color: var(--black)}
.field.name { background: #000;width: 300px; }
.field.name input { width:300px; }
#close-congrats-page { display: none }
.field[data-invalid] { background:red;} | 0.478285 | 0.096535 |
.page_button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
color: #333 !important;
border: 1px solid transparent;
border-radius: 2px;
}
.page_button:active {
background-color: #2b2b2b;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* IE10+ */
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
/* W3C */
box-shadow: inset 0 0 3px #111;
}
.page_button:hover {
color: white !important;
border: 1px solid #111;
background-color: #585858;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
/* IE10+ */
background: -o-linear-gradient(top, #585858 0%, #111 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #585858 0%, #111 100%);
/* W3C */
}
.page_button_current {
pointer-events: none;
cursor: default;
color: #333 !important;
border: 1px solid #979797;
background-color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
/* IE10+ */
background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
/* W3C */
}
.page_button_disabled {
pointer-events: none;
cursor: default;
color: #666 !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}
.page_button_disabled:hover {
pointer-events: none;
cursor: default;
}
#showing_entries_div {
float:left;
}
#page_numbers_div {
float: right;
} | SilveR/R/library/htmlTable/htmlwidgets/lib/table_pagination/table_pagination.css | .page_button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
color: #333 !important;
border: 1px solid transparent;
border-radius: 2px;
}
.page_button:active {
background-color: #2b2b2b;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* IE10+ */
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
/* W3C */
box-shadow: inset 0 0 3px #111;
}
.page_button:hover {
color: white !important;
border: 1px solid #111;
background-color: #585858;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
/* IE10+ */
background: -o-linear-gradient(top, #585858 0%, #111 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #585858 0%, #111 100%);
/* W3C */
}
.page_button_current {
pointer-events: none;
cursor: default;
color: #333 !important;
border: 1px solid #979797;
background-color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
/* IE10+ */
background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
/* W3C */
}
.page_button_disabled {
pointer-events: none;
cursor: default;
color: #666 !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}
.page_button_disabled:hover {
pointer-events: none;
cursor: default;
}
#showing_entries_div {
float:left;
}
#page_numbers_div {
float: right;
} | 0.352202 | 0.095898 |
@charset "utf-8";
*{
margin: 0;
padding: 0;
font-family:"微软雅黑";
}
a{text-decoration: none;color:#FFF}
.clear{clear:both;}
.clearfix:after{
content:"";
display: block;
height:0;
visibility: hidden;
clear: both;
}
.grade-ignore{float: right;
color: #f2eff5;
}
.left_pAct{background:#ec3b3b;}
.bigdiv{ padding:0; margin:0;width:100vw; height:100vh; overflow:hidden;background:url(../images/index.png);background-size:100vw 100vh}
.list_left{
width:20%;
float:left;
border-right:2px solid #999;
background-color: #fff;
filter: alpha(opacity = 20);
position: static;
background-color:rgba(255, 255, 255, 0.2);
color:#FFF;
}
.title{
font-size:2em;
width:85%;
margin-left:15%;
position: relative;
}
.left_p{
text-align:center;
color:#FFF;
font-size:1.3em;
position: relative;
}
.left_p span{line-height:6vh}
.left_p:hover{background:#ec3b3b;}
.left_p:focus{outline: none;}
.left_content{
width:95%;
background:#00F;
margin-left:2.5%;
border-radius:10px;
background: #fff;
filter: alpha(opacity = 60);
position: static;
background-color:rgba(255, 255, 255, 0.6);
}
.last_page{
/*justify-content: center;*/
/*display: flex;*/
width:79vw;
text-align:center;
margin-top:4vh;
font-size:1.4em;
}
.left_user{float:left;margin:0 auto;}
.user_cont{
width:90%;
margin:0px auto;
position: relative;
}
.hr{border:1px dashed #666;margin-top:1.5vh;}
/*.markDiv{width:70vw;height:17.6vh;}*/
.markDiv>p{
width:100%;
font-size:1.4em;
}
.markName{
font-size:1.8em;
}
.grade{color:#F00}
.markPhone>span{
width:22%;
text-align: right;
}
.save{width:7vw;height:4vh;border-radius:10px;border:1px;background:#ec3b3b;color:#FFF;font-size:0.7em;float:right}
.read{
width:22%;
}
.font{font-size:1.4em; line-height:1.5em}
.content{
width:100%;
border-top:3px solid #3D9972;
overflow:hidden;
}
.seller{
/*width:10vw;*/
width:15%;
/*height:6vh;*/
border:1px;
background:#ec3b3b;
font-size:1.8em;
color:#FFF;
border-radius:10px 10px 0px 0px;
margin-left:1vw;
box-shadow:0px 0px 3px 3px #ec3b3b;
}
.goods{width:15%;border:1px;background:#3D9972;font-size:1.4em; color:#FFF;border-radius:10px 10px 0px 0px;margin-left:1vw;}
.goodsDiv{
width:100%;
border-top:3px solid #3D9972;
overflow:hidden;
}
.comment{
width:100%;
/*height:53vh;*/
border-top:3px solid #3D9972;
overflow:hidden;
}
.last_page{
width:100%;
text-align:center;
font-size:1.4em;
}
.goodsDivs{
background:#FFF;
float:left;
text-align:center;
}
.buys {
width: 10vw;
height: 4vh;
background: #ec3b3b;
border: 1px;
border-radius: 5px;
font-size: 1.3em;
color: #fff;
margin-left: 1vw;
}
.buys:hover{box-shadow:0px 0px 3px 3px #ec3b3b}
.names {
font-size: 1em;
/*height: 5vh;*/
color: #666;
}
.money {
color: #ec3b3b;
font-size: 1.4em;
/*height: 5vh;*/
}
.commentDiv{width:70vw;height:17vh;overflow:hidden}
.comImg{width:7.5vw;height:15.5vh; border-radius:5em}
.contents{float:right;width:60vw;height:15.5vh; overflow:hidden}
.comhr{border:1px dashed #666;margin-top:0.7vh}
.comp{font-size:1.4em;margin-top:0.4vh}
.head_focus:focus{box-shadow:0px 0px 15px 10px #ec3b3b;outline: none;} | src/main/webapp/static/modules/cms/front/themes/itv/css/businessDetail.css | @charset "utf-8";
*{
margin: 0;
padding: 0;
font-family:"微软雅黑";
}
a{text-decoration: none;color:#FFF}
.clear{clear:both;}
.clearfix:after{
content:"";
display: block;
height:0;
visibility: hidden;
clear: both;
}
.grade-ignore{float: right;
color: #f2eff5;
}
.left_pAct{background:#ec3b3b;}
.bigdiv{ padding:0; margin:0;width:100vw; height:100vh; overflow:hidden;background:url(../images/index.png);background-size:100vw 100vh}
.list_left{
width:20%;
float:left;
border-right:2px solid #999;
background-color: #fff;
filter: alpha(opacity = 20);
position: static;
background-color:rgba(255, 255, 255, 0.2);
color:#FFF;
}
.title{
font-size:2em;
width:85%;
margin-left:15%;
position: relative;
}
.left_p{
text-align:center;
color:#FFF;
font-size:1.3em;
position: relative;
}
.left_p span{line-height:6vh}
.left_p:hover{background:#ec3b3b;}
.left_p:focus{outline: none;}
.left_content{
width:95%;
background:#00F;
margin-left:2.5%;
border-radius:10px;
background: #fff;
filter: alpha(opacity = 60);
position: static;
background-color:rgba(255, 255, 255, 0.6);
}
.last_page{
/*justify-content: center;*/
/*display: flex;*/
width:79vw;
text-align:center;
margin-top:4vh;
font-size:1.4em;
}
.left_user{float:left;margin:0 auto;}
.user_cont{
width:90%;
margin:0px auto;
position: relative;
}
.hr{border:1px dashed #666;margin-top:1.5vh;}
/*.markDiv{width:70vw;height:17.6vh;}*/
.markDiv>p{
width:100%;
font-size:1.4em;
}
.markName{
font-size:1.8em;
}
.grade{color:#F00}
.markPhone>span{
width:22%;
text-align: right;
}
.save{width:7vw;height:4vh;border-radius:10px;border:1px;background:#ec3b3b;color:#FFF;font-size:0.7em;float:right}
.read{
width:22%;
}
.font{font-size:1.4em; line-height:1.5em}
.content{
width:100%;
border-top:3px solid #3D9972;
overflow:hidden;
}
.seller{
/*width:10vw;*/
width:15%;
/*height:6vh;*/
border:1px;
background:#ec3b3b;
font-size:1.8em;
color:#FFF;
border-radius:10px 10px 0px 0px;
margin-left:1vw;
box-shadow:0px 0px 3px 3px #ec3b3b;
}
.goods{width:15%;border:1px;background:#3D9972;font-size:1.4em; color:#FFF;border-radius:10px 10px 0px 0px;margin-left:1vw;}
.goodsDiv{
width:100%;
border-top:3px solid #3D9972;
overflow:hidden;
}
.comment{
width:100%;
/*height:53vh;*/
border-top:3px solid #3D9972;
overflow:hidden;
}
.last_page{
width:100%;
text-align:center;
font-size:1.4em;
}
.goodsDivs{
background:#FFF;
float:left;
text-align:center;
}
.buys {
width: 10vw;
height: 4vh;
background: #ec3b3b;
border: 1px;
border-radius: 5px;
font-size: 1.3em;
color: #fff;
margin-left: 1vw;
}
.buys:hover{box-shadow:0px 0px 3px 3px #ec3b3b}
.names {
font-size: 1em;
/*height: 5vh;*/
color: #666;
}
.money {
color: #ec3b3b;
font-size: 1.4em;
/*height: 5vh;*/
}
.commentDiv{width:70vw;height:17vh;overflow:hidden}
.comImg{width:7.5vw;height:15.5vh; border-radius:5em}
.contents{float:right;width:60vw;height:15.5vh; overflow:hidden}
.comhr{border:1px dashed #666;margin-top:0.7vh}
.comp{font-size:1.4em;margin-top:0.4vh}
.head_focus:focus{box-shadow:0px 0px 15px 10px #ec3b3b;outline: none;} | 0.186836 | 0.103386 |
.util {
/* ASPECT RATIO
**********************************************/
.box-16-9 {
@util aspect-ratio(16:9);
}
/* CENTER
Block-level element of an unknown height and width, centered vertically within his parent.
Note: You should add position: relative to the parent element.
**********************************************/
&--center {
@util center;
}
/* CENTER BLOCK
Center block with a width.
**********************************************/
&--center-block {
@util center-block;
}
/* CIRCLE
Create a simple circle figure.
**********************************************/
&--center-block {
@util circle(200px, #268BD2);
}
/* CLEAR FIX
The clearfix hack is a popular way to contain floats without resorting to using presentational markup.
**********************************************/
&--cfx {
@util clearfix;
}
/* CLEAR FIX FOR IE8
Add to options: { ie8: true } to use this method.
**********************************************/
&--cfx-ie8 {
@util clearfix;
}
/* HIDE VISUALLY
Only display content to screen readers.
**********************************************/
&--hide-visually {
@util hide-visually;
}
/* RESET LIST
Remove default styles for lists.
**********************************************/
&--reset-list {
@util reset-list;
}
/* RESET TEXT
Remove default styles for text.
**********************************************/
&--reset-text {
@util reset-text;
}
/* TEXT HIDE
CSS image replacement.
Indent technique (default)
Note: It should be a block element.
Font technique
Add to options: { textHideMethod: 'font' } to use this method.
**********************************************/
&--text-hide {
@util text-hide;
}
/* MARGIN TOP */
&--mt-large {
margin-top: 4.5rem;
}
&--mt-huge {
margin-top: 6.25rem;
}
/* TEXT STROKE
Remove default styles for text.
**********************************************/
&--reset-text {
@util reset-text;
}
/* TRUNCATE
This mixin will truncate text, adding an ellipsis to represent overflow.
Note: Multiline ellipsis is not supported by Firefox, Edge & IE.
**********************************************/
&--truncate-single {
@util truncate;
}
&--truncate-multi-3 {
@util truncate(3, 1.5);
}
/* WORD WRAP
Easy way to change the word-wrap property.
**********************************************/
&--wordwrap {
@util word-wrap;
}
&--wordwrap-normal {
@util word-wrap(normal);
}
} | src/styles/utils/_@utils.css | .util {
/* ASPECT RATIO
**********************************************/
.box-16-9 {
@util aspect-ratio(16:9);
}
/* CENTER
Block-level element of an unknown height and width, centered vertically within his parent.
Note: You should add position: relative to the parent element.
**********************************************/
&--center {
@util center;
}
/* CENTER BLOCK
Center block with a width.
**********************************************/
&--center-block {
@util center-block;
}
/* CIRCLE
Create a simple circle figure.
**********************************************/
&--center-block {
@util circle(200px, #268BD2);
}
/* CLEAR FIX
The clearfix hack is a popular way to contain floats without resorting to using presentational markup.
**********************************************/
&--cfx {
@util clearfix;
}
/* CLEAR FIX FOR IE8
Add to options: { ie8: true } to use this method.
**********************************************/
&--cfx-ie8 {
@util clearfix;
}
/* HIDE VISUALLY
Only display content to screen readers.
**********************************************/
&--hide-visually {
@util hide-visually;
}
/* RESET LIST
Remove default styles for lists.
**********************************************/
&--reset-list {
@util reset-list;
}
/* RESET TEXT
Remove default styles for text.
**********************************************/
&--reset-text {
@util reset-text;
}
/* TEXT HIDE
CSS image replacement.
Indent technique (default)
Note: It should be a block element.
Font technique
Add to options: { textHideMethod: 'font' } to use this method.
**********************************************/
&--text-hide {
@util text-hide;
}
/* MARGIN TOP */
&--mt-large {
margin-top: 4.5rem;
}
&--mt-huge {
margin-top: 6.25rem;
}
/* TEXT STROKE
Remove default styles for text.
**********************************************/
&--reset-text {
@util reset-text;
}
/* TRUNCATE
This mixin will truncate text, adding an ellipsis to represent overflow.
Note: Multiline ellipsis is not supported by Firefox, Edge & IE.
**********************************************/
&--truncate-single {
@util truncate;
}
&--truncate-multi-3 {
@util truncate(3, 1.5);
}
/* WORD WRAP
Easy way to change the word-wrap property.
**********************************************/
&--wordwrap {
@util word-wrap;
}
&--wordwrap-normal {
@util word-wrap(normal);
}
} | 0.462959 | 0.31254 |
html, body {
height: 100%;
}
body {
font-family: sans-serif;
margin: 0;
display: grid;
grid-template-rows: 1fr auto auto;
grid-template-columns: auto 1fr;
overflow: hidden;
user-select: none;
}
input:not([type=checkbox]):not([type=file]) {
width: 7em;
}
input:not([type=checkbox]):not([type=file]).small {
width: 3em;
}
img {
width: 1em;
cursor: pointer;
}
img, label input, label select {
float: right;
margin-left: 0.5em;
}
svg * {
fill: none;
stroke: #000;
}
textarea {
display: block;
height: 1em;
width: 100%;
}
#menu {
border-right: 1px solid black;
padding: 8px;
background: #fff;
overflow: auto;
grid-row: 1 / 3;
}
#menu button {
display: block;
width: 100%;
}
#graph {
overflow: scroll;
}
#container {
display: grid;
height: 0;
width: 0;
}
#container > svg {
grid-area: 1 / 1;
z-index: 0;
pointer-events: none;
}
#container > svg * {
stroke-width: 0.1em;
stroke-linecap: round;
}
#container > svg > :nth-child(even) {
stroke-width: 0.25em;
}
#container > svg > :nth-child(even):not(:hover) {
opacity: 0;
}
#container:not(.connect) > svg * {
pointer-events: auto;
}
#container > fieldset {
grid-area: 1/1;
width: max-content;
height: max-content;
background: #fff;
}
#container > fieldset > svg {
display: block;
width: 300px;
height: 150px;
padding: 8px;
}
#container div, #dialog div, #dialog label {
display: block;
clear: both;
min-height: 1.25em;
}
#container div:first-of-type, #dialog form > :first-child {
font-weight: bold;
text-align: center;
}
#container img[src$="#connect"], #container .multiple {
float: right;
margin-right: -1.25em;
}
#container img:first-child, #container .multiple:first-child {
float: left;
margin: 0 0.25em 0 calc(-1.25em - 1px);
}
#container .multiple img {
display: block;
float: none;
margin: 0;
}
#param {
border-top: 1px solid black;
display: grid;
grid-template-columns: auto 1fr;
grid-auto-rows: min-content;
overflow: auto;
grid-column: 1 / 3;
}
#param > * {
padding: 4px;
}
#param > div {
position: sticky;
left: 0;
border-right: 1px solid black;
background: #fff;
}
#param > div {
}
#param svg {
height: 2em;
width: 100%;
}
#dialog {
display: none;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
background: #000a;
}
#dialog form {
background: #fff;
margin: auto;
padding: 8px;
}
#dialog form > :last-child {
display: flex;
flex-wrap: wrap;
}
#dialog form > :last-child > * {
flex: max-content;
}
#mdninfo {
display: none;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
border: none;
}
#log {
color: #f00;
} | style.css | html, body {
height: 100%;
}
body {
font-family: sans-serif;
margin: 0;
display: grid;
grid-template-rows: 1fr auto auto;
grid-template-columns: auto 1fr;
overflow: hidden;
user-select: none;
}
input:not([type=checkbox]):not([type=file]) {
width: 7em;
}
input:not([type=checkbox]):not([type=file]).small {
width: 3em;
}
img {
width: 1em;
cursor: pointer;
}
img, label input, label select {
float: right;
margin-left: 0.5em;
}
svg * {
fill: none;
stroke: #000;
}
textarea {
display: block;
height: 1em;
width: 100%;
}
#menu {
border-right: 1px solid black;
padding: 8px;
background: #fff;
overflow: auto;
grid-row: 1 / 3;
}
#menu button {
display: block;
width: 100%;
}
#graph {
overflow: scroll;
}
#container {
display: grid;
height: 0;
width: 0;
}
#container > svg {
grid-area: 1 / 1;
z-index: 0;
pointer-events: none;
}
#container > svg * {
stroke-width: 0.1em;
stroke-linecap: round;
}
#container > svg > :nth-child(even) {
stroke-width: 0.25em;
}
#container > svg > :nth-child(even):not(:hover) {
opacity: 0;
}
#container:not(.connect) > svg * {
pointer-events: auto;
}
#container > fieldset {
grid-area: 1/1;
width: max-content;
height: max-content;
background: #fff;
}
#container > fieldset > svg {
display: block;
width: 300px;
height: 150px;
padding: 8px;
}
#container div, #dialog div, #dialog label {
display: block;
clear: both;
min-height: 1.25em;
}
#container div:first-of-type, #dialog form > :first-child {
font-weight: bold;
text-align: center;
}
#container img[src$="#connect"], #container .multiple {
float: right;
margin-right: -1.25em;
}
#container img:first-child, #container .multiple:first-child {
float: left;
margin: 0 0.25em 0 calc(-1.25em - 1px);
}
#container .multiple img {
display: block;
float: none;
margin: 0;
}
#param {
border-top: 1px solid black;
display: grid;
grid-template-columns: auto 1fr;
grid-auto-rows: min-content;
overflow: auto;
grid-column: 1 / 3;
}
#param > * {
padding: 4px;
}
#param > div {
position: sticky;
left: 0;
border-right: 1px solid black;
background: #fff;
}
#param > div {
}
#param svg {
height: 2em;
width: 100%;
}
#dialog {
display: none;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
background: #000a;
}
#dialog form {
background: #fff;
margin: auto;
padding: 8px;
}
#dialog form > :last-child {
display: flex;
flex-wrap: wrap;
}
#dialog form > :last-child > * {
flex: max-content;
}
#mdninfo {
display: none;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
border: none;
}
#log {
color: #f00;
} | 0.357007 | 0.087408 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("ruliweb.com") {
/** 광고 제거**/
#ti3,
.nbp_container,
.adrrr,
.ti_wrapper,
.ad {
display: none !important;
}
/** 메인 화면 간격 조정 **/
#header .logo {
height: 42px !important;
}
#header .logo:first-child {
width: 130px;
}
#header .logo > .col a {
display: block;
width: 93px;
height: 12px;
background-image: url('http://img.ruliweb.com/img/2016/icon/ruliweb_text_icon_93_12.png');
margin: 15px;
}
#header .logo a .ruliweb_icon {
display: none;
}
#header .header_search_wrapper {
padding-left: 15px;
margin: 0 !important;
width: 710px !important;
}
#header .header_search_wrapper .btn_search {
width: 590px;
margin: 5px;
}
#header .header_search_wrapper .btn_default {
width: 80px;
margin: 5px;
}
#header .mini {
right: 0px;
bottom: 8px !important;
}
#main .main_content_area,
.row {
box-sizing: border-box;
}
#main_top .info_btn_wrapper .row:first-child {
margin-bottom:3px;
}
#main_top .info_btn_wrapper .row:first-child .r_col .row {
text-align:right;
}
#board_tab .sub_title_wrapper {
height: 30px;
}
#board_tab .sub_title {
width: 30px;
height: 30px;
}
#board_tab .tab_box_tab_img {
max-width: 30px;
max-height: 30px;
border-radius: 2px;
}
#board_tab .sub_title.last.bbs_11 {
width: 30px;
}
#board_tab .bbs_1 {
left: 31px;
}
#board_tab .bbs_2 {
left: 62px;
}
#board_tab .bbs_3 {
left: 93px;
}
#board_tab .bbs_4 {
left: 124px;
}
#board_tab .bbs_5 {
left: 155px;
}
#board_tab .bbs_6 {
left: 186px;
}
#board_tab .bbs_7 {
left: 217px;
}
#board_tab .bbs_8 {
left: 248px;
}
#board_tab .bbs_9 {
left: 279px;
}
#board_tab .bbs_10 {
left: 310px;
}
#board_tab .bbs_11 {
left: 341px;
}
/** 게시판 **/
/** 게시판 상단 **/
#board_top .board_title {
padding: 3px 7px;
}
#board_top .board_title.visited {
font-size: 12px;
}
#board_top .board_title.visited .visited_reset {
padding-right: 5px;
line-height: 20px !important;
color: #888;
font-weight: bold;
height: 20px;
}
#board_top .board_title.visited .visited_board_move_prev,
#board_top .board_title.visited .visited_board_move_next {
top: 0px;
}
/** 게시판 목록 **/
#board_top .board_notice a img {
width: 8.7%;
}
#board_top .board_notice div p a img {
width: 100%;
}
#board_top .best_list {
width: 100%;
box-sizing: border-box;
}
.board_main .table_body {
height: 33px;
}
/** 게시판 상세 **/
#board_read .board_main .board_main_top {
height: 250px;
}
#board_read .board_main .board_main_top .user_view {
height: 250px;
width: 100%;
}
#board_read .board_main .board_main_top .user_view .user_info_wrapper {
width: 300px;
height: 150px;
margin: 15px;
}
#board_read .board_main .board_main_top .user_view .user_info_wrapper .user_info {
padding-top: 0px;
}
#board_read .board_main .board_main_top .user_view .user_info p:first-child {
padding-top: 0px;
}
#board_read .board_main .board_main_top .user_view .user_info .btn_wrapper a {
width: 70px;
margin-right: 5px;
}
#board_read .board_main .board_main_top .user_view .user_info p .exp_bar {
width: 230px;
}
#board_read .board_main .board_main_top .user_view .member_reward_wrapper {
width: 425px;
height: 150px;
margin: 15px;
}
#board_read .board_main .board_main_top .user_view .member_reward_wrapper .member_icon {
margin-top: 0px;
}
#board_read .board_main .board_main_top .user_view .member_reward_wrapper .member_achievement .exp_bar {
width: 12px;
height: 107px;
}
#board_read .board_main .right_wrapper,
.user_view br {
display: none;
}
#board_read .board_read_top {
display: none;
}
/** 기타 **/
} | data/usercss/151156.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("ruliweb.com") {
/** 광고 제거**/
#ti3,
.nbp_container,
.adrrr,
.ti_wrapper,
.ad {
display: none !important;
}
/** 메인 화면 간격 조정 **/
#header .logo {
height: 42px !important;
}
#header .logo:first-child {
width: 130px;
}
#header .logo > .col a {
display: block;
width: 93px;
height: 12px;
background-image: url('http://img.ruliweb.com/img/2016/icon/ruliweb_text_icon_93_12.png');
margin: 15px;
}
#header .logo a .ruliweb_icon {
display: none;
}
#header .header_search_wrapper {
padding-left: 15px;
margin: 0 !important;
width: 710px !important;
}
#header .header_search_wrapper .btn_search {
width: 590px;
margin: 5px;
}
#header .header_search_wrapper .btn_default {
width: 80px;
margin: 5px;
}
#header .mini {
right: 0px;
bottom: 8px !important;
}
#main .main_content_area,
.row {
box-sizing: border-box;
}
#main_top .info_btn_wrapper .row:first-child {
margin-bottom:3px;
}
#main_top .info_btn_wrapper .row:first-child .r_col .row {
text-align:right;
}
#board_tab .sub_title_wrapper {
height: 30px;
}
#board_tab .sub_title {
width: 30px;
height: 30px;
}
#board_tab .tab_box_tab_img {
max-width: 30px;
max-height: 30px;
border-radius: 2px;
}
#board_tab .sub_title.last.bbs_11 {
width: 30px;
}
#board_tab .bbs_1 {
left: 31px;
}
#board_tab .bbs_2 {
left: 62px;
}
#board_tab .bbs_3 {
left: 93px;
}
#board_tab .bbs_4 {
left: 124px;
}
#board_tab .bbs_5 {
left: 155px;
}
#board_tab .bbs_6 {
left: 186px;
}
#board_tab .bbs_7 {
left: 217px;
}
#board_tab .bbs_8 {
left: 248px;
}
#board_tab .bbs_9 {
left: 279px;
}
#board_tab .bbs_10 {
left: 310px;
}
#board_tab .bbs_11 {
left: 341px;
}
/** 게시판 **/
/** 게시판 상단 **/
#board_top .board_title {
padding: 3px 7px;
}
#board_top .board_title.visited {
font-size: 12px;
}
#board_top .board_title.visited .visited_reset {
padding-right: 5px;
line-height: 20px !important;
color: #888;
font-weight: bold;
height: 20px;
}
#board_top .board_title.visited .visited_board_move_prev,
#board_top .board_title.visited .visited_board_move_next {
top: 0px;
}
/** 게시판 목록 **/
#board_top .board_notice a img {
width: 8.7%;
}
#board_top .board_notice div p a img {
width: 100%;
}
#board_top .best_list {
width: 100%;
box-sizing: border-box;
}
.board_main .table_body {
height: 33px;
}
/** 게시판 상세 **/
#board_read .board_main .board_main_top {
height: 250px;
}
#board_read .board_main .board_main_top .user_view {
height: 250px;
width: 100%;
}
#board_read .board_main .board_main_top .user_view .user_info_wrapper {
width: 300px;
height: 150px;
margin: 15px;
}
#board_read .board_main .board_main_top .user_view .user_info_wrapper .user_info {
padding-top: 0px;
}
#board_read .board_main .board_main_top .user_view .user_info p:first-child {
padding-top: 0px;
}
#board_read .board_main .board_main_top .user_view .user_info .btn_wrapper a {
width: 70px;
margin-right: 5px;
}
#board_read .board_main .board_main_top .user_view .user_info p .exp_bar {
width: 230px;
}
#board_read .board_main .board_main_top .user_view .member_reward_wrapper {
width: 425px;
height: 150px;
margin: 15px;
}
#board_read .board_main .board_main_top .user_view .member_reward_wrapper .member_icon {
margin-top: 0px;
}
#board_read .board_main .board_main_top .user_view .member_reward_wrapper .member_achievement .exp_bar {
width: 12px;
height: 107px;
}
#board_read .board_main .right_wrapper,
.user_view br {
display: none;
}
#board_read .board_read_top {
display: none;
}
/** 기타 **/
} | 0.286568 | 0.070304 |
* {
font: 12pt "Guardian Egyptian Web","Guardian Text Egyptian Web",Georgia,serif;;
}
html {
background-color: #dfdfdf;
}
body {
background-color: white;
margin: 0 auto;
}
div#content {
width: 900px;
margin: auto;
}
h1 {
background: #005689;
color: white;
font-weight: normal;
font-size: 250%;
padding-left: 10px;
line-height: 80px;
margin: 0;
}
nav {
background: #00456e;
padding: 0 510px;
margin: 0 -500px;
position: relative;
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
}
nav li {
display: inline-block;
margin: 0 1em 0 0;
padding: 1em 0;
}
nav a {
color: white;
font-weight: 500;
text-decoration: none;
}
#content {
position: relative;
}
section {
border-top: 1px #4bc6df solid;
background: rgb(246, 246, 246);
margin: 1em 0;
padding: 0 10px;
position: relative;
}
#summary {
height: 400px;
background: rgb(72, 79, 83);
color: white;
}
#summary img {
position: absolute;
top: 0;
right: 0;
}
h2 {
font-weight: 600;
}
table {
border-collapse: collapse;
width: 100%;
}
tbody {
border-top: 1px solid #dfdfdf;
}
td {
vertical-align: text-top;
padding: 0.5em;
}
td.source {
text-align: right;
}
dt {
display: inline;
color: #4bc6df;
}
dt:after {
content: " / ";
color: #6d7275;
}
dd {
display: inline;
margin: 0;
color: white;
}
dd:after {
content: "\A";
white-space: pre;
}
#trending {
width: 425px;
}
#watch-list {
width: 425px;
position: absolute;
top: 0;
right: 0;
margin-top: 0;
height: 100%;
}
sup, sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
font-size: 0.85em;
}
.rank-1 {
color: goldenrod;
}
.rank-2 {
color: darkgray;
}
.rank-3 {
color: saddlebrown;
}
a {
color: #005689;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
td.graph {
vertical-align: top;
}
ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
.termList {
padding-bottom: 20px;
margin-left: 10px;
}
.termList li > * {
line-height: 36px; /*this seems crazy*/
}
.termList li {
overflow: auto;
border-bottom: 1px solid #eee;
}
.termList .right {
float: right;
line-height: 36px;
}
button[type="submit"] {
border: 0;
color: white;
border-radius: 14px;
width: 28px;
height: 28px;
}
button.add {
background-color: #595;
}
button.del {
background-color: #955;
}
button:hover {
cursor: pointer
} | public/stylesheets/main.css | * {
font: 12pt "Guardian Egyptian Web","Guardian Text Egyptian Web",Georgia,serif;;
}
html {
background-color: #dfdfdf;
}
body {
background-color: white;
margin: 0 auto;
}
div#content {
width: 900px;
margin: auto;
}
h1 {
background: #005689;
color: white;
font-weight: normal;
font-size: 250%;
padding-left: 10px;
line-height: 80px;
margin: 0;
}
nav {
background: #00456e;
padding: 0 510px;
margin: 0 -500px;
position: relative;
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
}
nav li {
display: inline-block;
margin: 0 1em 0 0;
padding: 1em 0;
}
nav a {
color: white;
font-weight: 500;
text-decoration: none;
}
#content {
position: relative;
}
section {
border-top: 1px #4bc6df solid;
background: rgb(246, 246, 246);
margin: 1em 0;
padding: 0 10px;
position: relative;
}
#summary {
height: 400px;
background: rgb(72, 79, 83);
color: white;
}
#summary img {
position: absolute;
top: 0;
right: 0;
}
h2 {
font-weight: 600;
}
table {
border-collapse: collapse;
width: 100%;
}
tbody {
border-top: 1px solid #dfdfdf;
}
td {
vertical-align: text-top;
padding: 0.5em;
}
td.source {
text-align: right;
}
dt {
display: inline;
color: #4bc6df;
}
dt:after {
content: " / ";
color: #6d7275;
}
dd {
display: inline;
margin: 0;
color: white;
}
dd:after {
content: "\A";
white-space: pre;
}
#trending {
width: 425px;
}
#watch-list {
width: 425px;
position: absolute;
top: 0;
right: 0;
margin-top: 0;
height: 100%;
}
sup, sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
font-size: 0.85em;
}
.rank-1 {
color: goldenrod;
}
.rank-2 {
color: darkgray;
}
.rank-3 {
color: saddlebrown;
}
a {
color: #005689;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
td.graph {
vertical-align: top;
}
ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
.termList {
padding-bottom: 20px;
margin-left: 10px;
}
.termList li > * {
line-height: 36px; /*this seems crazy*/
}
.termList li {
overflow: auto;
border-bottom: 1px solid #eee;
}
.termList .right {
float: right;
line-height: 36px;
}
button[type="submit"] {
border: 0;
color: white;
border-radius: 14px;
width: 28px;
height: 28px;
}
button.add {
background-color: #595;
}
button.del {
background-color: #955;
}
button:hover {
cursor: pointer
} | 0.575707 | 0.180648 |
:root
{
--background-color: #191b1f;
--body-color: #2d323b;
}
body
{
background-color: var(--background-color);
text-align: left;
margin: 0;
color: #eee;
font-family: 'Indie Flower';
font-weight: 300;
line-height: 1.6;
min-width: 320px;
height: 100%;
position: relative;
}
h1, h2, h3, h4, p
{
margin-top 0;
margin-bottom: 1em;
font-weight: bold;
font-family: 'Indie Flower';
}
b
{
font-family: 'Fanwood Text', serif;
}
h1
{
font-weight: bold;
font-size: 40px;
}
h2
{
font-weight: bold;
font-size: 25px;
}
h3
{
font-weight: normal;
font-size: 20px;
}
h3.indent
{
text-indent: 50px;
}
h4
{
font-weight: normal;
text-align: center;
font-size: 15px;
}
p{
text-align: center;
}
#wrapper
{
margin: 0 auto;
max-width: 1200px;
}
#main
{
margin: 2em 2em 0;
}
/*#masthead
{
margin: 2em 0;
} */
#logo a
{
text-decoration: none;
display: flex;
width: 100%;
height: 100%;
align-items: center;
}
#logo h1
{
letter-spacing: 1px;
font-weight: 300;
font-size: 1.2rem;
margin-bottom: 0;
}
#logo svg
{
margin-right: .25rem;
height: 3.6rem;
width: auto;
}
#topnav ul {
list-style: none;
padding-left: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
width: 100%;
height: 100%;
align-items: center;
}
#topnav ul {
display: flex;
background-color: var(--body-color);
color: #eee;
}
#topnav li {
margin-right: 2em;
margin-bottom: 0;
}
#topnav li:first-child {
margin-right: auto;
}
#topnav li:last-child {
margin-right: 0;
}
#topnav li a {
text-decoration: none;
font-size: 1.3rem;
text-align: center;
}
/* INTRO */
#intro {
display: flex;
align-items: center;
height: 70vh;
}
#work h3, #page h3 {
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 2rem;
}
#work h3 a, #page h3 a {
color: var(--body-color);
text-decoration: none;
}
.work-item {
overflow: hidden;
position: relative;
width: 100%;
padding-bottom: 2em;
}
.work-item .inner .work-inside {
color: #eee;
padding: 2rem;
width: 100%;
background-color: var(--body-color);
text-align: right;
}
.work-item .inner .work-inside p:last-child {
margin-bottom: 0;
}
.work-item .inner:hover .work-inside {
opacity: 1;
}
.work-item img {
display: block;
width: 100%;
height: auto;
}
/* PAGE */
#page {
margin-top: 2rem;
margin-bottom: 2rem;
}
.page-item .date-holder {
margin-bottom: .25em;
}
.page-item img {
display: block;
width: 100%;
height: auto;
}
.page-item .caption {
font-size: .75rem;
color: #666666;
display: block;
width: 100%;
margin-top: .5rem;
margin-bottom: 2rem;
text-align: right;
}
.page-item .date {
margin: 0;
font-size: .85rem;
padding: 0 4px;
color: var(--background-color);
display: inline-block;
background-color:: var(--background-color);
}
.page-item h2 a {
color: var(--body-color);
text-decoration-color: transparent;
transition: text-decoration-color .3s ease-in-out;
}
.page-item h2 a:hover {
color: var(--body-color);
text-decoration-color: var(--body-color);
}
.page-item p a {
color: var(--body-color);
text-decoration-color: var(--body-color);
}
/*FOOTER*/
#footer {
text-align: center;
background-color: var(--body-color);
color: #eee;
font-weight: bold;
font-size: 15px;
}
/* #footer p{
font-size: 15px;
} */
/*RESPONSIVE*/
/* for variable type sizing */
@media screen and (min-width: 320px) {
body {
font-size: calc(12px + 4 * ((100vw - 320px) / 960));
}
}
@media all and (max-width: 699px) {
#intro-holder h1 {
text-align: center;
font-size: 2.2rem;
}
.work-item .inner .work-inside {
opacity: 1;
}
}
@media all and (min-width: 700px) {
#intro-holder h1 {
font-size: 3.2rem
}
#intro {
height: 50vh;
}
#intro-holder {
padding: 0 5em;
}
body {
font-size: 18px;
}
}
/*
.alternate classes can be used in multiple places ie. cars belong to class but the licence plate is the ID element
*/ | css/style.css | :root
{
--background-color: #191b1f;
--body-color: #2d323b;
}
body
{
background-color: var(--background-color);
text-align: left;
margin: 0;
color: #eee;
font-family: 'Indie Flower';
font-weight: 300;
line-height: 1.6;
min-width: 320px;
height: 100%;
position: relative;
}
h1, h2, h3, h4, p
{
margin-top 0;
margin-bottom: 1em;
font-weight: bold;
font-family: 'Indie Flower';
}
b
{
font-family: 'Fanwood Text', serif;
}
h1
{
font-weight: bold;
font-size: 40px;
}
h2
{
font-weight: bold;
font-size: 25px;
}
h3
{
font-weight: normal;
font-size: 20px;
}
h3.indent
{
text-indent: 50px;
}
h4
{
font-weight: normal;
text-align: center;
font-size: 15px;
}
p{
text-align: center;
}
#wrapper
{
margin: 0 auto;
max-width: 1200px;
}
#main
{
margin: 2em 2em 0;
}
/*#masthead
{
margin: 2em 0;
} */
#logo a
{
text-decoration: none;
display: flex;
width: 100%;
height: 100%;
align-items: center;
}
#logo h1
{
letter-spacing: 1px;
font-weight: 300;
font-size: 1.2rem;
margin-bottom: 0;
}
#logo svg
{
margin-right: .25rem;
height: 3.6rem;
width: auto;
}
#topnav ul {
list-style: none;
padding-left: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
width: 100%;
height: 100%;
align-items: center;
}
#topnav ul {
display: flex;
background-color: var(--body-color);
color: #eee;
}
#topnav li {
margin-right: 2em;
margin-bottom: 0;
}
#topnav li:first-child {
margin-right: auto;
}
#topnav li:last-child {
margin-right: 0;
}
#topnav li a {
text-decoration: none;
font-size: 1.3rem;
text-align: center;
}
/* INTRO */
#intro {
display: flex;
align-items: center;
height: 70vh;
}
#work h3, #page h3 {
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 2rem;
}
#work h3 a, #page h3 a {
color: var(--body-color);
text-decoration: none;
}
.work-item {
overflow: hidden;
position: relative;
width: 100%;
padding-bottom: 2em;
}
.work-item .inner .work-inside {
color: #eee;
padding: 2rem;
width: 100%;
background-color: var(--body-color);
text-align: right;
}
.work-item .inner .work-inside p:last-child {
margin-bottom: 0;
}
.work-item .inner:hover .work-inside {
opacity: 1;
}
.work-item img {
display: block;
width: 100%;
height: auto;
}
/* PAGE */
#page {
margin-top: 2rem;
margin-bottom: 2rem;
}
.page-item .date-holder {
margin-bottom: .25em;
}
.page-item img {
display: block;
width: 100%;
height: auto;
}
.page-item .caption {
font-size: .75rem;
color: #666666;
display: block;
width: 100%;
margin-top: .5rem;
margin-bottom: 2rem;
text-align: right;
}
.page-item .date {
margin: 0;
font-size: .85rem;
padding: 0 4px;
color: var(--background-color);
display: inline-block;
background-color:: var(--background-color);
}
.page-item h2 a {
color: var(--body-color);
text-decoration-color: transparent;
transition: text-decoration-color .3s ease-in-out;
}
.page-item h2 a:hover {
color: var(--body-color);
text-decoration-color: var(--body-color);
}
.page-item p a {
color: var(--body-color);
text-decoration-color: var(--body-color);
}
/*FOOTER*/
#footer {
text-align: center;
background-color: var(--body-color);
color: #eee;
font-weight: bold;
font-size: 15px;
}
/* #footer p{
font-size: 15px;
} */
/*RESPONSIVE*/
/* for variable type sizing */
@media screen and (min-width: 320px) {
body {
font-size: calc(12px + 4 * ((100vw - 320px) / 960));
}
}
@media all and (max-width: 699px) {
#intro-holder h1 {
text-align: center;
font-size: 2.2rem;
}
.work-item .inner .work-inside {
opacity: 1;
}
}
@media all and (min-width: 700px) {
#intro-holder h1 {
font-size: 3.2rem
}
#intro {
height: 50vh;
}
#intro-holder {
padding: 0 5em;
}
body {
font-size: 18px;
}
}
/*
.alternate classes can be used in multiple places ie. cars belong to class but the licence plate is the ID element
*/ | 0.383988 | 0.090053 |
body{
font-family: 'Varela', sans-serif;;
color: #6A6A6A;
}
.header_area{
background: url(img/txt2.jpg) no-repeat fixed center center / cover;
}
.navbar-brand i{
font-size: 40px;
}
.navbar-brand i:hover{
color: pink;
}
.navbar-default{
background: none;
border: none;
}
.navbar-default .navbar-brand{
color: #fff;
}
.navbar{
margin: 0px;
padding: 0px;
}
.navbar-collapse{
padding: 10px 0px;
}
.navbar-header > a{
font-size: 23px;
color: #FFF;
}
#navbar .header_nav li a{
color: #fff;
font-size: 14px;
font-weight: 900;
}
#navbar .header_nav li a span{
background: #FCE704 none repeat scroll 0% 0%;
color: #000;
padding: 10px 15px;
border-radius: 5px;
}
.header_text{
text-align: center;
padding: 100px 0px;
}
.header_text h1{
color: #fff;
font-weight: 900;
}
.header_text p{
color: #fff;
font-size: 25px;
}
.header_text button{
padding: 15px 35px;
font-weight: 300;
font-size: 20px;
margin: 120px 0px 0px 0px
}
.header_text button:hover{
background: #6DA0D8;
}
/* Start How Its work */
.work_area{
text-align: center;
padding: 30px 0px;
}
.work_area h1, .presentation_area h1{
text-align: center;
color: #FD6661;
font-size: 54px;
font-weight: 300;
border-bottom: 1px solid #FEBDBB;
padding: 12px;
}
.work_process p{
font-size: 20px;
padding: 25px 0px;
line-height: 1.42857;
}
.work_process a{
font-size: 20px;
color: #FD6661;
}
.work_process a:hover{
text-decoration: none;
}
.work_process h3{
font-size: 16px;
font-weight: 900;
margin: 35px 0px 0px 0px;
color: #000;
}
/* Start Features CSS */
.features_area{
padding: 30px 0px 0px 0px;
}
.features_area p{
font-family: "lato",arial,sans-serif;
font-size: 20px;
line-height: 31px;
color: #575454;
text-rendering: optimizelegibility;
text-align: justify;
}
.features_area h2{
font-size: 35px;
line-height: 45px;
font-family: varela;
color: #444C54;
font-weight: bold;
text-rendering: optimizelegibility;
text-transform: uppercase;
}
/* Start Footer CSS */
.footer_area{
padding: 30px 0px 0px 0px;
background: #EDEDED;
}
.footer_area h3{
text-transform: uppercase;
font-weight: 900;
margin: 20px 0px 35px;
color: #337AB7;
}
.footer_left ul li, .footer_middle ul li{
padding: 5px 0px;
}
.footer_left ul li a, .footer_middle ul li a{
color: #000;
}
.width{
width: 170%;
}
.payment_area ul li{
padding: 0px 10px;
}
.subscribe_button{
padding: 6px 50px;
}
.social_icon ul li{
padding: 0px 15px 0px 5px;
}
.social_icon ul li a{
color: #575757;
font-size: 35px;
}
.social_icon ul li a:hover{
color: #c3c3c3;
}
.footer_bottom{
background: #DDD none repeat scroll 0% 0%;
text-align: center;
padding: 25px 0px 10px 0px;
color: #000;
margin: 30px 0px 0px 0px;
}
header_area {
height:100%;
}
header {
background:orange;
}
.lower-opacity {
background: url(img/txt2_black.jpg)no-repeat fixed center center / cover ;
h1{
color: red;
}
} | style.css | body{
font-family: 'Varela', sans-serif;;
color: #6A6A6A;
}
.header_area{
background: url(img/txt2.jpg) no-repeat fixed center center / cover;
}
.navbar-brand i{
font-size: 40px;
}
.navbar-brand i:hover{
color: pink;
}
.navbar-default{
background: none;
border: none;
}
.navbar-default .navbar-brand{
color: #fff;
}
.navbar{
margin: 0px;
padding: 0px;
}
.navbar-collapse{
padding: 10px 0px;
}
.navbar-header > a{
font-size: 23px;
color: #FFF;
}
#navbar .header_nav li a{
color: #fff;
font-size: 14px;
font-weight: 900;
}
#navbar .header_nav li a span{
background: #FCE704 none repeat scroll 0% 0%;
color: #000;
padding: 10px 15px;
border-radius: 5px;
}
.header_text{
text-align: center;
padding: 100px 0px;
}
.header_text h1{
color: #fff;
font-weight: 900;
}
.header_text p{
color: #fff;
font-size: 25px;
}
.header_text button{
padding: 15px 35px;
font-weight: 300;
font-size: 20px;
margin: 120px 0px 0px 0px
}
.header_text button:hover{
background: #6DA0D8;
}
/* Start How Its work */
.work_area{
text-align: center;
padding: 30px 0px;
}
.work_area h1, .presentation_area h1{
text-align: center;
color: #FD6661;
font-size: 54px;
font-weight: 300;
border-bottom: 1px solid #FEBDBB;
padding: 12px;
}
.work_process p{
font-size: 20px;
padding: 25px 0px;
line-height: 1.42857;
}
.work_process a{
font-size: 20px;
color: #FD6661;
}
.work_process a:hover{
text-decoration: none;
}
.work_process h3{
font-size: 16px;
font-weight: 900;
margin: 35px 0px 0px 0px;
color: #000;
}
/* Start Features CSS */
.features_area{
padding: 30px 0px 0px 0px;
}
.features_area p{
font-family: "lato",arial,sans-serif;
font-size: 20px;
line-height: 31px;
color: #575454;
text-rendering: optimizelegibility;
text-align: justify;
}
.features_area h2{
font-size: 35px;
line-height: 45px;
font-family: varela;
color: #444C54;
font-weight: bold;
text-rendering: optimizelegibility;
text-transform: uppercase;
}
/* Start Footer CSS */
.footer_area{
padding: 30px 0px 0px 0px;
background: #EDEDED;
}
.footer_area h3{
text-transform: uppercase;
font-weight: 900;
margin: 20px 0px 35px;
color: #337AB7;
}
.footer_left ul li, .footer_middle ul li{
padding: 5px 0px;
}
.footer_left ul li a, .footer_middle ul li a{
color: #000;
}
.width{
width: 170%;
}
.payment_area ul li{
padding: 0px 10px;
}
.subscribe_button{
padding: 6px 50px;
}
.social_icon ul li{
padding: 0px 15px 0px 5px;
}
.social_icon ul li a{
color: #575757;
font-size: 35px;
}
.social_icon ul li a:hover{
color: #c3c3c3;
}
.footer_bottom{
background: #DDD none repeat scroll 0% 0%;
text-align: center;
padding: 25px 0px 10px 0px;
color: #000;
margin: 30px 0px 0px 0px;
}
header_area {
height:100%;
}
header {
background:orange;
}
.lower-opacity {
background: url(img/txt2_black.jpg)no-repeat fixed center center / cover ;
h1{
color: red;
}
} | 0.318485 | 0.09236 |
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
body {
font-size: 16px;
font-family: "Lato", sans-serif;
color: #4b5280;
}
body.body-color-three {
background-color: #f5f7fa;
}
.container {
max-width: 1260px;
}
a {
display: inline-block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
text-decoration: none;
color: #4b5280;
}
a:hover {
text-decoration: none;
color: #e21f36;
}
a:focus {
text-decoration: none;
}
button {
outline: 0 !important;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
button:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #000219;
font-weight: 800;
}
h3 {
font-size: 20px;
line-height: 1.4;
}
.d-table {
width: 100%;
height: 100%;
}
.d-table-cell {
vertical-align: middle;
}
p {
font-size: 16px;
margin-bottom: 15px;
line-height: 1.8;
font-weight: 500;
}
p:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
height: auto;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
.form-control {
height: 50px;
color: #e21f36;
border: 1px solid #ebebeb;
background-color: transparent;
border-radius: 0;
font-size: 16px;
padding: 10px 20px;
width: 100%;
}
.form-control::-webkit-input-placeholder {
color: #676a6a;
}
.form-control:-ms-input-placeholder {
color: #676a6a;
}
.form-control::-ms-input-placeholder {
color: #676a6a;
}
.form-control::placeholder {
color: #676a6a;
}
.form-control:focus {
color: #000000;
background-color: transparent;
-webkit-box-shadow: unset;
box-shadow: unset;
outline: 0;
border: 1px solid #e21f36;
}
.form-control:hover:focus, .form-control:focus {
-webkit-box-shadow: unset;
box-shadow: unset;
}
textarea.form-control {
height: auto;
}
.ptb-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.ptb-70 {
padding-top: 70px;
padding-bottom: 70px;
}
.pt-100 {
padding-top: 100px;
}
.pb-100 {
padding-bottom: 100px;
}
.pt-70 {
padding-top: 70px;
}
.pb-70 {
padding-bottom: 70px;
}
.mt-100 {
margin-top: 100px;
}
.mt-minus-100 {
margin-top: -100px;
}
.mt-30 {
margin-top: 30px;
}
.mb-30 {
margin-bottom: 30px;
}
/*
Bg-color Style*/
.bg-color {
background-color: #f9fafb;
}
.white-bg {
background-color: #ffffff;
}
/*
Default Btn Area Style*/
.default-btn {
z-index: 1;
font-weight: 600;
font-size: 16px;
color: #ffffff;
padding: 15px 30px 16px;
line-height: 1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
text-align: center;
background-color: #e21f36;
position: relative;
overflow: hidden;
}
.default-btn span::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
background: linear-gradient(top, #ffffff, transparent);
-webkit-animation: top 2s linear infinite;
animation: top 2s linear infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.default-btn span::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
background: linear-gradient(bottom, #ffffff, transparent);
-webkit-animation: bottom 2s linear infinite;
animation: bottom 2s linear infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.default-btn::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
background: linear-gradient(right, #ffffff, transparent);
-webkit-animation: right 2s linear infinite;
animation: right 2s linear infinite;
}
.default-btn::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
background: linear-gradient(left, #ffffff, transparent);
-webkit-animation: left 2s linear infinite;
animation: left 2s linear infinite;
}
.default-btn:hover {
background-color: #ff5a00;
color: #ffffff;
}
@-webkit-keyframes left {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes left {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-webkit-keyframes right {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes right {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@-webkit-keyframes top {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
100% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes top {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
100% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-webkit-keyframes bottom {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes bottom {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
/*
Read More Btn Area Style*/
.read-more {
font-weight: 600;
font-size: 15px;
color: #e21f36;
}
.read-more i {
position: relative;
position: relative;
top: 1.7px;
margin-left: 5px;
}
.read-more:hover {
color: #e21f36;
}
/*
Section Title Area Style*/
.section-title {
max-width: 750px;
margin: -5px auto 50px;
text-align: center;
position: relative;
}
.section-title span {
display: block;
margin-bottom: 12px;
color: #e21f36;
font-weight: 600;
}
.section-title h2 {
font-size: 40px;
margin-bottom: 15px;
position: relative;
line-height: 1.4;
}
.section-title h2:last-child {
margin-bottom: 0;
}
.section-title.white-title span {
color: #ffffff;
}
.section-title.white-title h2 {
color: #ffffff;
}
.section-title.white-title p {
color: #ffffff;
}
/*
Header Area Style
======================================================*/
.header-area {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 999;
}
.header-area.p-relative {
position: relative;
}
.top-header {
background-color: #e21f36;
padding-top: 15px;
padding-bottom: 15px;
}
.top-header .header-left-content {
line-height: 1;
}
.top-header .header-left-content li {
display: inline-block;
margin-right: 30px;
color: #999999;
font-size: 14px;
position: relative;
padding-left: 30px;
font-weight: 600;
}
.top-header .header-left-content li:last-child {
margin-right: 0;
}
.top-header .header-left-content li i {
color: #ffffff;
display: inline-block;
margin-right: 10px;
font-size: 18px;
position: absolute;
top: -2px;
left: 0;
}
.top-header .header-left-content li a {
display: block;
color: #ffffff;
}
.top-header .header-left-content li a:hover {
color: #ffffff;
}
.top-header .header-right-content {
line-height: 1;
text-align: right;
}
.top-header .header-right-content li {
display: inline-block;
margin-right: 15px;
}
.top-header .header-right-content li:last-child {
margin-right: 0;
}
.top-header .header-right-content li a i {
color: #ffffff;
display: inline-block;
font-size: 18px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
text-align: center;
}
.top-header .header-right-content li a:hover i {
color: #ffffff;
}
.top-header.bg-dark {
background-color: #000000 !important;
}
.top-header.top-header-three .header-left-content li {
color: #000219;
}
.top-header.top-header-three .header-left-content li i {
color: #e21f36;
}
.top-header.top-header-three .header-left-content li a {
color: #000219;
}
.top-header.top-header-three .header-left-content li a:hover {
color: #e21f36;
}
.top-header.top-header-three .header-right-content li a i {
color: #000219;
}
.top-header.top-header-three .header-right-content li a:hover i {
color: #e21f36;
}
.top-header.top-header-four {
background-color: transparent;
}
.top-header.top-header-five {
background-color: transparent;
}
/*
Navbar Area Style
======================================================*/
.navbar-area {
background-color: rgba(255, 255, 255, 0.08);
}
.navbar-area .main-nav {
padding-top: 0;
padding-bottom: 0;
}
.navbar-area .main-nav .navbar {
padding: 0;
}
.navbar-area .main-nav .navbar .navbar-brand {
font-size: 0;
padding: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item {
position: relative;
padding: 0 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a {
font-size: 17px;
font-weight: 600;
color: rgba(255, 255, 255, 0.8);
text-transform: capitalize;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-left: 0;
margin-right: 0;
padding: 35px 0;
position: relative;
z-index: 1;
margin: 0 15px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a i {
font-size: 22px;
line-height: 0;
position: relative;
top: 4px;
margin-left: -2px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
color: #ffffff;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
color: #ffffff;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
position: absolute;
top: 100%;
left: 15px;
opacity: 0;
width: 250px;
visibility: hidden;
z-index: 99;
display: block;
padding: 0;
background-color: #ffffff;
border: none;
border-radius: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
border-top: 2px solid #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
position: relative;
padding: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
font-size: 15.5px;
color: #000219;
position: relative;
padding: 10px 15px;
border-bottom: 1px dashed #eeeeee;
margin-left: 0;
margin-right: 0;
text-transform: capitalize;
display: block;
font-weight: 600;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
float: right;
top: 12px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
font-size: 20px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
display: none;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
color: #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
color: #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
left: 100%;
top: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
border-bottom: none;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
position: absolute;
left: -98%;
top: 20px !important;
opacity: 0 !important;
visibility: hidden !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
position: absolute;
right: -100%;
top: 0;
opacity: 0 !important;
visibility: hidden !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
color: #000219;
text-transform: capitalize;
font-weight: 600;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
color: #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
color: #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
color: #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
opacity: 1 !important;
visibility: visible !important;
top: -4px !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
opacity: 1 !important;
visibility: visible !important;
top: -20px !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
left: auto;
right: -100%;
}
.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
opacity: 1;
visibility: visible;
margin-top: 0;
}
.navbar-area .others-option .get-quote {
display: inline-block;
position: relative;
top: 7.5px;
}
.navbar-area .others-option .cart-icon {
top: 0;
display: inline-block;
margin-right: 40px;
position: relative;
}
.navbar-area .others-option .cart-icon a i {
font-size: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
line-height: 1;
line-height: 50px;
text-align: center;
display: inline-block;
color: #ffffff;
border-radius: 50px;
}
.navbar-area .others-option .cart-icon a span {
position: absolute;
top: 5px;
right: -10px;
width: 15px;
height: 15px;
line-height: 15px;
background-color: #e21f36;
border-radius: 50%;
text-align: center;
color: #ffffff;
font-size: 11px;
}
.navbar-area .others-option .cart-icon a:hover i {
color: #e21f36;
}
.navbar-area.navbar-area-two {
background-color: #ffffff;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a {
color: #000000;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a:hover {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a.active {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
color: #000219;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
color: #000219;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
color: #e21f36;
}
.navbar-area.navbar-area-two .others-option .cart-icon a i {
color: #000000;
}
.navbar-area.navbar-area-two .others-option .cart-icon a:hover i {
color: #e21f36;
}
.navbar-area.navbar-area-two.is-sticky {
background-color: #ffffff !important;
}
.navbar-area.navbar-area-four .others-option .cart-icon {
margin-left: 30px;
margin-right: 10px;
}
.navbar-area.navbar-area-five {
background-color: rgba(0, 2, 25, 0.6);
}
.navbar-area.navbar-area-five .others-option .cart-icon {
margin-left: 30px;
margin-right: 10px;
}
.navbar-area.is-sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #000219;
-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
/*
Mobile Navbar Area Style
======================================================*/
.mobile-nav {
display: none;
}
@media only screen and (max-width: 991px) {
.mobile-nav {
display: block;
position: relative;
}
.mobile-nav .logo {
text-decoration: none;
position: absolute;
top: 10px;
z-index: 999;
left: 15px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
font-size: 20px;
max-width: 145px;
}
.mobile-nav nav .navbar-nav {
height: 300px;
overflow-y: scroll !important;
}
.mobile-nav nav .navbar-nav .nav-item a i {
display: none;
}
.mean-container .mean-bar {
background-color: rgba(255, 255, 255, 0.08);
height: 70px;
padding: 0;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
}
.mean-container .mean-nav {
margin-top: 70px;
}
.mean-container .mean-nav ul li a:hover {
color: #e21f36;
}
.mean-container .mean-nav ul li a.active {
color: #e21f36;
}
.mean-container a.meanmenu-reveal {
padding: 23px 15px 0 0;
color: #ffffff;
}
.mean-container a.meanmenu-reveal span {
background-color: #ffffff;
position: relative;
top: 8px;
margin-top: -5px;
border-radius: 0;
}
.main-nav {
display: none !important;
}
.navbar-area .others-option {
display: none;
}
.navbar-area .others-option .get-quote {
top: 4.5px;
}
.navbar-area .others-option .cart-icon {
margin-right: 10px;
margin-left: 20px;
}
.navbar-area.is-sticky .mean-container .mean-bar {
background-color: #000000;
border: none;
}
.navbar-area.navbar-area-two .mean-container .mean-bar {
background-color: #ffffff;
border: none;
}
.navbar-area.navbar-area-two .mean-container a.meanmenu-reveal {
color: #000000;
}
.navbar-area.navbar-area-two .mean-container a.meanmenu-reveal span {
background-color: #000000;
}
.navbar-area.navbar-area-two .others-option-for-responsive .dot-menu .inner .circle {
background-color: #000000;
}
.top-header.top-header-three .appointment {
display: none;
}
}
/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
display: none;
}
.others-option-for-responsive .dot-menu {
padding: 0 10px;
height: 30px;
cursor: pointer;
z-index: 9991;
position: absolute;
right: 60px;
top: 21px;
}
.others-option-for-responsive .dot-menu .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
height: 5px;
width: 5px;
border-radius: 100%;
margin: 0 2px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background-color: #ffffff;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
background-color: #e21f36;
}
.others-option-for-responsive .container {
position: relative;
}
.others-option-for-responsive .container .container {
position: absolute;
right: 0;
top: 10px;
max-width: 262px;
margin: auto;
opacity: 0;
visibility: hidden;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
z-index: 2;
padding-left: 15px;
padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
opacity: 1;
visibility: visible;
}
.others-option-for-responsive .option-inner {
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
}
.others-option-for-responsive .option-inner .others-option {
background-color: #ffffff;
padding: 10px;
position: absolute;
top: 61px;
right: 0;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.others-option-for-responsive .option-inner .others-option .option-item {
margin-left: 15px;
padding-left: 15px;
position: relative;
}
.others-option-for-responsive .option-inner .others-option .option-item:first-child {
margin-left: 0;
padding-left: 0;
}
.others-option-for-responsive .sidebar-menu {
display: inline-block;
margin-left: 10px;
}
.others-option-for-responsive .sidebar-menu a i {
font-size: 25px;
background-color: #e21f36;
height: 50px;
width: 50px;
line-height: 50px;
display: inline-block;
text-align: center;
color: #ffffff;
border-radius: 50px;
}
@media only screen and (max-width: 991px) {
.others-option-for-responsive {
display: block;
}
.others-option-for-responsive .container {
max-width: 100%;
}
.others-option-for-responsive .container .container {
max-width: 400px;
margin: auto;
}
.others-option-for-responsive .option-inner .others-option {
background-color: #000000;
margin-right: 15px;
}
.others-option-for-responsive .option-inner .others-option .dot-menu:hover .inner .circle {
background-color: #ffffff;
}
.others-option-for-responsive .option-inner .others-option .cart-icon a i {
color: #ffffff;
}
.others-option-for-responsive .option-inner .others-option .cart-icon a span {
background-color: #ffffff !important;
color: #000000;
}
.others-option-for-responsive .option-inner .others-option .search-btn {
color: #ffffff;
}
.others-option-for-responsive .option-inner .others-option .search-btn:hover {
color: #ffffff !important;
}
.others-option-for-responsive .option-inner .others-option .close-btn {
color: #ffffff;
}
}
/*
Banner Area Style
======================================================*/
.banner-area {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
padding-top: 120px;
padding-bottom: 120px;
}
.banner-area.bg-1 {
background: transparent url(../img/banner/banner-bg-1.jpg) left top no-repeat;
}
.banner-area.bg-2 {
background-image: url(../img/banner/banner-bg-2.jpg);
}
.banner-area.bg-4 {
background-image: url(../img/banner/banner-bg-4.jpg);
}
.banner-area.bg-5 {
background-image: url(../img/banner/banner-bg-5.jpg);
}
.banner-area.banner-area-two {
height: auto;
padding-top: 300px;
padding-bottom: 270px;
}
.banner-area.banner-area-two .banner-content {
max-width: 590px;
}
.banner-area.banner-area-two .banner-content .top-title {
color: #e21f36;
font-weight: 800;
}
.banner-area.banner-area-two .banner-content h1 {
margin-bottom: 25px;
color: #ffffff;
}
.banner-area.banner-area-two .banner-content p {
color: #ffffff;
}
.banner-area.banner-area-three {
height: auto;
background-color: #eae1d6;
padding-top: 100px;
padding-bottom: 170px;
}
.banner-area.banner-area-three .banner-content .top-title {
color: #e21f36;
}
.banner-area.banner-area-three .banner-content h1 {
font-size: 62px;
color: #000219;
margin-bottom: 25px;
}
.banner-area.banner-area-three .banner-content p {
color: #4b5280;
}
.banner-area.banner-area-four {
height: 820px;
}
.banner-area.banner-area-four .banner-content {
max-width: 680px;
}
.banner-area.banner-area-four .banner-content .top-title {
color: #ffffff;
}
.banner-area.banner-area-four .banner-content h1 {
color: #ffffff;
}
.banner-area.banner-area-four .banner-content p {
color: #ffffff;
}
.banner-area.banner-area-four .banner-video {
position: relative;
top: 15px;
right: -15px;
}
.banner-area.banner-area-five .banner-content {
max-width: 680px;
text-align: center;
margin: 140px auto 0;
}
.banner-area.banner-area-five .banner-content img {
margin-bottom: 20px;
}
.banner-area.banner-area-five .banner-content .top-title {
color: #e21f36;
}
.banner-area.banner-area-five .banner-content h1 {
color: #ffffff;
}
.banner-area.banner-area-five .banner-content p {
color: #ffffff;
}
.banner-content .top-title {
display: block;
margin-bottom: 15px;
font-weight: 600;
}
.banner-content h1 {
font-size: 60px;
font-weight: 900;
margin-bottom: 25px;
}
.banner-content p {
margin-bottom: 30px;
font-size: 16.5px;
}
.banner-image {
text-align: center;
}
.banner-image img {
-webkit-animation: border-transform 10s linear infinite alternate forwards;
animation: border-transform 10s linear infinite alternate forwards;
}
@-webkit-keyframes border-transform {
0%, 100% {
border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}
14% {
border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
}
28% {
border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
}
42% {
border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
}
56% {
border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
}
70% {
border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
}
84% {
border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
}
}
@keyframes border-transform {
0%, 100% {
border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}
14% {
border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
}
28% {
border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
}
42% {
border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
}
56% {
border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
}
70% {
border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
}
84% {
border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
}
}
/*
Feature Area Style
======================================================*/
.feature-area {
position: relative;
margin-top: -130px;
z-index: 1;
overflow: hidden;
}
.feature-area.feature-area-two {
margin-top: 0;
}
.feature-area.feature-area-two .single-feature {
margin-top: 0;
position: relative;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.feature-area.feature-area-two .single-feature .feature-shape {
position: absolute;
bottom: 0;
right: 0;
}
.feature-area.feature-area-two .single-feature:hover {
background-color: #e21f36;
}
.feature-area.feature-area-two .single-feature:hover i {
color: #ffffff;
}
.feature-area.feature-area-three {
z-index: 1;
position: relative;
}
.feature-area.feature-area-three .feature-shape {
position: absolute;
bottom: 0;
right: 0;
opacity: 0.4;
}
.feature-area.feature-area-four .single-feature {
background-color: #000219;
}
.feature-area.feature-area-four .single-feature h3 {
color: #ffffff;
}
.feature-area.feature-area-four .single-feature p {
color: #ffffff;
}
.feature-area.feature-area-five .single-feature {
background-color: #000219;
}
.feature-area.feature-area-five .single-feature h3 {
color: #ffffff;
}
.feature-area.feature-area-five .single-feature p {
color: #ffffff;
}
.single-feature {
padding: 30px;
margin-top: 30px;
margin-bottom: 30px;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background-color: #ffffff;
}
.single-feature .title {
position: relative;
margin-bottom: 28px;
}
.single-feature .title i {
position: absolute;
top: 0;
font-size: 50px;
line-height: 1;
color: #e21f36;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-feature .title h3 {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
padding-left: 65px;
padding-top: 12px;
}
.single-feature p {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 0;
}
.single-feature:hover {
background-color: #e21f36;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.single-feature:hover .title i {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
color: #ffffff;
}
.single-feature:hover .title h3 {
color: #ffffff;
}
.single-feature:hover p {
color: #ffffff;
}
/*
Our Approach Area Style
======================================================*/
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach {
background-color: transparent;
background-color: #ffffff;
z-index: 1;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
z-index: -1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach:hover::before {
width: 0;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach:hover h3 {
color: #000219;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach:hover p {
color: #4b5280;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach {
background-color: transparent;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach h3 {
color: #000219;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach p {
color: #4b5280;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #000219;
z-index: -1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover::before {
width: 100%;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover h3 {
color: #ffffff;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover p {
color: #ffffff;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach {
background-color: transparent;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach h3 {
color: #000219;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach p {
color: #4b5280;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #000219;
z-index: -1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover::before {
width: 100%;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover h3 {
color: #ffffff;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover p {
color: #ffffff;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach {
background-color: transparent;
background-color: #ffffff;
z-index: 1;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
z-index: -1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover::before {
width: 0;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover h3 {
color: #000219;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover p {
color: #4b5280;
}
.our-approach-area.our-approach-area-four .single-approach h3 {
color: #ffffff;
}
.our-approach-area.our-approach-area-four .single-approach p {
color: #ffffff;
}
.approach-content {
margin-left: 30px;
}
.approach-content h3 {
font-weight: 600;
font-size: 25px;
margin-bottom: 40px;
}
.single-approach {
background-color: #ffffff;
border-left: 2px solid #e21f36;
padding: 20px;
margin-bottom: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
position: relative;
}
.single-approach h3 {
margin-bottom: 10px;
font-size: 20px;
font-weight: 700;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-approach p {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-approach:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.approach-img {
margin-bottom: 30px;
}
/*
Our Challenges Area Style
======================================================*/
.challenges-area {
background-image: url(../img/challenges-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
overflow: hidden;
z-index: 1;
}
.challenges-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.75;
}
.challenges-area.challenges-area-two {
background-image: unset;
background-color: #000219;
}
.challenges-area.challenges-area-two::before {
display: none;
}
.challenges-area.challenges-area-two .challenges-shape {
position: absolute;
bottom: 0;
right: 0;
z-index: -1;
}
.challenges-area.challenges-area-two .single-challenges i {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.challenges-area.challenges-area-two .single-challenges h3 {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.challenges-area.challenges-area-two .single-challenges p {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.challenges-area.challenges-area-two .single-challenges:hover {
background-color: #e21f36;
}
.challenges-area.challenges-area-two .single-challenges:hover i {
color: #ffffff;
}
.challenges-area.challenges-area-two .single-challenges:hover h3 {
color: #ffffff;
}
.challenges-area.challenges-area-two .single-challenges:hover p {
color: #ffffff;
}
.single-challenges {
position: relative;
margin-bottom: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px 25px;
text-align: center;
z-index: 1;
}
.single-challenges i {
font-size: 50px;
color: #e21f36;
line-height: 1;
margin-bottom: 20px;
display: block;
}
.single-challenges h3 {
margin-bottom: 10px;
}
.single-challenges p {
margin-bottom: 0;
}
.single-challenges span {
position: absolute;
left: 0;
right: 0;
font-size: 100px;
z-index: -1;
opacity: 0.06;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-challenges:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
/*
Services Area Style
======================================================*/
.single-services {
position: relative;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
overflow: hidden;
margin-bottom: 30px;
}
.single-services .services-img a {
position: relative;
}
.single-services .services-img a::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#000219), to(transparent));
background: linear-gradient(bottom, #000219, transparent);
}
.single-services .services-content {
position: absolute;
bottom: -120px;
left: 0;
right: 0;
padding: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-services .services-content h3 {
margin-bottom: 15px;
}
.single-services .services-content h3 a {
color: #ffffff;
}
.single-services .services-content h3 a:hover {
color: #e21f36;
}
.single-services .services-content p {
color: #ffffff;
}
.single-services:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.single-services:hover .services-content {
bottom: 0;
}
/*
Solution Area Style
======================================================*/
.solution-area {
overflow: hidden;
}
.solution-area.solution-area-three {
position: relative;
z-index: 1;
}
.solution-area.solution-area-three .container-fluid {
max-width: 100%;
}
.solution-area.solution-area-three .solution-shape-left {
z-index: -1;
position: absolute;
top: 50px;
left: 50px;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.solution-content {
max-width: 600px;
margin-left: auto;
}
.solution-title {
margin-bottom: 40px;
}
.solution-title span {
font-weight: 600;
display: block;
margin-bottom: 10px;
color: #e21f36;
}
.solution-title h2 {
font-size: 30px;
font-weight: 700;
margin-bottom: 0;
line-height: 1.4;
}
.single-solution {
padding: 30px;
position: relative;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 30px;
}
.single-solution h3 {
margin-bottom: 12px;
color: #000000;
font-size: 18px;
font-weight: 700;
}
.single-solution h3 a {
color: #000000;
}
.single-solution p {
margin-bottom: 0;
}
.single-solution span {
position: absolute;
top: -13px;
right: -4px;
line-height: 1;
font-size: 80px;
opacity: 0.1;
font-weight: 700;
}
.solution-img {
background-image: url(../img/solution-img.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
padding-bottom: 30px;
position: relative;
}
.solution-img::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30px;
background-color: #ffffff;
}
.solution-img img {
display: none;
}
/*
Get In Touch Area Style
======================================================*/
.get-in-touch-area {
background-image: url(../img/get-in-touch-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.get-in-touch-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.75;
z-index: -1;
}
.get-in-touch-area.get-in-touch-area-two {
background-image: unset;
z-index: 1;
}
.get-in-touch-area.get-in-touch-area-two::before {
display: none;
}
.get-in-touch-area.get-in-touch-area-two .get-in-touch-shape {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: -1;
}
.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group label {
color: #000000;
}
.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group .form-control {
border: 1px solid #ebebeb !important;
}
.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group .form-control:focus {
border-color: #e21f36 !important;
}
.get-in-touch-form {
text-align: center;
max-width: 810px;
margin: auto;
}
.get-in-touch-form .form-group {
margin-bottom: 30px;
}
.get-in-touch-form .form-group label {
text-align: left;
display: block;
color: #ffffff;
margin-bottom: 10px;
font-weight: 600;
}
.get-in-touch-form .form-group .form-control {
background-color: #ffffff;
border: none !important;
height: 50px;
padding-left: 15px;
}
.get-in-touch-form .form-group textarea {
height: 100% !important;
}
/*
Protect Area Style
======================================================*/
.protect-area {
overflow: hidden;
}
.protect-area .single-challenges {
background-color: #ffffff;
padding: 20px;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges {
margin-top: 30px;
background-color: #e21f36;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges i {
color: #ffffff;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges h3 {
color: #ffffff;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges p {
color: #ffffff;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges {
margin-top: -30px;
background-color: #e21f36;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges i {
color: #ffffff;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges h3 {
color: #ffffff;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges p {
color: #ffffff;
}
.protect-area.protect-area-three {
position: relative;
z-index: 1;
}
.protect-area.protect-area-three .single-challenges {
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.protect-area.protect-area-three .single-challenges i {
color: #e21f36;
}
.protect-area.protect-area-three .single-challenges h3 {
color: #000219;
}
.protect-area.protect-area-three .single-challenges p {
color: #4b5280;
}
.protect-area.protect-area-three .protect-left-shape {
z-index: -1;
position: absolute;
top: 50px;
left: 50px;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.protect-area.protect-area-four .single-challenges {
background-color: #000219;
}
.protect-area.protect-area-four .single-challenges i {
color: #ffffff;
}
.protect-area.protect-area-four .single-challenges h3 {
color: #ffffff;
}
.protect-area.protect-area-four .single-challenges p {
color: #ffffff;
}
.protect-content {
margin-right: 30px;
}
.protect-content .protect-title {
margin-bottom: 40px;
}
.protect-content .protect-title span {
font-weight: 600;
display: block;
margin-bottom: 10px;
color: #e21f36;
}
.protect-content .protect-title h2 {
font-size: 30px;
font-weight: 700;
margin-bottom: 0;
line-height: 1.4;
}
.protect-img {
margin-bottom: 30px;
}
/*
Testimonials Area Style
======================================================*/
.testimonials-area {
background-image: url(../img/testimonials-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.testimonials-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.75;
z-index: -1;
}
.testimonials-area.testimonials-page-area {
background-image: unset;
}
.testimonials-area.testimonials-page-area::before {
display: none;
}
.testimonials-area.testimonials-page-area .testimonials-item {
margin-bottom: 30px;
text-align: center;
}
.testimonials-area.testimonials-page-area .testimonials-item p {
color: #4b5280;
}
.testimonials-area.testimonials-page-area .testimonials-item h3 {
color: #000219;
}
.testimonials-area.testimonials-page-area .testimonials-item span {
color: #4b5280;
}
.testimonials {
text-align: center;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.testimonials span {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 50px;
display: block;
color: #ffffff;
}
.testimonials .owl-nav .owl-prev {
position: absolute;
left: -50px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.testimonials .owl-nav .owl-prev i {
font-size: 20px;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.8);
width: 40px;
height: 40px;
line-height: 38px;
border-radius: 50%;
display: inline-block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.testimonials .owl-nav .owl-prev:hover i {
background-color: #e21f36;
border-color: #e21f36;
}
.testimonials .owl-nav .owl-next {
position: absolute;
right: -50px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.testimonials .owl-nav .owl-next i {
font-size: 20px;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.8);
width: 40px;
height: 40px;
line-height: 38px;
border-radius: 50%;
display: inline-block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.testimonials .owl-nav .owl-next:hover i {
background-color: #e21f36;
border-color: #e21f36;
}
.testimonials .owl-nav [class*=owl-]:hover {
background-color: transparent;
}
.testimonials-item i {
color: #e21f36;
font-size: 50px;
line-height: 1;
display: block;
margin-bottom: 10px;
}
.testimonials-item p {
color: #ffffff;
margin-bottom: 22px;
font-size: 20px;
}
.testimonials-item ul {
line-height: 1;
margin-bottom: 5px;
}
.testimonials-item ul li {
display: inline-block;
margin: 0 1px;
}
.testimonials-item ul li i {
font-size: 18px;
color: #e21f36;
}
.testimonials-item h3 {
color: #ffffff;
margin-bottom: 10px;
}
.testimonials-item span {
color: rgba(255, 255, 255, 0.8);
font-weight: 500;
margin-bottom: 0;
display: block;
}
/*
Partner Area Style
======================================================*/
.partner-area {
text-align: center;
}
.partner-area .owl-carousel .owl-item {
line-height: 1;
}
.partner-area .owl-carousel .owl-item img {
width: auto;
}
/*
Blog Area Style
======================================================*/
.blog-area.blog-area-three {
position: relative;
z-index: 1;
}
.blog-area.blog-area-three .blog-left-shape {
z-index: -1;
position: absolute;
bottom: 50px;
left: 0;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.blog-area.blog-area-four .single-blog {
position: relative;
}
.blog-area.blog-area-four .single-blog .blog-img a {
position: relative;
}
.blog-area.blog-area-four .single-blog .blog-img a::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#000219), to(transparent));
background: linear-gradient(bottom, #000219, transparent);
}
.blog-area.blog-area-four .single-blog .blog-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.blog-area.blog-area-four .single-blog .blog-content span {
color: #ffffff;
display: block;
margin-bottom: 10px;
}
.blog-area.blog-area-four .single-blog .blog-content h3 {
margin-bottom: 15px;
}
.blog-area.blog-area-four .single-blog .blog-content h3 a {
color: #ffffff;
}
.blog-area.blog-area-four .single-blog .blog-content h3 a:hover {
color: #e21f36;
}
.blog-area.blog-area-four .single-blog .blog-content p {
color: #ffffff;
}
.blog-area.blog-area-four .single-blog:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.single-blog {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 30px;
}
.single-blog .blog-img a {
display: block;
}
.single-blog .blog-content {
margin-top: 25px;
}
.single-blog .blog-content span {
display: block;
margin-bottom: 12px;
}
.single-blog .blog-content h3 {
margin-bottom: 0;
}
.single-blog .blog-content h3 a {
color: #000000;
}
.single-blog .blog-content h3 a:hover {
color: #e21f36;
}
/*
Footer Top Area Style
======================================================*/
.footer-area {
background-image: url(../img/footer-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.footer-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.95;
z-index: -1;
}
.single-footer-widget {
margin-bottom: 30px;
}
.single-footer-widget .logo {
margin-bottom: 20px;
}
.single-footer-widget p {
margin-bottom: 20px;
color: #ffffff;
}
.single-footer-widget .social-icon {
line-height: 1;
}
.single-footer-widget .social-icon li {
display: inline-block;
margin-right: 5px;
}
.single-footer-widget .social-icon li a i {
width: 38px;
height: 38px;
line-height: 38px;
color: #ffffff;
text-align: center;
font-size: 18px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.1);
}
.single-footer-widget .social-icon li a:hover {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
.single-footer-widget .social-icon li a:hover i {
background-color: #e21f36;
}
.single-footer-widget h3 {
color: #ffffff;
margin-bottom: 30px;
padding-bottom: 15px;
position: relative;
}
.single-footer-widget h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #31354d;
}
.single-footer-widget .address {
color: #ffffff;
}
.single-footer-widget .address .location {
padding-left: 40px;
position: relative;
}
.single-footer-widget .address .location i {
position: absolute;
color: #e21f36;
left: 0;
top: 5px;
font-size: 25px;
}
.single-footer-widget .address li {
padding-left: 40px;
position: relative;
margin-bottom: 16px;
color: #ffffff;
}
.single-footer-widget .address li a {
display: block;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 6px;
}
.single-footer-widget .address li a:last-child {
margin-bottom: 0;
}
.single-footer-widget .address li a:hover {
color: #ffffff;
}
.single-footer-widget .address li:last-child {
margin-bottom: 0;
}
.single-footer-widget .address li i {
position: absolute;
color: #e21f36;
left: 0;
top: 5px;
font-size: 25px;
}
.single-footer-widget .import-link li {
margin-bottom: 11px;
position: relative;
padding-left: 20px;
color: rgba(255, 255, 255, 0.9);
}
.single-footer-widget .import-link li::before {
content: "";
position: absolute;
top: 7px;
left: 0;
width: 11px;
height: 11px;
background-color: #e21f36;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-footer-widget .import-link li:last-child {
margin-bottom: 0;
}
.single-footer-widget .import-link li a {
color: rgba(255, 255, 255, 0.9);
}
.single-footer-widget .import-link li a:hover {
color: #ffffff;
}
.single-footer-widget .import-link li:hover::before {
border-radius: 50%;
}
/*
Copy Right Area Style
======================================================*/
.copy-right-area {
background-color: #000219;
border-top: 1px solid #212437;
padding-top: 15px;
padding-bottom: 15px;
}
.copy-right-area p {
color: #ffffff;
}
.copy-right-area p a {
color: #e21f36;
font-weight: 600;
}
.copy-right-area .footer-menu {
text-align: right;
}
.copy-right-area .footer-menu li {
display: inline-block;
margin-right: 15px;
}
.copy-right-area .footer-menu li:last-child {
margin-right: 0;
}
.copy-right-area .footer-menu li a {
color: #ffffff;
}
.copy-right-area .footer-menu li a:hover {
color: #e21f36;
}
/*
About Area Style
======================================================*/
.about-content {
margin-left: 30px;
}
.about-content .about-title {
margin-bottom: 40px;
}
.about-content .about-title span {
font-weight: 600;
display: block;
margin-bottom: 10px;
color: #e21f36;
}
.about-content .about-title h2 {
font-size: 30px;
font-weight: 700;
margin-bottom: 0;
line-height: 1.4;
}
.about-content .tab {
margin-bottom: 30px;
}
.about-content .tabs {
margin-bottom: 30px;
}
.about-content .tabs li {
display: inline-block;
margin-right: 30px;
font-weight: 700;
font-size: 16px;
color: #000219;
border-bottom: 2px solid #000219;
padding-bottom: 5px;
cursor: pointer;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.about-content .tabs li.current {
border-color: #e21f36;
color: #e21f36;
}
.about-content .tab_content .tabs_item p {
margin-bottom: 0;
}
.about-content .tab_content .tabs_item ul {
margin-top: 25px;
}
.about-content .tab_content .tabs_item ul li {
margin-bottom: 10px;
font-weight: 600;
color: #000219;
position: relative;
font-size: 16px;
padding-left: 25px;
}
.about-content .tab_content .tabs_item ul li i {
position: absolute;
top: 4px;
left: 0;
font-size: 18px;
color: #e21f36;
}
.about-content .tab_content .tabs_item ul li:last-child {
margin-bottom: 0;
}
.about-img {
margin-bottom: 30px;
}
/*
Pricing Area Style
======================================================*/
.pricing-area {
overflow: hidden;
}
.pricing-area .shape-three {
display: none;
}
.single-pricing {
text-align: center;
margin-bottom: 30px;
padding: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
position: relative;
z-index: 1;
}
.single-pricing .pricing-shape {
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
}
.single-pricing .pricing-shape-2 {
position: absolute;
left: 0;
top: 0;
z-index: -1;
opacity: 0;
}
.single-pricing .pricing-title {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-pricing .pricing-title h3 {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-pricing .pricing-title h2 {
color: #e21f36;
font-size: 50px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 0;
}
.single-pricing .pricing-title h2 sub {
font-size: 35px;
position: relative;
top: 0;
}
.single-pricing .pricing-title span {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
display: block;
margin-bottom: 0;
}
.single-pricing ul {
padding: 30px 0;
}
.single-pricing ul li {
padding-bottom: 15px;
color: #555555;
font-size: 16px;
font-weight: 600;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-pricing ul li:last-child {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
.single-pricing.active {
background-color: #000219;
}
.single-pricing.active .pricing-title h3 {
color: #ffffff;
}
.single-pricing.active .pricing-title h2 {
color: #ffffff;
}
.single-pricing.active .pricing-title span {
color: #ffffff;
}
.single-pricing.active .pricing-title h4 {
color: #ffffff;
border-color: #ffffff;
}
.single-pricing.active ul li {
color: #ffffff;
}
.single-pricing.active .pricing-shape {
opacity: 0;
}
.single-pricing.active .pricing-shape-2 {
opacity: 1;
}
.single-pricing:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #000219;
}
.single-pricing:hover .pricing-title h3 {
color: #ffffff;
}
.single-pricing:hover .pricing-title h2 {
color: #ffffff;
}
.single-pricing:hover .pricing-title span {
color: #ffffff;
}
.single-pricing:hover .pricing-title h4 {
color: #ffffff;
border-color: #ffffff;
}
.single-pricing:hover ul li {
color: #ffffff;
}
.single-pricing:hover .pricing-shape {
opacity: 0;
}
.single-pricing:hover .pricing-shape-2 {
opacity: 1;
}
/*
Counter Area Style
======================================================*/
.counter-area {
background-image: url(../img/counter-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
overflow: hidden;
}
.counter-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.2;
z-index: -1;
}
.counter-area .section-title span {
color: #e21f36;
font-weight: 800;
}
.counter-area .counter-max-wide {
max-width: 810px;
margin-left: auto;
}
.counter-area .overly-one::before {
bottom: -1px;
}
.counter-area .overly-one::after {
left: -1px;
}
.counter-area .overly-one .overly-two::before {
top: -1px;
}
.counter-area .overly-one .overly-two::after {
right: -1px;
}
.counter-area.counter-area-three {
background-image: unset;
}
.counter-area.counter-area-three::before {
display: none;
}
.counter-area.counter-area-three .container-fluid {
max-width: 100%;
}
.counter-area.counter-area-three .counter-max-wide {
margin-left: 0;
margin-right: auto;
max-width: 825px;
}
.counter-area.counter-area-three .single-counter {
border-color: #edeaea;
}
.counter-area.counter-area-three .single-counter i {
border-color: #edeaea;
}
.counter-area.counter-area-three .single-counter h2 {
color: #000219;
}
.counter-area.counter-area-three .single-counter h3 {
color: #000000;
}
.single-counter {
border: 1px solid #202132;
padding: 30px;
position: relative;
margin-bottom: 30px;
padding-left: 170px;
}
.single-counter i {
font-size: 80px;
color: #e21f36;
position: absolute;
top: 30px;
left: 30px;
line-height: 1;
border-right: 1px solid #202132;
padding-right: 30px;
}
.single-counter h2 {
color: #ffffff;
font-size: 40px;
margin-bottom: 5px;
line-height: 1;
}
.single-counter h2 .target {
position: relative;
top: 2px;
}
.single-counter h3 {
color: #ffffff;
font-weight: normal;
font-size: 15px;
font-weight: 600;
}
/*
Team Area Style
======================================================*/
.team-area.team-area-three {
position: relative;
z-index: 1;
}
.team-area.team-area-three .single-team .team-content {
background-color: #f5f7fa;
}
.team-area.team-area-three .single-team .team-content h3 {
color: #000219;
}
.team-area.team-area-three .single-team .team-content span {
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.team-area.team-area-three .single-team .team-content ul {
background-color: #ffffff;
}
.team-area.team-area-three .single-team .team-content ul li a i {
color: #000219;
}
.team-area.team-area-three .single-team .team-content ul li a:hover i {
color: #e21f36;
}
.team-area.team-area-three .single-team:hover .team-content {
background-color: #eae1d6;
}
.team-area.team-area-three .single-team:hover .team-content ul {
background-color: #eae1d6;
}
.team-area.team-area-three .single-team:hover .team-content span {
color: #000219;
}
.team-area.team-area-three .team-right-shape {
z-index: -1;
position: absolute;
bottom: 50px;
right: 50px;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.single-team {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 30px;
text-align: center;
}
.single-team .team-content {
position: relative;
background-color: #000219;
padding: 20px 30px;
margin-top: -60px;
margin-left: 30px;
margin-right: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-team .team-content h3 {
color: #ffffff;
}
.single-team .team-content span {
color: #ffffff;
}
.single-team .team-content ul {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background-color: #e21f36;
padding: 10px 20px 25px;
line-height: 1;
position: absolute;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
}
.single-team .team-content ul li {
display: inline-block;
padding: 0 10px;
}
.single-team .team-content ul li a {
color: #ffffff;
}
.single-team .team-content ul li a i {
font-size: 20px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
position: relative;
top: 4px;
}
.single-team .team-content ul li a:hover i {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
.single-team:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.single-team:hover .team-content {
background-color: #e21f36;
}
.single-team:hover .team-content ul {
bottom: -35px;
opacity: 1;
}
/*
Approach Area Style
======================================================*/
.our-approach-area-three {
overflow: hidden;
position: relative;
}
.our-approach-area-three .approach-right-shape {
position: absolute;
top: 0;
right: 50px;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.single-approach-box {
position: relative;
margin-bottom: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px 20px;
text-align: center;
margin-top: 40px;
z-index: 1;
}
.single-approach-box .icon {
font-size: 40px;
color: #ffffff;
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
background-color: #e21f36;
border-radius: 50%;
position: absolute;
top: -35px;
left: 0;
right: 0;
margin: auto;
}
.single-approach-box .icon::after {
content: "";
position: absolute;
top: -5px;
left: -5px;
width: 80px;
height: 80px;
line-height: 80px;
border: 1px solid #e21f36;
border-radius: 50%;
}
.single-approach-box h3 {
margin-bottom: 12px;
margin-top: 35px;
}
.single-approach-box p {
margin-bottom: 0;
}
.single-approach-box .approach-shape {
position: absolute;
bottom: 0;
left: 0;
opacity: .7;
z-index: -1;
}
.single-approach-box:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes movebounce-right {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@keyframes movebounce-right {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
/*
Safety Area Style
======================================================*/
.safety-area {
overflow: hidden;
background-color: #fffaf3;
position: relative;
z-index: 1;
}
.safety-area .safety-shape-1 {
position: absolute;
top: 50px;
left: 50px;
z-index: -1;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.safety-area .safety-shape-2 {
position: absolute;
bottom: 50px;
left: 50px;
z-index: -1;
-webkit-animation: movebounce-right 5s linear infinite;
animation: movebounce-right 5s linear infinite;
}
.safety-area .safety-shape-3 {
position: absolute;
bottom: 50px;
right: 50px;
z-index: -1;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.single-safety {
text-align: center;
padding: 30px;
}
.single-safety img {
margin-bottom: 30px;
}
.single-safety h3 {
margin-bottom: 12px;
}
.single-safety a {
display: block;
}
.single-safety a h3 {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-safety:hover a h3 {
color: #e21f36;
}
/*====================================================
INNER PAGE STYLE AREA
======================================================*/
/*
Page Title Area Style
=====================================================*/
.page-title-area {
position: relative;
overflow: hidden;
text-align: center;
z-index: 1;
background-color: #000219;
padding-top: 100px;
padding-bottom: 100px;
}
.page-title-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-image: url(../img/page-bg-shape.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
opacity: 0.1;
}
.page-title-area .page-title-content {
position: relative;
margin-top: -10px;
}
.page-title-area .page-title-content h2 {
margin-bottom: 15px;
color: #ffffff;
font-size: 40px;
}
.page-title-area .page-title-content ul {
padding-left: 0;
list-style-type: none;
margin-top: 10px;
margin-bottom: -5px;
}
.page-title-area .page-title-content ul li {
display: inline-block;
position: relative;
font-size: 16px;
padding-right: 15px;
margin-left: 15px;
font-weight: 500;
}
.page-title-area .page-title-content ul li::before {
content: "";
position: absolute;
top: 6px;
right: -3px;
background-color: #e21f36;
width: 1px;
height: 15px;
-webkit-transform: rotate(25deg);
transform: rotate(25deg);
}
.page-title-area .page-title-content ul li:last-child::before {
display: none;
}
.page-title-area .page-title-content ul li a {
color: #ffffff;
}
.page-title-area .page-title-content ul li a:hover {
color: #e21f36;
}
.page-title-area .page-title-content ul .active {
color: #e21f36;
}
.page-title-area.page-title-style-two {
padding-top: 260px;
padding-bottom: 100px;
}
@-webkit-keyframes FocuS {
0% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes FocuS {
0% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 0;
}
}
/*
FAQ Area Style
======================================================*/
.faq-area {
position: relative;
z-index: 1;
}
.faq-area .faq-right-shape {
z-index: -1;
position: absolute;
top: 50%;
right: 0;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.faq-bg {
max-width: 700px;
margin: auto;
}
.faq-accordion .faq-title {
margin-bottom: 25px;
}
.faq-accordion .faq-title h2 {
font-size: 40px;
margin-bottom: 15px;
}
.faq-accordion .faq-title span {
font-size: 18px;
}
.faq-accordion .accordion {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
display: block;
margin-bottom: 10px;
}
.faq-accordion .accordion .accordion-item:last-child {
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item.active {
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
padding: 15px 15px 15px 30px;
color: #000219;
text-decoration: none;
position: relative;
display: block;
border-bottom: 1px solid #e7e7e7;
font-size: 18px;
font-weight: 600;
}
.faq-accordion .accordion .accordion-title i {
position: absolute;
left: unset;
left: 0;
top: 17px;
font-size: 25px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
color: #e21f36;
}
.faq-accordion .accordion .accordion-title.active i::before {
content: "\eaf8";
}
.faq-accordion .accordion .accordion-content {
display: none;
position: relative;
margin-top: -5px;
padding-top: 15px;
}
.faq-accordion .accordion .accordion-content span {
font-weight: 500;
color: #000219;
}
.faq-accordion .accordion .accordion-content p {
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-content.show {
display: block;
}
/*
Privacy PolicyArea Style
=====================================================*/
.privacy-policy {
max-width: 800px;
margin: auto;
}
.privacy-policy .title {
margin-bottom: 30px;
text-align: center;
}
.privacy-policy .title h2 {
font-size: 36px;
}
.privacy-policy .privacy-content {
margin-bottom: 30px;
}
.privacy-policy .privacy-content h3 {
margin-bottom: 15px;
}
.privacy-policy .privacy-content p {
margin-bottom: 10px;
}
.privacy-policy .privacy-content ul {
margin-left: 20px;
margin-bottom: 15px;
list-style-type: disc;
margin-top: 15px;
}
.privacy-policy .privacy-content ul li {
margin-bottom: 10px;
}
.privacy-policy .privacy-content ul li:last-child {
margin-bottom: 0;
}
.privacy-policy .privacy-content.eight {
margin-bottom: 0;
}
.privacy-policy .privacy-content.eight p {
margin-bottom: 0;
}
/*
Terms Conditions Area Style
=====================================================*/
.terms-conditions {
max-width: 800px;
margin: auto;
}
.terms-conditions .title {
margin-bottom: 30px;
}
.terms-conditions .title span {
color: #e21f36;
text-transform: uppercase;
display: block;
margin-bottom: 10px;
}
.terms-conditions .title h2 {
font-size: 36px;
}
.terms-conditions img {
margin-bottom: 30px;
}
.terms-conditions .conditions-content {
margin-bottom: 30px;
}
.terms-conditions .conditions-content h3 {
margin-bottom: 15px;
}
.terms-conditions .conditions-content p {
margin-bottom: 10px;
}
.terms-conditions .conditions-content ul {
margin-left: 20px;
margin-bottom: 15px;
list-style-type: disc;
margin-top: 15px;
}
.terms-conditions .conditions-content ul li {
margin-bottom: 10px;
}
.terms-conditions .conditions-content ul li:last-child {
margin-bottom: 0;
}
.terms-conditions .conditions-content.six {
margin-bottom: 0;
}
.terms-conditions .conditions-content.six p {
margin-bottom: 0;
}
/*
Coming Soon Area CSS
=====================================================*/
.coming-soon-area {
height: 100vh;
position: relative;
z-index: 1;
background-image: url(../img/coming-soon-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: 1;
}
.coming-soon-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.9;
z-index: -1;
}
.coming-soon-area .coming-soon-content {
max-width: 700px;
border-radius: 5px;
overflow: hidden;
text-align: center;
padding: 40px 60px;
margin-left: auto;
margin-right: auto;
z-index: 1;
position: relative;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
}
.coming-soon-area .coming-soon-content .logo {
display: inline-block;
}
.coming-soon-area .coming-soon-content h2 {
font-size: 48px;
margin-top: 30px;
margin-bottom: 0;
}
.coming-soon-area .coming-soon-content #timer {
margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
background-color: #000219;
color: #ffffff;
width: 100px;
height: 105px;
border-radius: 5px;
font-size: 40px;
font-weight: 800;
margin-left: 10px;
margin-right: 10px;
}
.coming-soon-area .coming-soon-content #timer div span {
display: block;
margin-top: -2px;
font-size: 17px;
font-weight: 600;
}
.coming-soon-area .coming-soon-content form {
position: relative;
max-width: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
.coming-soon-area .coming-soon-content form .form-group {
margin-bottom: 25px;
width: 100%;
position: relative;
}
.coming-soon-area .coming-soon-content form .form-group .label-title {
margin-bottom: 0;
position: absolute;
display: block;
left: 0;
top: 0;
pointer-events: none;
width: 100%;
height: 100%;
color: #000219;
}
.coming-soon-area .coming-soon-content form .form-group .label-title i {
position: absolute;
left: 0;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
top: 9px;
font-size: 22px;
}
.coming-soon-area .coming-soon-content form .form-group .label-title::before {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background: #e21f36;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
border-radius: 0;
border: none;
border-bottom: 1px solid #eeeeee;
padding: 0 0 0 32px;
color: #000219;
height: 45px;
display: block;
width: 100%;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
font-size: 16px;
font-weight: 400;
background-color: transparent;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
border-color: #e21f36;
outline: 0 !important;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
color: transparent;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
color: transparent;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
color: transparent;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
color: transparent;
}
.coming-soon-area .coming-soon-content form .default-btn {
border-radius: 0;
position: relative;
}
.coming-soon-area .coming-soon-content form .default-btn::before {
border-radius: 0;
}
.coming-soon-area .coming-soon-content form .validation-danger {
margin-top: 15px;
color: #ff0000;
}
.coming-soon-area .coming-soon-content form .validation-success {
margin-top: 15px;
}
.coming-soon-area .coming-soon-content form p {
margin-bottom: 0;
margin-top: 20px;
}
.coming-soon-area .online-treatment-shape-1 {
position: absolute;
top: 0;
right: 0;
}
.coming-soon-area .online-treatment-shape-2 {
position: absolute;
bottom: 0;
left: 0;
}
/*
404 Error Area Style
=====================================================*/
.error-area {
text-align: center;
position: relative;
z-index: 1;
}
.error-area .error-content {
z-index: 1;
position: relative;
}
.error-area .error-content h1 {
font-size: 300px;
line-height: 1;
font-weight: 700;
color: #e21f36;
margin-top: -48px;
}
.error-area .error-content h1 .a {
display: inline-block;
}
.error-area .error-content h1 .red {
color: #ff0000;
display: inline-block;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.error-area .error-content h1 .b {
display: inline-block;
}
.error-area .error-content h3 {
margin: 30px 0 0;
position: relative;
color: #ff0000;
}
.error-area .error-content p {
margin: 20px 0 20px;
font-size: 19px;
color: #e21f36;
}
/*
User Area CSS
=====================================================*/
.user-area-style {
position: relative;
z-index: 1;
}
.user-area-style .contact-form-action {
max-width: 600px;
border-bottom: none;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
padding: 30px;
margin: auto;
}
.user-area-style .contact-form-action .account-title {
margin-bottom: 30px;
}
.user-area-style .contact-form-action .account-title h2 {
font-size: 30px;
position: relative;
line-height: 1;
padding-left: 10px;
}
.user-area-style .contact-form-action .account-title h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.user-area-style .contact-form-action form .form-condition {
margin-bottom: 20px;
}
.user-area-style .contact-form-action form .form-condition .agree-label {
font-weight: 600;
}
.user-area-style .contact-form-action form .form-condition .agree-label a {
color: #e21f36;
}
.user-area-style .contact-form-action form .form-group {
margin-bottom: 30px;
}
.user-area-style .contact-form-action form .login-action {
margin-bottom: 30px;
}
.user-area-style .contact-form-action form .login-action .log-rem {
display: inline-block;
}
.user-area-style .contact-form-action form .login-action .log-rem label {
margin-bottom: 0;
}
.user-area-style .contact-form-action form .login-action .forgot-login {
display: inline-block;
float: right;
}
.user-area-style .contact-form-action form .right {
float: right;
}
.user-area-style .contact-form-action p {
margin-top: 25px;
line-height: 1;
}
.user-area-style .contact-form-action p a {
color: #000219;
}
.user-area-style .contact-form-action p a:hover {
color: #e21f36;
}
.user-area-style.recover-password-area .recover {
max-width: 600px;
margin: auto;
border-top: 1px solid #ebebeb;
padding-top: 30px;
}
.user-area-style.recover-password-area .recover .default-btn {
margin-bottom: 0;
margin-top: 30px;
}
.user-area-style.recover-password-area h3 {
font-size: 40px;
margin-top: -11px;
}
.user-area-style.recover-password-area p {
margin-bottom: 30px;
line-height: 1.8;
}
.user-area-style.recover-password-area .now-register {
float: right;
margin: 0;
}
/*
Product Area Style
======================================================*/
.showing-result {
margin-bottom: 30px;
margin-right: 15px;
background-color: #eaecf1;
padding: 10px;
}
.showing-result .showing-top-bar-ordering {
text-align: right;
}
.showing-result .showing-top-bar-ordering .nice-select {
color: #e21f36;
border-radius: 0;
border: none;
float: unset;
height: unset;
line-height: initial;
padding: 15px 35px 15px 15px;
font-size: 16px;
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.showing-result .showing-top-bar-ordering .nice-select .list {
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
border-radius: 0;
margin-top: 0;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
height: 250px;
overflow-y: scroll;
}
.showing-result .showing-top-bar-ordering .nice-select .list .option {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
font-size: 16px;
padding-left: 20px;
padding-right: 20px;
}
.showing-result .showing-top-bar-ordering .nice-select .list .option:hover {
background-color: #e21f36 !important;
color: #ffffff;
}
.showing-result .showing-top-bar-ordering .nice-select .list .option.selected {
font-weight: 500;
color: #4b5280;
}
.showing-result .showing-top-bar-ordering .nice-select:after {
right: 20px;
}
.showing-result .search-form .search-btn {
position: absolute;
top: 0;
right: 0;
height: 50px;
width: 50px;
line-height: 50px;
background-color: #e21f36;
color: #ffffff;
font-size: 20px;
}
.showing-result .search-form .form-control {
border: 1px solid #d7d7d7;
background-color: #f5f6fa;
font-size: 16px;
}
.showing-result .search-form .form-control::-webkit-input-placeholder {
color: #616161;
}
.showing-result .search-form .form-control:-ms-input-placeholder {
color: #616161;
}
.showing-result .search-form .form-control::-ms-input-placeholder {
color: #616161;
}
.showing-result .search-form .form-control::placeholder {
color: #616161;
}
.single-product {
text-align: center;
margin-bottom: 30px;
}
.single-product .product-img {
position: relative;
margin-bottom: 20px;
}
.single-product .product-img ul {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-product .product-img ul li {
display: inline-block;
margin: 0 5px;
}
.single-product .product-img ul li a i {
font-size: 20px;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #ffffff;
color: #000219;
border-radius: 4px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-product .product-img ul li a:hover i {
background-color: #e21f36;
color: #ffffff;
}
.single-product .product-img::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.20;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-product a h3 {
font-size: 20px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 10px;
}
.single-product a:hover h3 {
color: #e21f36;
}
.single-product span {
font-size: 16px;
display: block;
}
.single-product span del {
margin-right: 10px;
}
.single-product .default-btn {
width: 100%;
margin-top: 25px;
}
.single-product:hover .product-img ul {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.single-product:hover .product-img::before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
/*
product-view-one
=================================================*/
.product-view-one {
padding-right: 0 !important;
}
.product-view-one.modal.show .modal-dialog {
margin-top: 25px;
}
.product-view-one .product-view-one-image {
background-color: #eeeeee;
padding: 30px;
}
.product-view-one .modal-dialog {
max-width: 900px;
margin: 0 auto;
}
.product-view-one .modal-content {
border: none;
padding: 40px;
border-radius: 0;
}
.product-view-one .modal-content button.close {
position: absolute;
right: 0;
top: 0;
outline: 0;
opacity: 1;
color: #000219;
-webkit-transition: 0.5s;
transition: 0.5s;
line-height: 35px;
padding: 0;
margin: 0;
font-size: 20px;
width: 35px;
text-shadow: unset;
height: 35px;
}
.product-view-one .modal-content button.close:hover {
background-color: #ff0000;
color: #ffffff;
}
.product-view-one .modal-content .product-content h3 {
font-size: 22px;
margin-bottom: 14px;
}
.product-view-one .modal-content .product-content h3 a {
color: #000219;
}
.product-view-one .modal-content .product-content h3 a:hover {
color: #000219;
}
.product-view-one .modal-content .product-content .price {
margin-bottom: 10px;
}
.product-view-one .modal-content .product-content .price span {
display: inline-block;
font-size: 18px;
color: #000219;
}
.product-view-one .modal-content .product-content .price del {
display: inline-block;
font-size: 18px;
color: #c1c1c1;
margin-left: 5px;
}
.product-view-one .modal-content .product-content .product-review {
margin-bottom: 10px;
}
.product-view-one .modal-content .product-content .product-review .rating {
display: inline-block;
padding-right: 5px;
}
.product-view-one .modal-content .product-content .product-review .rating i {
color: #e21f36;
}
.product-view-one .modal-content .product-content .product-review .rating-count {
display: inline-block;
color: #000219;
border-bottom: 1px solid #000219;
line-height: initial;
}
.product-view-one .modal-content .product-content .product-info {
list-style-type: none;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
.product-view-one .modal-content .product-content .product-info li {
font-size: 16px;
color: #000219;
margin-bottom: 10px;
}
.product-view-one .modal-content .product-content .product-info li:last-child {
margin-bottom: 0;
}
.product-view-one .modal-content .product-content .product-info li span {
color: #000219;
}
.product-view-one .modal-content .product-content .product-info li a {
display: inline-block;
font-weight: 500;
color: #000219;
}
.product-view-one .modal-content .product-content .product-info li a:hover {
color: #000219;
}
.product-view-one .modal-content .product-content .product-color-switch {
margin-top: 10px;
margin-bottom: 10px;
}
.product-view-one .modal-content .product-content .product-color-switch h4 {
font-size: 16px;
color: #000219;
margin-bottom: 6px;
}
.product-view-one .modal-content .product-content .product-color-switch ul {
list-style-type: none;
margin-bottom: 0;
margin-top: -4px;
margin-left: -4px;
padding-left: 0;
}
.product-view-one .modal-content .product-content .product-color-switch ul li {
display: inline-block;
margin-left: 4px;
margin-top: 4px;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a {
display: inline-block;
position: relative;
border: 1px solid transparent;
width: 25px;
height: 25px;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a::before {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #eeeeee;
margin: 2px;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a:hover {
border-color: #000219;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a:focus {
border-color: #000219;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a.color-white::before {
background: blue;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a.color-black::before {
background: #222222;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a.color-green::before {
background: green;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a.color-yellowgreen::before {
background: yellowgreen;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a.color-teal::before {
background: teal;
}
.product-view-one .modal-content .product-content .product-color-switch ul li.active a {
border-color: #000219;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter {
max-width: 130px;
min-width: 130px;
margin-right: 10px;
text-align: center;
display: inline-block;
position: relative;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span {
position: absolute;
top: 0;
background-color: transparent;
cursor: pointer;
color: #4b5280;
width: 40px;
height: 100%;
line-height: 50px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span:hover {
color: #000219;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn {
left: 0;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn:hover {
background-color: #e21f36;
color: #ffffff;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn {
right: 0;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn:hover {
background-color: #e21f36;
color: #ffffff;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input {
height: 48px;
color: #000219;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
font-size: 17px;
font-weight: 600;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
color: #000219;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
color: #000219;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
color: #000219;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
color: #000219;
}
.product-view-one .modal-content .product-content .share-this-product h3 {
font-weight: normal;
font-size: 16px;
margin-bottom: 8px;
margin-top: 10px;
}
.product-view-one .modal-content .product-content .share-this-product ul li {
display: inline-block;
margin-right: 3px;
}
.product-view-one .modal-content .product-content .share-this-product ul li a i {
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
background-color: #eeeeee;
border-radius: 4px;
text-align: center;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.product-view-one .modal-content .product-content .share-this-product ul li a:hover i {
background-color: #e21f36;
color: #ffffff;
}
.product-view-one .owl-carousel .owl-item img {
width: unset;
margin: auto;
}
.product-view-one #big .item {
padding: 30px;
background-color: #ffffff;
margin-bottom: 30px;
}
.product-view-one .owl-item.active.current {
background-color: #e21f36 !important;
padding: 5px;
}
.product-view-one.fade {
-webkit-animation: zoomIn 1s linear;
animation: zoomIn 1s linear;
}
.product-view-one .owl-next {
position: absolute;
top: 50%;
right: 50px;
margin: 0 !important;
border-radius: 0 !important;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
-webkit-transform: translateY(-25px);
transform: translateY(-25px);
}
.product-view-one .owl-next i {
background-color: #e21f36;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 30px;
display: inline-block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 4px;
font-size: 15px;
}
.product-view-one .owl-prev {
position: absolute;
top: 50%;
left: 50px;
margin: 0 !important;
border-radius: 0 !important;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
-webkit-transform: translateY(-25px);
transform: translateY(-25px);
}
.product-view-one .owl-prev i {
background-color: #e21f36 !important;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 30px;
display: inline-block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
font-size: 15px;
border-radius: 4px;
}
.product-view-one:hover .owl-prev {
opacity: 1;
left: 0;
}
.product-view-one:hover .owl-next {
opacity: 1;
right: 0;
}
.product-view-one .owl-theme .owl-nav {
margin-top: 0 !important;
}
.product-view-one .owl-theme .owl-nav [class*=owl-]:hover {
background-color: transparent;
}
/*
Shopping Cart Area Style
======================================================*/
.shopping-cart-area .cart-controller {
max-width: 810px;
margin: auto;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
padding: 30px;
}
.shopping-cart-area .product-thumbnail {
width: 130px;
}
.shopping-cart-area .cart-table {
text-align: center;
}
.shopping-cart-area .cart-table table thead tr th {
border-bottom: none;
border: none;
border-bottom: 1px solid #dedede;
color: #000219;
padding-top: 0;
font-size: 16px;
font-weight: 600;
}
.shopping-cart-area .cart-table table tbody tr td {
vertical-align: middle;
border: none;
border-bottom: 1px solid #dedede;
white-space: nowrap;
}
.shopping-cart-area .cart-table table tbody tr td:first-child {
text-align: left;
padding-left: 0;
}
.shopping-cart-area .cart-table table tbody tr td a {
color: #000219;
}
.shopping-cart-area .cart-table table tbody tr td a:hover {
color: #e21f36;
}
.shopping-cart-area .cart-table table tbody tr td.product-subtotal {
font-size: 15px;
}
.shopping-cart-area .cart-table table tbody tr td.product-subtotal .remove {
margin-left: 50px;
width: 30px;
height: 30px;
line-height: 34px;
display: inline-block;
background-color: #ffffff;
border-radius: 50%;
font-size: 20px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
color: #4b5280;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
float: right;
}
.shopping-cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
background-color: #ff0000;
color: #ffffff;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity {
width: 145px;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter {
position: relative;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
height: 45px;
color: #000219;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
font-size: 15px;
font-weight: 500;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
color: #000219;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
color: #000219;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
color: #000219;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
color: #000219;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
position: absolute;
top: 0;
left: 0;
background-color: transparent;
cursor: pointer;
color: #000219;
width: 40px;
height: 100%;
line-height: 48px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border: 1px solid #dedede;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
color: #ffffff;
background-color: #e21f36;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
position: absolute;
top: 0;
right: 0;
background-color: transparent;
cursor: pointer;
color: #000219;
width: 40px;
height: 100%;
line-height: 48px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border: 1px solid #dedede;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
color: #ffffff;
background-color: #e21f36;
}
.shopping-cart-area .coupon-cart {
margin-top: 20px;
}
.shopping-cart-area .coupon-cart .form-group {
position: relative;
}
.shopping-cart-area .coupon-cart .form-group .form-control {
border: 1px solid #dedede;
}
.shopping-cart-area .coupon-cart .form-group .form-control:focus {
border-color: #e21f36;
}
.shopping-cart-area .coupon-cart .form-group .default-btn {
position: absolute;
top: 0;
right: 0;
height: 50px;
padding: 15px 40px;
}
.shopping-cart-area .coupon-cart .form-group .default-btn::before {
display: none;
}
.shopping-cart-area .coupon-cart .form-group .default-btn::after {
display: none;
}
.shopping-cart-area .coupon-cart .default-btn.update {
background-color: transparent;
border-color: #000219;
color: #000219;
}
.shopping-cart-area .coupon-cart .default-btn.update:hover {
background-color: #e21f36;
border-color: #e21f36;
color: #ffffff;
}
.shopping-cart-area .cart-totals {
padding: 30px;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
max-width: 390px;
margin: 40px auto 0;
}
.shopping-cart-area .cart-totals h3 {
margin-bottom: 25px;
position: relative;
padding-left: 10px;
}
.shopping-cart-area .cart-totals h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.shopping-cart-area .cart-totals ul {
padding: 0;
margin: 0 0 25px;
list-style-type: none;
}
.shopping-cart-area .cart-totals ul li {
color: #4b5280;
position: relative;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px dashed #dedede;
}
.shopping-cart-area .cart-totals ul li:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}
.shopping-cart-area .cart-totals ul li span {
float: right;
color: #666666;
font-weight: normal;
}
.shopping-cart-area .cart-totals .default-btn {
display: block;
}
/*
Checkout Area Style
=====================================================*/
.checkout-area .billing-details {
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.checkout-area .billing-details h3 {
margin-bottom: 20px;
font-size: 30px;
}
.checkout-area .billing-details .form-group {
margin-bottom: 20px;
}
.checkout-area .billing-details .form-group label {
display: block;
color: #4b5280;
margin-bottom: 10px;
font-size: 16px;
}
.checkout-area .billing-details .form-group label .required {
color: #4b5280;
}
.checkout-area .billing-details .form-group .nice-select {
float: unset;
line-height: 45px;
color: #4b5280;
padding-top: 0;
padding-bottom: 0;
}
.checkout-area .billing-details .form-group .nice-select .list {
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
border-radius: 0;
margin-top: 0;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
.checkout-area .billing-details .form-group .nice-select .list .option {
-webkit-transition: 0.5s;
transition: 0.5s;
padding-left: 20px;
padding-right: 20px;
}
.checkout-area .billing-details .form-group .nice-select .list .option:hover {
background-color: #e21f36 !important;
color: #ffffff;
}
.checkout-area .billing-details .form-group .nice-select .list .option.selected {
background-color: transparent;
}
.checkout-area .billing-details .form-group .nice-select:after {
right: 20px;
}
.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
background-color: #e21f36 !important;
color: #ffffff !important;
}
.checkout-area .billing-details .form-group textarea {
padding-top: 13px;
}
.checkout-area .billing-details .form-check {
margin-bottom: 20px;
}
.checkout-area .billing-details .form-check .form-check-label {
color: #4b5280;
font-weight: 600;
font-size: 14px;
}
.checkout-area .billing-details .form-check label {
position: relative;
top: 1px;
}
.checkout-area .billing-details .col-lg-12:last-child .form-group {
margin-bottom: 0;
}
.checkout-area .cart-totals {
margin-bottom: 30px;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px;
background-color: #ffffff;
}
.checkout-area .cart-totals h3 {
position: relative;
margin-bottom: 25px;
padding-left: 10px;
}
.checkout-area .cart-totals h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.checkout-area .cart-totals ul li {
color: #4b5280;
position: relative;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px dashed #dedede;
}
.checkout-area .cart-totals ul li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.checkout-area .cart-totals ul li span {
float: right;
color: #666666;
font-weight: normal;
}
.checkout-area .faq-accordion {
margin-bottom: 30px;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
padding: 30px;
margin-bottom: 0;
}
.checkout-area .faq-accordion h3 {
position: relative;
margin-bottom: 25px;
padding-left: 10px;
}
.checkout-area .faq-accordion h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.checkout-area .faq-accordion .accordion .accordion-content {
border-top: none;
padding: 0;
}
.checkout-area .faq-accordion .accordion .accordion-title {
padding: 0;
position: relative;
padding-left: 25px;
background-color: transparent;
border: none;
margin-bottom: 10px;
color: #000219;
font-weight: 500;
}
.checkout-area .faq-accordion .accordion .accordion-title.active::before {
background-color: #e21f36;
}
.checkout-area .faq-accordion .accordion .accordion-title.active::after {
background-color: #e21f36;
}
.checkout-area .faq-accordion .accordion .accordion-title::before {
content: "";
position: absolute;
top: 4px;
left: 0;
width: 15px;
height: 15px;
background-color: #000219;
border-radius: 50%;
}
.checkout-area .faq-accordion .accordion .accordion-title::after {
content: "";
position: absolute;
top: 6px;
left: 2px;
width: 11px;
height: 11px;
background-color: #ffffff;
border-radius: 50%;
border-radius: 50%;
}
.checkout-area .faq-accordion .accordion .accordion-title:hover {
color: #e21f36;
}
.checkout-area .faq-accordion .accordion .accordion-item {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 15px;
}
.checkout-area .faq-accordion .form-check {
font-size: 14px;
}
.checkout-area .faq-accordion .form-check label {
margin-bottom: 5px;
}
.checkout-area .faq-accordion .form-check label a {
color: #e21f36;
}
.checkout-area .faq-accordion .form-check label a:hover {
color: #e21f36;
}
/*
Wishlist Area Style
=====================================================*/
.wishlist {
max-width: 1080px;
margin: auto;
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.wishlist .default-btn {
float: right;
margin-top: -11px;
color: #ffffff !important;
position: relative;
top: 6px;
}
.wishlist .default-btn:hover {
color: #e21f36 !important;
}
.wishlist .table-responsive > .table-bordered {
margin-bottom: 0;
}
/*
Shop Details Area Style
=====================================================*/
.product-details-area .product-details-desc h3 {
margin-bottom: 20px;
font-size: 25px;
}
.product-details-area .product-details-desc p {
margin-bottom: 0;
}
.product-details-area .product-details-desc .price {
margin-bottom: 15px;
padding-bottom: 15px;
color: "Lato", sans-serif;
font-size: 20px;
font-weight: 500;
border-bottom: 1px solid #eeeeee;
}
.product-details-area .product-details-desc .price span {
padding: 0 5px;
}
.product-details-area .product-details-desc .price del {
color: #e21f36;
margin-right: 10px;
}
.product-details-area .product-details-desc .product-add-to-cart {
margin-bottom: 20px;
border-top: 1px solid #eeeeee;
padding-top: 20px;
margin-top: 20px;
}
.product-details-area .product-details-desc .product-add-to-cart h3 {
display: inline-block;
margin-right: 10px;
font-size: 17px;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter {
max-width: 130px;
min-width: 130px;
margin-right: 10px;
text-align: center;
display: inline-block;
position: relative;
border: 1px solid #cfcfcf;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
position: absolute;
top: 0;
background-color: transparent;
cursor: pointer;
color: #d0d0d0;
width: 40px;
height: 100%;
line-height: 34px;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
color: #e21f36;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
left: 0;
border-right: 1px solid #cfcfcf;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
right: 0;
border-left: 1px solid #cfcfcf;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
height: 30px;
color: #333333;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
color: #333333;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
color: #333333;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
color: #333333;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
color: #333333;
}
.product-details-area .product-details-desc .social-wrap {
margin-top: 20px;
}
.product-details-area .product-details-desc .social-wrap li {
display: inline-block;
padding-right: 10px;
font-size: 17px;
font-weight: 600;
color: #000219;
}
.product-details-area .product-details-desc .social-wrap li span {
display: inline-block;
margin-right: 45px;
}
.product-details-area .product-details-desc .social-wrap li a i {
font-size: 20px;
line-height: 1;
color: #000219;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.product-details-area .product-details-desc .social-wrap li a:hover i {
color: #e21f36;
}
.product-details-area .product-details-desc .default-btn {
margin-bottom: 0 !important;
}
.product-details-area .product-details-desc .default-btn i {
position: relative;
top: -1px;
margin-right: 5px;
}
.product-details-area .product-details-desc .category {
font-size: 17px;
font-weight: 600;
margin-top: 15px;
}
.product-details-area .product-details-desc .category span {
font-weight: normal;
}
.product-details-area .product-details-desc .product-review {
position: relative;
margin-bottom: 10px;
}
.product-details-area .product-details-desc .product-review .rating i {
color: #ffba0a;
}
.product-details-area .product-details-desc .product-review .rating-count {
position: absolute;
top: 0;
left: 110px;
}
.product-details-area .product-details-image {
text-align: center;
background-color: #f7f7f7;
}
.product-details-area .tab .tabs_item {
display: none;
}
.product-details-area .tab .tabs_item:first-child {
display: block;
}
.product-details-area .products-details-tab {
margin-top: 50px;
}
.product-details-area .products-details-tab .tabs {
list-style-type: none;
padding-left: 0;
text-align: center;
border-bottom: 1px solid #eaedff;
}
.product-details-area .products-details-tab .tabs li {
display: inline-block;
line-height: initial;
margin-right: 15px;
margin-left: 15px;
margin-bottom: 20px;
}
.product-details-area .products-details-tab .tabs li a {
display: inline-block;
position: relative;
color: #333333;
border-bottom: none;
line-height: 1;
font-size: 16px;
font-weight: 500;
}
.product-details-area .products-details-tab .tabs li a:hover {
color: #e21f36;
}
.product-details-area .products-details-tab .tabs li.current a {
color: #e21f36;
}
.product-details-area .products-details-tab .tab_content {
padding: 30px;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
margin-bottom: 20px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
margin-bottom: 0;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
text-align: left;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
border: 1px solid #eaedff;
border-bottom: none;
padding: 10px 15px;
color: #57647c;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
border-bottom: 1px solid #eaedff;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
display: inline-block;
width: 30%;
color: #000219;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
margin-bottom: 15px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
position: relative;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
display: inline-block;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
color: #ffba0a;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
color: #ffba0a;
font-size: 14px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
margin-bottom: 0;
display: inline-block;
padding-left: 5px;
line-height: initial;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
position: absolute;
right: 0;
bottom: 10px;
padding: 10px 11px;
font-size: 11px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
border: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 4px;
background-color: #e21f36;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
margin-top: 35px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
margin-top: 30px;
position: relative;
padding-right: 200px;
border-top: 1px dashed #eaedff;
padding-top: 30px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
color: #ffba0a;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
font-size: 14px;
color: #ffba0a;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
margin-top: 10px;
margin-bottom: 10px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
margin-bottom: 10px;
font-size: 13px;
display: block;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
margin-bottom: 0;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
position: absolute;
right: 0;
color: #57647c;
top: 40px;
text-decoration: underline;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
color: #ff4800;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
margin-top: 30px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
margin-bottom: 20px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
color: #444444;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
padding-top: 15px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
font-size: 14px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
border: none;
border-radius: 0;
}
/*
Blog Details Area Style
======================================================*/
.blog-details-content .blog-top-content {
background-color: #f9fafb;
padding: 20px;
margin-bottom: 35px;
}
.blog-details-content .blog-top-content .blog-details-img {
margin-bottom: 30px;
}
.blog-details-content .blog-top-content .news-content h3 {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 20px;
font-size: 25px;
}
.blog-details-content .blog-top-content .news-content .admin {
padding-bottom: 24px;
}
.blog-details-content .blog-top-content .news-content .admin li {
display: inline-block;
font-size: 16px;
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid #e21f36;
}
.blog-details-content .blog-top-content .news-content .admin li:last-child {
margin-right: 0;
border-right: none;
}
.blog-details-content .blog-top-content .news-content .admin li i {
color: #e21f36;
font-size: 18px;
position: relative;
top: 1px;
margin-right: 5px;
}
.blog-details-content .blog-top-content blockquote {
position: relative;
margin-top: 30px;
margin-bottom: 30px;
background-color: #ffffff;
padding: 30px;
}
.blog-details-content .blog-top-content blockquote p {
font-weight: 600;
font-size: 18px;
color: #000219;
text-align: center;
padding-left: 50px;
margin-bottom: 0;
}
.blog-details-content .blog-top-content blockquote i {
font-size: 50px;
color: #ffffff;
background-color: #e21f36;
position: absolute;
top: 30px;
left: 30px;
line-height: 1;
}
.blog-details-content .news-content-2 {
margin-bottom: 30px;
}
.blog-details-content .news-content-2 h3 {
font-size: 24px;
}
.blog-details-content .single-blog-post-img {
margin-bottom: 30px;
}
.blog-details-content .tag-list {
background-color: #ffffff;
padding: 20px;
margin-top: 30px;
}
.blog-details-content .tag-list span {
margin-right: 10px;
font-weight: 600;
font-size: 18px;
color: #000219;
}
.blog-details-content .tag-list ul {
display: inline-block;
}
.blog-details-content .tag-list ul li {
display: inline-block;
}
.blog-details-content .tag-list ul li a {
border: 1px solid #eeeeee;
padding: 5px;
margin-right: 10px;
}
.blog-details-content .tag-list ul li a:hover {
background-color: #e21f36;
color: #ffffff;
border-color: #e21f36;
}
.blog-details-content .tag-list ul li:last-child a {
margin-right: 0;
}
.blog-details-content .comments {
background-color: #f9fafb;
padding: 20px;
margin-bottom: 35px;
}
.blog-details-content .comments h3 {
margin-bottom: 30px;
font-size: 24px;
position: relative;
display: inline-block;
padding-left: 10px;
}
.blog-details-content .comments h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.blog-details-content .comments ul li {
position: relative;
padding-left: 100px;
margin-bottom: 30px;
}
.blog-details-content .comments ul li:last-child {
margin-bottom: 0;
}
.blog-details-content .comments ul li img {
margin-bottom: 20px;
position: absolute;
left: 0;
top: 0;
}
.blog-details-content .comments ul li h3 {
margin-bottom: 0;
padding-bottom: 0;
font-size: 16px;
padding-left: 0;
}
.blog-details-content .comments ul li h3::before {
display: none;
}
.blog-details-content .comments ul li span {
display: block;
margin-bottom: 15px;
}
.blog-details-content .comments ul li a {
font-size: 14px;
font-weight: 600;
}
.blog-details-content .comments ul li a:hover {
letter-spacing: 1px;
}
.blog-details-content .comments ul li a i {
margin-right: 5px;
}
.blog-details-content .leave-reply {
background-color: #f9fafb;
padding: 20px;
}
.blog-details-content .leave-reply .star {
color: #ff0018;
}
.blog-details-content .leave-reply h3 {
margin-bottom: 30px;
font-size: 24px;
position: relative;
display: inline-block;
padding-left: 10px;
}
.blog-details-content .leave-reply h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.blog-details-content .leave-reply p {
margin-bottom: 30px;
}
.blog-details-content .leave-reply .form-group {
margin-bottom: 25px;
}
.blog-details-content .leave-reply .form-group #chb1 {
margin-right: 5px;
}
.blog-details-content .leave-reply .form-group label {
margin-bottom: 10px;
}
.blog-details-content .leave-reply input[type=checkbox], .blog-details-content .leave-reply input[type=radio] {
margin-right: 5px;
position: relative;
top: 1px;
}
.sidebar-widget {
margin-bottom: 35px;
position: relative;
padding: 20px;
background-color: #f9fafb;
}
.sidebar-widget h3 {
font-size: 20px;
margin-bottom: 20px;
position: relative;
margin-top: -5px;
display: inline-block;
padding-left: 10px;
}
.sidebar-widget h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.sidebar-widget.search .search-form {
background-color: #ffffff;
}
.sidebar-widget.search .search-form .search-button {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
background-color: #e21f36;
top: 20px;
right: 20px;
font-size: 20px;
color: #ffffff;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.sidebar-widget.search .search-form .search-button:hover {
background-color: #000219;
}
.sidebar-widget.recent-post ul li {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #eeeeee;
position: relative;
padding-left: 90px;
}
.sidebar-widget.recent-post ul li:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.sidebar-widget.recent-post ul li a {
font-size: 16px;
color: #000219;
margin-bottom: 10px;
font-weight: 600;
}
.sidebar-widget.recent-post ul li a:hover {
color: #e21f36;
}
.sidebar-widget.recent-post ul li a img {
position: absolute;
top: 0;
left: 0;
}
.sidebar-widget.recent-post ul li span {
display: block;
font-size: 14px;
}
.sidebar-widget.categories ul li {
position: relative;
margin-bottom: 10px;
font-size: 17px;
position: relative;
padding-left: 20px;
}
.sidebar-widget.categories ul li::before {
content: "";
position: absolute;
top: 7px;
left: 0;
width: 10px;
height: 10px;
background-color: #e21f36;
}
.sidebar-widget.categories ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.sidebar-widget.tags ul li {
display: inline-block;
margin-bottom: 10px;
margin-right: 10px;
}
.sidebar-widget.tags ul li a {
border: 1px solid #eeeeee;
padding: 8px 12px;
}
.sidebar-widget.tags ul li a:hover {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
background-color: #e21f36;
color: #ffffff;
border-color: #e21f36;
}
.sidebar-widget.tags ul li:last-child {
margin-bottom: 0;
}
/*
Services Details Area Style
======================================================*/
.services-details-content .services-content {
margin-bottom: 30px;
}
.services-details-content .services-content h2 {
font-size: 40px;
margin-bottom: 15px;
}
.services-details-content .services-content .services-details-one {
margin-top: 30px;
}
.services-details-content .single-services .services-content {
margin-bottom: 0;
bottom: 0;
}
.services-details-content .single-services .services-content h3 {
margin-bottom: 0;
}
.services-details-content .related-post .title {
margin-bottom: 25px;
}
.services-details-content .related-post .title h2 {
font-size: 25px;
}
.services-sidebar .services-category {
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
border: 1px solid #d9d9d9;
margin-bottom: 30px;
}
.services-sidebar .services-category ul li a {
font-weight: 600;
color: #000219;
padding: 20px;
border-bottom: 1px solid #d9d9d9;
display: block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.services-sidebar .services-category ul li a i {
float: right;
font-size: 30px;
position: relative;
top: -2px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.services-sidebar .services-category ul li:last-child a {
border-bottom: none;
}
.services-sidebar .services-category ul li:hover a {
color: #ffffff;
background-color: #e21f36;
}
.services-sidebar .services-category ul li:hover a i {
color: #ffffff;
}
.services-sidebar .services-pdf {
margin-bottom: 30px;
}
.services-sidebar .services-pdf ul li {
margin-bottom: 15px;
}
.services-sidebar .services-pdf ul li:last-child {
margin-bottom: 0;
}
.services-sidebar .services-pdf ul li a {
padding: 20px 30px;
background-color: #000219;
color: #ffffff;
display: block;
position: relative;
padding-left: 75px;
}
.services-sidebar .services-pdf ul li a i {
color: #ffffff;
font-size: 40px;
position: absolute;
top: 13px;
left: 30px;
}
.services-sidebar .services-pdf ul li:hover a {
background-color: #e21f36;
}
.services-sidebar .services-contact {
background-color: #e21f36;
padding: 30px;
}
.services-sidebar .services-contact h3 {
color: #ffffff;
font-size: 25px;
margin-bottom: 20px;
}
.services-sidebar .services-contact .default-btn {
background-color: #ffffff;
color: #e21f36;
}
/*
Blog Column One Area Style
======================================================*/
.single-blog-posts {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 30px;
}
.single-blog-posts .single-blog-content {
padding: 30px;
background-color: #f9fafb;
}
.single-blog-posts .single-blog-content span {
text-transform: uppercase;
color: #e21f36;
display: block;
margin-bottom: 10px;
}
.single-blog-posts .single-blog-content h3 {
font-size: 25px;
margin-bottom: 15px;
}
.single-blog-posts .single-blog-content h3 a {
color: #000219;
}
.single-blog-posts .single-blog-content h3 a:hover {
color: #e21f36;
}
.single-blog-posts .single-blog-content p {
margin-bottom: 20px;
}
.single-blog-posts .single-blog-content .admin li {
display: inline-block;
font-size: 16px;
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid #e21f36;
}
.single-blog-posts .single-blog-content .admin li:last-child {
margin-right: 0;
border-right: none;
}
.single-blog-posts .single-blog-content .admin li i {
color: #e21f36;
font-size: 18px;
position: relative;
top: 1px;
margin-right: 5px;
}
.single-blog-posts:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
/*
Solution Details Area Style
======================================================*/
.solution-details-area .solutions-content {
margin-bottom: 30px;
}
.solution-details-area .solutions-content h3 {
font-size: 30px;
margin-bottom: 10px;
}
.solution-details-area .solutions-content .challenge-btn .two {
margin-left: 30px;
}
.solution-details-area .solutions-content ul {
margin-bottom: 30px;
}
.solution-details-area .solutions-content ul li {
position: relative;
padding-left: 25px;
margin-bottom: 10px;
}
.solution-details-area .solutions-content ul li:last-child {
margin-bottom: 0;
}
.solution-details-area .solutions-content ul li i {
color: #e21f36;
position: absolute;
top: 5px;
left: 0;
}
.solution-details-area .solutions-content.four {
margin-bottom: 0;
}
.solution-details-area .solution-details-one {
margin-bottom: 30px;
}
.solution-details-area .solution-details-one img {
width: 100%;
}
/*
Main Contact Area Style
=====================================================*/
.main-contact-area .contact-wrap {
max-width: unset;
}
.main-contact-area .contact-wrap .contact-title {
margin-top: -9px;
}
.main-contact-area .contact-wrap .contact-title h2 {
margin-bottom: 30px;
font-size: 30px;
}
.main-contact-area .contact-wrap .form-group {
margin-bottom: 30px;
}
.main-contact-area .contact-wrap .default-btn {
margin: auto;
display: table;
cursor: pointer;
}
.main-contact-area .contact-wrap .contact-form #msgSubmit {
position: unset;
text-align: center;
margin-top: 20px;
}
.main-contact-area .contact-wrap .contact-form .hidden {
display: none;
}
.main-contact-area .contact-info {
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px;
padding-top: 60px;
padding-bottom: 60px;
}
.main-contact-area .contact-info h3 {
font-size: 24px;
margin-bottom: 20px;
}
.main-contact-area .contact-info p {
margin-bottom: 25px;
}
.main-contact-area .contact-info .address .location {
padding-left: 60px;
position: relative;
}
.main-contact-area .contact-info .address .location i {
position: absolute;
color: #e21f36;
left: 0;
top: 5px;
font-size: 45px;
}
.main-contact-area .contact-info .address .location span {
display: block;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}
.main-contact-area .contact-info .address li {
padding-left: 60px;
position: relative;
margin-bottom: 20px;
}
.main-contact-area .contact-info .address li a {
color: #4b5280;
display: block;
}
.main-contact-area .contact-info .address li a:hover {
color: #e21f36;
}
.main-contact-area .contact-info .address li:last-child {
margin-bottom: 0;
}
.main-contact-area .contact-info .address li i {
position: absolute;
color: #e21f36;
left: 0;
top: 0;
font-size: 45px;
}
.main-contact-area .contact-info .address li span {
display: block;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}
.main-contact-area .contact-info .sidebar-follow-us {
margin-top: 30px;
}
.main-contact-area .contact-info .sidebar-follow-us h3 {
font-size: 20px;
margin-bottom: 25px;
line-height: 1;
padding-left: 10px;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap {
line-height: 1;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li {
display: inline-block;
padding-right: 10px;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a i {
font-size: 15px;
width: 30px;
height: 30px;
line-height: 30px;
border: 1px solid #4b5280;
border-radius: 50px;
text-align: center;
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover i {
border-color: #e21f36;
background-color: #e21f36;
color: #ffffff;
}
.main-contact-area label {
font-size: 16px;
}
.list-unstyled {
color: #dc3545;
font-size: 14px;
margin-top: 10px;
}
#msgSubmit {
margin-top: 20px;
}
.text-success {
color: #28a745;
}
.hidden {
display: none;
}
.map-area iframe {
height: 480px;
width: 100%;
border: none !important;
display: block;
}
/*====================================================
OTHERS STYLE AREA
======================================================*/
/*
Preloader Area Style*/
.preloader {
position: fixed;
left: 0;
width: 0;
height: 100%;
width: 100%;
text-align: center;
z-index: 9999999;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.preloader .loader {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
display: inline-block;
left: 0;
right: 0;
margin: 0 auto;
top: 45%;
-webkit-transform: translateY(-45%);
transform: translateY(-45%);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.preloader .loader .loader-outter {
position: absolute;
border: 4px solid #ffffff;
border-left-color: transparent;
border-bottom: 0;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.preloader .loader .loader-inner {
position: absolute;
border: 4px solid #ffffff;
border-radius: 50%;
width: 60px;
height: 60px;
left: calc(40% - 21px);
top: calc(40% - 21px);
border-right: 0;
border-top-color: transparent;
-webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.preloader .loader .indicator {
position: absolute;
right: 0;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%) scale(1.5);
transform: translateY(-50%) scale(1.5);
}
.preloader .loader .indicator svg polyline {
fill: none;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.preloader .loader .indicator svg polyline#back {
stroke: #ffffff;
}
.preloader .loader .indicator svg polyline#front {
stroke: #e21f36;
stroke-dasharray: 12, 36;
stroke-dashoffset: 48;
-webkit-animation: dash 1s linear infinite;
animation: dash 1s linear infinite;
}
.preloader::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 60%;
z-index: -1;
background: #e21f36;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.preloader::after {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 60%;
z-index: -1;
background: #e21f36;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
left: auto;
right: 0;
}
.preloader.preloader-deactivate {
visibility: hidden;
}
.preloader.preloader-deactivate::after {
width: 0;
}
.preloader.preloader-deactivate::before {
width: 0;
}
.preloader.preloader-deactivate .loader {
opacity: 0;
visibility: hidden;
}
@-webkit-keyframes loader-outter {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-outter {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loader-inner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes loader-inner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@-webkit-keyframes dash {
62.5% {
opacity: 0;
}
to {
stroke-dashoffset: 0;
}
}
@keyframes dash {
62.5% {
opacity: 0;
}
to {
stroke-dashoffset: 0;
}
}
/*
Go Top Style*/
.go-top {
position: fixed;
cursor: pointer;
top: 82%;
right: -10%;
background-color: #e21f36;
z-index: 4;
width: 40px;
text-align: center;
height: 42px;
line-height: 42px;
opacity: 0;
visibility: hidden;
-webkit-transition: .9s;
transition: .9s;
}
.go-top i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
margin: 0 auto;
color: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
font-size: 20px;
}
.go-top i:last-child {
opacity: 0;
visibility: hidden;
top: 60%;
}
.go-top::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: #e21f36;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.go-top:hover {
color: #ffffff;
background-color: #e21f36;
}
.go-top:hover::before {
opacity: 1;
visibility: visible;
}
.go-top:hover i:first-child {
opacity: 0;
top: 0;
visibility: hidden;
}
.go-top:hover i:last-child {
opacity: 1;
visibility: visible;
top: 50%;
}
.go-top:focus {
color: #ffffff;
}
.go-top:focus::before {
opacity: 1;
visibility: visible;
}
.go-top:focus i:first-child {
opacity: 0;
top: 0;
visibility: hidden;
}
.go-top:focus i:last-child {
opacity: 1;
visibility: visible;
top: 50%;
}
.go-top.active {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
right: 3%;
top: 82%;
}
/*
Video wave Style*/
.video-btn {
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border-radius: 0;
position: relative;
top: 3px;
z-index: 1;
background-color: rgba(255, 42, 96, 0.9);
border-radius: 50%;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.video-btn i {
font-size: 42px;
color: #ffffff;
position: absolute;
top: 1px;
left: 3px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
}
.video-btn::after, .video-btn::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 0;
border-radius: 50%;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
-webkit-animation: ripple 1.6s ease-out infinite;
animation: ripple 1.6s ease-out infinite;
background-color: rgba(255, 42, 96, 0.9);
}
.video-btn:hover {
background-color: rgba(255, 90, 0, 0.9);
}
.video-btn:hover::before, .video-btn:hover::after {
background-color: rgba(255, 90, 0, 0.9);
}
@-webkit-keyframes ripple {
0%, 35% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0.8;
}
100% {
opacity: 0;
-webkit-transform: scale(2);
transform: scale(2);
}
}
@keyframes ripple {
0%, 35% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0.8;
}
100% {
opacity: 0;
-webkit-transform: scale(2);
transform: scale(2);
}
}
/*
Nice select Area Style*/
.nice-select .list {
width: 100%;
border-radius: 0;
}
.nice-select .option:hover {
background-color: #e21f36;
color: #ffffff;
}
.nice-select .option.selected.focus {
color: #e21f36;
}
.nice-select .current {
font-size: 16px;
}
/*
Page-navigation Area Style*/
.pagination-area {
margin-top: 10px;
text-align: center;
}
.pagination-area .page-numbers {
width: 40px;
height: 40px;
line-height: 40px;
color: #000219;
text-align: center;
display: inline-block;
position: relative;
margin-left: 3px;
margin-right: 3px;
font-size: 17px;
background-color: #f5f6fa;
border: 1px solid #d7d7d7;
}
.pagination-area .page-numbers:hover {
color: #ffffff;
border-color: #e21f36;
background-color: #e21f36;
}
.pagination-area .page-numbers i {
position: relative;
font-size: 25px;
top: 5px;
}
.pagination-area .page-numbers.current {
color: #ffffff;
border-color: #e21f36;
background-color: #e21f36;
}
/*
Overly Area Style*/
.overly-one {
position: relative;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.overly-one::before {
content: "";
position: absolute;
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, left top, right top, from(#e21f36), to(transparent));
background: linear-gradient(left, #e21f36, transparent);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
z-index: 1;
}
.overly-one::after {
content: "";
position: absolute;
bottom: -100%;
left: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(#e21f36), to(transparent));
background: linear-gradient(top, #e21f36, transparent);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
}
.overly-one .overly-two::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, left top, right top, from(transparent), to(#e21f36));
background: linear-gradient(left, transparent, #e21f36);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
}
.overly-one .overly-two::after {
content: "";
position: absolute;
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#e21f36), to(transparent));
background: linear-gradient(bottom, #e21f36, transparent);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
}
.overly-one:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.overly-one:hover .overly-two::before {
left: 30px;
opacity: 1;
}
.overly-one:hover .overly-two::after {
top: 30px;
opacity: 1;
}
.overly-one:hover::before {
right: 30px;
opacity: 1;
}
.overly-one:hover::after {
bottom: 30px;
opacity: 1;
}
/*
Tabs Area Style*/
.tab .tabs_item {
display: none;
}
.tab .tabs_item:first-child {
display: block;
}
/*# sourceMappingURL=style.css.map */ | public/page/assets/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
body {
font-size: 16px;
font-family: "Lato", sans-serif;
color: #4b5280;
}
body.body-color-three {
background-color: #f5f7fa;
}
.container {
max-width: 1260px;
}
a {
display: inline-block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
text-decoration: none;
color: #4b5280;
}
a:hover {
text-decoration: none;
color: #e21f36;
}
a:focus {
text-decoration: none;
}
button {
outline: 0 !important;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
button:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #000219;
font-weight: 800;
}
h3 {
font-size: 20px;
line-height: 1.4;
}
.d-table {
width: 100%;
height: 100%;
}
.d-table-cell {
vertical-align: middle;
}
p {
font-size: 16px;
margin-bottom: 15px;
line-height: 1.8;
font-weight: 500;
}
p:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
height: auto;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
.form-control {
height: 50px;
color: #e21f36;
border: 1px solid #ebebeb;
background-color: transparent;
border-radius: 0;
font-size: 16px;
padding: 10px 20px;
width: 100%;
}
.form-control::-webkit-input-placeholder {
color: #676a6a;
}
.form-control:-ms-input-placeholder {
color: #676a6a;
}
.form-control::-ms-input-placeholder {
color: #676a6a;
}
.form-control::placeholder {
color: #676a6a;
}
.form-control:focus {
color: #000000;
background-color: transparent;
-webkit-box-shadow: unset;
box-shadow: unset;
outline: 0;
border: 1px solid #e21f36;
}
.form-control:hover:focus, .form-control:focus {
-webkit-box-shadow: unset;
box-shadow: unset;
}
textarea.form-control {
height: auto;
}
.ptb-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.ptb-70 {
padding-top: 70px;
padding-bottom: 70px;
}
.pt-100 {
padding-top: 100px;
}
.pb-100 {
padding-bottom: 100px;
}
.pt-70 {
padding-top: 70px;
}
.pb-70 {
padding-bottom: 70px;
}
.mt-100 {
margin-top: 100px;
}
.mt-minus-100 {
margin-top: -100px;
}
.mt-30 {
margin-top: 30px;
}
.mb-30 {
margin-bottom: 30px;
}
/*
Bg-color Style*/
.bg-color {
background-color: #f9fafb;
}
.white-bg {
background-color: #ffffff;
}
/*
Default Btn Area Style*/
.default-btn {
z-index: 1;
font-weight: 600;
font-size: 16px;
color: #ffffff;
padding: 15px 30px 16px;
line-height: 1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
text-align: center;
background-color: #e21f36;
position: relative;
overflow: hidden;
}
.default-btn span::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
background: linear-gradient(top, #ffffff, transparent);
-webkit-animation: top 2s linear infinite;
animation: top 2s linear infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.default-btn span::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
background: linear-gradient(bottom, #ffffff, transparent);
-webkit-animation: bottom 2s linear infinite;
animation: bottom 2s linear infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.default-btn::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
background: linear-gradient(right, #ffffff, transparent);
-webkit-animation: right 2s linear infinite;
animation: right 2s linear infinite;
}
.default-btn::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
background: linear-gradient(left, #ffffff, transparent);
-webkit-animation: left 2s linear infinite;
animation: left 2s linear infinite;
}
.default-btn:hover {
background-color: #ff5a00;
color: #ffffff;
}
@-webkit-keyframes left {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes left {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-webkit-keyframes right {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes right {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@-webkit-keyframes top {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
100% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes top {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
100% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-webkit-keyframes bottom {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes bottom {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
/*
Read More Btn Area Style*/
.read-more {
font-weight: 600;
font-size: 15px;
color: #e21f36;
}
.read-more i {
position: relative;
position: relative;
top: 1.7px;
margin-left: 5px;
}
.read-more:hover {
color: #e21f36;
}
/*
Section Title Area Style*/
.section-title {
max-width: 750px;
margin: -5px auto 50px;
text-align: center;
position: relative;
}
.section-title span {
display: block;
margin-bottom: 12px;
color: #e21f36;
font-weight: 600;
}
.section-title h2 {
font-size: 40px;
margin-bottom: 15px;
position: relative;
line-height: 1.4;
}
.section-title h2:last-child {
margin-bottom: 0;
}
.section-title.white-title span {
color: #ffffff;
}
.section-title.white-title h2 {
color: #ffffff;
}
.section-title.white-title p {
color: #ffffff;
}
/*
Header Area Style
======================================================*/
.header-area {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 999;
}
.header-area.p-relative {
position: relative;
}
.top-header {
background-color: #e21f36;
padding-top: 15px;
padding-bottom: 15px;
}
.top-header .header-left-content {
line-height: 1;
}
.top-header .header-left-content li {
display: inline-block;
margin-right: 30px;
color: #999999;
font-size: 14px;
position: relative;
padding-left: 30px;
font-weight: 600;
}
.top-header .header-left-content li:last-child {
margin-right: 0;
}
.top-header .header-left-content li i {
color: #ffffff;
display: inline-block;
margin-right: 10px;
font-size: 18px;
position: absolute;
top: -2px;
left: 0;
}
.top-header .header-left-content li a {
display: block;
color: #ffffff;
}
.top-header .header-left-content li a:hover {
color: #ffffff;
}
.top-header .header-right-content {
line-height: 1;
text-align: right;
}
.top-header .header-right-content li {
display: inline-block;
margin-right: 15px;
}
.top-header .header-right-content li:last-child {
margin-right: 0;
}
.top-header .header-right-content li a i {
color: #ffffff;
display: inline-block;
font-size: 18px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
text-align: center;
}
.top-header .header-right-content li a:hover i {
color: #ffffff;
}
.top-header.bg-dark {
background-color: #000000 !important;
}
.top-header.top-header-three .header-left-content li {
color: #000219;
}
.top-header.top-header-three .header-left-content li i {
color: #e21f36;
}
.top-header.top-header-three .header-left-content li a {
color: #000219;
}
.top-header.top-header-three .header-left-content li a:hover {
color: #e21f36;
}
.top-header.top-header-three .header-right-content li a i {
color: #000219;
}
.top-header.top-header-three .header-right-content li a:hover i {
color: #e21f36;
}
.top-header.top-header-four {
background-color: transparent;
}
.top-header.top-header-five {
background-color: transparent;
}
/*
Navbar Area Style
======================================================*/
.navbar-area {
background-color: rgba(255, 255, 255, 0.08);
}
.navbar-area .main-nav {
padding-top: 0;
padding-bottom: 0;
}
.navbar-area .main-nav .navbar {
padding: 0;
}
.navbar-area .main-nav .navbar .navbar-brand {
font-size: 0;
padding: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item {
position: relative;
padding: 0 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a {
font-size: 17px;
font-weight: 600;
color: rgba(255, 255, 255, 0.8);
text-transform: capitalize;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-left: 0;
margin-right: 0;
padding: 35px 0;
position: relative;
z-index: 1;
margin: 0 15px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a i {
font-size: 22px;
line-height: 0;
position: relative;
top: 4px;
margin-left: -2px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
color: #ffffff;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
color: #ffffff;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
position: absolute;
top: 100%;
left: 15px;
opacity: 0;
width: 250px;
visibility: hidden;
z-index: 99;
display: block;
padding: 0;
background-color: #ffffff;
border: none;
border-radius: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
border-top: 2px solid #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
position: relative;
padding: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
font-size: 15.5px;
color: #000219;
position: relative;
padding: 10px 15px;
border-bottom: 1px dashed #eeeeee;
margin-left: 0;
margin-right: 0;
text-transform: capitalize;
display: block;
font-weight: 600;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
float: right;
top: 12px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
font-size: 20px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
display: none;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
color: #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
color: #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
left: 100%;
top: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
border-bottom: none;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
position: absolute;
left: -98%;
top: 20px !important;
opacity: 0 !important;
visibility: hidden !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
position: absolute;
right: -100%;
top: 0;
opacity: 0 !important;
visibility: hidden !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
color: #000219;
text-transform: capitalize;
font-weight: 600;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
color: #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
color: #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
color: #e21f36;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
opacity: 1 !important;
visibility: visible !important;
top: -4px !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
opacity: 1 !important;
visibility: visible !important;
top: -20px !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
left: auto;
right: -100%;
}
.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
opacity: 1;
visibility: visible;
margin-top: 0;
}
.navbar-area .others-option .get-quote {
display: inline-block;
position: relative;
top: 7.5px;
}
.navbar-area .others-option .cart-icon {
top: 0;
display: inline-block;
margin-right: 40px;
position: relative;
}
.navbar-area .others-option .cart-icon a i {
font-size: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
line-height: 1;
line-height: 50px;
text-align: center;
display: inline-block;
color: #ffffff;
border-radius: 50px;
}
.navbar-area .others-option .cart-icon a span {
position: absolute;
top: 5px;
right: -10px;
width: 15px;
height: 15px;
line-height: 15px;
background-color: #e21f36;
border-radius: 50%;
text-align: center;
color: #ffffff;
font-size: 11px;
}
.navbar-area .others-option .cart-icon a:hover i {
color: #e21f36;
}
.navbar-area.navbar-area-two {
background-color: #ffffff;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a {
color: #000000;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a:hover {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a.active {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
color: #000219;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
color: #000219;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
color: #e21f36;
}
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
color: #e21f36;
}
.navbar-area.navbar-area-two .others-option .cart-icon a i {
color: #000000;
}
.navbar-area.navbar-area-two .others-option .cart-icon a:hover i {
color: #e21f36;
}
.navbar-area.navbar-area-two.is-sticky {
background-color: #ffffff !important;
}
.navbar-area.navbar-area-four .others-option .cart-icon {
margin-left: 30px;
margin-right: 10px;
}
.navbar-area.navbar-area-five {
background-color: rgba(0, 2, 25, 0.6);
}
.navbar-area.navbar-area-five .others-option .cart-icon {
margin-left: 30px;
margin-right: 10px;
}
.navbar-area.is-sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #000219;
-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
/*
Mobile Navbar Area Style
======================================================*/
.mobile-nav {
display: none;
}
@media only screen and (max-width: 991px) {
.mobile-nav {
display: block;
position: relative;
}
.mobile-nav .logo {
text-decoration: none;
position: absolute;
top: 10px;
z-index: 999;
left: 15px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
font-size: 20px;
max-width: 145px;
}
.mobile-nav nav .navbar-nav {
height: 300px;
overflow-y: scroll !important;
}
.mobile-nav nav .navbar-nav .nav-item a i {
display: none;
}
.mean-container .mean-bar {
background-color: rgba(255, 255, 255, 0.08);
height: 70px;
padding: 0;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
}
.mean-container .mean-nav {
margin-top: 70px;
}
.mean-container .mean-nav ul li a:hover {
color: #e21f36;
}
.mean-container .mean-nav ul li a.active {
color: #e21f36;
}
.mean-container a.meanmenu-reveal {
padding: 23px 15px 0 0;
color: #ffffff;
}
.mean-container a.meanmenu-reveal span {
background-color: #ffffff;
position: relative;
top: 8px;
margin-top: -5px;
border-radius: 0;
}
.main-nav {
display: none !important;
}
.navbar-area .others-option {
display: none;
}
.navbar-area .others-option .get-quote {
top: 4.5px;
}
.navbar-area .others-option .cart-icon {
margin-right: 10px;
margin-left: 20px;
}
.navbar-area.is-sticky .mean-container .mean-bar {
background-color: #000000;
border: none;
}
.navbar-area.navbar-area-two .mean-container .mean-bar {
background-color: #ffffff;
border: none;
}
.navbar-area.navbar-area-two .mean-container a.meanmenu-reveal {
color: #000000;
}
.navbar-area.navbar-area-two .mean-container a.meanmenu-reveal span {
background-color: #000000;
}
.navbar-area.navbar-area-two .others-option-for-responsive .dot-menu .inner .circle {
background-color: #000000;
}
.top-header.top-header-three .appointment {
display: none;
}
}
/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
display: none;
}
.others-option-for-responsive .dot-menu {
padding: 0 10px;
height: 30px;
cursor: pointer;
z-index: 9991;
position: absolute;
right: 60px;
top: 21px;
}
.others-option-for-responsive .dot-menu .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
height: 5px;
width: 5px;
border-radius: 100%;
margin: 0 2px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background-color: #ffffff;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
background-color: #e21f36;
}
.others-option-for-responsive .container {
position: relative;
}
.others-option-for-responsive .container .container {
position: absolute;
right: 0;
top: 10px;
max-width: 262px;
margin: auto;
opacity: 0;
visibility: hidden;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
z-index: 2;
padding-left: 15px;
padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
opacity: 1;
visibility: visible;
}
.others-option-for-responsive .option-inner {
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
}
.others-option-for-responsive .option-inner .others-option {
background-color: #ffffff;
padding: 10px;
position: absolute;
top: 61px;
right: 0;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.others-option-for-responsive .option-inner .others-option .option-item {
margin-left: 15px;
padding-left: 15px;
position: relative;
}
.others-option-for-responsive .option-inner .others-option .option-item:first-child {
margin-left: 0;
padding-left: 0;
}
.others-option-for-responsive .sidebar-menu {
display: inline-block;
margin-left: 10px;
}
.others-option-for-responsive .sidebar-menu a i {
font-size: 25px;
background-color: #e21f36;
height: 50px;
width: 50px;
line-height: 50px;
display: inline-block;
text-align: center;
color: #ffffff;
border-radius: 50px;
}
@media only screen and (max-width: 991px) {
.others-option-for-responsive {
display: block;
}
.others-option-for-responsive .container {
max-width: 100%;
}
.others-option-for-responsive .container .container {
max-width: 400px;
margin: auto;
}
.others-option-for-responsive .option-inner .others-option {
background-color: #000000;
margin-right: 15px;
}
.others-option-for-responsive .option-inner .others-option .dot-menu:hover .inner .circle {
background-color: #ffffff;
}
.others-option-for-responsive .option-inner .others-option .cart-icon a i {
color: #ffffff;
}
.others-option-for-responsive .option-inner .others-option .cart-icon a span {
background-color: #ffffff !important;
color: #000000;
}
.others-option-for-responsive .option-inner .others-option .search-btn {
color: #ffffff;
}
.others-option-for-responsive .option-inner .others-option .search-btn:hover {
color: #ffffff !important;
}
.others-option-for-responsive .option-inner .others-option .close-btn {
color: #ffffff;
}
}
/*
Banner Area Style
======================================================*/
.banner-area {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
padding-top: 120px;
padding-bottom: 120px;
}
.banner-area.bg-1 {
background: transparent url(../img/banner/banner-bg-1.jpg) left top no-repeat;
}
.banner-area.bg-2 {
background-image: url(../img/banner/banner-bg-2.jpg);
}
.banner-area.bg-4 {
background-image: url(../img/banner/banner-bg-4.jpg);
}
.banner-area.bg-5 {
background-image: url(../img/banner/banner-bg-5.jpg);
}
.banner-area.banner-area-two {
height: auto;
padding-top: 300px;
padding-bottom: 270px;
}
.banner-area.banner-area-two .banner-content {
max-width: 590px;
}
.banner-area.banner-area-two .banner-content .top-title {
color: #e21f36;
font-weight: 800;
}
.banner-area.banner-area-two .banner-content h1 {
margin-bottom: 25px;
color: #ffffff;
}
.banner-area.banner-area-two .banner-content p {
color: #ffffff;
}
.banner-area.banner-area-three {
height: auto;
background-color: #eae1d6;
padding-top: 100px;
padding-bottom: 170px;
}
.banner-area.banner-area-three .banner-content .top-title {
color: #e21f36;
}
.banner-area.banner-area-three .banner-content h1 {
font-size: 62px;
color: #000219;
margin-bottom: 25px;
}
.banner-area.banner-area-three .banner-content p {
color: #4b5280;
}
.banner-area.banner-area-four {
height: 820px;
}
.banner-area.banner-area-four .banner-content {
max-width: 680px;
}
.banner-area.banner-area-four .banner-content .top-title {
color: #ffffff;
}
.banner-area.banner-area-four .banner-content h1 {
color: #ffffff;
}
.banner-area.banner-area-four .banner-content p {
color: #ffffff;
}
.banner-area.banner-area-four .banner-video {
position: relative;
top: 15px;
right: -15px;
}
.banner-area.banner-area-five .banner-content {
max-width: 680px;
text-align: center;
margin: 140px auto 0;
}
.banner-area.banner-area-five .banner-content img {
margin-bottom: 20px;
}
.banner-area.banner-area-five .banner-content .top-title {
color: #e21f36;
}
.banner-area.banner-area-five .banner-content h1 {
color: #ffffff;
}
.banner-area.banner-area-five .banner-content p {
color: #ffffff;
}
.banner-content .top-title {
display: block;
margin-bottom: 15px;
font-weight: 600;
}
.banner-content h1 {
font-size: 60px;
font-weight: 900;
margin-bottom: 25px;
}
.banner-content p {
margin-bottom: 30px;
font-size: 16.5px;
}
.banner-image {
text-align: center;
}
.banner-image img {
-webkit-animation: border-transform 10s linear infinite alternate forwards;
animation: border-transform 10s linear infinite alternate forwards;
}
@-webkit-keyframes border-transform {
0%, 100% {
border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}
14% {
border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
}
28% {
border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
}
42% {
border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
}
56% {
border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
}
70% {
border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
}
84% {
border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
}
}
@keyframes border-transform {
0%, 100% {
border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}
14% {
border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
}
28% {
border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
}
42% {
border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
}
56% {
border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
}
70% {
border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
}
84% {
border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
}
}
/*
Feature Area Style
======================================================*/
.feature-area {
position: relative;
margin-top: -130px;
z-index: 1;
overflow: hidden;
}
.feature-area.feature-area-two {
margin-top: 0;
}
.feature-area.feature-area-two .single-feature {
margin-top: 0;
position: relative;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.feature-area.feature-area-two .single-feature .feature-shape {
position: absolute;
bottom: 0;
right: 0;
}
.feature-area.feature-area-two .single-feature:hover {
background-color: #e21f36;
}
.feature-area.feature-area-two .single-feature:hover i {
color: #ffffff;
}
.feature-area.feature-area-three {
z-index: 1;
position: relative;
}
.feature-area.feature-area-three .feature-shape {
position: absolute;
bottom: 0;
right: 0;
opacity: 0.4;
}
.feature-area.feature-area-four .single-feature {
background-color: #000219;
}
.feature-area.feature-area-four .single-feature h3 {
color: #ffffff;
}
.feature-area.feature-area-four .single-feature p {
color: #ffffff;
}
.feature-area.feature-area-five .single-feature {
background-color: #000219;
}
.feature-area.feature-area-five .single-feature h3 {
color: #ffffff;
}
.feature-area.feature-area-five .single-feature p {
color: #ffffff;
}
.single-feature {
padding: 30px;
margin-top: 30px;
margin-bottom: 30px;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background-color: #ffffff;
}
.single-feature .title {
position: relative;
margin-bottom: 28px;
}
.single-feature .title i {
position: absolute;
top: 0;
font-size: 50px;
line-height: 1;
color: #e21f36;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-feature .title h3 {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
padding-left: 65px;
padding-top: 12px;
}
.single-feature p {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 0;
}
.single-feature:hover {
background-color: #e21f36;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.single-feature:hover .title i {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
color: #ffffff;
}
.single-feature:hover .title h3 {
color: #ffffff;
}
.single-feature:hover p {
color: #ffffff;
}
/*
Our Approach Area Style
======================================================*/
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach {
background-color: transparent;
background-color: #ffffff;
z-index: 1;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
z-index: -1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach:hover::before {
width: 0;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach:hover h3 {
color: #000219;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(1) .single-approach:hover p {
color: #4b5280;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach {
background-color: transparent;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach h3 {
color: #000219;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach p {
color: #4b5280;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #000219;
z-index: -1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover::before {
width: 100%;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover h3 {
color: #ffffff;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover p {
color: #ffffff;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach {
background-color: transparent;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach h3 {
color: #000219;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach p {
color: #4b5280;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #000219;
z-index: -1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover::before {
width: 100%;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover h3 {
color: #ffffff;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover p {
color: #ffffff;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach {
background-color: transparent;
background-color: #ffffff;
z-index: 1;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
z-index: -1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover::before {
width: 0;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover h3 {
color: #000219;
}
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover p {
color: #4b5280;
}
.our-approach-area.our-approach-area-four .single-approach h3 {
color: #ffffff;
}
.our-approach-area.our-approach-area-four .single-approach p {
color: #ffffff;
}
.approach-content {
margin-left: 30px;
}
.approach-content h3 {
font-weight: 600;
font-size: 25px;
margin-bottom: 40px;
}
.single-approach {
background-color: #ffffff;
border-left: 2px solid #e21f36;
padding: 20px;
margin-bottom: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
position: relative;
}
.single-approach h3 {
margin-bottom: 10px;
font-size: 20px;
font-weight: 700;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-approach p {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-approach:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.approach-img {
margin-bottom: 30px;
}
/*
Our Challenges Area Style
======================================================*/
.challenges-area {
background-image: url(../img/challenges-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
overflow: hidden;
z-index: 1;
}
.challenges-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.75;
}
.challenges-area.challenges-area-two {
background-image: unset;
background-color: #000219;
}
.challenges-area.challenges-area-two::before {
display: none;
}
.challenges-area.challenges-area-two .challenges-shape {
position: absolute;
bottom: 0;
right: 0;
z-index: -1;
}
.challenges-area.challenges-area-two .single-challenges i {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.challenges-area.challenges-area-two .single-challenges h3 {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.challenges-area.challenges-area-two .single-challenges p {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.challenges-area.challenges-area-two .single-challenges:hover {
background-color: #e21f36;
}
.challenges-area.challenges-area-two .single-challenges:hover i {
color: #ffffff;
}
.challenges-area.challenges-area-two .single-challenges:hover h3 {
color: #ffffff;
}
.challenges-area.challenges-area-two .single-challenges:hover p {
color: #ffffff;
}
.single-challenges {
position: relative;
margin-bottom: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px 25px;
text-align: center;
z-index: 1;
}
.single-challenges i {
font-size: 50px;
color: #e21f36;
line-height: 1;
margin-bottom: 20px;
display: block;
}
.single-challenges h3 {
margin-bottom: 10px;
}
.single-challenges p {
margin-bottom: 0;
}
.single-challenges span {
position: absolute;
left: 0;
right: 0;
font-size: 100px;
z-index: -1;
opacity: 0.06;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-challenges:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
/*
Services Area Style
======================================================*/
.single-services {
position: relative;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
overflow: hidden;
margin-bottom: 30px;
}
.single-services .services-img a {
position: relative;
}
.single-services .services-img a::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#000219), to(transparent));
background: linear-gradient(bottom, #000219, transparent);
}
.single-services .services-content {
position: absolute;
bottom: -120px;
left: 0;
right: 0;
padding: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-services .services-content h3 {
margin-bottom: 15px;
}
.single-services .services-content h3 a {
color: #ffffff;
}
.single-services .services-content h3 a:hover {
color: #e21f36;
}
.single-services .services-content p {
color: #ffffff;
}
.single-services:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.single-services:hover .services-content {
bottom: 0;
}
/*
Solution Area Style
======================================================*/
.solution-area {
overflow: hidden;
}
.solution-area.solution-area-three {
position: relative;
z-index: 1;
}
.solution-area.solution-area-three .container-fluid {
max-width: 100%;
}
.solution-area.solution-area-three .solution-shape-left {
z-index: -1;
position: absolute;
top: 50px;
left: 50px;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.solution-content {
max-width: 600px;
margin-left: auto;
}
.solution-title {
margin-bottom: 40px;
}
.solution-title span {
font-weight: 600;
display: block;
margin-bottom: 10px;
color: #e21f36;
}
.solution-title h2 {
font-size: 30px;
font-weight: 700;
margin-bottom: 0;
line-height: 1.4;
}
.single-solution {
padding: 30px;
position: relative;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 30px;
}
.single-solution h3 {
margin-bottom: 12px;
color: #000000;
font-size: 18px;
font-weight: 700;
}
.single-solution h3 a {
color: #000000;
}
.single-solution p {
margin-bottom: 0;
}
.single-solution span {
position: absolute;
top: -13px;
right: -4px;
line-height: 1;
font-size: 80px;
opacity: 0.1;
font-weight: 700;
}
.solution-img {
background-image: url(../img/solution-img.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
padding-bottom: 30px;
position: relative;
}
.solution-img::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30px;
background-color: #ffffff;
}
.solution-img img {
display: none;
}
/*
Get In Touch Area Style
======================================================*/
.get-in-touch-area {
background-image: url(../img/get-in-touch-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.get-in-touch-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.75;
z-index: -1;
}
.get-in-touch-area.get-in-touch-area-two {
background-image: unset;
z-index: 1;
}
.get-in-touch-area.get-in-touch-area-two::before {
display: none;
}
.get-in-touch-area.get-in-touch-area-two .get-in-touch-shape {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: -1;
}
.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group label {
color: #000000;
}
.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group .form-control {
border: 1px solid #ebebeb !important;
}
.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group .form-control:focus {
border-color: #e21f36 !important;
}
.get-in-touch-form {
text-align: center;
max-width: 810px;
margin: auto;
}
.get-in-touch-form .form-group {
margin-bottom: 30px;
}
.get-in-touch-form .form-group label {
text-align: left;
display: block;
color: #ffffff;
margin-bottom: 10px;
font-weight: 600;
}
.get-in-touch-form .form-group .form-control {
background-color: #ffffff;
border: none !important;
height: 50px;
padding-left: 15px;
}
.get-in-touch-form .form-group textarea {
height: 100% !important;
}
/*
Protect Area Style
======================================================*/
.protect-area {
overflow: hidden;
}
.protect-area .single-challenges {
background-color: #ffffff;
padding: 20px;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges {
margin-top: 30px;
background-color: #e21f36;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges i {
color: #ffffff;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges h3 {
color: #ffffff;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges p {
color: #ffffff;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges {
margin-top: -30px;
background-color: #e21f36;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges i {
color: #ffffff;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges h3 {
color: #ffffff;
}
.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges p {
color: #ffffff;
}
.protect-area.protect-area-three {
position: relative;
z-index: 1;
}
.protect-area.protect-area-three .single-challenges {
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.protect-area.protect-area-three .single-challenges i {
color: #e21f36;
}
.protect-area.protect-area-three .single-challenges h3 {
color: #000219;
}
.protect-area.protect-area-three .single-challenges p {
color: #4b5280;
}
.protect-area.protect-area-three .protect-left-shape {
z-index: -1;
position: absolute;
top: 50px;
left: 50px;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.protect-area.protect-area-four .single-challenges {
background-color: #000219;
}
.protect-area.protect-area-four .single-challenges i {
color: #ffffff;
}
.protect-area.protect-area-four .single-challenges h3 {
color: #ffffff;
}
.protect-area.protect-area-four .single-challenges p {
color: #ffffff;
}
.protect-content {
margin-right: 30px;
}
.protect-content .protect-title {
margin-bottom: 40px;
}
.protect-content .protect-title span {
font-weight: 600;
display: block;
margin-bottom: 10px;
color: #e21f36;
}
.protect-content .protect-title h2 {
font-size: 30px;
font-weight: 700;
margin-bottom: 0;
line-height: 1.4;
}
.protect-img {
margin-bottom: 30px;
}
/*
Testimonials Area Style
======================================================*/
.testimonials-area {
background-image: url(../img/testimonials-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.testimonials-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.75;
z-index: -1;
}
.testimonials-area.testimonials-page-area {
background-image: unset;
}
.testimonials-area.testimonials-page-area::before {
display: none;
}
.testimonials-area.testimonials-page-area .testimonials-item {
margin-bottom: 30px;
text-align: center;
}
.testimonials-area.testimonials-page-area .testimonials-item p {
color: #4b5280;
}
.testimonials-area.testimonials-page-area .testimonials-item h3 {
color: #000219;
}
.testimonials-area.testimonials-page-area .testimonials-item span {
color: #4b5280;
}
.testimonials {
text-align: center;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.testimonials span {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 50px;
display: block;
color: #ffffff;
}
.testimonials .owl-nav .owl-prev {
position: absolute;
left: -50px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.testimonials .owl-nav .owl-prev i {
font-size: 20px;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.8);
width: 40px;
height: 40px;
line-height: 38px;
border-radius: 50%;
display: inline-block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.testimonials .owl-nav .owl-prev:hover i {
background-color: #e21f36;
border-color: #e21f36;
}
.testimonials .owl-nav .owl-next {
position: absolute;
right: -50px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.testimonials .owl-nav .owl-next i {
font-size: 20px;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.8);
width: 40px;
height: 40px;
line-height: 38px;
border-radius: 50%;
display: inline-block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.testimonials .owl-nav .owl-next:hover i {
background-color: #e21f36;
border-color: #e21f36;
}
.testimonials .owl-nav [class*=owl-]:hover {
background-color: transparent;
}
.testimonials-item i {
color: #e21f36;
font-size: 50px;
line-height: 1;
display: block;
margin-bottom: 10px;
}
.testimonials-item p {
color: #ffffff;
margin-bottom: 22px;
font-size: 20px;
}
.testimonials-item ul {
line-height: 1;
margin-bottom: 5px;
}
.testimonials-item ul li {
display: inline-block;
margin: 0 1px;
}
.testimonials-item ul li i {
font-size: 18px;
color: #e21f36;
}
.testimonials-item h3 {
color: #ffffff;
margin-bottom: 10px;
}
.testimonials-item span {
color: rgba(255, 255, 255, 0.8);
font-weight: 500;
margin-bottom: 0;
display: block;
}
/*
Partner Area Style
======================================================*/
.partner-area {
text-align: center;
}
.partner-area .owl-carousel .owl-item {
line-height: 1;
}
.partner-area .owl-carousel .owl-item img {
width: auto;
}
/*
Blog Area Style
======================================================*/
.blog-area.blog-area-three {
position: relative;
z-index: 1;
}
.blog-area.blog-area-three .blog-left-shape {
z-index: -1;
position: absolute;
bottom: 50px;
left: 0;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.blog-area.blog-area-four .single-blog {
position: relative;
}
.blog-area.blog-area-four .single-blog .blog-img a {
position: relative;
}
.blog-area.blog-area-four .single-blog .blog-img a::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#000219), to(transparent));
background: linear-gradient(bottom, #000219, transparent);
}
.blog-area.blog-area-four .single-blog .blog-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.blog-area.blog-area-four .single-blog .blog-content span {
color: #ffffff;
display: block;
margin-bottom: 10px;
}
.blog-area.blog-area-four .single-blog .blog-content h3 {
margin-bottom: 15px;
}
.blog-area.blog-area-four .single-blog .blog-content h3 a {
color: #ffffff;
}
.blog-area.blog-area-four .single-blog .blog-content h3 a:hover {
color: #e21f36;
}
.blog-area.blog-area-four .single-blog .blog-content p {
color: #ffffff;
}
.blog-area.blog-area-four .single-blog:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.single-blog {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 30px;
}
.single-blog .blog-img a {
display: block;
}
.single-blog .blog-content {
margin-top: 25px;
}
.single-blog .blog-content span {
display: block;
margin-bottom: 12px;
}
.single-blog .blog-content h3 {
margin-bottom: 0;
}
.single-blog .blog-content h3 a {
color: #000000;
}
.single-blog .blog-content h3 a:hover {
color: #e21f36;
}
/*
Footer Top Area Style
======================================================*/
.footer-area {
background-image: url(../img/footer-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.footer-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.95;
z-index: -1;
}
.single-footer-widget {
margin-bottom: 30px;
}
.single-footer-widget .logo {
margin-bottom: 20px;
}
.single-footer-widget p {
margin-bottom: 20px;
color: #ffffff;
}
.single-footer-widget .social-icon {
line-height: 1;
}
.single-footer-widget .social-icon li {
display: inline-block;
margin-right: 5px;
}
.single-footer-widget .social-icon li a i {
width: 38px;
height: 38px;
line-height: 38px;
color: #ffffff;
text-align: center;
font-size: 18px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.1);
}
.single-footer-widget .social-icon li a:hover {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
.single-footer-widget .social-icon li a:hover i {
background-color: #e21f36;
}
.single-footer-widget h3 {
color: #ffffff;
margin-bottom: 30px;
padding-bottom: 15px;
position: relative;
}
.single-footer-widget h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #31354d;
}
.single-footer-widget .address {
color: #ffffff;
}
.single-footer-widget .address .location {
padding-left: 40px;
position: relative;
}
.single-footer-widget .address .location i {
position: absolute;
color: #e21f36;
left: 0;
top: 5px;
font-size: 25px;
}
.single-footer-widget .address li {
padding-left: 40px;
position: relative;
margin-bottom: 16px;
color: #ffffff;
}
.single-footer-widget .address li a {
display: block;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 6px;
}
.single-footer-widget .address li a:last-child {
margin-bottom: 0;
}
.single-footer-widget .address li a:hover {
color: #ffffff;
}
.single-footer-widget .address li:last-child {
margin-bottom: 0;
}
.single-footer-widget .address li i {
position: absolute;
color: #e21f36;
left: 0;
top: 5px;
font-size: 25px;
}
.single-footer-widget .import-link li {
margin-bottom: 11px;
position: relative;
padding-left: 20px;
color: rgba(255, 255, 255, 0.9);
}
.single-footer-widget .import-link li::before {
content: "";
position: absolute;
top: 7px;
left: 0;
width: 11px;
height: 11px;
background-color: #e21f36;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-footer-widget .import-link li:last-child {
margin-bottom: 0;
}
.single-footer-widget .import-link li a {
color: rgba(255, 255, 255, 0.9);
}
.single-footer-widget .import-link li a:hover {
color: #ffffff;
}
.single-footer-widget .import-link li:hover::before {
border-radius: 50%;
}
/*
Copy Right Area Style
======================================================*/
.copy-right-area {
background-color: #000219;
border-top: 1px solid #212437;
padding-top: 15px;
padding-bottom: 15px;
}
.copy-right-area p {
color: #ffffff;
}
.copy-right-area p a {
color: #e21f36;
font-weight: 600;
}
.copy-right-area .footer-menu {
text-align: right;
}
.copy-right-area .footer-menu li {
display: inline-block;
margin-right: 15px;
}
.copy-right-area .footer-menu li:last-child {
margin-right: 0;
}
.copy-right-area .footer-menu li a {
color: #ffffff;
}
.copy-right-area .footer-menu li a:hover {
color: #e21f36;
}
/*
About Area Style
======================================================*/
.about-content {
margin-left: 30px;
}
.about-content .about-title {
margin-bottom: 40px;
}
.about-content .about-title span {
font-weight: 600;
display: block;
margin-bottom: 10px;
color: #e21f36;
}
.about-content .about-title h2 {
font-size: 30px;
font-weight: 700;
margin-bottom: 0;
line-height: 1.4;
}
.about-content .tab {
margin-bottom: 30px;
}
.about-content .tabs {
margin-bottom: 30px;
}
.about-content .tabs li {
display: inline-block;
margin-right: 30px;
font-weight: 700;
font-size: 16px;
color: #000219;
border-bottom: 2px solid #000219;
padding-bottom: 5px;
cursor: pointer;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.about-content .tabs li.current {
border-color: #e21f36;
color: #e21f36;
}
.about-content .tab_content .tabs_item p {
margin-bottom: 0;
}
.about-content .tab_content .tabs_item ul {
margin-top: 25px;
}
.about-content .tab_content .tabs_item ul li {
margin-bottom: 10px;
font-weight: 600;
color: #000219;
position: relative;
font-size: 16px;
padding-left: 25px;
}
.about-content .tab_content .tabs_item ul li i {
position: absolute;
top: 4px;
left: 0;
font-size: 18px;
color: #e21f36;
}
.about-content .tab_content .tabs_item ul li:last-child {
margin-bottom: 0;
}
.about-img {
margin-bottom: 30px;
}
/*
Pricing Area Style
======================================================*/
.pricing-area {
overflow: hidden;
}
.pricing-area .shape-three {
display: none;
}
.single-pricing {
text-align: center;
margin-bottom: 30px;
padding: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
position: relative;
z-index: 1;
}
.single-pricing .pricing-shape {
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
}
.single-pricing .pricing-shape-2 {
position: absolute;
left: 0;
top: 0;
z-index: -1;
opacity: 0;
}
.single-pricing .pricing-title {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-pricing .pricing-title h3 {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-pricing .pricing-title h2 {
color: #e21f36;
font-size: 50px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 0;
}
.single-pricing .pricing-title h2 sub {
font-size: 35px;
position: relative;
top: 0;
}
.single-pricing .pricing-title span {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
display: block;
margin-bottom: 0;
}
.single-pricing ul {
padding: 30px 0;
}
.single-pricing ul li {
padding-bottom: 15px;
color: #555555;
font-size: 16px;
font-weight: 600;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-pricing ul li:last-child {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
.single-pricing.active {
background-color: #000219;
}
.single-pricing.active .pricing-title h3 {
color: #ffffff;
}
.single-pricing.active .pricing-title h2 {
color: #ffffff;
}
.single-pricing.active .pricing-title span {
color: #ffffff;
}
.single-pricing.active .pricing-title h4 {
color: #ffffff;
border-color: #ffffff;
}
.single-pricing.active ul li {
color: #ffffff;
}
.single-pricing.active .pricing-shape {
opacity: 0;
}
.single-pricing.active .pricing-shape-2 {
opacity: 1;
}
.single-pricing:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background-color: #000219;
}
.single-pricing:hover .pricing-title h3 {
color: #ffffff;
}
.single-pricing:hover .pricing-title h2 {
color: #ffffff;
}
.single-pricing:hover .pricing-title span {
color: #ffffff;
}
.single-pricing:hover .pricing-title h4 {
color: #ffffff;
border-color: #ffffff;
}
.single-pricing:hover ul li {
color: #ffffff;
}
.single-pricing:hover .pricing-shape {
opacity: 0;
}
.single-pricing:hover .pricing-shape-2 {
opacity: 1;
}
/*
Counter Area Style
======================================================*/
.counter-area {
background-image: url(../img/counter-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
overflow: hidden;
}
.counter-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.2;
z-index: -1;
}
.counter-area .section-title span {
color: #e21f36;
font-weight: 800;
}
.counter-area .counter-max-wide {
max-width: 810px;
margin-left: auto;
}
.counter-area .overly-one::before {
bottom: -1px;
}
.counter-area .overly-one::after {
left: -1px;
}
.counter-area .overly-one .overly-two::before {
top: -1px;
}
.counter-area .overly-one .overly-two::after {
right: -1px;
}
.counter-area.counter-area-three {
background-image: unset;
}
.counter-area.counter-area-three::before {
display: none;
}
.counter-area.counter-area-three .container-fluid {
max-width: 100%;
}
.counter-area.counter-area-three .counter-max-wide {
margin-left: 0;
margin-right: auto;
max-width: 825px;
}
.counter-area.counter-area-three .single-counter {
border-color: #edeaea;
}
.counter-area.counter-area-three .single-counter i {
border-color: #edeaea;
}
.counter-area.counter-area-three .single-counter h2 {
color: #000219;
}
.counter-area.counter-area-three .single-counter h3 {
color: #000000;
}
.single-counter {
border: 1px solid #202132;
padding: 30px;
position: relative;
margin-bottom: 30px;
padding-left: 170px;
}
.single-counter i {
font-size: 80px;
color: #e21f36;
position: absolute;
top: 30px;
left: 30px;
line-height: 1;
border-right: 1px solid #202132;
padding-right: 30px;
}
.single-counter h2 {
color: #ffffff;
font-size: 40px;
margin-bottom: 5px;
line-height: 1;
}
.single-counter h2 .target {
position: relative;
top: 2px;
}
.single-counter h3 {
color: #ffffff;
font-weight: normal;
font-size: 15px;
font-weight: 600;
}
/*
Team Area Style
======================================================*/
.team-area.team-area-three {
position: relative;
z-index: 1;
}
.team-area.team-area-three .single-team .team-content {
background-color: #f5f7fa;
}
.team-area.team-area-three .single-team .team-content h3 {
color: #000219;
}
.team-area.team-area-three .single-team .team-content span {
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.team-area.team-area-three .single-team .team-content ul {
background-color: #ffffff;
}
.team-area.team-area-three .single-team .team-content ul li a i {
color: #000219;
}
.team-area.team-area-three .single-team .team-content ul li a:hover i {
color: #e21f36;
}
.team-area.team-area-three .single-team:hover .team-content {
background-color: #eae1d6;
}
.team-area.team-area-three .single-team:hover .team-content ul {
background-color: #eae1d6;
}
.team-area.team-area-three .single-team:hover .team-content span {
color: #000219;
}
.team-area.team-area-three .team-right-shape {
z-index: -1;
position: absolute;
bottom: 50px;
right: 50px;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.single-team {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 30px;
text-align: center;
}
.single-team .team-content {
position: relative;
background-color: #000219;
padding: 20px 30px;
margin-top: -60px;
margin-left: 30px;
margin-right: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-team .team-content h3 {
color: #ffffff;
}
.single-team .team-content span {
color: #ffffff;
}
.single-team .team-content ul {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background-color: #e21f36;
padding: 10px 20px 25px;
line-height: 1;
position: absolute;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
}
.single-team .team-content ul li {
display: inline-block;
padding: 0 10px;
}
.single-team .team-content ul li a {
color: #ffffff;
}
.single-team .team-content ul li a i {
font-size: 20px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
position: relative;
top: 4px;
}
.single-team .team-content ul li a:hover i {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
.single-team:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.single-team:hover .team-content {
background-color: #e21f36;
}
.single-team:hover .team-content ul {
bottom: -35px;
opacity: 1;
}
/*
Approach Area Style
======================================================*/
.our-approach-area-three {
overflow: hidden;
position: relative;
}
.our-approach-area-three .approach-right-shape {
position: absolute;
top: 0;
right: 50px;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.single-approach-box {
position: relative;
margin-bottom: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px 20px;
text-align: center;
margin-top: 40px;
z-index: 1;
}
.single-approach-box .icon {
font-size: 40px;
color: #ffffff;
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
background-color: #e21f36;
border-radius: 50%;
position: absolute;
top: -35px;
left: 0;
right: 0;
margin: auto;
}
.single-approach-box .icon::after {
content: "";
position: absolute;
top: -5px;
left: -5px;
width: 80px;
height: 80px;
line-height: 80px;
border: 1px solid #e21f36;
border-radius: 50%;
}
.single-approach-box h3 {
margin-bottom: 12px;
margin-top: 35px;
}
.single-approach-box p {
margin-bottom: 0;
}
.single-approach-box .approach-shape {
position: absolute;
bottom: 0;
left: 0;
opacity: .7;
z-index: -1;
}
.single-approach-box:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes movebounce-right {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@keyframes movebounce-right {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
/*
Safety Area Style
======================================================*/
.safety-area {
overflow: hidden;
background-color: #fffaf3;
position: relative;
z-index: 1;
}
.safety-area .safety-shape-1 {
position: absolute;
top: 50px;
left: 50px;
z-index: -1;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.safety-area .safety-shape-2 {
position: absolute;
bottom: 50px;
left: 50px;
z-index: -1;
-webkit-animation: movebounce-right 5s linear infinite;
animation: movebounce-right 5s linear infinite;
}
.safety-area .safety-shape-3 {
position: absolute;
bottom: 50px;
right: 50px;
z-index: -1;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.single-safety {
text-align: center;
padding: 30px;
}
.single-safety img {
margin-bottom: 30px;
}
.single-safety h3 {
margin-bottom: 12px;
}
.single-safety a {
display: block;
}
.single-safety a h3 {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-safety:hover a h3 {
color: #e21f36;
}
/*====================================================
INNER PAGE STYLE AREA
======================================================*/
/*
Page Title Area Style
=====================================================*/
.page-title-area {
position: relative;
overflow: hidden;
text-align: center;
z-index: 1;
background-color: #000219;
padding-top: 100px;
padding-bottom: 100px;
}
.page-title-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-image: url(../img/page-bg-shape.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
opacity: 0.1;
}
.page-title-area .page-title-content {
position: relative;
margin-top: -10px;
}
.page-title-area .page-title-content h2 {
margin-bottom: 15px;
color: #ffffff;
font-size: 40px;
}
.page-title-area .page-title-content ul {
padding-left: 0;
list-style-type: none;
margin-top: 10px;
margin-bottom: -5px;
}
.page-title-area .page-title-content ul li {
display: inline-block;
position: relative;
font-size: 16px;
padding-right: 15px;
margin-left: 15px;
font-weight: 500;
}
.page-title-area .page-title-content ul li::before {
content: "";
position: absolute;
top: 6px;
right: -3px;
background-color: #e21f36;
width: 1px;
height: 15px;
-webkit-transform: rotate(25deg);
transform: rotate(25deg);
}
.page-title-area .page-title-content ul li:last-child::before {
display: none;
}
.page-title-area .page-title-content ul li a {
color: #ffffff;
}
.page-title-area .page-title-content ul li a:hover {
color: #e21f36;
}
.page-title-area .page-title-content ul .active {
color: #e21f36;
}
.page-title-area.page-title-style-two {
padding-top: 260px;
padding-bottom: 100px;
}
@-webkit-keyframes FocuS {
0% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes FocuS {
0% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 0;
}
}
/*
FAQ Area Style
======================================================*/
.faq-area {
position: relative;
z-index: 1;
}
.faq-area .faq-right-shape {
z-index: -1;
position: absolute;
top: 50%;
right: 0;
-webkit-animation: movebounce 5s linear infinite;
animation: movebounce 5s linear infinite;
}
.faq-bg {
max-width: 700px;
margin: auto;
}
.faq-accordion .faq-title {
margin-bottom: 25px;
}
.faq-accordion .faq-title h2 {
font-size: 40px;
margin-bottom: 15px;
}
.faq-accordion .faq-title span {
font-size: 18px;
}
.faq-accordion .accordion {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
display: block;
margin-bottom: 10px;
}
.faq-accordion .accordion .accordion-item:last-child {
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item.active {
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
padding: 15px 15px 15px 30px;
color: #000219;
text-decoration: none;
position: relative;
display: block;
border-bottom: 1px solid #e7e7e7;
font-size: 18px;
font-weight: 600;
}
.faq-accordion .accordion .accordion-title i {
position: absolute;
left: unset;
left: 0;
top: 17px;
font-size: 25px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
color: #e21f36;
}
.faq-accordion .accordion .accordion-title.active i::before {
content: "\eaf8";
}
.faq-accordion .accordion .accordion-content {
display: none;
position: relative;
margin-top: -5px;
padding-top: 15px;
}
.faq-accordion .accordion .accordion-content span {
font-weight: 500;
color: #000219;
}
.faq-accordion .accordion .accordion-content p {
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-content.show {
display: block;
}
/*
Privacy PolicyArea Style
=====================================================*/
.privacy-policy {
max-width: 800px;
margin: auto;
}
.privacy-policy .title {
margin-bottom: 30px;
text-align: center;
}
.privacy-policy .title h2 {
font-size: 36px;
}
.privacy-policy .privacy-content {
margin-bottom: 30px;
}
.privacy-policy .privacy-content h3 {
margin-bottom: 15px;
}
.privacy-policy .privacy-content p {
margin-bottom: 10px;
}
.privacy-policy .privacy-content ul {
margin-left: 20px;
margin-bottom: 15px;
list-style-type: disc;
margin-top: 15px;
}
.privacy-policy .privacy-content ul li {
margin-bottom: 10px;
}
.privacy-policy .privacy-content ul li:last-child {
margin-bottom: 0;
}
.privacy-policy .privacy-content.eight {
margin-bottom: 0;
}
.privacy-policy .privacy-content.eight p {
margin-bottom: 0;
}
/*
Terms Conditions Area Style
=====================================================*/
.terms-conditions {
max-width: 800px;
margin: auto;
}
.terms-conditions .title {
margin-bottom: 30px;
}
.terms-conditions .title span {
color: #e21f36;
text-transform: uppercase;
display: block;
margin-bottom: 10px;
}
.terms-conditions .title h2 {
font-size: 36px;
}
.terms-conditions img {
margin-bottom: 30px;
}
.terms-conditions .conditions-content {
margin-bottom: 30px;
}
.terms-conditions .conditions-content h3 {
margin-bottom: 15px;
}
.terms-conditions .conditions-content p {
margin-bottom: 10px;
}
.terms-conditions .conditions-content ul {
margin-left: 20px;
margin-bottom: 15px;
list-style-type: disc;
margin-top: 15px;
}
.terms-conditions .conditions-content ul li {
margin-bottom: 10px;
}
.terms-conditions .conditions-content ul li:last-child {
margin-bottom: 0;
}
.terms-conditions .conditions-content.six {
margin-bottom: 0;
}
.terms-conditions .conditions-content.six p {
margin-bottom: 0;
}
/*
Coming Soon Area CSS
=====================================================*/
.coming-soon-area {
height: 100vh;
position: relative;
z-index: 1;
background-image: url(../img/coming-soon-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: 1;
}
.coming-soon-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000219;
opacity: 0.9;
z-index: -1;
}
.coming-soon-area .coming-soon-content {
max-width: 700px;
border-radius: 5px;
overflow: hidden;
text-align: center;
padding: 40px 60px;
margin-left: auto;
margin-right: auto;
z-index: 1;
position: relative;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
}
.coming-soon-area .coming-soon-content .logo {
display: inline-block;
}
.coming-soon-area .coming-soon-content h2 {
font-size: 48px;
margin-top: 30px;
margin-bottom: 0;
}
.coming-soon-area .coming-soon-content #timer {
margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
background-color: #000219;
color: #ffffff;
width: 100px;
height: 105px;
border-radius: 5px;
font-size: 40px;
font-weight: 800;
margin-left: 10px;
margin-right: 10px;
}
.coming-soon-area .coming-soon-content #timer div span {
display: block;
margin-top: -2px;
font-size: 17px;
font-weight: 600;
}
.coming-soon-area .coming-soon-content form {
position: relative;
max-width: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
.coming-soon-area .coming-soon-content form .form-group {
margin-bottom: 25px;
width: 100%;
position: relative;
}
.coming-soon-area .coming-soon-content form .form-group .label-title {
margin-bottom: 0;
position: absolute;
display: block;
left: 0;
top: 0;
pointer-events: none;
width: 100%;
height: 100%;
color: #000219;
}
.coming-soon-area .coming-soon-content form .form-group .label-title i {
position: absolute;
left: 0;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
top: 9px;
font-size: 22px;
}
.coming-soon-area .coming-soon-content form .form-group .label-title::before {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
background: #e21f36;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
border-radius: 0;
border: none;
border-bottom: 1px solid #eeeeee;
padding: 0 0 0 32px;
color: #000219;
height: 45px;
display: block;
width: 100%;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
font-size: 16px;
font-weight: 400;
background-color: transparent;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
border-color: #e21f36;
outline: 0 !important;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
color: transparent;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
color: transparent;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
color: transparent;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
color: transparent;
}
.coming-soon-area .coming-soon-content form .default-btn {
border-radius: 0;
position: relative;
}
.coming-soon-area .coming-soon-content form .default-btn::before {
border-radius: 0;
}
.coming-soon-area .coming-soon-content form .validation-danger {
margin-top: 15px;
color: #ff0000;
}
.coming-soon-area .coming-soon-content form .validation-success {
margin-top: 15px;
}
.coming-soon-area .coming-soon-content form p {
margin-bottom: 0;
margin-top: 20px;
}
.coming-soon-area .online-treatment-shape-1 {
position: absolute;
top: 0;
right: 0;
}
.coming-soon-area .online-treatment-shape-2 {
position: absolute;
bottom: 0;
left: 0;
}
/*
404 Error Area Style
=====================================================*/
.error-area {
text-align: center;
position: relative;
z-index: 1;
}
.error-area .error-content {
z-index: 1;
position: relative;
}
.error-area .error-content h1 {
font-size: 300px;
line-height: 1;
font-weight: 700;
color: #e21f36;
margin-top: -48px;
}
.error-area .error-content h1 .a {
display: inline-block;
}
.error-area .error-content h1 .red {
color: #ff0000;
display: inline-block;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.error-area .error-content h1 .b {
display: inline-block;
}
.error-area .error-content h3 {
margin: 30px 0 0;
position: relative;
color: #ff0000;
}
.error-area .error-content p {
margin: 20px 0 20px;
font-size: 19px;
color: #e21f36;
}
/*
User Area CSS
=====================================================*/
.user-area-style {
position: relative;
z-index: 1;
}
.user-area-style .contact-form-action {
max-width: 600px;
border-bottom: none;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
padding: 30px;
margin: auto;
}
.user-area-style .contact-form-action .account-title {
margin-bottom: 30px;
}
.user-area-style .contact-form-action .account-title h2 {
font-size: 30px;
position: relative;
line-height: 1;
padding-left: 10px;
}
.user-area-style .contact-form-action .account-title h2::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.user-area-style .contact-form-action form .form-condition {
margin-bottom: 20px;
}
.user-area-style .contact-form-action form .form-condition .agree-label {
font-weight: 600;
}
.user-area-style .contact-form-action form .form-condition .agree-label a {
color: #e21f36;
}
.user-area-style .contact-form-action form .form-group {
margin-bottom: 30px;
}
.user-area-style .contact-form-action form .login-action {
margin-bottom: 30px;
}
.user-area-style .contact-form-action form .login-action .log-rem {
display: inline-block;
}
.user-area-style .contact-form-action form .login-action .log-rem label {
margin-bottom: 0;
}
.user-area-style .contact-form-action form .login-action .forgot-login {
display: inline-block;
float: right;
}
.user-area-style .contact-form-action form .right {
float: right;
}
.user-area-style .contact-form-action p {
margin-top: 25px;
line-height: 1;
}
.user-area-style .contact-form-action p a {
color: #000219;
}
.user-area-style .contact-form-action p a:hover {
color: #e21f36;
}
.user-area-style.recover-password-area .recover {
max-width: 600px;
margin: auto;
border-top: 1px solid #ebebeb;
padding-top: 30px;
}
.user-area-style.recover-password-area .recover .default-btn {
margin-bottom: 0;
margin-top: 30px;
}
.user-area-style.recover-password-area h3 {
font-size: 40px;
margin-top: -11px;
}
.user-area-style.recover-password-area p {
margin-bottom: 30px;
line-height: 1.8;
}
.user-area-style.recover-password-area .now-register {
float: right;
margin: 0;
}
/*
Product Area Style
======================================================*/
.showing-result {
margin-bottom: 30px;
margin-right: 15px;
background-color: #eaecf1;
padding: 10px;
}
.showing-result .showing-top-bar-ordering {
text-align: right;
}
.showing-result .showing-top-bar-ordering .nice-select {
color: #e21f36;
border-radius: 0;
border: none;
float: unset;
height: unset;
line-height: initial;
padding: 15px 35px 15px 15px;
font-size: 16px;
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.showing-result .showing-top-bar-ordering .nice-select .list {
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
border-radius: 0;
margin-top: 0;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
height: 250px;
overflow-y: scroll;
}
.showing-result .showing-top-bar-ordering .nice-select .list .option {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
font-size: 16px;
padding-left: 20px;
padding-right: 20px;
}
.showing-result .showing-top-bar-ordering .nice-select .list .option:hover {
background-color: #e21f36 !important;
color: #ffffff;
}
.showing-result .showing-top-bar-ordering .nice-select .list .option.selected {
font-weight: 500;
color: #4b5280;
}
.showing-result .showing-top-bar-ordering .nice-select:after {
right: 20px;
}
.showing-result .search-form .search-btn {
position: absolute;
top: 0;
right: 0;
height: 50px;
width: 50px;
line-height: 50px;
background-color: #e21f36;
color: #ffffff;
font-size: 20px;
}
.showing-result .search-form .form-control {
border: 1px solid #d7d7d7;
background-color: #f5f6fa;
font-size: 16px;
}
.showing-result .search-form .form-control::-webkit-input-placeholder {
color: #616161;
}
.showing-result .search-form .form-control:-ms-input-placeholder {
color: #616161;
}
.showing-result .search-form .form-control::-ms-input-placeholder {
color: #616161;
}
.showing-result .search-form .form-control::placeholder {
color: #616161;
}
.single-product {
text-align: center;
margin-bottom: 30px;
}
.single-product .product-img {
position: relative;
margin-bottom: 20px;
}
.single-product .product-img ul {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-product .product-img ul li {
display: inline-block;
margin: 0 5px;
}
.single-product .product-img ul li a i {
font-size: 20px;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #ffffff;
color: #000219;
border-radius: 4px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-product .product-img ul li a:hover i {
background-color: #e21f36;
color: #ffffff;
}
.single-product .product-img::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.20;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.single-product a h3 {
font-size: 20px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 10px;
}
.single-product a:hover h3 {
color: #e21f36;
}
.single-product span {
font-size: 16px;
display: block;
}
.single-product span del {
margin-right: 10px;
}
.single-product .default-btn {
width: 100%;
margin-top: 25px;
}
.single-product:hover .product-img ul {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.single-product:hover .product-img::before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
/*
product-view-one
=================================================*/
.product-view-one {
padding-right: 0 !important;
}
.product-view-one.modal.show .modal-dialog {
margin-top: 25px;
}
.product-view-one .product-view-one-image {
background-color: #eeeeee;
padding: 30px;
}
.product-view-one .modal-dialog {
max-width: 900px;
margin: 0 auto;
}
.product-view-one .modal-content {
border: none;
padding: 40px;
border-radius: 0;
}
.product-view-one .modal-content button.close {
position: absolute;
right: 0;
top: 0;
outline: 0;
opacity: 1;
color: #000219;
-webkit-transition: 0.5s;
transition: 0.5s;
line-height: 35px;
padding: 0;
margin: 0;
font-size: 20px;
width: 35px;
text-shadow: unset;
height: 35px;
}
.product-view-one .modal-content button.close:hover {
background-color: #ff0000;
color: #ffffff;
}
.product-view-one .modal-content .product-content h3 {
font-size: 22px;
margin-bottom: 14px;
}
.product-view-one .modal-content .product-content h3 a {
color: #000219;
}
.product-view-one .modal-content .product-content h3 a:hover {
color: #000219;
}
.product-view-one .modal-content .product-content .price {
margin-bottom: 10px;
}
.product-view-one .modal-content .product-content .price span {
display: inline-block;
font-size: 18px;
color: #000219;
}
.product-view-one .modal-content .product-content .price del {
display: inline-block;
font-size: 18px;
color: #c1c1c1;
margin-left: 5px;
}
.product-view-one .modal-content .product-content .product-review {
margin-bottom: 10px;
}
.product-view-one .modal-content .product-content .product-review .rating {
display: inline-block;
padding-right: 5px;
}
.product-view-one .modal-content .product-content .product-review .rating i {
color: #e21f36;
}
.product-view-one .modal-content .product-content .product-review .rating-count {
display: inline-block;
color: #000219;
border-bottom: 1px solid #000219;
line-height: initial;
}
.product-view-one .modal-content .product-content .product-info {
list-style-type: none;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
.product-view-one .modal-content .product-content .product-info li {
font-size: 16px;
color: #000219;
margin-bottom: 10px;
}
.product-view-one .modal-content .product-content .product-info li:last-child {
margin-bottom: 0;
}
.product-view-one .modal-content .product-content .product-info li span {
color: #000219;
}
.product-view-one .modal-content .product-content .product-info li a {
display: inline-block;
font-weight: 500;
color: #000219;
}
.product-view-one .modal-content .product-content .product-info li a:hover {
color: #000219;
}
.product-view-one .modal-content .product-content .product-color-switch {
margin-top: 10px;
margin-bottom: 10px;
}
.product-view-one .modal-content .product-content .product-color-switch h4 {
font-size: 16px;
color: #000219;
margin-bottom: 6px;
}
.product-view-one .modal-content .product-content .product-color-switch ul {
list-style-type: none;
margin-bottom: 0;
margin-top: -4px;
margin-left: -4px;
padding-left: 0;
}
.product-view-one .modal-content .product-content .product-color-switch ul li {
display: inline-block;
margin-left: 4px;
margin-top: 4px;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a {
display: inline-block;
position: relative;
border: 1px solid transparent;
width: 25px;
height: 25px;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a::before {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #eeeeee;
margin: 2px;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a:hover {
border-color: #000219;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a:focus {
border-color: #000219;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a.color-white::before {
background: blue;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a.color-black::before {
background: #222222;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a.color-green::before {
background: green;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a.color-yellowgreen::before {
background: yellowgreen;
}
.product-view-one .modal-content .product-content .product-color-switch ul li a.color-teal::before {
background: teal;
}
.product-view-one .modal-content .product-content .product-color-switch ul li.active a {
border-color: #000219;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter {
max-width: 130px;
min-width: 130px;
margin-right: 10px;
text-align: center;
display: inline-block;
position: relative;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span {
position: absolute;
top: 0;
background-color: transparent;
cursor: pointer;
color: #4b5280;
width: 40px;
height: 100%;
line-height: 50px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span:hover {
color: #000219;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn {
left: 0;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn:hover {
background-color: #e21f36;
color: #ffffff;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn {
right: 0;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn:hover {
background-color: #e21f36;
color: #ffffff;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input {
height: 48px;
color: #000219;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
font-size: 17px;
font-weight: 600;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
color: #000219;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
color: #000219;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
color: #000219;
}
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
color: #000219;
}
.product-view-one .modal-content .product-content .share-this-product h3 {
font-weight: normal;
font-size: 16px;
margin-bottom: 8px;
margin-top: 10px;
}
.product-view-one .modal-content .product-content .share-this-product ul li {
display: inline-block;
margin-right: 3px;
}
.product-view-one .modal-content .product-content .share-this-product ul li a i {
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
background-color: #eeeeee;
border-radius: 4px;
text-align: center;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.product-view-one .modal-content .product-content .share-this-product ul li a:hover i {
background-color: #e21f36;
color: #ffffff;
}
.product-view-one .owl-carousel .owl-item img {
width: unset;
margin: auto;
}
.product-view-one #big .item {
padding: 30px;
background-color: #ffffff;
margin-bottom: 30px;
}
.product-view-one .owl-item.active.current {
background-color: #e21f36 !important;
padding: 5px;
}
.product-view-one.fade {
-webkit-animation: zoomIn 1s linear;
animation: zoomIn 1s linear;
}
.product-view-one .owl-next {
position: absolute;
top: 50%;
right: 50px;
margin: 0 !important;
border-radius: 0 !important;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
-webkit-transform: translateY(-25px);
transform: translateY(-25px);
}
.product-view-one .owl-next i {
background-color: #e21f36;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 30px;
display: inline-block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 4px;
font-size: 15px;
}
.product-view-one .owl-prev {
position: absolute;
top: 50%;
left: 50px;
margin: 0 !important;
border-radius: 0 !important;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
-webkit-transform: translateY(-25px);
transform: translateY(-25px);
}
.product-view-one .owl-prev i {
background-color: #e21f36 !important;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 30px;
display: inline-block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
font-size: 15px;
border-radius: 4px;
}
.product-view-one:hover .owl-prev {
opacity: 1;
left: 0;
}
.product-view-one:hover .owl-next {
opacity: 1;
right: 0;
}
.product-view-one .owl-theme .owl-nav {
margin-top: 0 !important;
}
.product-view-one .owl-theme .owl-nav [class*=owl-]:hover {
background-color: transparent;
}
/*
Shopping Cart Area Style
======================================================*/
.shopping-cart-area .cart-controller {
max-width: 810px;
margin: auto;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
padding: 30px;
}
.shopping-cart-area .product-thumbnail {
width: 130px;
}
.shopping-cart-area .cart-table {
text-align: center;
}
.shopping-cart-area .cart-table table thead tr th {
border-bottom: none;
border: none;
border-bottom: 1px solid #dedede;
color: #000219;
padding-top: 0;
font-size: 16px;
font-weight: 600;
}
.shopping-cart-area .cart-table table tbody tr td {
vertical-align: middle;
border: none;
border-bottom: 1px solid #dedede;
white-space: nowrap;
}
.shopping-cart-area .cart-table table tbody tr td:first-child {
text-align: left;
padding-left: 0;
}
.shopping-cart-area .cart-table table tbody tr td a {
color: #000219;
}
.shopping-cart-area .cart-table table tbody tr td a:hover {
color: #e21f36;
}
.shopping-cart-area .cart-table table tbody tr td.product-subtotal {
font-size: 15px;
}
.shopping-cart-area .cart-table table tbody tr td.product-subtotal .remove {
margin-left: 50px;
width: 30px;
height: 30px;
line-height: 34px;
display: inline-block;
background-color: #ffffff;
border-radius: 50%;
font-size: 20px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
color: #4b5280;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
float: right;
}
.shopping-cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
background-color: #ff0000;
color: #ffffff;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity {
width: 145px;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter {
position: relative;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
height: 45px;
color: #000219;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
font-size: 15px;
font-weight: 500;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
color: #000219;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
color: #000219;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
color: #000219;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
color: #000219;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
position: absolute;
top: 0;
left: 0;
background-color: transparent;
cursor: pointer;
color: #000219;
width: 40px;
height: 100%;
line-height: 48px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border: 1px solid #dedede;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
color: #ffffff;
background-color: #e21f36;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
position: absolute;
top: 0;
right: 0;
background-color: transparent;
cursor: pointer;
color: #000219;
width: 40px;
height: 100%;
line-height: 48px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border: 1px solid #dedede;
}
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
color: #ffffff;
background-color: #e21f36;
}
.shopping-cart-area .coupon-cart {
margin-top: 20px;
}
.shopping-cart-area .coupon-cart .form-group {
position: relative;
}
.shopping-cart-area .coupon-cart .form-group .form-control {
border: 1px solid #dedede;
}
.shopping-cart-area .coupon-cart .form-group .form-control:focus {
border-color: #e21f36;
}
.shopping-cart-area .coupon-cart .form-group .default-btn {
position: absolute;
top: 0;
right: 0;
height: 50px;
padding: 15px 40px;
}
.shopping-cart-area .coupon-cart .form-group .default-btn::before {
display: none;
}
.shopping-cart-area .coupon-cart .form-group .default-btn::after {
display: none;
}
.shopping-cart-area .coupon-cart .default-btn.update {
background-color: transparent;
border-color: #000219;
color: #000219;
}
.shopping-cart-area .coupon-cart .default-btn.update:hover {
background-color: #e21f36;
border-color: #e21f36;
color: #ffffff;
}
.shopping-cart-area .cart-totals {
padding: 30px;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
max-width: 390px;
margin: 40px auto 0;
}
.shopping-cart-area .cart-totals h3 {
margin-bottom: 25px;
position: relative;
padding-left: 10px;
}
.shopping-cart-area .cart-totals h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.shopping-cart-area .cart-totals ul {
padding: 0;
margin: 0 0 25px;
list-style-type: none;
}
.shopping-cart-area .cart-totals ul li {
color: #4b5280;
position: relative;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px dashed #dedede;
}
.shopping-cart-area .cart-totals ul li:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}
.shopping-cart-area .cart-totals ul li span {
float: right;
color: #666666;
font-weight: normal;
}
.shopping-cart-area .cart-totals .default-btn {
display: block;
}
/*
Checkout Area Style
=====================================================*/
.checkout-area .billing-details {
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.checkout-area .billing-details h3 {
margin-bottom: 20px;
font-size: 30px;
}
.checkout-area .billing-details .form-group {
margin-bottom: 20px;
}
.checkout-area .billing-details .form-group label {
display: block;
color: #4b5280;
margin-bottom: 10px;
font-size: 16px;
}
.checkout-area .billing-details .form-group label .required {
color: #4b5280;
}
.checkout-area .billing-details .form-group .nice-select {
float: unset;
line-height: 45px;
color: #4b5280;
padding-top: 0;
padding-bottom: 0;
}
.checkout-area .billing-details .form-group .nice-select .list {
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
border-radius: 0;
margin-top: 0;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
.checkout-area .billing-details .form-group .nice-select .list .option {
-webkit-transition: 0.5s;
transition: 0.5s;
padding-left: 20px;
padding-right: 20px;
}
.checkout-area .billing-details .form-group .nice-select .list .option:hover {
background-color: #e21f36 !important;
color: #ffffff;
}
.checkout-area .billing-details .form-group .nice-select .list .option.selected {
background-color: transparent;
}
.checkout-area .billing-details .form-group .nice-select:after {
right: 20px;
}
.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
background-color: #e21f36 !important;
color: #ffffff !important;
}
.checkout-area .billing-details .form-group textarea {
padding-top: 13px;
}
.checkout-area .billing-details .form-check {
margin-bottom: 20px;
}
.checkout-area .billing-details .form-check .form-check-label {
color: #4b5280;
font-weight: 600;
font-size: 14px;
}
.checkout-area .billing-details .form-check label {
position: relative;
top: 1px;
}
.checkout-area .billing-details .col-lg-12:last-child .form-group {
margin-bottom: 0;
}
.checkout-area .cart-totals {
margin-bottom: 30px;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px;
background-color: #ffffff;
}
.checkout-area .cart-totals h3 {
position: relative;
margin-bottom: 25px;
padding-left: 10px;
}
.checkout-area .cart-totals h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.checkout-area .cart-totals ul li {
color: #4b5280;
position: relative;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px dashed #dedede;
}
.checkout-area .cart-totals ul li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.checkout-area .cart-totals ul li span {
float: right;
color: #666666;
font-weight: normal;
}
.checkout-area .faq-accordion {
margin-bottom: 30px;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
padding: 30px;
margin-bottom: 0;
}
.checkout-area .faq-accordion h3 {
position: relative;
margin-bottom: 25px;
padding-left: 10px;
}
.checkout-area .faq-accordion h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.checkout-area .faq-accordion .accordion .accordion-content {
border-top: none;
padding: 0;
}
.checkout-area .faq-accordion .accordion .accordion-title {
padding: 0;
position: relative;
padding-left: 25px;
background-color: transparent;
border: none;
margin-bottom: 10px;
color: #000219;
font-weight: 500;
}
.checkout-area .faq-accordion .accordion .accordion-title.active::before {
background-color: #e21f36;
}
.checkout-area .faq-accordion .accordion .accordion-title.active::after {
background-color: #e21f36;
}
.checkout-area .faq-accordion .accordion .accordion-title::before {
content: "";
position: absolute;
top: 4px;
left: 0;
width: 15px;
height: 15px;
background-color: #000219;
border-radius: 50%;
}
.checkout-area .faq-accordion .accordion .accordion-title::after {
content: "";
position: absolute;
top: 6px;
left: 2px;
width: 11px;
height: 11px;
background-color: #ffffff;
border-radius: 50%;
border-radius: 50%;
}
.checkout-area .faq-accordion .accordion .accordion-title:hover {
color: #e21f36;
}
.checkout-area .faq-accordion .accordion .accordion-item {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 15px;
}
.checkout-area .faq-accordion .form-check {
font-size: 14px;
}
.checkout-area .faq-accordion .form-check label {
margin-bottom: 5px;
}
.checkout-area .faq-accordion .form-check label a {
color: #e21f36;
}
.checkout-area .faq-accordion .form-check label a:hover {
color: #e21f36;
}
/*
Wishlist Area Style
=====================================================*/
.wishlist {
max-width: 1080px;
margin: auto;
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px;
}
.wishlist .default-btn {
float: right;
margin-top: -11px;
color: #ffffff !important;
position: relative;
top: 6px;
}
.wishlist .default-btn:hover {
color: #e21f36 !important;
}
.wishlist .table-responsive > .table-bordered {
margin-bottom: 0;
}
/*
Shop Details Area Style
=====================================================*/
.product-details-area .product-details-desc h3 {
margin-bottom: 20px;
font-size: 25px;
}
.product-details-area .product-details-desc p {
margin-bottom: 0;
}
.product-details-area .product-details-desc .price {
margin-bottom: 15px;
padding-bottom: 15px;
color: "Lato", sans-serif;
font-size: 20px;
font-weight: 500;
border-bottom: 1px solid #eeeeee;
}
.product-details-area .product-details-desc .price span {
padding: 0 5px;
}
.product-details-area .product-details-desc .price del {
color: #e21f36;
margin-right: 10px;
}
.product-details-area .product-details-desc .product-add-to-cart {
margin-bottom: 20px;
border-top: 1px solid #eeeeee;
padding-top: 20px;
margin-top: 20px;
}
.product-details-area .product-details-desc .product-add-to-cart h3 {
display: inline-block;
margin-right: 10px;
font-size: 17px;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter {
max-width: 130px;
min-width: 130px;
margin-right: 10px;
text-align: center;
display: inline-block;
position: relative;
border: 1px solid #cfcfcf;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
position: absolute;
top: 0;
background-color: transparent;
cursor: pointer;
color: #d0d0d0;
width: 40px;
height: 100%;
line-height: 34px;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
color: #e21f36;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
left: 0;
border-right: 1px solid #cfcfcf;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
right: 0;
border-left: 1px solid #cfcfcf;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
height: 30px;
color: #333333;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
color: #333333;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
color: #333333;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
color: #333333;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
color: #333333;
}
.product-details-area .product-details-desc .social-wrap {
margin-top: 20px;
}
.product-details-area .product-details-desc .social-wrap li {
display: inline-block;
padding-right: 10px;
font-size: 17px;
font-weight: 600;
color: #000219;
}
.product-details-area .product-details-desc .social-wrap li span {
display: inline-block;
margin-right: 45px;
}
.product-details-area .product-details-desc .social-wrap li a i {
font-size: 20px;
line-height: 1;
color: #000219;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.product-details-area .product-details-desc .social-wrap li a:hover i {
color: #e21f36;
}
.product-details-area .product-details-desc .default-btn {
margin-bottom: 0 !important;
}
.product-details-area .product-details-desc .default-btn i {
position: relative;
top: -1px;
margin-right: 5px;
}
.product-details-area .product-details-desc .category {
font-size: 17px;
font-weight: 600;
margin-top: 15px;
}
.product-details-area .product-details-desc .category span {
font-weight: normal;
}
.product-details-area .product-details-desc .product-review {
position: relative;
margin-bottom: 10px;
}
.product-details-area .product-details-desc .product-review .rating i {
color: #ffba0a;
}
.product-details-area .product-details-desc .product-review .rating-count {
position: absolute;
top: 0;
left: 110px;
}
.product-details-area .product-details-image {
text-align: center;
background-color: #f7f7f7;
}
.product-details-area .tab .tabs_item {
display: none;
}
.product-details-area .tab .tabs_item:first-child {
display: block;
}
.product-details-area .products-details-tab {
margin-top: 50px;
}
.product-details-area .products-details-tab .tabs {
list-style-type: none;
padding-left: 0;
text-align: center;
border-bottom: 1px solid #eaedff;
}
.product-details-area .products-details-tab .tabs li {
display: inline-block;
line-height: initial;
margin-right: 15px;
margin-left: 15px;
margin-bottom: 20px;
}
.product-details-area .products-details-tab .tabs li a {
display: inline-block;
position: relative;
color: #333333;
border-bottom: none;
line-height: 1;
font-size: 16px;
font-weight: 500;
}
.product-details-area .products-details-tab .tabs li a:hover {
color: #e21f36;
}
.product-details-area .products-details-tab .tabs li.current a {
color: #e21f36;
}
.product-details-area .products-details-tab .tab_content {
padding: 30px;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
margin-bottom: 20px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
margin-bottom: 0;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
text-align: left;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
border: 1px solid #eaedff;
border-bottom: none;
padding: 10px 15px;
color: #57647c;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
border-bottom: 1px solid #eaedff;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
display: inline-block;
width: 30%;
color: #000219;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
margin-bottom: 15px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
position: relative;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
display: inline-block;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
color: #ffba0a;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
color: #ffba0a;
font-size: 14px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
margin-bottom: 0;
display: inline-block;
padding-left: 5px;
line-height: initial;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
position: absolute;
right: 0;
bottom: 10px;
padding: 10px 11px;
font-size: 11px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
border: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 4px;
background-color: #e21f36;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
margin-top: 35px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
margin-top: 30px;
position: relative;
padding-right: 200px;
border-top: 1px dashed #eaedff;
padding-top: 30px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
color: #ffba0a;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
font-size: 14px;
color: #ffba0a;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
margin-top: 10px;
margin-bottom: 10px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
margin-bottom: 10px;
font-size: 13px;
display: block;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
margin-bottom: 0;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
position: absolute;
right: 0;
color: #57647c;
top: 40px;
text-decoration: underline;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
color: #ff4800;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
margin-top: 30px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
margin-bottom: 20px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
color: #444444;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
padding-top: 15px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
font-size: 14px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
border: none;
border-radius: 0;
}
/*
Blog Details Area Style
======================================================*/
.blog-details-content .blog-top-content {
background-color: #f9fafb;
padding: 20px;
margin-bottom: 35px;
}
.blog-details-content .blog-top-content .blog-details-img {
margin-bottom: 30px;
}
.blog-details-content .blog-top-content .news-content h3 {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 20px;
font-size: 25px;
}
.blog-details-content .blog-top-content .news-content .admin {
padding-bottom: 24px;
}
.blog-details-content .blog-top-content .news-content .admin li {
display: inline-block;
font-size: 16px;
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid #e21f36;
}
.blog-details-content .blog-top-content .news-content .admin li:last-child {
margin-right: 0;
border-right: none;
}
.blog-details-content .blog-top-content .news-content .admin li i {
color: #e21f36;
font-size: 18px;
position: relative;
top: 1px;
margin-right: 5px;
}
.blog-details-content .blog-top-content blockquote {
position: relative;
margin-top: 30px;
margin-bottom: 30px;
background-color: #ffffff;
padding: 30px;
}
.blog-details-content .blog-top-content blockquote p {
font-weight: 600;
font-size: 18px;
color: #000219;
text-align: center;
padding-left: 50px;
margin-bottom: 0;
}
.blog-details-content .blog-top-content blockquote i {
font-size: 50px;
color: #ffffff;
background-color: #e21f36;
position: absolute;
top: 30px;
left: 30px;
line-height: 1;
}
.blog-details-content .news-content-2 {
margin-bottom: 30px;
}
.blog-details-content .news-content-2 h3 {
font-size: 24px;
}
.blog-details-content .single-blog-post-img {
margin-bottom: 30px;
}
.blog-details-content .tag-list {
background-color: #ffffff;
padding: 20px;
margin-top: 30px;
}
.blog-details-content .tag-list span {
margin-right: 10px;
font-weight: 600;
font-size: 18px;
color: #000219;
}
.blog-details-content .tag-list ul {
display: inline-block;
}
.blog-details-content .tag-list ul li {
display: inline-block;
}
.blog-details-content .tag-list ul li a {
border: 1px solid #eeeeee;
padding: 5px;
margin-right: 10px;
}
.blog-details-content .tag-list ul li a:hover {
background-color: #e21f36;
color: #ffffff;
border-color: #e21f36;
}
.blog-details-content .tag-list ul li:last-child a {
margin-right: 0;
}
.blog-details-content .comments {
background-color: #f9fafb;
padding: 20px;
margin-bottom: 35px;
}
.blog-details-content .comments h3 {
margin-bottom: 30px;
font-size: 24px;
position: relative;
display: inline-block;
padding-left: 10px;
}
.blog-details-content .comments h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.blog-details-content .comments ul li {
position: relative;
padding-left: 100px;
margin-bottom: 30px;
}
.blog-details-content .comments ul li:last-child {
margin-bottom: 0;
}
.blog-details-content .comments ul li img {
margin-bottom: 20px;
position: absolute;
left: 0;
top: 0;
}
.blog-details-content .comments ul li h3 {
margin-bottom: 0;
padding-bottom: 0;
font-size: 16px;
padding-left: 0;
}
.blog-details-content .comments ul li h3::before {
display: none;
}
.blog-details-content .comments ul li span {
display: block;
margin-bottom: 15px;
}
.blog-details-content .comments ul li a {
font-size: 14px;
font-weight: 600;
}
.blog-details-content .comments ul li a:hover {
letter-spacing: 1px;
}
.blog-details-content .comments ul li a i {
margin-right: 5px;
}
.blog-details-content .leave-reply {
background-color: #f9fafb;
padding: 20px;
}
.blog-details-content .leave-reply .star {
color: #ff0018;
}
.blog-details-content .leave-reply h3 {
margin-bottom: 30px;
font-size: 24px;
position: relative;
display: inline-block;
padding-left: 10px;
}
.blog-details-content .leave-reply h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.blog-details-content .leave-reply p {
margin-bottom: 30px;
}
.blog-details-content .leave-reply .form-group {
margin-bottom: 25px;
}
.blog-details-content .leave-reply .form-group #chb1 {
margin-right: 5px;
}
.blog-details-content .leave-reply .form-group label {
margin-bottom: 10px;
}
.blog-details-content .leave-reply input[type=checkbox], .blog-details-content .leave-reply input[type=radio] {
margin-right: 5px;
position: relative;
top: 1px;
}
.sidebar-widget {
margin-bottom: 35px;
position: relative;
padding: 20px;
background-color: #f9fafb;
}
.sidebar-widget h3 {
font-size: 20px;
margin-bottom: 20px;
position: relative;
margin-top: -5px;
display: inline-block;
padding-left: 10px;
}
.sidebar-widget h3::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #e21f36;
}
.sidebar-widget.search .search-form {
background-color: #ffffff;
}
.sidebar-widget.search .search-form .search-button {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
background-color: #e21f36;
top: 20px;
right: 20px;
font-size: 20px;
color: #ffffff;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.sidebar-widget.search .search-form .search-button:hover {
background-color: #000219;
}
.sidebar-widget.recent-post ul li {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #eeeeee;
position: relative;
padding-left: 90px;
}
.sidebar-widget.recent-post ul li:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.sidebar-widget.recent-post ul li a {
font-size: 16px;
color: #000219;
margin-bottom: 10px;
font-weight: 600;
}
.sidebar-widget.recent-post ul li a:hover {
color: #e21f36;
}
.sidebar-widget.recent-post ul li a img {
position: absolute;
top: 0;
left: 0;
}
.sidebar-widget.recent-post ul li span {
display: block;
font-size: 14px;
}
.sidebar-widget.categories ul li {
position: relative;
margin-bottom: 10px;
font-size: 17px;
position: relative;
padding-left: 20px;
}
.sidebar-widget.categories ul li::before {
content: "";
position: absolute;
top: 7px;
left: 0;
width: 10px;
height: 10px;
background-color: #e21f36;
}
.sidebar-widget.categories ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.sidebar-widget.tags ul li {
display: inline-block;
margin-bottom: 10px;
margin-right: 10px;
}
.sidebar-widget.tags ul li a {
border: 1px solid #eeeeee;
padding: 8px 12px;
}
.sidebar-widget.tags ul li a:hover {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
background-color: #e21f36;
color: #ffffff;
border-color: #e21f36;
}
.sidebar-widget.tags ul li:last-child {
margin-bottom: 0;
}
/*
Services Details Area Style
======================================================*/
.services-details-content .services-content {
margin-bottom: 30px;
}
.services-details-content .services-content h2 {
font-size: 40px;
margin-bottom: 15px;
}
.services-details-content .services-content .services-details-one {
margin-top: 30px;
}
.services-details-content .single-services .services-content {
margin-bottom: 0;
bottom: 0;
}
.services-details-content .single-services .services-content h3 {
margin-bottom: 0;
}
.services-details-content .related-post .title {
margin-bottom: 25px;
}
.services-details-content .related-post .title h2 {
font-size: 25px;
}
.services-sidebar .services-category {
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff;
border: 1px solid #d9d9d9;
margin-bottom: 30px;
}
.services-sidebar .services-category ul li a {
font-weight: 600;
color: #000219;
padding: 20px;
border-bottom: 1px solid #d9d9d9;
display: block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.services-sidebar .services-category ul li a i {
float: right;
font-size: 30px;
position: relative;
top: -2px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.services-sidebar .services-category ul li:last-child a {
border-bottom: none;
}
.services-sidebar .services-category ul li:hover a {
color: #ffffff;
background-color: #e21f36;
}
.services-sidebar .services-category ul li:hover a i {
color: #ffffff;
}
.services-sidebar .services-pdf {
margin-bottom: 30px;
}
.services-sidebar .services-pdf ul li {
margin-bottom: 15px;
}
.services-sidebar .services-pdf ul li:last-child {
margin-bottom: 0;
}
.services-sidebar .services-pdf ul li a {
padding: 20px 30px;
background-color: #000219;
color: #ffffff;
display: block;
position: relative;
padding-left: 75px;
}
.services-sidebar .services-pdf ul li a i {
color: #ffffff;
font-size: 40px;
position: absolute;
top: 13px;
left: 30px;
}
.services-sidebar .services-pdf ul li:hover a {
background-color: #e21f36;
}
.services-sidebar .services-contact {
background-color: #e21f36;
padding: 30px;
}
.services-sidebar .services-contact h3 {
color: #ffffff;
font-size: 25px;
margin-bottom: 20px;
}
.services-sidebar .services-contact .default-btn {
background-color: #ffffff;
color: #e21f36;
}
/*
Blog Column One Area Style
======================================================*/
.single-blog-posts {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
margin-bottom: 30px;
}
.single-blog-posts .single-blog-content {
padding: 30px;
background-color: #f9fafb;
}
.single-blog-posts .single-blog-content span {
text-transform: uppercase;
color: #e21f36;
display: block;
margin-bottom: 10px;
}
.single-blog-posts .single-blog-content h3 {
font-size: 25px;
margin-bottom: 15px;
}
.single-blog-posts .single-blog-content h3 a {
color: #000219;
}
.single-blog-posts .single-blog-content h3 a:hover {
color: #e21f36;
}
.single-blog-posts .single-blog-content p {
margin-bottom: 20px;
}
.single-blog-posts .single-blog-content .admin li {
display: inline-block;
font-size: 16px;
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid #e21f36;
}
.single-blog-posts .single-blog-content .admin li:last-child {
margin-right: 0;
border-right: none;
}
.single-blog-posts .single-blog-content .admin li i {
color: #e21f36;
font-size: 18px;
position: relative;
top: 1px;
margin-right: 5px;
}
.single-blog-posts:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
/*
Solution Details Area Style
======================================================*/
.solution-details-area .solutions-content {
margin-bottom: 30px;
}
.solution-details-area .solutions-content h3 {
font-size: 30px;
margin-bottom: 10px;
}
.solution-details-area .solutions-content .challenge-btn .two {
margin-left: 30px;
}
.solution-details-area .solutions-content ul {
margin-bottom: 30px;
}
.solution-details-area .solutions-content ul li {
position: relative;
padding-left: 25px;
margin-bottom: 10px;
}
.solution-details-area .solutions-content ul li:last-child {
margin-bottom: 0;
}
.solution-details-area .solutions-content ul li i {
color: #e21f36;
position: absolute;
top: 5px;
left: 0;
}
.solution-details-area .solutions-content.four {
margin-bottom: 0;
}
.solution-details-area .solution-details-one {
margin-bottom: 30px;
}
.solution-details-area .solution-details-one img {
width: 100%;
}
/*
Main Contact Area Style
=====================================================*/
.main-contact-area .contact-wrap {
max-width: unset;
}
.main-contact-area .contact-wrap .contact-title {
margin-top: -9px;
}
.main-contact-area .contact-wrap .contact-title h2 {
margin-bottom: 30px;
font-size: 30px;
}
.main-contact-area .contact-wrap .form-group {
margin-bottom: 30px;
}
.main-contact-area .contact-wrap .default-btn {
margin: auto;
display: table;
cursor: pointer;
}
.main-contact-area .contact-wrap .contact-form #msgSubmit {
position: unset;
text-align: center;
margin-top: 20px;
}
.main-contact-area .contact-wrap .contact-form .hidden {
display: none;
}
.main-contact-area .contact-info {
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px;
padding-top: 60px;
padding-bottom: 60px;
}
.main-contact-area .contact-info h3 {
font-size: 24px;
margin-bottom: 20px;
}
.main-contact-area .contact-info p {
margin-bottom: 25px;
}
.main-contact-area .contact-info .address .location {
padding-left: 60px;
position: relative;
}
.main-contact-area .contact-info .address .location i {
position: absolute;
color: #e21f36;
left: 0;
top: 5px;
font-size: 45px;
}
.main-contact-area .contact-info .address .location span {
display: block;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}
.main-contact-area .contact-info .address li {
padding-left: 60px;
position: relative;
margin-bottom: 20px;
}
.main-contact-area .contact-info .address li a {
color: #4b5280;
display: block;
}
.main-contact-area .contact-info .address li a:hover {
color: #e21f36;
}
.main-contact-area .contact-info .address li:last-child {
margin-bottom: 0;
}
.main-contact-area .contact-info .address li i {
position: absolute;
color: #e21f36;
left: 0;
top: 0;
font-size: 45px;
}
.main-contact-area .contact-info .address li span {
display: block;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}
.main-contact-area .contact-info .sidebar-follow-us {
margin-top: 30px;
}
.main-contact-area .contact-info .sidebar-follow-us h3 {
font-size: 20px;
margin-bottom: 25px;
line-height: 1;
padding-left: 10px;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap {
line-height: 1;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li {
display: inline-block;
padding-right: 10px;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a i {
font-size: 15px;
width: 30px;
height: 30px;
line-height: 30px;
border: 1px solid #4b5280;
border-radius: 50px;
text-align: center;
color: #4b5280;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover i {
border-color: #e21f36;
background-color: #e21f36;
color: #ffffff;
}
.main-contact-area label {
font-size: 16px;
}
.list-unstyled {
color: #dc3545;
font-size: 14px;
margin-top: 10px;
}
#msgSubmit {
margin-top: 20px;
}
.text-success {
color: #28a745;
}
.hidden {
display: none;
}
.map-area iframe {
height: 480px;
width: 100%;
border: none !important;
display: block;
}
/*====================================================
OTHERS STYLE AREA
======================================================*/
/*
Preloader Area Style*/
.preloader {
position: fixed;
left: 0;
width: 0;
height: 100%;
width: 100%;
text-align: center;
z-index: 9999999;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.preloader .loader {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
display: inline-block;
left: 0;
right: 0;
margin: 0 auto;
top: 45%;
-webkit-transform: translateY(-45%);
transform: translateY(-45%);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.preloader .loader .loader-outter {
position: absolute;
border: 4px solid #ffffff;
border-left-color: transparent;
border-bottom: 0;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.preloader .loader .loader-inner {
position: absolute;
border: 4px solid #ffffff;
border-radius: 50%;
width: 60px;
height: 60px;
left: calc(40% - 21px);
top: calc(40% - 21px);
border-right: 0;
border-top-color: transparent;
-webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.preloader .loader .indicator {
position: absolute;
right: 0;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%) scale(1.5);
transform: translateY(-50%) scale(1.5);
}
.preloader .loader .indicator svg polyline {
fill: none;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.preloader .loader .indicator svg polyline#back {
stroke: #ffffff;
}
.preloader .loader .indicator svg polyline#front {
stroke: #e21f36;
stroke-dasharray: 12, 36;
stroke-dashoffset: 48;
-webkit-animation: dash 1s linear infinite;
animation: dash 1s linear infinite;
}
.preloader::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 60%;
z-index: -1;
background: #e21f36;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.preloader::after {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 60%;
z-index: -1;
background: #e21f36;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
left: auto;
right: 0;
}
.preloader.preloader-deactivate {
visibility: hidden;
}
.preloader.preloader-deactivate::after {
width: 0;
}
.preloader.preloader-deactivate::before {
width: 0;
}
.preloader.preloader-deactivate .loader {
opacity: 0;
visibility: hidden;
}
@-webkit-keyframes loader-outter {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-outter {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loader-inner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes loader-inner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@-webkit-keyframes dash {
62.5% {
opacity: 0;
}
to {
stroke-dashoffset: 0;
}
}
@keyframes dash {
62.5% {
opacity: 0;
}
to {
stroke-dashoffset: 0;
}
}
/*
Go Top Style*/
.go-top {
position: fixed;
cursor: pointer;
top: 82%;
right: -10%;
background-color: #e21f36;
z-index: 4;
width: 40px;
text-align: center;
height: 42px;
line-height: 42px;
opacity: 0;
visibility: hidden;
-webkit-transition: .9s;
transition: .9s;
}
.go-top i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
margin: 0 auto;
color: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
font-size: 20px;
}
.go-top i:last-child {
opacity: 0;
visibility: hidden;
top: 60%;
}
.go-top::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: #e21f36;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.go-top:hover {
color: #ffffff;
background-color: #e21f36;
}
.go-top:hover::before {
opacity: 1;
visibility: visible;
}
.go-top:hover i:first-child {
opacity: 0;
top: 0;
visibility: hidden;
}
.go-top:hover i:last-child {
opacity: 1;
visibility: visible;
top: 50%;
}
.go-top:focus {
color: #ffffff;
}
.go-top:focus::before {
opacity: 1;
visibility: visible;
}
.go-top:focus i:first-child {
opacity: 0;
top: 0;
visibility: hidden;
}
.go-top:focus i:last-child {
opacity: 1;
visibility: visible;
top: 50%;
}
.go-top.active {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
right: 3%;
top: 82%;
}
/*
Video wave Style*/
.video-btn {
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border-radius: 0;
position: relative;
top: 3px;
z-index: 1;
background-color: rgba(255, 42, 96, 0.9);
border-radius: 50%;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.video-btn i {
font-size: 42px;
color: #ffffff;
position: absolute;
top: 1px;
left: 3px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
}
.video-btn::after, .video-btn::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 0;
border-radius: 50%;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
-webkit-animation: ripple 1.6s ease-out infinite;
animation: ripple 1.6s ease-out infinite;
background-color: rgba(255, 42, 96, 0.9);
}
.video-btn:hover {
background-color: rgba(255, 90, 0, 0.9);
}
.video-btn:hover::before, .video-btn:hover::after {
background-color: rgba(255, 90, 0, 0.9);
}
@-webkit-keyframes ripple {
0%, 35% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0.8;
}
100% {
opacity: 0;
-webkit-transform: scale(2);
transform: scale(2);
}
}
@keyframes ripple {
0%, 35% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0.8;
}
100% {
opacity: 0;
-webkit-transform: scale(2);
transform: scale(2);
}
}
/*
Nice select Area Style*/
.nice-select .list {
width: 100%;
border-radius: 0;
}
.nice-select .option:hover {
background-color: #e21f36;
color: #ffffff;
}
.nice-select .option.selected.focus {
color: #e21f36;
}
.nice-select .current {
font-size: 16px;
}
/*
Page-navigation Area Style*/
.pagination-area {
margin-top: 10px;
text-align: center;
}
.pagination-area .page-numbers {
width: 40px;
height: 40px;
line-height: 40px;
color: #000219;
text-align: center;
display: inline-block;
position: relative;
margin-left: 3px;
margin-right: 3px;
font-size: 17px;
background-color: #f5f6fa;
border: 1px solid #d7d7d7;
}
.pagination-area .page-numbers:hover {
color: #ffffff;
border-color: #e21f36;
background-color: #e21f36;
}
.pagination-area .page-numbers i {
position: relative;
font-size: 25px;
top: 5px;
}
.pagination-area .page-numbers.current {
color: #ffffff;
border-color: #e21f36;
background-color: #e21f36;
}
/*
Overly Area Style*/
.overly-one {
position: relative;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.overly-one::before {
content: "";
position: absolute;
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, left top, right top, from(#e21f36), to(transparent));
background: linear-gradient(left, #e21f36, transparent);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
z-index: 1;
}
.overly-one::after {
content: "";
position: absolute;
bottom: -100%;
left: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(#e21f36), to(transparent));
background: linear-gradient(top, #e21f36, transparent);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
}
.overly-one .overly-two::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, left top, right top, from(transparent), to(#e21f36));
background: linear-gradient(left, transparent, #e21f36);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
}
.overly-one .overly-two::after {
content: "";
position: absolute;
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#e21f36), to(transparent));
background: linear-gradient(bottom, #e21f36, transparent);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
}
.overly-one:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.overly-one:hover .overly-two::before {
left: 30px;
opacity: 1;
}
.overly-one:hover .overly-two::after {
top: 30px;
opacity: 1;
}
.overly-one:hover::before {
right: 30px;
opacity: 1;
}
.overly-one:hover::after {
bottom: 30px;
opacity: 1;
}
/*
Tabs Area Style*/
.tab .tabs_item {
display: none;
}
.tab .tabs_item:first-child {
display: block;
}
/*# sourceMappingURL=style.css.map */ | 0.363534 | 0.076132 |
:root {
--color-black: #000;
--color-white: #fff;
--color-border-primary: #ddd;
--color-border-secondary: #eee;
--color-heading-text: #333;
--color-body-text: #666;
}
* {
outline: none;
}
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--color-body-text);
}
.container {
width: 100%;
height: 100vh;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-items: flex-start;
}
.header {
margin-top: 20vh;
}
.header a {
text-decoration-color: transparent;
color: var(--color-heading-text);
transition: color 320ms ease;
}
.header a:hover {
color: var(--color-black);
text-decoration-color: var(--color-black);
}
.header h1 {
color: currentColor;
margin: 0;
}
.header svg {
width: 3.2em;
height: 3.2em;
fill: currentColor;
}
.header p {
font-size: 20px;
max-width: 500px;
padding: 0 1.4em;
}
.control {
margin-top: 2rem;
}
.status {
margin-top: 24px;
font-weight: 500;
}
.status span {
font-weight: 700;
}
.btn {
padding: 1em 2em;
border: 1px solid transparent;
border-radius: 3px;
font-weight: 700;
transition: all 320ms ease;
}
.btn:not(:last-of-type) {
margin-right: 1em;
}
.is-primary {
border-color: var(--color-black);
background-color: var(--color-black);
color: var(--color-white);
}
.is-primary:hover {
border-color: var(--color-black);
background-color: var(--color-white);
color: var(--color-black);
}
.is-secondary {
border-color: var(--color-border-primary);
border-color: var(--color-border-primary);
background-color: var(--color-white);
color: var(--color-body-text);
}
.is-secondary:hover {
border-color: var(--color-black);
background-color: var(--color-white);
color: var(--color-black);
}
.btn.is-active,
.btn.is-active:hover {
color: var(--color-body-text);
border-color: var(--color-border-primary);
border-color: var(--color-border-primary);
background-color: var(--color-border-secondary);
}
@media screen and (max-width: 425px) {
.container {
height: 100%;
}
.header {
margin-top: 16%;
}
.header p {
font-size: 18px;
}
.btn {
padding: 0.8em 1.2em;
}
} | demo/src/index.css | :root {
--color-black: #000;
--color-white: #fff;
--color-border-primary: #ddd;
--color-border-secondary: #eee;
--color-heading-text: #333;
--color-body-text: #666;
}
* {
outline: none;
}
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--color-body-text);
}
.container {
width: 100%;
height: 100vh;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-items: flex-start;
}
.header {
margin-top: 20vh;
}
.header a {
text-decoration-color: transparent;
color: var(--color-heading-text);
transition: color 320ms ease;
}
.header a:hover {
color: var(--color-black);
text-decoration-color: var(--color-black);
}
.header h1 {
color: currentColor;
margin: 0;
}
.header svg {
width: 3.2em;
height: 3.2em;
fill: currentColor;
}
.header p {
font-size: 20px;
max-width: 500px;
padding: 0 1.4em;
}
.control {
margin-top: 2rem;
}
.status {
margin-top: 24px;
font-weight: 500;
}
.status span {
font-weight: 700;
}
.btn {
padding: 1em 2em;
border: 1px solid transparent;
border-radius: 3px;
font-weight: 700;
transition: all 320ms ease;
}
.btn:not(:last-of-type) {
margin-right: 1em;
}
.is-primary {
border-color: var(--color-black);
background-color: var(--color-black);
color: var(--color-white);
}
.is-primary:hover {
border-color: var(--color-black);
background-color: var(--color-white);
color: var(--color-black);
}
.is-secondary {
border-color: var(--color-border-primary);
border-color: var(--color-border-primary);
background-color: var(--color-white);
color: var(--color-body-text);
}
.is-secondary:hover {
border-color: var(--color-black);
background-color: var(--color-white);
color: var(--color-black);
}
.btn.is-active,
.btn.is-active:hover {
color: var(--color-body-text);
border-color: var(--color-border-primary);
border-color: var(--color-border-primary);
background-color: var(--color-border-secondary);
}
@media screen and (max-width: 425px) {
.container {
height: 100%;
}
.header {
margin-top: 16%;
}
.header p {
font-size: 18px;
}
.btn {
padding: 0.8em 1.2em;
}
} | 0.555918 | 0.149128 |
* {
padding: 0;
margin: 0;
box-sizing: content-box;
}
body {
font-family: 'Montserrat', sans-serif;
overflow-x: hidden;
flex-wrap: wrap;
}
/*
AREA TOP ↴
*/
.container_top {
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(24, 24, 24, 1);
width: 100vw;
height: 60px;
}
.text_top {
color: rgba(249, 249, 249, 1);
font-size: 16px;
}
.container_top.logo {
background-color: #F9F9F9;
}
.text_top.logo {
font-size: 24px;
font-weight: 600;
color: rgba(24, 24, 24, 1);
}
/*
AREA BANNER ↴
*/
.fundo_banner {
background-image: url(https://luizfelipe9627.github.io/jordan-shoes/assets/images/template.png);
background-position: center;
background-size: cover;
width: 100vw;
height: 378px;
}
.container_banner {
display: flex;
padding-left: 60px;
align-items: center;
width: 100vw;
height: 378px;
background-color: rgba(0, 0, 0, 0.6);
}
.container_text {
max-width: 470px;
}
.title_banner {
font-size: 32px;
font-weight: 700;
color: rgba(249, 249, 249, 1);
padding-bottom: 10px;
}
.text_banner {
font-size: 18px;
font-weight: 600;
color: rgba(249, 249, 249, 1);
line-height: 35.31px;
}
/*
AREA DESC JORDAN ↴
*/
.container_desc {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100vw;
height: 200px;
}
.title_desc {
font-size: 32px;
font-weight: 600;
color: rgba(24, 24, 24, 1);
padding-bottom: 15px;
}
.text_desc {
color: rgba(71, 71, 71, 1);
font-size: 18px;
text-align: center;
}
/*
AREA JORDAN ↴
*/
.container_jordan {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.box_jordan {
display: flex;
justify-content: center;
align-items: center;
background: rgba(235, 233, 234, 1);
width: 300px;
height: 302px;
margin-bottom: 30px;
}
/*
AREA FOOTER ↴
*/
.container_bottom {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: rgba(24, 24, 24, 1);
width: 100vw;
height: 130px;
margin-top: 100px;
}
.container_bottom {
color: rgba(249, 249, 249, 1);
font-size: 16px;
}
.container_bottom a {
text-decoration: none;
color: #F9F9F9;
font-weight: bold;
}
.container_bottom a:hover {
color: rgba(71, 71, 71, 1);
}
.copy_code {
padding-bottom: 10px;
}
/*
RESPONSIVIDADE MOBILE ↴
*/
@media (min-width: 320px) and (max-width: 570px) {
/*
AREA BANNER ↴
*/
.fundo_banner {
background-image: url(https://luizfelipe9627.github.io/jordan-shoes/assets/images/template-mobile.png);
background-position: center;
background-size: cover;
width: 100vw;
height: 377px;
}
.container_banner {
padding-left: 0px;
justify-content: center;
}
.title_banner {
font-size: 26px;
}
.text_banner {
font-size: 15px;
}
.text_desc {
max-width: 90vw;
}
/*
AREA FOOTER ↴
*/
.container_bottom {
margin-top: 10px;
}
} | css/style.css | * {
padding: 0;
margin: 0;
box-sizing: content-box;
}
body {
font-family: 'Montserrat', sans-serif;
overflow-x: hidden;
flex-wrap: wrap;
}
/*
AREA TOP ↴
*/
.container_top {
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(24, 24, 24, 1);
width: 100vw;
height: 60px;
}
.text_top {
color: rgba(249, 249, 249, 1);
font-size: 16px;
}
.container_top.logo {
background-color: #F9F9F9;
}
.text_top.logo {
font-size: 24px;
font-weight: 600;
color: rgba(24, 24, 24, 1);
}
/*
AREA BANNER ↴
*/
.fundo_banner {
background-image: url(https://luizfelipe9627.github.io/jordan-shoes/assets/images/template.png);
background-position: center;
background-size: cover;
width: 100vw;
height: 378px;
}
.container_banner {
display: flex;
padding-left: 60px;
align-items: center;
width: 100vw;
height: 378px;
background-color: rgba(0, 0, 0, 0.6);
}
.container_text {
max-width: 470px;
}
.title_banner {
font-size: 32px;
font-weight: 700;
color: rgba(249, 249, 249, 1);
padding-bottom: 10px;
}
.text_banner {
font-size: 18px;
font-weight: 600;
color: rgba(249, 249, 249, 1);
line-height: 35.31px;
}
/*
AREA DESC JORDAN ↴
*/
.container_desc {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100vw;
height: 200px;
}
.title_desc {
font-size: 32px;
font-weight: 600;
color: rgba(24, 24, 24, 1);
padding-bottom: 15px;
}
.text_desc {
color: rgba(71, 71, 71, 1);
font-size: 18px;
text-align: center;
}
/*
AREA JORDAN ↴
*/
.container_jordan {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.box_jordan {
display: flex;
justify-content: center;
align-items: center;
background: rgba(235, 233, 234, 1);
width: 300px;
height: 302px;
margin-bottom: 30px;
}
/*
AREA FOOTER ↴
*/
.container_bottom {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: rgba(24, 24, 24, 1);
width: 100vw;
height: 130px;
margin-top: 100px;
}
.container_bottom {
color: rgba(249, 249, 249, 1);
font-size: 16px;
}
.container_bottom a {
text-decoration: none;
color: #F9F9F9;
font-weight: bold;
}
.container_bottom a:hover {
color: rgba(71, 71, 71, 1);
}
.copy_code {
padding-bottom: 10px;
}
/*
RESPONSIVIDADE MOBILE ↴
*/
@media (min-width: 320px) and (max-width: 570px) {
/*
AREA BANNER ↴
*/
.fundo_banner {
background-image: url(https://luizfelipe9627.github.io/jordan-shoes/assets/images/template-mobile.png);
background-position: center;
background-size: cover;
width: 100vw;
height: 377px;
}
.container_banner {
padding-left: 0px;
justify-content: center;
}
.title_banner {
font-size: 26px;
}
.text_banner {
font-size: 15px;
}
.text_desc {
max-width: 90vw;
}
/*
AREA FOOTER ↴
*/
.container_bottom {
margin-top: 10px;
}
} | 0.488527 | 0.133359 |
@font-face {
src: url('../../fonts/kc-fonts_headliner/workout-header.ttf');
font-family: block-header;
}
.feedback-container {
display: grid;
grid-template-columns: 33% 1fr;
grid-gap: 10px;
}
/* This is for the rating section */
.rating-container {
margin-top: 15px;
display: flex;
flex-direction: column;
}
.rating-container h1 {
font-family: block-header;
font-size: 75px;
text-align: center;
}
.rating-container h2 {
text-align: center;
margin-top: 60px;
font-weight: 100;
font-size: 50px;
}
.rating-container p {
font-weight: 100;
margin-left: auto;
margin-right: auto;
}
.rating-component {
margin-left: auto;
margin-right: auto;
font-size: 50px;
}
.review-input {
font-weight: 200;
font-size: 15px;
height: 200px;
width: 350px;
margin-top: 20px;
border-radius: 5px;
margin-left: auto;
margin-right: auto;
}
.review-input::-webkit-input-placeholder {
color: rgba(3, 3, 3, 0.5);
font-size: 13px;
font-style: italic;
line-height: 20px;
}
.rating-button {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
height: 50px;
width: 350px;
border-radius: 5px;
background: black;
color: white;
}
/* This is for the reviews section */
.reviews-container {
display: grid;
grid-template-columns: auto;
grid-gap: 10px;
overflow: auto;
height: 90vh;
}
.reviews-container::-webkit-scrollbar {
display: none;
}
.reviews-container h1 {
font-family: block-header;
text-align: center;
font-size: 75px;
margin-top: 15px;
}
.user-feedback {
margin-right: 15px;
overflow: hidden;
word-wrap: break-word;
height: 230px;
border: 1px solid rgba(0, 0, 0, 0.8);
border-radius: 5px;
}
.wrapper {
overflow: hidden;
}
.username {
margin-left: 15px;
font-size: 30px;
float: left;
font-weight: 100;
}
.user-rating {
margin-right: 15px;
font-size: 20px;
float: right;
}
.user-review {
margin-left: 15px;
margin-right: 15px;
font-size: 15px;
font-weight: 100;
}
.user-review-timestamp {
margin-right: 15px;
float: right;
color: rgba(3, 3, 3, 0.5);
} | client/src/pages/styles/Feedback.css | @font-face {
src: url('../../fonts/kc-fonts_headliner/workout-header.ttf');
font-family: block-header;
}
.feedback-container {
display: grid;
grid-template-columns: 33% 1fr;
grid-gap: 10px;
}
/* This is for the rating section */
.rating-container {
margin-top: 15px;
display: flex;
flex-direction: column;
}
.rating-container h1 {
font-family: block-header;
font-size: 75px;
text-align: center;
}
.rating-container h2 {
text-align: center;
margin-top: 60px;
font-weight: 100;
font-size: 50px;
}
.rating-container p {
font-weight: 100;
margin-left: auto;
margin-right: auto;
}
.rating-component {
margin-left: auto;
margin-right: auto;
font-size: 50px;
}
.review-input {
font-weight: 200;
font-size: 15px;
height: 200px;
width: 350px;
margin-top: 20px;
border-radius: 5px;
margin-left: auto;
margin-right: auto;
}
.review-input::-webkit-input-placeholder {
color: rgba(3, 3, 3, 0.5);
font-size: 13px;
font-style: italic;
line-height: 20px;
}
.rating-button {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
height: 50px;
width: 350px;
border-radius: 5px;
background: black;
color: white;
}
/* This is for the reviews section */
.reviews-container {
display: grid;
grid-template-columns: auto;
grid-gap: 10px;
overflow: auto;
height: 90vh;
}
.reviews-container::-webkit-scrollbar {
display: none;
}
.reviews-container h1 {
font-family: block-header;
text-align: center;
font-size: 75px;
margin-top: 15px;
}
.user-feedback {
margin-right: 15px;
overflow: hidden;
word-wrap: break-word;
height: 230px;
border: 1px solid rgba(0, 0, 0, 0.8);
border-radius: 5px;
}
.wrapper {
overflow: hidden;
}
.username {
margin-left: 15px;
font-size: 30px;
float: left;
font-weight: 100;
}
.user-rating {
margin-right: 15px;
font-size: 20px;
float: right;
}
.user-review {
margin-left: 15px;
margin-right: 15px;
font-size: 15px;
font-weight: 100;
}
.user-review-timestamp {
margin-right: 15px;
float: right;
color: rgba(3, 3, 3, 0.5);
} | 0.553505 | 0.09236 |
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: #0d6efd; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 10px; /* Some padding */
border-radius: 20px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
#topBtn:hover {
background-color: rgb(48, 179, 231); /* Add a dark-grey background on hover */
}
.btn_round {
width: 35px;
height: 35px;
display: inline-block;
border-radius: 50%;
text-align: center;
line-height: 35px;
margin-left: 10px;
border: 1px solid
#ccc;
cursor: pointer;
}
.btn_round:hover {
color:
#fff;
background:
#6b4acc;
border: 1px solid
#6b4acc;
}
.btn_content_outer {
display: inline-block;
width: 85%;
}
.close_c_btn {
width: 30px;
height: 30px;
position: absolute;
right: 10px;
top: 0px;
line-height: 30px;
border-radius: 50%;
background:
#ededed;
border: 1px solid
#ccc;
color:
#ff5c5c;
text-align: center;
cursor: pointer;
}
.add_icon {
padding: 10px;
border: 1px dashed
#aaa;
display: inline-block;
border-radius: 50%;
margin-right: 10px;
}
.add_group_btn {
display: flex;
}
.add_group_btn i {
font-size: 32px;
display: inline-block;
margin-right: 10px;
}
.add_group_btn span {
margin-top: 8px;
}
.add_group_btn,
.clone_sub_task {
cursor: pointer;
}
.sub_task_append_area .custom_square {
cursor: move;
}
.del_btn_d {
display: inline-block;
position: absolute;
right: 20px;
border: 2px solid
#ccc;
border-radius: 50%;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 18px;
} | src/main/resources/static/sitecss/topbtn.css | display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: #0d6efd; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 10px; /* Some padding */
border-radius: 20px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
#topBtn:hover {
background-color: rgb(48, 179, 231); /* Add a dark-grey background on hover */
}
.btn_round {
width: 35px;
height: 35px;
display: inline-block;
border-radius: 50%;
text-align: center;
line-height: 35px;
margin-left: 10px;
border: 1px solid
#ccc;
cursor: pointer;
}
.btn_round:hover {
color:
#fff;
background:
#6b4acc;
border: 1px solid
#6b4acc;
}
.btn_content_outer {
display: inline-block;
width: 85%;
}
.close_c_btn {
width: 30px;
height: 30px;
position: absolute;
right: 10px;
top: 0px;
line-height: 30px;
border-radius: 50%;
background:
#ededed;
border: 1px solid
#ccc;
color:
#ff5c5c;
text-align: center;
cursor: pointer;
}
.add_icon {
padding: 10px;
border: 1px dashed
#aaa;
display: inline-block;
border-radius: 50%;
margin-right: 10px;
}
.add_group_btn {
display: flex;
}
.add_group_btn i {
font-size: 32px;
display: inline-block;
margin-right: 10px;
}
.add_group_btn span {
margin-top: 8px;
}
.add_group_btn,
.clone_sub_task {
cursor: pointer;
}
.sub_task_append_area .custom_square {
cursor: move;
}
.del_btn_d {
display: inline-block;
position: absolute;
right: 20px;
border: 2px solid
#ccc;
border-radius: 50%;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 18px;
} | 0.462716 | 0.092319 |
.hero {
background-color: #0033a0;
}
img{
object-fit: cover;
}
.meetups {
background-color: #d4f3f9;
margin: 10px 20px;
padding: 30px;
}
.button-container.long-section-button {
display: flex;
justify-content: flex-end;
}
.article .metadata {
flex: 1
}
.article .metadata p {
width: 80%;
}
.article .metadata-filler {
flex: 4;
}
.conference-with-photo {
width: 100%;
display: flex;
height: 500px;
}
.conference-container {
background-color: #c5e5ca;
padding: 30px;
margin-left: 20px;
flex: 1;
}
.wide-photo-container {
width: 60%;
overflow: hidden;
padding: 10px;
display: flex;
align-items: center;
margin-right: 20px;
/*display: inline-block;*/
}
.photos {
display: flex;
flex-direction: column;
}
.collage-container {
/* margin: 10px; */
display: grid;
grid-template-columns: repeat(3, 33%);
grid-auto-rows: 300px;
grid-gap: 10px;
width: 100%;
padding: 20px;
box-sizing: border-box;
}
.square-photo-container {
/* margin-right: 10px; */
position: relative;
display: inline-grid;
}
.square-photo {
width: 100%;
height: 100%;
}
.tall-photo-container {
max-height: 700px;
grid-column: 3;
grid-row-start: 1;
grid-row-end: 3;
position: relative;
}
.tall-photo {
height: 100%;
width: 100%;
}
@media only screen and (max-width: 900px) {
.conference-with-photo{
flex-direction: column;
height: unset;
padding: 20px;
box-sizing: border-box;
}
.conference-container{
margin: unset;
}
.collage-container {
grid-template-columns: 1fr 1fr;
grid-auto-flow: column;
}
.tall-photo-container {
margin: 10px 0px;
grid-column: 1/ end;
grid-row: 3;
}
.wide-photo-container{
width: 100%;
height: 500px;
/* padding: 20px;*/
box-sizing: border-box;
margin: unset;
padding: 20px 0px 0px 0px;
}
.wide-photo-container > img{
width: 100%;
height: 100%;
}
} | css/events.css | .hero {
background-color: #0033a0;
}
img{
object-fit: cover;
}
.meetups {
background-color: #d4f3f9;
margin: 10px 20px;
padding: 30px;
}
.button-container.long-section-button {
display: flex;
justify-content: flex-end;
}
.article .metadata {
flex: 1
}
.article .metadata p {
width: 80%;
}
.article .metadata-filler {
flex: 4;
}
.conference-with-photo {
width: 100%;
display: flex;
height: 500px;
}
.conference-container {
background-color: #c5e5ca;
padding: 30px;
margin-left: 20px;
flex: 1;
}
.wide-photo-container {
width: 60%;
overflow: hidden;
padding: 10px;
display: flex;
align-items: center;
margin-right: 20px;
/*display: inline-block;*/
}
.photos {
display: flex;
flex-direction: column;
}
.collage-container {
/* margin: 10px; */
display: grid;
grid-template-columns: repeat(3, 33%);
grid-auto-rows: 300px;
grid-gap: 10px;
width: 100%;
padding: 20px;
box-sizing: border-box;
}
.square-photo-container {
/* margin-right: 10px; */
position: relative;
display: inline-grid;
}
.square-photo {
width: 100%;
height: 100%;
}
.tall-photo-container {
max-height: 700px;
grid-column: 3;
grid-row-start: 1;
grid-row-end: 3;
position: relative;
}
.tall-photo {
height: 100%;
width: 100%;
}
@media only screen and (max-width: 900px) {
.conference-with-photo{
flex-direction: column;
height: unset;
padding: 20px;
box-sizing: border-box;
}
.conference-container{
margin: unset;
}
.collage-container {
grid-template-columns: 1fr 1fr;
grid-auto-flow: column;
}
.tall-photo-container {
margin: 10px 0px;
grid-column: 1/ end;
grid-row: 3;
}
.wide-photo-container{
width: 100%;
height: 500px;
/* padding: 20px;*/
box-sizing: border-box;
margin: unset;
padding: 20px 0px 0px 0px;
}
.wide-photo-container > img{
width: 100%;
height: 100%;
}
} | 0.560974 | 0.112942 |
a{
text-decoration: none;
text-align: justify-all;
}
/* --- INICIO de Datos de Inserción de Datos Productos --- */
p form .formProducts input{
text-align: center;
}
.formProducts .Aceptar{
font-size: 16px;
border-radius: 4px;
cursor: pointer;
border: 0px;
float: center;
text-align: center;
padding: 2px 10px;
}
.Aceptar:hover{
background: #3E0946;/*#C2878D;*/
color: #FFFFFF;
}
/* --- FIN de Datos de Inserción de Datos Productos --- */
.fondoFlotante{
position: fixed;
width: 100%;
min-height: 100vh; /* espaciado hacia bajo para cubrir todos los elementos de la pagina */
overflow: visible;
left: 0;
top: 0;
background: rgba(0, 0, 0, .8);
display: none;
cursor: not-allowed;
}
.ventanaFlotante{
margin: auto 25%;
background: rgba(255, 255, 255, .8);
color: #000000; /* color de letra */
cursor: initial;
width: 40%;
height: 80%;
font-size: 22px;
text-align: justify;
padding: 33px;
min-height: 150px; /* da un espaciado hacia bajo del recuadro */
border-radius: 22px;
position: fixed; /* posiciona el recuadro ensema de todo */
left: 5%;
top: 5%;
display: none;
}
#cerrar{
background: rgba(0, 0, 0, .7);
color: red;
position: fixed;
right: 30.5%;
bottom: 89%; /* permite subir */
width: 30px; /* tamaño de anchura del icono */
height: 30px; /* tamaño de altura del icono */
padding: 7px; /* centra el icono cerrar*/
border-radius: 18px;
}
p{
margin: auto 30%; /*altura = 10% y anchura = 30%*/
text-align: justify;
}
/* * * * * * * * * Tamaños de a comodo para el recuadro de información * * * * * * * * */
@media screen and (max-width: 1125px){
}
@media screen and (max-width: 800px){
}
@media screen and (max-width: 720px){
}
@media screen and (max-width: 683px){
}
@media screen and (max-width: 640px){
}
@media screen and (max-width: 613px){
}
@media screen and (max-width: 500px){
}
@media screen and (max-width: 400px){
}
@media screen and (max-width: 395px){
}
@media screen and (max-width: 350px){
}
@media screen and (max-width: 330px){
}
@media screen and (max-width: 316px){
}
@media screen and (max-width: 300px){
.fondoFlotante{
width: 100%;
min-height: 100vh; /* espacoiado hacia bajo para cubrir todos los elementos de la pagina */
left: 0;
top: 0;
display: none;
cursor: not-allowed;
}
.ventanaFlotante{
margin: auto;
cursor: initial;
width: 90%;
height: 25%;
font-size: 20px;
text-align: justify;
padding: 22px;
display: none;
top: 20%;
}
#cerrar{
right: 7%;
bottom: 76%; /* permite subir */
padding:6px; /* centra el icono cerrar*/
border-radius: 18px;
}
p{
margin: auto 30%; /*altura = automatica y anchura = 30%*/
text-align: justify;
}
} | Proyecto_TESIS V/css/mensageInfo.css | a{
text-decoration: none;
text-align: justify-all;
}
/* --- INICIO de Datos de Inserción de Datos Productos --- */
p form .formProducts input{
text-align: center;
}
.formProducts .Aceptar{
font-size: 16px;
border-radius: 4px;
cursor: pointer;
border: 0px;
float: center;
text-align: center;
padding: 2px 10px;
}
.Aceptar:hover{
background: #3E0946;/*#C2878D;*/
color: #FFFFFF;
}
/* --- FIN de Datos de Inserción de Datos Productos --- */
.fondoFlotante{
position: fixed;
width: 100%;
min-height: 100vh; /* espaciado hacia bajo para cubrir todos los elementos de la pagina */
overflow: visible;
left: 0;
top: 0;
background: rgba(0, 0, 0, .8);
display: none;
cursor: not-allowed;
}
.ventanaFlotante{
margin: auto 25%;
background: rgba(255, 255, 255, .8);
color: #000000; /* color de letra */
cursor: initial;
width: 40%;
height: 80%;
font-size: 22px;
text-align: justify;
padding: 33px;
min-height: 150px; /* da un espaciado hacia bajo del recuadro */
border-radius: 22px;
position: fixed; /* posiciona el recuadro ensema de todo */
left: 5%;
top: 5%;
display: none;
}
#cerrar{
background: rgba(0, 0, 0, .7);
color: red;
position: fixed;
right: 30.5%;
bottom: 89%; /* permite subir */
width: 30px; /* tamaño de anchura del icono */
height: 30px; /* tamaño de altura del icono */
padding: 7px; /* centra el icono cerrar*/
border-radius: 18px;
}
p{
margin: auto 30%; /*altura = 10% y anchura = 30%*/
text-align: justify;
}
/* * * * * * * * * Tamaños de a comodo para el recuadro de información * * * * * * * * */
@media screen and (max-width: 1125px){
}
@media screen and (max-width: 800px){
}
@media screen and (max-width: 720px){
}
@media screen and (max-width: 683px){
}
@media screen and (max-width: 640px){
}
@media screen and (max-width: 613px){
}
@media screen and (max-width: 500px){
}
@media screen and (max-width: 400px){
}
@media screen and (max-width: 395px){
}
@media screen and (max-width: 350px){
}
@media screen and (max-width: 330px){
}
@media screen and (max-width: 316px){
}
@media screen and (max-width: 300px){
.fondoFlotante{
width: 100%;
min-height: 100vh; /* espacoiado hacia bajo para cubrir todos los elementos de la pagina */
left: 0;
top: 0;
display: none;
cursor: not-allowed;
}
.ventanaFlotante{
margin: auto;
cursor: initial;
width: 90%;
height: 25%;
font-size: 20px;
text-align: justify;
padding: 22px;
display: none;
top: 20%;
}
#cerrar{
right: 7%;
bottom: 76%; /* permite subir */
padding:6px; /* centra el icono cerrar*/
border-radius: 18px;
}
p{
margin: auto 30%; /*altura = automatica y anchura = 30%*/
text-align: justify;
}
} | 0.156137 | 0.081374 |
@media (max-width: 979px) {
.aui * {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.aui #heading {
bottom: 100%;
margin-top: -2em;
position: relative; }
.aui #heading .site-title {
font-size: 26px; }
.aui #heading .site-title img {
width: 35px; }
.aui #navigation {
display: none; }
.aui #navigation.open {
display: block; }
.aui #navigation.open .navbar-inner {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 10px; }
.aui #navigation.open .navbar-inner .nav-collapse {
height: auto;
overflow: visible; }
.aui #navigation .nav {
margin: 0; }
.aui .dockbar-split .dockbar, .aui .dockbar {
float: right;
height: auto;
position: relative;
z-index: 401; }
.aui .dockbar-split .dockbar .info-items, .aui .dockbar .info-items {
height: auto;
position: static;
width: 300px; }
.aui .dockbar-split .dockbar .navbar-inner, .aui .dockbar .navbar-inner {
width: auto; }
.aui .dockbar-split .dockbar .navbar-inner .btn-navbar, .aui .dockbar .navbar-inner .btn-navbar {
background: transparent;
border: none;
float: left;
font-size: 24px;
padding: 12px 15px; }
.aui .dockbar-split .dockbar .navbar-inner .btn-navbar:hover, .aui .dockbar .navbar-inner .btn-navbar:hover {
background-color: #5BBAE8; }
.aui .dockbar-split .dockbar .navbar-inner .btn-navbar.open, .aui .dockbar .navbar-inner .btn-navbar.open {
background-color: #F5AF45; }
.aui .dockbar-split .dockbar .navbar-inner .nav-account-controls, .aui .dockbar .navbar-inner .nav-account-controls {
padding: 0 5px; }
.aui .dockbar-split .dockbar .navbar-inner .nav-account-controls .user-avatar-image, .aui .dockbar .navbar-inner .nav-account-controls .user-avatar-image {
display: none; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls, .aui .dockbar .navbar-inner .nav-add-controls {
background: transparent;
border-top-width: 0;
position: static;
z-index: 350;
padding: 0 5px; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li, .aui .dockbar .navbar-inner .nav-add-controls > li {
float: none;
margin: 0;
position: relative; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a, .aui .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
clip: rect(auto auto auto auto);
position: static;
visibility: visible; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li .page-preview-controls, .aui .dockbar .navbar-inner .nav-add-controls > li .page-preview-controls {
display: none; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a, .aui .dockbar .navbar-inner .nav-add-controls > li > a {
background: transparent;
text-align: left;
white-space: nowrap; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover, .aui .dockbar .navbar-inner .nav-add-controls > li > a:hover {
background: #F3f3f3; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
font-size: 22px;
margin-top: 0; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link, .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
background: transparent; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
color: #FFF; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label, .aui .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
background: transparent;
display: inline;
left: 0;
margin-left: 0;
margin-top: 0;
padding: 0;
position: relative; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label, .aui .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
display: inline; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down, .aui .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
display: none; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse, .aui .dockbar .navbar-inner .nav-collapse {
z-index: 400; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse.open, .aui .dockbar .navbar-inner .nav-collapse.open {
overflow: visible; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav, .aui .dockbar .navbar-inner .nav-collapse > .nav {
background: #009AE5;
border-width: 0;
left: auto;
margin: 0;
min-width: 160px;
position: absolute;
right: 0;
z-index: 400; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown .dropdown-menu li a, .aui .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown .dropdown-menu li a {
font-size: 16px;
line-height: 32px; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown.open > .dropdown-toggle, .aui .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown.open > .dropdown-toggle {
color: #FFFFFF; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a {
color: #FFF;
font-size: 16px;
margin: 5px 0;
padding: 6px 15px; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a:hover, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a:focus, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a:hover {
background-color: #5BBAE8; }
.aui .portlet-dockbar {
display: inline-block;
width: 100%; }
.aui .signed-out #_145_navAddControlsNavbarBtn {
display: none; } }
.aui {
/* ---------- Main ---------- */
/* ---------- Help icon ---------- */
/* ---------- Dockbar ---------- */
/* ---------- Nav#Navigation ---------- */
/* ---------- Breadcrumbs ---------- */
/* ---------- Form navigator ---------- */
/* ---------- Hidden accessible ---------- */
/* ---------- Side accordion navigations ---------- */
/* ---------- Extras ---------- */ }
.aui body {
color: #555;
font-weight: 200; }
.aui a {
color: #009AE5;
font-weight: 200; }
.aui a:hover {
color: #009AE5; }
.aui a [class^="icon-"], .aui a [class*=" icon-"] {
display: inline-block; }
.aui .alert, .aui .portlet-msg-alert, .aui .portlet-msg-error, .aui .portlet-msg-help, .aui .portlet-msg-info, .aui .portlet-msg-progress, .aui .portlet-msg-success {
word-wrap: break-word; }
.aui .table {
font-size: 15px;
overflow: hidden; }
.aui .table td {
background-color: #F9F9F9; }
.aui .table thead th {
background-color: #F0EFEF;
font-size: 15px;
font-weight: normal; }
.aui .table .table-sort-liner a {
color: #555;
font-weight: normal;
text-decoration: underline; }
.aui .table-striped tbody > tr:nth-child(odd) > td, .aui .table-striped tbody > tr:nth-child(odd) > th {
background-color: #FFF; }
.aui .table-hover tbody tr:hover > td, .aui .table-hover tbody tr:hover > th {
background-color: #EDF8FD; }
.aui input[type="color"], .aui input[type="date"], .aui input[type="datetime"], .aui input[type="datetime-local"], .aui input[type="email"], .aui input[type="month"], .aui input[type="number"], .aui input[type="password"], .aui input[type="search"], .aui input[type="tel"], .aui input[type="text"], .aui input[type="time"], .aui input[type="url"], .aui input[type="week"], .aui select, .aui textarea, .aui .uneditable-input {
border: 1px solid #DDD;
color: #8D8D8D;
font-weight: 200;
margin-bottom: 7px; }
.aui input[type="color"]:focus, .aui input[type="date"]:focus, .aui input[type="datetime"]:focus, .aui input[type="datetime-local"]:focus, .aui input[type="email"]:focus, .aui input[type="month"]:focus, .aui input[type="number"]:focus, .aui input[type="password"]:focus, .aui input[type="search"]:focus, .aui input[type="tel"]:focus, .aui input[type="text"]:focus, .aui input[type="time"]:focus, .aui input[type="url"]:focus, .aui input[type="week"]:focus, .aui select:focus, .aui textarea:focus, .aui .uneditable-input:focus {
border-color: rgba(0, 172, 255, 0.8); }
.aui input[type="submit"] {
margin-bottom: 11px;
margin-top: 6px; }
.aui input[type="text"].search-query {
margin-top: 0; }
.aui label {
color: #555;
font-size: 15px;
font-weight: 200; }
.aui li {
line-height: 27px; }
.aui select:focus {
border: 1px solid rgba(0, 172, 255, 0.8);
outline: 5px auto rgba(82, 168, 236, 0.6);
outline-offset: -2px; }
.aui .form-search .control-group-inline, .aui .lfr-translation-manager-selector .control-group-inline {
margin: 0; }
.aui .field-wrapper .btn {
margin-top: 0; }
.aui .btn.disabled, .aui .btn[disabled] {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4; }
.aui .btn-link {
color: #555;
text-decoration: none; }
.aui .btn-link:focus, .aui .btn-link:hover {
color: #009AE5;
text-decoration: none; }
.aui .btn-link > i {
height: auto;
margin: 0;
padding: 0;
width: auto; }
.aui .control-group {
margin-bottom: 30px; }
.aui .lfr-ddm-container .control-group, .aui .portlet-staging-bar .control-group {
margin-bottom: 15px; }
@media (max-width: 767px) {
.aui .form-search .input-append .btn {
font-size: 0;
padding: 4px 19px 0; }
.aui .form-search .input-append .btn:after {
content: "\f002";
font-size: 18px;
font-family: 'fontawesome-alloy';
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em; } }
.aui .navbar .nav > li > a:focus, .aui .navbar .nav > li > a:hover {
color: #009AE5; }
.aui .lfr-tree .tree-node .tree-node-selected .tree-label {
background: #E4F5FC; }
.aui .previous-level:focus {
color: #0A68CD; }
.aui .previous-level:hover {
color: #8CD3FC; }
.aui .logo, .aui .logo:hover {
color: #333;
line-height: 20px; }
.aui .portlet, .aui .portlet-borderless-container {
background: #FFF;
margin-bottom: 10px;
padding: 0; }
.aui .portlet-title {
padding: 0 10px; }
.aui .portlet-nested-portlets .portlet-body .portlet {
border: 1px solid #E5E5E5; }
.aui .portlet-borderless-container {
padding: 10px 0; }
.aui .portlet-options .dropdown-toggle .caret {
display: none; }
.aui .taglib-icon-help img {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5;
vertical-align: top; }
.aui .taglib-icon-help img:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1; }
.aui .dockbar-split .dockbar .nav li.dropdown.open > .dropdown-toggle, .aui .dockbar-split .dockbar .nav li.dropdown.active > .dropdown-toggle, .aui .dockbar-split .dockbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color: transparent;
color: #FFF; }
.aui .dockbar-split .dockbar .navbar-inner {
background: none;
visibility: hidden; }
.aui .dockbar-split.dockbar-ready .dockbar .navbar-inner {
visibility: visible; }
.aui .dockbar.navbar .navbar-inner {
min-height: 40px; }
.aui .dockbar .navbar-inner {
background: #333; }
.aui .dockbar .navbar-inner .container .btn-navbar {
color: #FFF; }
.aui .dockbar .navbar-inner .container .btn-navbar .user-avatar-image {
position: relative;
top: 2px;
width: 28px; }
.aui .dockbar .nav > li > a {
color: #FFF;
line-height: 31px; }
.aui .dockbar .nav > li > a:focus, .aui .dockbar .nav > li > a:hover {
color: #FFF; }
.aui .dockbar .nav > li > a [class^="icon-"], .aui .dockbar .nav > li > a [class*=" icon-"] {
margin-top: 3px; }
.aui .dockbar .nav > li.active > a {
color: #FFF; }
.aui .dockbar .nav > li.active > a, .aui .dockbar .nav > li.active > a:hover, .aui .dockbar .nav > li.active > a:focus {
background: #0066B3; }
.aui .dockbar .nav li.dropdown > .dropdown-toggle .caret, .aui .dockbar .nav li.dropdown.open.active > .dropdown-toggle .caret, .aui .dockbar .nav li.dropdown > .dropdown-toggle:hover .caret {
border-bottom-color: #FFF;
border-top-color: #FFF; }
.aui .dockbar .nav li.dropdown.open > .dropdown-toggle, .aui .dockbar .nav li.dropdown.active > .dropdown-toggle, .aui .dockbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #3EA9DB;
color: #FFF; }
.aui .dockbar .nav li.dropdown .dropdown-menu, .aui .dockbar .nav li.dropdown .site-administration-menu {
background: #009AE5;
border-width: 0;
left: 0;
margin: 0;
right: auto; }
.aui .dockbar .nav li.dropdown .dropdown-menu > li > a, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a {
color: #FFF;
font-size: 0.9em;
font-weight: 300; }
.aui .dockbar .nav li.dropdown .dropdown-menu > li > a:focus, .aui .dockbar .nav li.dropdown .dropdown-menu > li > a:hover, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a:focus, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a:hover {
background: #2FA4F5;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2FA4F5', endColorstr='#FF2FA4F5'); }
.aui .dockbar .nav li.dropdown .dropdown-menu > li > a [class^="icon-"], .aui .dockbar .nav li.dropdown .dropdown-menu > li > a [class*=" icon-"], .aui .dockbar .nav li.dropdown .site-administration-menu > li > a [class^="icon-"], .aui .dockbar .nav li.dropdown .site-administration-menu > li > a [class*=" icon-"] {
margin-right: 3px; }
.aui .dockbar .nav li.dropdown .dropdown-menu > li > a .icon-spacer, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a .icon-spacer {
margin-right: 17px; }
.aui .dockbar .nav li.dropdown .dropdown-menu li.active > a, .aui .dockbar .nav li.dropdown .site-administration-menu li.active > a {
background: #3B6DCC; }
.aui .dockbar .nav li.dropdown .dropdown-menu {
max-height: 300px;
overflow-x: hidden;
overflow-y: auto; }
.aui .dockbar .nav li.dropdown .dropdown-menu:after, .aui .dockbar .nav li.dropdown .dropdown-menu:before {
border-width: 0; }
.aui .dockbar .nav li.dropdown.user-avatar .dropdown-menu {
left: auto;
right: 0; }
.aui .dockbar .nav-account-controls li ul li a:hover i {
background-image: none;
text-decoration: none; }
.aui .dockbar .divider-vertical {
border-left-color: #222;
border-right-color: #555;
display: none; }
.aui .app-view-taglib .lfr-header-row-content .select-all-entries {
left: 7px;
top: 14px; }
.aui .navbar .btn-group, .aui .navbar .navbar-search {
margin-bottom: 8px;
margin-top: 8px; }
.aui .navbar .btn-navbar {
padding: 10px; }
.aui .navbar .container .btn-navbar {
background: transparent;
border-color: #DDD; }
.aui .navbar .container .btn-navbar:hover, .aui .navbar .container .btn-navbar:focus, .aui .navbar .container .btn-navbar:active, .aui .navbar .container .btn-navbar.active, .aui .navbar .container .btn-navbar.disabled, .aui .navbar .container .btn-navbar[disabled] {
background-color: #DDD; }
.aui .navbar .container .btn-navbar .icon-bar {
background: #656565; }
.aui .navbar .icon-caret-down {
background: #27A7EB;
background: rgba(255, 255, 255, 0.2);
font-size: 14px;
height: auto;
margin-left: 5px;
padding: 1px 4px;
width: auto; }
.aui .navbar .nav > li.open > a {
background-color: #FFF;
color: #555;
text-decoration: none; }
.aui .navbar .navbar-inner {
min-height: 47px; }
.aui .modify-pages .delete-tab {
background: #555;
border: 2px solid #FFF;
color: #FFF;
font-size: 16px;
padding: 4px;
right: -10px;
top: 0;
z-index: 300; }
.aui .modify-pages .delete-tab:hover {
-webkit-box-shadow: 0 1px 1px -1px black;
-moz-box-shadow: 0 1px 1px -1px black;
box-shadow: 0 1px 1px -1px black; }
.aui .breadcrumb {
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
padding: 3px 15px 2px; }
.aui .breadcrumb li {
display: inline; }
.aui .breadcrumb li span.divider {
color: #999;
font-weight: bold; }
.aui .breadcrumb li.last a {
color: #676767; }
.aui .breadcrumb li.last span.divider {
display: none; }
.aui .breadcrumb .only .divider {
display: none; }
@media (max-width: 767px) {
.aui .breadcrumb.breadcrumb-horizontal {
padding-left: 5px;
padding-right: 5px; }
.aui .breadcrumb.breadcrumb-horizontal li {
display: none; }
.aui .breadcrumb.breadcrumb-horizontal li.only, .aui .breadcrumb.breadcrumb-horizontal li.first, .aui .breadcrumb.breadcrumb-horizontal li.last, .aui .breadcrumb.breadcrumb-horizontal li.current-parent {
display: inline-block; }
.aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.only, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.first a, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.last a, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.active, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.current-parent a {
display: inline-block;
max-width: 65px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
white-space: nowrap; }
.aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.current-parent:before {
color: #999;
content: ' ... / ';
font-weight: bold; } }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.active .tab-label .message {
color: #000; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.active .tab-label .number {
background: #60BFEF; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.active .tab-label .tab-icon {
color: #60BFEF; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-error .tab-label .message {
color: #B50303; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .message {
color: #000; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .number {
background: #CCC;
color: #FFF; }
@media (max-width: 979px) {
.aui .taglib-form-navigator .form-navigator-content {
clear: both;
float: none;
width: 100%; }
.aui .taglib-form-navigator .form-navigator.nav.well {
border-width: 1px 0 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
clear: both;
float: none;
margin: 1em 0 0;
padding: 1em 0.5em;
width: 100%; }
.aui .taglib-form-navigator .form-navigator.nav.well > li {
display: inline-block; }
.aui .taglib-form-navigator .form-navigator.nav.well > li > a {
margin: 0;
padding: 0.1em 1em; }
.aui .taglib-form-navigator .nobr {
white-space: normal; } }
.aui #banner h2, .aui #banner h3, .aui .site-breadcrumbs h1 {
clip: rect(0 0 0 0);
position: absolute; }
.aui .opens-new-window-accessible {
background: url(@theme_image_path@/common/open_window.png) no-repeat 0 50%;
display: inline-block;
font-size: 0;
height: 11px;
margin-left: 2px;
overflow: hidden;
text-indent: -9999px;
vertical-align: top;
width: 11px; }
.aui .nav-header {
background-color: #E5E5E5;
border: solid #DDD;
border-width: 1px 0;
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.aui .accordion .accordion-group .accordion-heading .accordion-toggle {
padding-left: 15px; }
.aui .accordion .accordion-group .toggler-content-expanded {
border-width: 1px 0 0 0; }
.aui .accordion-group .accordion-heading.toggler-header-collapsed .accordion-toggle:before, .aui .accordion-group .accordion-heading.toggler-header-expanded .accordion-toggle:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-collapsed:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-expanded:before {
content: "\f138";
font-family: 'fontawesome-alloy';
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
display: inline-block;
margin-right: 5px; }
.aui .accordion-group .accordion-heading.toggler-header-expanded .accordion-toggle:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-expanded:before {
content: "\f13a"; }
.aui .accordion-group {
border-width: 0; }
.aui .accordion-group .accordion-heading {
background: none no-repeat 0 50%;
overflow: hidden; }
.aui .accordion-group .accordion-heading .accordion-toggle, .aui .accordion-group .accordion-heading .accordion-toggle:hover {
text-decoration: none; }
.aui .accordion-group .accordion-heading.toggler-header-collapsed, .aui .accordion-group .accordion-heading.toggler-header-expanded {
background-image: none; }
.aui .accordion-group .accordion-heading.toggler-header-collapsed .accordion-toggle:before, .aui .accordion-group .accordion-heading.toggler-header-expanded .accordion-toggle:before {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5; }
.aui .accordion-group .accordion-heading.toggler-header-collapsed {
position: relative; }
.aui .accordion-group .accordion-heading.toggler-header-collapsed .accordion-toggle:after {
content: '';
margin-left: 10px;
position: absolute;
top: 50%;
width: 100%; }
.aui .accordion-group .toggler-content-expanded {
border: 1px solid #eeeeee; }
.aui .accordion-group .toggler-content-expanded .accordion-inner {
border-width: 0; }
.aui .accordion-group.lfr-panel-extended {
border-width: 1px; }
.aui .accordion-group.lfr-panel-extended .accordion-heading {
background: #F2F2F2;
overflow: hidden;
position: static; }
.aui .accordion-group.lfr-panel-extended .accordion-heading .accordion-toggle {
color: #999;
padding-left: 8px; }
.aui .accordion-group.lfr-panel-extended .accordion-heading .accordion-toggle:after, .aui .accordion-group.lfr-panel-extended .accordion-heading .accordion-toggle:before {
float: right;
font-size: 22px; }
.aui .accordion-heading .accordion-toggle {
padding-left: 0; }
.aui .toggler-content-collapsed {
display: none; }
.aui body.yui3-skin-sam .yui3-widget-mask {
background-color: #FFF; }
.aui.ie .dockbar .navbar-inner, .aui.ie #navigation .navbar-inner {
filter: none; }
.aui.ie6 .accordion-group .accordion-heading, .aui.ie7 .accordion-group .accordion-heading {
background: none no-repeat 0 50%; }
.aui.ie6 .accordion-group .accordion-heading.toggler-header-collapsed, .aui.ie7 .accordion-group .accordion-heading.toggler-header-collapsed {
background-image: url(../images/arrows/05_right.png); }
.aui.ie6 .accordion-group .accordion-heading.toggler-header-expanded, .aui.ie7 .accordion-group .accordion-heading.toggler-header-expanded {
background-image: url(../images/arrows/05_down.png); }
.aui .add-content-menu .accordion, .aui .lfr-edit-layout-panel .accordion, .aui .panel-page-menu .portlet-borderless-container .accordion {
background: #FFF;
border: solid #D3D3D3;
border-width: 0 1px; }
.aui .add-content-menu .accordion .accordion-group, .aui .lfr-edit-layout-panel .accordion .accordion-group, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group {
border-width: 0;
margin-bottom: 0; }
.aui .add-content-menu .accordion .accordion-group .accordion-heading, .aui .lfr-edit-layout-panel .accordion .accordion-group .accordion-heading, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .accordion-heading {
cursor: pointer; }
.aui .add-content-menu .accordion .accordion-group .accordion-heading .accordion-toggle, .aui .lfr-edit-layout-panel .accordion .accordion-group .accordion-heading .accordion-toggle, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .accordion-heading .accordion-toggle {
font-size: 16px;
font-weight: 300;
padding: 0; }
.aui .add-content-menu .accordion .accordion-group .accordion-inner, .aui .lfr-edit-layout-panel .accordion .accordion-group .accordion-inner, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .accordion-inner {
background: #FCFCFC;
border: solid #D3D3D3;
border-width: 0 0 1px 0;
padding: 6px 0 15px; }
.aui .add-content-menu .accordion .accordion-group .toggler-header, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header {
background: #F2F2F2;
border: solid #D3D3D3;
border-width: 1px 0;
margin-top: -1px;
padding: 6px 10px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.aui .add-content-menu .accordion .accordion-group .toggler-header .accordion-toggle, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header .accordion-toggle, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header .accordion-toggle {
background: #f2f2f2 url(../images/arrows/13_left.png) no-repeat 100% -20px; }
.aui .add-content-menu .accordion .accordion-group .toggler-header-collapsed .accordion-toggle, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header-collapsed .accordion-toggle, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header-collapsed .accordion-toggle {
background-position: 100% 0; }
.aui .add-content-menu .accordion .accordion-group .toggler-header-collapsed .accordion-toggle:before, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header-collapsed .accordion-toggle:before, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header-collapsed .accordion-toggle:before {
display: none; }
.aui .add-content-menu .accordion .accordion-group .toggler-header-expanded .accordion-toggle:before, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header-expanded .accordion-toggle:before, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header-expanded .accordion-toggle:before {
display: none; }
.aui .add-content-menu .accordion .toggler-content-expanded, .aui .lfr-edit-layout-panel .accordion .toggler-content-expanded, .aui .panel-page-menu .portlet-borderless-container .accordion .toggler-content-expanded {
border-width: 0; }
.aui .lfr-add-panel .add-content-menu .lfr-content-item {
color: #009AE5; }
.aui .lfr-add-panel .add-content-menu .lfr-content-item:focus, .aui .lfr-add-panel .add-content-menu .lfr-content-item:hover {
background-color: #E5F5FC; }
.aui .lfr-add-panel .add-content-menu .lfr-content-item.lfr-portlet-used {
color: #BBB; }
.aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-collapsed:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-expanded:before {
color: #8D8D8D;
position: absolute;
right: 5px;
top: 0; }
.aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.active:before {
color: #FFF; }
.aui .lfr-add-panel.lfr-admin-panel h1, .aui .lfr-device-preview-panel.lfr-admin-panel h1, .aui .lfr-edit-layout-panel.lfr-admin-panel h1 {
color: #009AE5;
font-size: 26px;
font-weight: normal;
line-height: 26px; }
.aui ::-webkit-selection {
background: #2AAAE6 !important;
color: #FFF;
text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
.aui ::-moz-selection {
background: #2AAAE6 !important;
color: #FFF;
text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
.aui ::-o-selection {
background: #2AAAE6 !important;
color: #FFF;
text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
.aui ::selection {
background: #2AAAE6 !important;
color: #FFF;
text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
.aui .breadcrumb > li {
text-shadow: none; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-error .tab-label .number, .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-success .tab-label .number {
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-property: box-shadow;
-moz-transition-property: box-shadow;
-o-transition-property: box-shadow;
transition-property: box-shadow;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-error .tab-label .number {
-webkit-box-shadow: 0 0 5px 0 #b50303;
-moz-box-shadow: 0 0 5px 0 #b50303;
box-shadow: 0 0 5px 0 #b50303; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-success .tab-label .number {
-webkit-box-shadow: 0 0 5px 0 #488f06;
-moz-box-shadow: 0 0 5px 0 #488f06;
box-shadow: 0 0 5px 0 #488f06; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
-webkit-box-shadow: 0 0 5px 0 #60bfef;
-moz-box-shadow: 0 0 5px 0 #60bfef;
box-shadow: 0 0 5px 0 #60bfef; }
.aui .modify-pages .delete-tab {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-shadow: none; }
.aui .nav-header {
background-color: #FFF;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
background-image: -webkit-linear-gradient(#ffffff 0%, #f2f2f2 100%);
background-image: -moz-linear-gradient(#ffffff 0%, #f2f2f2 100%);
background-image: -o-linear-gradient(#ffffff 0%, #f2f2f2 100%);
background-image: linear-gradient(#ffffff 0%, #f2f2f2 100%); }
.aui .portlet-options .dropdown-toggle, .aui .portlet-options.open .dropdown-toggle {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.aui .table {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px; }
.aui input[type="color"], .aui input[type="date"], .aui input[type="datetime"], .aui input[type="datetime-local"], .aui input[type="month"], .aui input[type="number"], .aui input[type="password"], .aui input[type="text"], .aui input[type="time"], .aui input[type="week"], .aui input[type="email"], .aui input[type="url"], .aui input[type="search"], .aui input[type="tel"], .aui textarea, .aui .uneditable-input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.aui input[type="color"]:focus, .aui input[type="date"]:focus, .aui input[type="datetime"]:focus, .aui input[type="datetime-local"]:focus, .aui input[type="month"]:focus, .aui input[type="number"]:focus, .aui input[type="password"]:focus, .aui input[type="text"]:focus, .aui input[type="time"]:focus, .aui input[type="week"]:focus, .aui input[type="email"]:focus, .aui input[type="url"]:focus, .aui input[type="search"]:focus, .aui input[type="tel"]:focus, .aui textarea:focus, .aui .uneditable-input:focus {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
.aui input.search-query {
border-radius: 15px; }
.aui .tagselector-focused .tagselector-content .textboxlistentry-holder {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
.aui .dockbar .nav > li > a {
text-shadow: none; }
.aui .dockbar .nav li.dropdown .dropdown-menu {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
.aui .dockbar .container .btn .user-avatar-image, .aui .dockbar .nav li.dropdown.user-avatar .user-avatar-image {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 2px #5594e0;
-moz-box-shadow: 0 0 0 2px #5594e0;
box-shadow: 0 0 0 2px #5594e0; }
.aui .navbar .container .btn, .aui .navbar .container .btn .icon-bar {
-webkit-box-shadow: 0 1px 0 white;
-moz-box-shadow: 0 1px 0 white;
box-shadow: 0 1px 0 white; }
.aui .navbar .icon-caret-down {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
.aui .navbar .nav > li.open > a {
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }
.aui .dockbar .container .btn {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.aui body.yui3-skin-sam .yui3-widget-mask {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8; } | docroot/css/.sass-cache/custom_common.css | @media (max-width: 979px) {
.aui * {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.aui #heading {
bottom: 100%;
margin-top: -2em;
position: relative; }
.aui #heading .site-title {
font-size: 26px; }
.aui #heading .site-title img {
width: 35px; }
.aui #navigation {
display: none; }
.aui #navigation.open {
display: block; }
.aui #navigation.open .navbar-inner {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 10px; }
.aui #navigation.open .navbar-inner .nav-collapse {
height: auto;
overflow: visible; }
.aui #navigation .nav {
margin: 0; }
.aui .dockbar-split .dockbar, .aui .dockbar {
float: right;
height: auto;
position: relative;
z-index: 401; }
.aui .dockbar-split .dockbar .info-items, .aui .dockbar .info-items {
height: auto;
position: static;
width: 300px; }
.aui .dockbar-split .dockbar .navbar-inner, .aui .dockbar .navbar-inner {
width: auto; }
.aui .dockbar-split .dockbar .navbar-inner .btn-navbar, .aui .dockbar .navbar-inner .btn-navbar {
background: transparent;
border: none;
float: left;
font-size: 24px;
padding: 12px 15px; }
.aui .dockbar-split .dockbar .navbar-inner .btn-navbar:hover, .aui .dockbar .navbar-inner .btn-navbar:hover {
background-color: #5BBAE8; }
.aui .dockbar-split .dockbar .navbar-inner .btn-navbar.open, .aui .dockbar .navbar-inner .btn-navbar.open {
background-color: #F5AF45; }
.aui .dockbar-split .dockbar .navbar-inner .nav-account-controls, .aui .dockbar .navbar-inner .nav-account-controls {
padding: 0 5px; }
.aui .dockbar-split .dockbar .navbar-inner .nav-account-controls .user-avatar-image, .aui .dockbar .navbar-inner .nav-account-controls .user-avatar-image {
display: none; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls, .aui .dockbar .navbar-inner .nav-add-controls {
background: transparent;
border-top-width: 0;
position: static;
z-index: 350;
padding: 0 5px; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li, .aui .dockbar .navbar-inner .nav-add-controls > li {
float: none;
margin: 0;
position: relative; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a, .aui .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
clip: rect(auto auto auto auto);
position: static;
visibility: visible; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li .page-preview-controls, .aui .dockbar .navbar-inner .nav-add-controls > li .page-preview-controls {
display: none; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a, .aui .dockbar .navbar-inner .nav-add-controls > li > a {
background: transparent;
text-align: left;
white-space: nowrap; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover, .aui .dockbar .navbar-inner .nav-add-controls > li > a:hover {
background: #F3f3f3; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
font-size: 22px;
margin-top: 0; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link, .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
background: transparent; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
color: #FFF; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label, .aui .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
background: transparent;
display: inline;
left: 0;
margin-left: 0;
margin-top: 0;
padding: 0;
position: relative; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label, .aui .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
display: inline; }
.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down, .aui .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
display: none; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse, .aui .dockbar .navbar-inner .nav-collapse {
z-index: 400; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse.open, .aui .dockbar .navbar-inner .nav-collapse.open {
overflow: visible; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav, .aui .dockbar .navbar-inner .nav-collapse > .nav {
background: #009AE5;
border-width: 0;
left: auto;
margin: 0;
min-width: 160px;
position: absolute;
right: 0;
z-index: 400; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown .dropdown-menu li a, .aui .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown .dropdown-menu li a {
font-size: 16px;
line-height: 32px; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown.open > .dropdown-toggle, .aui .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown.open > .dropdown-toggle {
color: #FFFFFF; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a {
color: #FFF;
font-size: 16px;
margin: 5px 0;
padding: 6px 15px; }
.aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a:hover, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a:focus, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a:hover {
background-color: #5BBAE8; }
.aui .portlet-dockbar {
display: inline-block;
width: 100%; }
.aui .signed-out #_145_navAddControlsNavbarBtn {
display: none; } }
.aui {
/* ---------- Main ---------- */
/* ---------- Help icon ---------- */
/* ---------- Dockbar ---------- */
/* ---------- Nav#Navigation ---------- */
/* ---------- Breadcrumbs ---------- */
/* ---------- Form navigator ---------- */
/* ---------- Hidden accessible ---------- */
/* ---------- Side accordion navigations ---------- */
/* ---------- Extras ---------- */ }
.aui body {
color: #555;
font-weight: 200; }
.aui a {
color: #009AE5;
font-weight: 200; }
.aui a:hover {
color: #009AE5; }
.aui a [class^="icon-"], .aui a [class*=" icon-"] {
display: inline-block; }
.aui .alert, .aui .portlet-msg-alert, .aui .portlet-msg-error, .aui .portlet-msg-help, .aui .portlet-msg-info, .aui .portlet-msg-progress, .aui .portlet-msg-success {
word-wrap: break-word; }
.aui .table {
font-size: 15px;
overflow: hidden; }
.aui .table td {
background-color: #F9F9F9; }
.aui .table thead th {
background-color: #F0EFEF;
font-size: 15px;
font-weight: normal; }
.aui .table .table-sort-liner a {
color: #555;
font-weight: normal;
text-decoration: underline; }
.aui .table-striped tbody > tr:nth-child(odd) > td, .aui .table-striped tbody > tr:nth-child(odd) > th {
background-color: #FFF; }
.aui .table-hover tbody tr:hover > td, .aui .table-hover tbody tr:hover > th {
background-color: #EDF8FD; }
.aui input[type="color"], .aui input[type="date"], .aui input[type="datetime"], .aui input[type="datetime-local"], .aui input[type="email"], .aui input[type="month"], .aui input[type="number"], .aui input[type="password"], .aui input[type="search"], .aui input[type="tel"], .aui input[type="text"], .aui input[type="time"], .aui input[type="url"], .aui input[type="week"], .aui select, .aui textarea, .aui .uneditable-input {
border: 1px solid #DDD;
color: #8D8D8D;
font-weight: 200;
margin-bottom: 7px; }
.aui input[type="color"]:focus, .aui input[type="date"]:focus, .aui input[type="datetime"]:focus, .aui input[type="datetime-local"]:focus, .aui input[type="email"]:focus, .aui input[type="month"]:focus, .aui input[type="number"]:focus, .aui input[type="password"]:focus, .aui input[type="search"]:focus, .aui input[type="tel"]:focus, .aui input[type="text"]:focus, .aui input[type="time"]:focus, .aui input[type="url"]:focus, .aui input[type="week"]:focus, .aui select:focus, .aui textarea:focus, .aui .uneditable-input:focus {
border-color: rgba(0, 172, 255, 0.8); }
.aui input[type="submit"] {
margin-bottom: 11px;
margin-top: 6px; }
.aui input[type="text"].search-query {
margin-top: 0; }
.aui label {
color: #555;
font-size: 15px;
font-weight: 200; }
.aui li {
line-height: 27px; }
.aui select:focus {
border: 1px solid rgba(0, 172, 255, 0.8);
outline: 5px auto rgba(82, 168, 236, 0.6);
outline-offset: -2px; }
.aui .form-search .control-group-inline, .aui .lfr-translation-manager-selector .control-group-inline {
margin: 0; }
.aui .field-wrapper .btn {
margin-top: 0; }
.aui .btn.disabled, .aui .btn[disabled] {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4; }
.aui .btn-link {
color: #555;
text-decoration: none; }
.aui .btn-link:focus, .aui .btn-link:hover {
color: #009AE5;
text-decoration: none; }
.aui .btn-link > i {
height: auto;
margin: 0;
padding: 0;
width: auto; }
.aui .control-group {
margin-bottom: 30px; }
.aui .lfr-ddm-container .control-group, .aui .portlet-staging-bar .control-group {
margin-bottom: 15px; }
@media (max-width: 767px) {
.aui .form-search .input-append .btn {
font-size: 0;
padding: 4px 19px 0; }
.aui .form-search .input-append .btn:after {
content: "\f002";
font-size: 18px;
font-family: 'fontawesome-alloy';
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em; } }
.aui .navbar .nav > li > a:focus, .aui .navbar .nav > li > a:hover {
color: #009AE5; }
.aui .lfr-tree .tree-node .tree-node-selected .tree-label {
background: #E4F5FC; }
.aui .previous-level:focus {
color: #0A68CD; }
.aui .previous-level:hover {
color: #8CD3FC; }
.aui .logo, .aui .logo:hover {
color: #333;
line-height: 20px; }
.aui .portlet, .aui .portlet-borderless-container {
background: #FFF;
margin-bottom: 10px;
padding: 0; }
.aui .portlet-title {
padding: 0 10px; }
.aui .portlet-nested-portlets .portlet-body .portlet {
border: 1px solid #E5E5E5; }
.aui .portlet-borderless-container {
padding: 10px 0; }
.aui .portlet-options .dropdown-toggle .caret {
display: none; }
.aui .taglib-icon-help img {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5;
vertical-align: top; }
.aui .taglib-icon-help img:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1; }
.aui .dockbar-split .dockbar .nav li.dropdown.open > .dropdown-toggle, .aui .dockbar-split .dockbar .nav li.dropdown.active > .dropdown-toggle, .aui .dockbar-split .dockbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color: transparent;
color: #FFF; }
.aui .dockbar-split .dockbar .navbar-inner {
background: none;
visibility: hidden; }
.aui .dockbar-split.dockbar-ready .dockbar .navbar-inner {
visibility: visible; }
.aui .dockbar.navbar .navbar-inner {
min-height: 40px; }
.aui .dockbar .navbar-inner {
background: #333; }
.aui .dockbar .navbar-inner .container .btn-navbar {
color: #FFF; }
.aui .dockbar .navbar-inner .container .btn-navbar .user-avatar-image {
position: relative;
top: 2px;
width: 28px; }
.aui .dockbar .nav > li > a {
color: #FFF;
line-height: 31px; }
.aui .dockbar .nav > li > a:focus, .aui .dockbar .nav > li > a:hover {
color: #FFF; }
.aui .dockbar .nav > li > a [class^="icon-"], .aui .dockbar .nav > li > a [class*=" icon-"] {
margin-top: 3px; }
.aui .dockbar .nav > li.active > a {
color: #FFF; }
.aui .dockbar .nav > li.active > a, .aui .dockbar .nav > li.active > a:hover, .aui .dockbar .nav > li.active > a:focus {
background: #0066B3; }
.aui .dockbar .nav li.dropdown > .dropdown-toggle .caret, .aui .dockbar .nav li.dropdown.open.active > .dropdown-toggle .caret, .aui .dockbar .nav li.dropdown > .dropdown-toggle:hover .caret {
border-bottom-color: #FFF;
border-top-color: #FFF; }
.aui .dockbar .nav li.dropdown.open > .dropdown-toggle, .aui .dockbar .nav li.dropdown.active > .dropdown-toggle, .aui .dockbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #3EA9DB;
color: #FFF; }
.aui .dockbar .nav li.dropdown .dropdown-menu, .aui .dockbar .nav li.dropdown .site-administration-menu {
background: #009AE5;
border-width: 0;
left: 0;
margin: 0;
right: auto; }
.aui .dockbar .nav li.dropdown .dropdown-menu > li > a, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a {
color: #FFF;
font-size: 0.9em;
font-weight: 300; }
.aui .dockbar .nav li.dropdown .dropdown-menu > li > a:focus, .aui .dockbar .nav li.dropdown .dropdown-menu > li > a:hover, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a:focus, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a:hover {
background: #2FA4F5;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2FA4F5', endColorstr='#FF2FA4F5'); }
.aui .dockbar .nav li.dropdown .dropdown-menu > li > a [class^="icon-"], .aui .dockbar .nav li.dropdown .dropdown-menu > li > a [class*=" icon-"], .aui .dockbar .nav li.dropdown .site-administration-menu > li > a [class^="icon-"], .aui .dockbar .nav li.dropdown .site-administration-menu > li > a [class*=" icon-"] {
margin-right: 3px; }
.aui .dockbar .nav li.dropdown .dropdown-menu > li > a .icon-spacer, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a .icon-spacer {
margin-right: 17px; }
.aui .dockbar .nav li.dropdown .dropdown-menu li.active > a, .aui .dockbar .nav li.dropdown .site-administration-menu li.active > a {
background: #3B6DCC; }
.aui .dockbar .nav li.dropdown .dropdown-menu {
max-height: 300px;
overflow-x: hidden;
overflow-y: auto; }
.aui .dockbar .nav li.dropdown .dropdown-menu:after, .aui .dockbar .nav li.dropdown .dropdown-menu:before {
border-width: 0; }
.aui .dockbar .nav li.dropdown.user-avatar .dropdown-menu {
left: auto;
right: 0; }
.aui .dockbar .nav-account-controls li ul li a:hover i {
background-image: none;
text-decoration: none; }
.aui .dockbar .divider-vertical {
border-left-color: #222;
border-right-color: #555;
display: none; }
.aui .app-view-taglib .lfr-header-row-content .select-all-entries {
left: 7px;
top: 14px; }
.aui .navbar .btn-group, .aui .navbar .navbar-search {
margin-bottom: 8px;
margin-top: 8px; }
.aui .navbar .btn-navbar {
padding: 10px; }
.aui .navbar .container .btn-navbar {
background: transparent;
border-color: #DDD; }
.aui .navbar .container .btn-navbar:hover, .aui .navbar .container .btn-navbar:focus, .aui .navbar .container .btn-navbar:active, .aui .navbar .container .btn-navbar.active, .aui .navbar .container .btn-navbar.disabled, .aui .navbar .container .btn-navbar[disabled] {
background-color: #DDD; }
.aui .navbar .container .btn-navbar .icon-bar {
background: #656565; }
.aui .navbar .icon-caret-down {
background: #27A7EB;
background: rgba(255, 255, 255, 0.2);
font-size: 14px;
height: auto;
margin-left: 5px;
padding: 1px 4px;
width: auto; }
.aui .navbar .nav > li.open > a {
background-color: #FFF;
color: #555;
text-decoration: none; }
.aui .navbar .navbar-inner {
min-height: 47px; }
.aui .modify-pages .delete-tab {
background: #555;
border: 2px solid #FFF;
color: #FFF;
font-size: 16px;
padding: 4px;
right: -10px;
top: 0;
z-index: 300; }
.aui .modify-pages .delete-tab:hover {
-webkit-box-shadow: 0 1px 1px -1px black;
-moz-box-shadow: 0 1px 1px -1px black;
box-shadow: 0 1px 1px -1px black; }
.aui .breadcrumb {
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
padding: 3px 15px 2px; }
.aui .breadcrumb li {
display: inline; }
.aui .breadcrumb li span.divider {
color: #999;
font-weight: bold; }
.aui .breadcrumb li.last a {
color: #676767; }
.aui .breadcrumb li.last span.divider {
display: none; }
.aui .breadcrumb .only .divider {
display: none; }
@media (max-width: 767px) {
.aui .breadcrumb.breadcrumb-horizontal {
padding-left: 5px;
padding-right: 5px; }
.aui .breadcrumb.breadcrumb-horizontal li {
display: none; }
.aui .breadcrumb.breadcrumb-horizontal li.only, .aui .breadcrumb.breadcrumb-horizontal li.first, .aui .breadcrumb.breadcrumb-horizontal li.last, .aui .breadcrumb.breadcrumb-horizontal li.current-parent {
display: inline-block; }
.aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.only, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.first a, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.last a, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.active, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.current-parent a {
display: inline-block;
max-width: 65px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
white-space: nowrap; }
.aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.current-parent:before {
color: #999;
content: ' ... / ';
font-weight: bold; } }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.active .tab-label .message {
color: #000; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.active .tab-label .number {
background: #60BFEF; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.active .tab-label .tab-icon {
color: #60BFEF; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-error .tab-label .message {
color: #B50303; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .message {
color: #000; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .number {
background: #CCC;
color: #FFF; }
@media (max-width: 979px) {
.aui .taglib-form-navigator .form-navigator-content {
clear: both;
float: none;
width: 100%; }
.aui .taglib-form-navigator .form-navigator.nav.well {
border-width: 1px 0 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
clear: both;
float: none;
margin: 1em 0 0;
padding: 1em 0.5em;
width: 100%; }
.aui .taglib-form-navigator .form-navigator.nav.well > li {
display: inline-block; }
.aui .taglib-form-navigator .form-navigator.nav.well > li > a {
margin: 0;
padding: 0.1em 1em; }
.aui .taglib-form-navigator .nobr {
white-space: normal; } }
.aui #banner h2, .aui #banner h3, .aui .site-breadcrumbs h1 {
clip: rect(0 0 0 0);
position: absolute; }
.aui .opens-new-window-accessible {
background: url(@theme_image_path@/common/open_window.png) no-repeat 0 50%;
display: inline-block;
font-size: 0;
height: 11px;
margin-left: 2px;
overflow: hidden;
text-indent: -9999px;
vertical-align: top;
width: 11px; }
.aui .nav-header {
background-color: #E5E5E5;
border: solid #DDD;
border-width: 1px 0;
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.aui .accordion .accordion-group .accordion-heading .accordion-toggle {
padding-left: 15px; }
.aui .accordion .accordion-group .toggler-content-expanded {
border-width: 1px 0 0 0; }
.aui .accordion-group .accordion-heading.toggler-header-collapsed .accordion-toggle:before, .aui .accordion-group .accordion-heading.toggler-header-expanded .accordion-toggle:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-collapsed:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-expanded:before {
content: "\f138";
font-family: 'fontawesome-alloy';
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
display: inline-block;
margin-right: 5px; }
.aui .accordion-group .accordion-heading.toggler-header-expanded .accordion-toggle:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-expanded:before {
content: "\f13a"; }
.aui .accordion-group {
border-width: 0; }
.aui .accordion-group .accordion-heading {
background: none no-repeat 0 50%;
overflow: hidden; }
.aui .accordion-group .accordion-heading .accordion-toggle, .aui .accordion-group .accordion-heading .accordion-toggle:hover {
text-decoration: none; }
.aui .accordion-group .accordion-heading.toggler-header-collapsed, .aui .accordion-group .accordion-heading.toggler-header-expanded {
background-image: none; }
.aui .accordion-group .accordion-heading.toggler-header-collapsed .accordion-toggle:before, .aui .accordion-group .accordion-heading.toggler-header-expanded .accordion-toggle:before {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5; }
.aui .accordion-group .accordion-heading.toggler-header-collapsed {
position: relative; }
.aui .accordion-group .accordion-heading.toggler-header-collapsed .accordion-toggle:after {
content: '';
margin-left: 10px;
position: absolute;
top: 50%;
width: 100%; }
.aui .accordion-group .toggler-content-expanded {
border: 1px solid #eeeeee; }
.aui .accordion-group .toggler-content-expanded .accordion-inner {
border-width: 0; }
.aui .accordion-group.lfr-panel-extended {
border-width: 1px; }
.aui .accordion-group.lfr-panel-extended .accordion-heading {
background: #F2F2F2;
overflow: hidden;
position: static; }
.aui .accordion-group.lfr-panel-extended .accordion-heading .accordion-toggle {
color: #999;
padding-left: 8px; }
.aui .accordion-group.lfr-panel-extended .accordion-heading .accordion-toggle:after, .aui .accordion-group.lfr-panel-extended .accordion-heading .accordion-toggle:before {
float: right;
font-size: 22px; }
.aui .accordion-heading .accordion-toggle {
padding-left: 0; }
.aui .toggler-content-collapsed {
display: none; }
.aui body.yui3-skin-sam .yui3-widget-mask {
background-color: #FFF; }
.aui.ie .dockbar .navbar-inner, .aui.ie #navigation .navbar-inner {
filter: none; }
.aui.ie6 .accordion-group .accordion-heading, .aui.ie7 .accordion-group .accordion-heading {
background: none no-repeat 0 50%; }
.aui.ie6 .accordion-group .accordion-heading.toggler-header-collapsed, .aui.ie7 .accordion-group .accordion-heading.toggler-header-collapsed {
background-image: url(../images/arrows/05_right.png); }
.aui.ie6 .accordion-group .accordion-heading.toggler-header-expanded, .aui.ie7 .accordion-group .accordion-heading.toggler-header-expanded {
background-image: url(../images/arrows/05_down.png); }
.aui .add-content-menu .accordion, .aui .lfr-edit-layout-panel .accordion, .aui .panel-page-menu .portlet-borderless-container .accordion {
background: #FFF;
border: solid #D3D3D3;
border-width: 0 1px; }
.aui .add-content-menu .accordion .accordion-group, .aui .lfr-edit-layout-panel .accordion .accordion-group, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group {
border-width: 0;
margin-bottom: 0; }
.aui .add-content-menu .accordion .accordion-group .accordion-heading, .aui .lfr-edit-layout-panel .accordion .accordion-group .accordion-heading, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .accordion-heading {
cursor: pointer; }
.aui .add-content-menu .accordion .accordion-group .accordion-heading .accordion-toggle, .aui .lfr-edit-layout-panel .accordion .accordion-group .accordion-heading .accordion-toggle, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .accordion-heading .accordion-toggle {
font-size: 16px;
font-weight: 300;
padding: 0; }
.aui .add-content-menu .accordion .accordion-group .accordion-inner, .aui .lfr-edit-layout-panel .accordion .accordion-group .accordion-inner, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .accordion-inner {
background: #FCFCFC;
border: solid #D3D3D3;
border-width: 0 0 1px 0;
padding: 6px 0 15px; }
.aui .add-content-menu .accordion .accordion-group .toggler-header, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header {
background: #F2F2F2;
border: solid #D3D3D3;
border-width: 1px 0;
margin-top: -1px;
padding: 6px 10px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.aui .add-content-menu .accordion .accordion-group .toggler-header .accordion-toggle, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header .accordion-toggle, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header .accordion-toggle {
background: #f2f2f2 url(../images/arrows/13_left.png) no-repeat 100% -20px; }
.aui .add-content-menu .accordion .accordion-group .toggler-header-collapsed .accordion-toggle, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header-collapsed .accordion-toggle, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header-collapsed .accordion-toggle {
background-position: 100% 0; }
.aui .add-content-menu .accordion .accordion-group .toggler-header-collapsed .accordion-toggle:before, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header-collapsed .accordion-toggle:before, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header-collapsed .accordion-toggle:before {
display: none; }
.aui .add-content-menu .accordion .accordion-group .toggler-header-expanded .accordion-toggle:before, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header-expanded .accordion-toggle:before, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header-expanded .accordion-toggle:before {
display: none; }
.aui .add-content-menu .accordion .toggler-content-expanded, .aui .lfr-edit-layout-panel .accordion .toggler-content-expanded, .aui .panel-page-menu .portlet-borderless-container .accordion .toggler-content-expanded {
border-width: 0; }
.aui .lfr-add-panel .add-content-menu .lfr-content-item {
color: #009AE5; }
.aui .lfr-add-panel .add-content-menu .lfr-content-item:focus, .aui .lfr-add-panel .add-content-menu .lfr-content-item:hover {
background-color: #E5F5FC; }
.aui .lfr-add-panel .add-content-menu .lfr-content-item.lfr-portlet-used {
color: #BBB; }
.aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-collapsed:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-expanded:before {
color: #8D8D8D;
position: absolute;
right: 5px;
top: 0; }
.aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.active:before {
color: #FFF; }
.aui .lfr-add-panel.lfr-admin-panel h1, .aui .lfr-device-preview-panel.lfr-admin-panel h1, .aui .lfr-edit-layout-panel.lfr-admin-panel h1 {
color: #009AE5;
font-size: 26px;
font-weight: normal;
line-height: 26px; }
.aui ::-webkit-selection {
background: #2AAAE6 !important;
color: #FFF;
text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
.aui ::-moz-selection {
background: #2AAAE6 !important;
color: #FFF;
text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
.aui ::-o-selection {
background: #2AAAE6 !important;
color: #FFF;
text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
.aui ::selection {
background: #2AAAE6 !important;
color: #FFF;
text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
.aui .breadcrumb > li {
text-shadow: none; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-error .tab-label .number, .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-success .tab-label .number {
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-property: box-shadow;
-moz-transition-property: box-shadow;
-o-transition-property: box-shadow;
transition-property: box-shadow;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-error .tab-label .number {
-webkit-box-shadow: 0 0 5px 0 #b50303;
-moz-box-shadow: 0 0 5px 0 #b50303;
box-shadow: 0 0 5px 0 #b50303; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-success .tab-label .number {
-webkit-box-shadow: 0 0 5px 0 #488f06;
-moz-box-shadow: 0 0 5px 0 #488f06;
box-shadow: 0 0 5px 0 #488f06; }
.aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
-webkit-box-shadow: 0 0 5px 0 #60bfef;
-moz-box-shadow: 0 0 5px 0 #60bfef;
box-shadow: 0 0 5px 0 #60bfef; }
.aui .modify-pages .delete-tab {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-shadow: none; }
.aui .nav-header {
background-color: #FFF;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
background-image: -webkit-linear-gradient(#ffffff 0%, #f2f2f2 100%);
background-image: -moz-linear-gradient(#ffffff 0%, #f2f2f2 100%);
background-image: -o-linear-gradient(#ffffff 0%, #f2f2f2 100%);
background-image: linear-gradient(#ffffff 0%, #f2f2f2 100%); }
.aui .portlet-options .dropdown-toggle, .aui .portlet-options.open .dropdown-toggle {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.aui .table {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px; }
.aui input[type="color"], .aui input[type="date"], .aui input[type="datetime"], .aui input[type="datetime-local"], .aui input[type="month"], .aui input[type="number"], .aui input[type="password"], .aui input[type="text"], .aui input[type="time"], .aui input[type="week"], .aui input[type="email"], .aui input[type="url"], .aui input[type="search"], .aui input[type="tel"], .aui textarea, .aui .uneditable-input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.aui input[type="color"]:focus, .aui input[type="date"]:focus, .aui input[type="datetime"]:focus, .aui input[type="datetime-local"]:focus, .aui input[type="month"]:focus, .aui input[type="number"]:focus, .aui input[type="password"]:focus, .aui input[type="text"]:focus, .aui input[type="time"]:focus, .aui input[type="week"]:focus, .aui input[type="email"]:focus, .aui input[type="url"]:focus, .aui input[type="search"]:focus, .aui input[type="tel"]:focus, .aui textarea:focus, .aui .uneditable-input:focus {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
.aui input.search-query {
border-radius: 15px; }
.aui .tagselector-focused .tagselector-content .textboxlistentry-holder {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
.aui .dockbar .nav > li > a {
text-shadow: none; }
.aui .dockbar .nav li.dropdown .dropdown-menu {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
.aui .dockbar .container .btn .user-avatar-image, .aui .dockbar .nav li.dropdown.user-avatar .user-avatar-image {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 2px #5594e0;
-moz-box-shadow: 0 0 0 2px #5594e0;
box-shadow: 0 0 0 2px #5594e0; }
.aui .navbar .container .btn, .aui .navbar .container .btn .icon-bar {
-webkit-box-shadow: 0 1px 0 white;
-moz-box-shadow: 0 1px 0 white;
box-shadow: 0 1px 0 white; }
.aui .navbar .icon-caret-down {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
.aui .navbar .nav > li.open > a {
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }
.aui .dockbar .container .btn {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.aui body.yui3-skin-sam .yui3-widget-mask {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8; } | 0.238107 | 0.042206 |
.GM_breadcrumb>li+li:before,
.GM_breadcrumb>li {
content: ">";
color: #777;
}
.GM_Boder {
border: 1px solid #ddd;
}
html,body{
height:100%;
}
#DeleteFile {
height:calc(100% - 50px);
}
.show-pic {
float: left;
width: 200px;
height: 200px;
width:25%;
display:flex;
justify-content:center;
align-items:center;
}
.show-pic .imgbox {
max-width: 150px;
max-height: 150px;
min-width:100px;
min-height:100px;
width:80%;
margin: auto;
position:absolute;
}
.show-pic .imgbox span{
position:absolute;
color:#000;
font-size:bold;
cursor: pointer;
font-size:10px;
right:-5px;
top:-5px;
transition:all .3s linear;
z-index:10;
}
.show-pic .imgbox span:hover{
font-size:20px;
right:-10px;
top:-10px;
transform: rotate(90deg);
}
.show-pic .imgbox img{
width:100%;
cursor: pointer;
box-shadow:0px 0px 20px gray;
}
.show-pic .imgbox:hover{
}
@media only screen and (min-width: 1600px) {
.show-pic {
width:20%;
}
}
@media only screen and (max-width: 600px) {
.show-pic {
width:50%;
}
}
@media only screen and (max-width: 300px) {
.show-pic {
width:100%;
}
}
.csshub-loader{
position: absolute;
top:20%;
left:30%;
}
.csshub-loader span{
display: inline-block;
width: 20px;
height: 20px;
border-radius: 100%;
background-color: #3498db;
opacity: 0;
}
.csshub-loader span:nth-child(1){
animation: csshub-opacitychange 1s ease-in-out infinite;
-webkit-animation: csshub-opacitychange 1s ease-in-out infinite;
}
.csshub-loader span:nth-child(2){
animation: csshub-opacitychange 1s ease-in-out 0.33s infinite;
-webkit-animation: csshub-opacitychange 1s ease-in-out 0.33s infinite;
}
.csshub-loader span:nth-child(3){
animation: csshub-opacitychange 1s ease-in-out 0.66s infinite;
-webkit-animation: csshub-opacitychange 1s ease-in-out 0.66s infinite;
}
.GM_Boder .col-md-12:nth-child(1){
display: none!important;
}
@keyframes csshub-opacitychange{
0%, 100%{
opacity: 0;
}
60%{
opacity: 1;
}
}
@-webkit-keyframes csshub-opacitychange{
0%, 100%{
opacity: 0;
}
60%{
opacity: 1;
}
} | public/css/GM.css | .GM_breadcrumb>li+li:before,
.GM_breadcrumb>li {
content: ">";
color: #777;
}
.GM_Boder {
border: 1px solid #ddd;
}
html,body{
height:100%;
}
#DeleteFile {
height:calc(100% - 50px);
}
.show-pic {
float: left;
width: 200px;
height: 200px;
width:25%;
display:flex;
justify-content:center;
align-items:center;
}
.show-pic .imgbox {
max-width: 150px;
max-height: 150px;
min-width:100px;
min-height:100px;
width:80%;
margin: auto;
position:absolute;
}
.show-pic .imgbox span{
position:absolute;
color:#000;
font-size:bold;
cursor: pointer;
font-size:10px;
right:-5px;
top:-5px;
transition:all .3s linear;
z-index:10;
}
.show-pic .imgbox span:hover{
font-size:20px;
right:-10px;
top:-10px;
transform: rotate(90deg);
}
.show-pic .imgbox img{
width:100%;
cursor: pointer;
box-shadow:0px 0px 20px gray;
}
.show-pic .imgbox:hover{
}
@media only screen and (min-width: 1600px) {
.show-pic {
width:20%;
}
}
@media only screen and (max-width: 600px) {
.show-pic {
width:50%;
}
}
@media only screen and (max-width: 300px) {
.show-pic {
width:100%;
}
}
.csshub-loader{
position: absolute;
top:20%;
left:30%;
}
.csshub-loader span{
display: inline-block;
width: 20px;
height: 20px;
border-radius: 100%;
background-color: #3498db;
opacity: 0;
}
.csshub-loader span:nth-child(1){
animation: csshub-opacitychange 1s ease-in-out infinite;
-webkit-animation: csshub-opacitychange 1s ease-in-out infinite;
}
.csshub-loader span:nth-child(2){
animation: csshub-opacitychange 1s ease-in-out 0.33s infinite;
-webkit-animation: csshub-opacitychange 1s ease-in-out 0.33s infinite;
}
.csshub-loader span:nth-child(3){
animation: csshub-opacitychange 1s ease-in-out 0.66s infinite;
-webkit-animation: csshub-opacitychange 1s ease-in-out 0.66s infinite;
}
.GM_Boder .col-md-12:nth-child(1){
display: none!important;
}
@keyframes csshub-opacitychange{
0%, 100%{
opacity: 0;
}
60%{
opacity: 1;
}
}
@-webkit-keyframes csshub-opacitychange{
0%, 100%{
opacity: 0;
}
60%{
opacity: 1;
}
} | 0.347426 | 0.074265 |
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/*
* affect dateapicker component
* detalles: modificación que permite mostrar el calendario picker cerca del medio de la pantalla
*/
.picker__frame {
margin-bottom: 5%;
}
/* template footer */
footer {
height: 35px;
padding: 5px;
background-image: -moz-linear-gradient(center top , #E4E4E4, #FFFFFF);
background-color: #F7F7F7;
border-top: 1px solid #BBBBBB;
}
footer p {
font: 11px Verdana,Arial,sans-serif;
}
footer img, footer a, footer p {
vertical-align: middle;
color: #2F2F2F;
display: inline-block;
}
.page-header {
margin: 0 0 10px;
padding-bottom: 16px;
}
/* CHOSEN COMPATIBLE BOOTSTRAP STYLES */
.chosen-container-single .chosen-single {
background: #ffffff repeat scroll 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single {
background: #ffffff repeat scroll 0 0;
}
.has-error .chosen-container-active.chosen-with-drop .chosen-single {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .chosen-container-active.chosen-with-drop .chosen-drop {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .chosen-single {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .chosen-single {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .chosen-container-active.chosen-with-drop .chosen-single {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .chosen-container-active.chosen-with-drop .chosen-drop {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-warning .chosen-single {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .chosen-container-active.chosen-with-drop .chosen-single {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .chosen-container-active.chosen-with-drop .chosen-drop {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
} | src/Buseta/TemplateBundle/Resources/public/css/base_template.css | @font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/*
* affect dateapicker component
* detalles: modificación que permite mostrar el calendario picker cerca del medio de la pantalla
*/
.picker__frame {
margin-bottom: 5%;
}
/* template footer */
footer {
height: 35px;
padding: 5px;
background-image: -moz-linear-gradient(center top , #E4E4E4, #FFFFFF);
background-color: #F7F7F7;
border-top: 1px solid #BBBBBB;
}
footer p {
font: 11px Verdana,Arial,sans-serif;
}
footer img, footer a, footer p {
vertical-align: middle;
color: #2F2F2F;
display: inline-block;
}
.page-header {
margin: 0 0 10px;
padding-bottom: 16px;
}
/* CHOSEN COMPATIBLE BOOTSTRAP STYLES */
.chosen-container-single .chosen-single {
background: #ffffff repeat scroll 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single {
background: #ffffff repeat scroll 0 0;
}
.has-error .chosen-container-active.chosen-with-drop .chosen-single {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .chosen-container-active.chosen-with-drop .chosen-drop {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .chosen-single {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .chosen-single {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .chosen-container-active.chosen-with-drop .chosen-single {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .chosen-container-active.chosen-with-drop .chosen-drop {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-warning .chosen-single {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .chosen-container-active.chosen-with-drop .chosen-single {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .chosen-container-active.chosen-with-drop .chosen-drop {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
} | 0.344554 | 0.101991 |
@charset "UTF-8";
:root{
/*Paleta de cores*/
--cor-Azul-Escuro:darkcyan;
--cor-Azul-Claro:rgb(190, 240, 255);
}
body{
margin: 0px;
}
.grid{
display: grid;
grid-template-areas:
"header header"
"aside main"
"footer footer";
grid-template-columns: 305px 1fr;
}
header {
grid-area: header;
opacity: 1;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 280px;
background-color: var(--cor-Azul-Escuro);
}
header:hover{
cursor: pointer;
}
.img-align{
position: relative;
top: 5px;
width: 20px;
height: 20px;
}
@keyframes opac{
from{
opacity: 0;
transform: translateY(20px);
}
to{
opacity: 1;
transform: translateY(0px);
}
}
.titulo{
font-size: 35px;
padding: 5px;
border: 4px solid white;
color: white;
animation: opac 2s linear;
}
h1{
padding-top: 20px;
text-align: center;
color: darkcyan;
}
h3{
text-align: center;
color:white;
background-color: var(--cor-Azul-Escuro);
}
h4{
margin:10px;
text-align: center;
color:darkcyan;
}
@keyframes slide-aside{
from{
margin-top:110px;
}
to{
margin-top: -50px;
}
}
aside{
z-index: 1;
margin-left: 64px;
margin-right: 20x;
margin-top: -50px;
grid-area: aside;
background-color: var(--cor-Azul-Claro);
width: 250px;
height: 1450px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.419);
animation:slide-aside 2s linear;
border-radius: 20px;
}
.skill{
text-align: center;
background-color: var(--cor-Azul-Escuro);
border-radius: 20px;
color: white;
}
.container-foto{
margin: 10px auto;
width: 220px;
height: 220px;
background-image: url(../imagem/leandro.webp);
background-size: cover;
background-position: center;
border-radius: 20px;
}
main{
margin: 0px;
}
@keyframes slide-sobre{
from{
transform:translateX(200px)
}
to{
transform: scaleX(0px);
}
}
.container-sobre{
margin: 40px auto ;
width: 75%;
height: auto;
grid-area: main;
box-shadow: 0px 0px 15px rgba(73, 54, 54, 0.364);
animation: slide-sobre 2s linear;
border-radius: 10px;
}
p{
color: black;
margin: 30px;
text-indent: 50px;
}
.grid-foto{
display: grid;
grid-template-areas:
"div-foto div-sobre"
"footer footer";
padding-bottom: 30px;
}
.div-foto{
background-image: url(../imagem/leandro-formatura.jpg);
background-size: cover;
grid-area: div-foto;
margin-left: 5px;
margin-top: 5px;
width: 250px;
height: 350px;
background-color: var(--cor-Azul-Escuro);
;
margin-bottom: 15px;
}
.div-foto:hover{
opacity: 1;
cursor: pointer;
}
.fundo-foto{
margin-left: 40px;
width: 260px;
height: 360px;
background-color: var(--cor-Azul-Escuro);
;
margin-bottom: 15px;
}
.div-sobre{
grid-area: div-sobre;
}
.container-forma{
width: 75%;
height: auto;
margin: 10px auto 50px;
box-shadow: 0px 0px 15px rgba(73, 54, 54, 0.364);
padding-bottom: 25px;
border-radius: 10px;
}
ul,li{
margin:auto;
width: 70%;
text-decoration: none;
}
.container-habi{
width: 75%;
height: auto;
margin: 10px auto 50px;
box-shadow: 0px 0px 15px rgba(73, 54, 54, 0.364);
padding-bottom: 25px;
border-radius: 10px;
}
.container-conh{
width: 75%;
height: auto;
margin: 10px auto 50px;
box-shadow: 0px 0px 15px rgba(73, 54, 54, 0.364);
padding-bottom: 25px;
border-radius: 10px;
}
.card{
margin: 20px auto 20px auto;
border-radius: 10px;
text-align: center;
width: 55%;
font-size: 20px;
padding: 30px;
background-color: var(--cor-Azul-Escuro);
color: white;
transition: 0.5s;
border: 2px solid transparent;
}
.card:hover{
margin: 20px auto 20px auto;
border-radius: 10px;
text-align: center;
width: 20%;
padding: 30px;
background-color: white;
color: var(--cor-Azul-Escuro);
border: 2px solid var(--cor-Azul-Escuro);
cursor: pointer;
}
footer{
grid-area: footer;
margin-left:0px;
margin-bottom: -20px;
justify-content: center;
align-items: center;
display: flex;
width: 100%;
height: 140px;
background-color: var(--cor-Azul-Escuro);
}
a{
color: white;
text-decoration: none;
} | static/css/style.css | @charset "UTF-8";
:root{
/*Paleta de cores*/
--cor-Azul-Escuro:darkcyan;
--cor-Azul-Claro:rgb(190, 240, 255);
}
body{
margin: 0px;
}
.grid{
display: grid;
grid-template-areas:
"header header"
"aside main"
"footer footer";
grid-template-columns: 305px 1fr;
}
header {
grid-area: header;
opacity: 1;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 280px;
background-color: var(--cor-Azul-Escuro);
}
header:hover{
cursor: pointer;
}
.img-align{
position: relative;
top: 5px;
width: 20px;
height: 20px;
}
@keyframes opac{
from{
opacity: 0;
transform: translateY(20px);
}
to{
opacity: 1;
transform: translateY(0px);
}
}
.titulo{
font-size: 35px;
padding: 5px;
border: 4px solid white;
color: white;
animation: opac 2s linear;
}
h1{
padding-top: 20px;
text-align: center;
color: darkcyan;
}
h3{
text-align: center;
color:white;
background-color: var(--cor-Azul-Escuro);
}
h4{
margin:10px;
text-align: center;
color:darkcyan;
}
@keyframes slide-aside{
from{
margin-top:110px;
}
to{
margin-top: -50px;
}
}
aside{
z-index: 1;
margin-left: 64px;
margin-right: 20x;
margin-top: -50px;
grid-area: aside;
background-color: var(--cor-Azul-Claro);
width: 250px;
height: 1450px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.419);
animation:slide-aside 2s linear;
border-radius: 20px;
}
.skill{
text-align: center;
background-color: var(--cor-Azul-Escuro);
border-radius: 20px;
color: white;
}
.container-foto{
margin: 10px auto;
width: 220px;
height: 220px;
background-image: url(../imagem/leandro.webp);
background-size: cover;
background-position: center;
border-radius: 20px;
}
main{
margin: 0px;
}
@keyframes slide-sobre{
from{
transform:translateX(200px)
}
to{
transform: scaleX(0px);
}
}
.container-sobre{
margin: 40px auto ;
width: 75%;
height: auto;
grid-area: main;
box-shadow: 0px 0px 15px rgba(73, 54, 54, 0.364);
animation: slide-sobre 2s linear;
border-radius: 10px;
}
p{
color: black;
margin: 30px;
text-indent: 50px;
}
.grid-foto{
display: grid;
grid-template-areas:
"div-foto div-sobre"
"footer footer";
padding-bottom: 30px;
}
.div-foto{
background-image: url(../imagem/leandro-formatura.jpg);
background-size: cover;
grid-area: div-foto;
margin-left: 5px;
margin-top: 5px;
width: 250px;
height: 350px;
background-color: var(--cor-Azul-Escuro);
;
margin-bottom: 15px;
}
.div-foto:hover{
opacity: 1;
cursor: pointer;
}
.fundo-foto{
margin-left: 40px;
width: 260px;
height: 360px;
background-color: var(--cor-Azul-Escuro);
;
margin-bottom: 15px;
}
.div-sobre{
grid-area: div-sobre;
}
.container-forma{
width: 75%;
height: auto;
margin: 10px auto 50px;
box-shadow: 0px 0px 15px rgba(73, 54, 54, 0.364);
padding-bottom: 25px;
border-radius: 10px;
}
ul,li{
margin:auto;
width: 70%;
text-decoration: none;
}
.container-habi{
width: 75%;
height: auto;
margin: 10px auto 50px;
box-shadow: 0px 0px 15px rgba(73, 54, 54, 0.364);
padding-bottom: 25px;
border-radius: 10px;
}
.container-conh{
width: 75%;
height: auto;
margin: 10px auto 50px;
box-shadow: 0px 0px 15px rgba(73, 54, 54, 0.364);
padding-bottom: 25px;
border-radius: 10px;
}
.card{
margin: 20px auto 20px auto;
border-radius: 10px;
text-align: center;
width: 55%;
font-size: 20px;
padding: 30px;
background-color: var(--cor-Azul-Escuro);
color: white;
transition: 0.5s;
border: 2px solid transparent;
}
.card:hover{
margin: 20px auto 20px auto;
border-radius: 10px;
text-align: center;
width: 20%;
padding: 30px;
background-color: white;
color: var(--cor-Azul-Escuro);
border: 2px solid var(--cor-Azul-Escuro);
cursor: pointer;
}
footer{
grid-area: footer;
margin-left:0px;
margin-bottom: -20px;
justify-content: center;
align-items: center;
display: flex;
width: 100%;
height: 140px;
background-color: var(--cor-Azul-Escuro);
}
a{
color: white;
text-decoration: none;
} | 0.368178 | 0.10217 |
.error{
display: none;
}
#container .main-container{
background:rbg(20,20,20);
margin:0px;
padding:70px 0;
}
#container .main-container .inner-container{
width:746px;
margin:0px auto;
}
#container .main-container .inner-container{
background-color: rgb(38,38,38);
box-shadow: 2px 2px 2px #000, -1px -1px 2px #000;
color: #fff;
}
#container .main-container .inner-container .top-title .main-title{
font-size:19px;
font-weight:bold;
margin-top:10px;
margin-left:10px;
}
#container .main-container .inner-container .top-title hr{
margin:8px 0 15px 0;
border: none;
border-top: 1px solid rgb(168,168,168);
#border-color: ;
}
#container .main-container .inner-container label{
color: rgb(168,168,168);
}
#container .main-container .inner-container .top-title .black-bg{
background:#000;
color:#fff;
padding:5px 10px;
padding-bottom:0px;
}
#container .main-container .inner-container .top-title .black-bg p{
font-family: Myriad Pro, sans-serif;
font-size: 18px;
}
#container .main-container .inner-container .reset-pass-container{
padding: 5px 15px;
}
#container .main-container .inner-container .reset-pass-container p.title{
font-size:24px;
font-weight:bold;
}
.gray{
color:#787878;
font-weight: bold;
}
#container .main-container .inner-container .reset-pass-container input[type=text]{
width: 250px;
float:left;
margin:0 5px;
}
#container .main-container .inner-container .reset-pass-container p.input-holder{
margin-top:30px;
}
#container .main-container .inner-container .reset-pass-container button{
margin-left:95px;
}
#container .main-container .inner-container .reset-pass-container form span.frm-bottom-label{
color:#787878;
margin:5px 0 0 5px;
font-weight: bold;
}
#container .main-container .inner-container .reset-pass-container p span{
margin-top:5px;
}
span .astriek{
margin-top:10px;
}
.btn-black{
background: #000000;
border:none;
border-radius:2px;
padding:5px 10px;
color:#fff;
font-weight:bold;
}
.bottom-white-wrap{
padding:20px 0;
}
.bottom-white-wrap p{
font-size: 23px;
line-height:23px;
margin-bottom:0;
}
.bottom-white-wrap button{
margin-top:-5px;
font-size:15px;
margin-left:5px;
}
/* login page */
form p.submit.with-margin {
margin-left: 105px;
font-size: 14px;
}
.forgot-pass{
margin-left:20px;
}
.forgot-pass a{
color:#ee0000;
text-decoration: none;
line-height: 35px;
vertical-align: middle;
}
.main-container .login-inner-con{
width:484px !important;
}
.main-container .login-inner-con #login-form {
margin-left: 20px;
}
.rounded-corners {
border-radius: 2px;
} | public/assets/css/users/login.css | .error{
display: none;
}
#container .main-container{
background:rbg(20,20,20);
margin:0px;
padding:70px 0;
}
#container .main-container .inner-container{
width:746px;
margin:0px auto;
}
#container .main-container .inner-container{
background-color: rgb(38,38,38);
box-shadow: 2px 2px 2px #000, -1px -1px 2px #000;
color: #fff;
}
#container .main-container .inner-container .top-title .main-title{
font-size:19px;
font-weight:bold;
margin-top:10px;
margin-left:10px;
}
#container .main-container .inner-container .top-title hr{
margin:8px 0 15px 0;
border: none;
border-top: 1px solid rgb(168,168,168);
#border-color: ;
}
#container .main-container .inner-container label{
color: rgb(168,168,168);
}
#container .main-container .inner-container .top-title .black-bg{
background:#000;
color:#fff;
padding:5px 10px;
padding-bottom:0px;
}
#container .main-container .inner-container .top-title .black-bg p{
font-family: Myriad Pro, sans-serif;
font-size: 18px;
}
#container .main-container .inner-container .reset-pass-container{
padding: 5px 15px;
}
#container .main-container .inner-container .reset-pass-container p.title{
font-size:24px;
font-weight:bold;
}
.gray{
color:#787878;
font-weight: bold;
}
#container .main-container .inner-container .reset-pass-container input[type=text]{
width: 250px;
float:left;
margin:0 5px;
}
#container .main-container .inner-container .reset-pass-container p.input-holder{
margin-top:30px;
}
#container .main-container .inner-container .reset-pass-container button{
margin-left:95px;
}
#container .main-container .inner-container .reset-pass-container form span.frm-bottom-label{
color:#787878;
margin:5px 0 0 5px;
font-weight: bold;
}
#container .main-container .inner-container .reset-pass-container p span{
margin-top:5px;
}
span .astriek{
margin-top:10px;
}
.btn-black{
background: #000000;
border:none;
border-radius:2px;
padding:5px 10px;
color:#fff;
font-weight:bold;
}
.bottom-white-wrap{
padding:20px 0;
}
.bottom-white-wrap p{
font-size: 23px;
line-height:23px;
margin-bottom:0;
}
.bottom-white-wrap button{
margin-top:-5px;
font-size:15px;
margin-left:5px;
}
/* login page */
form p.submit.with-margin {
margin-left: 105px;
font-size: 14px;
}
.forgot-pass{
margin-left:20px;
}
.forgot-pass a{
color:#ee0000;
text-decoration: none;
line-height: 35px;
vertical-align: middle;
}
.main-container .login-inner-con{
width:484px !important;
}
.main-container .login-inner-con #login-form {
margin-left: 20px;
}
.rounded-corners {
border-radius: 2px;
} | 0.255437 | 0.045927 |
html {
box-sizing: border-box;
font-size: 62.5%;
height: 100%;
}
*,
*:before,
*:after {
box-sizing: inherit;
margin: 0;
padding: 0;
}
body {
/*color: #222;*/
display: grid;
font: 1.6rem Inconsolata, monospace;
grid-template-columns: 1fr 5px 5fr 5px 1fr;
height: 100%;
text-rendering: optimizeLegibility;
}
body > .sep {
background: linear-gradient(#ffdc00, #fafafa);
}
canvas {
display: block;
}
/*****************************************************************************/
.menu {
/*align-items: flex-start;*/
background: #fafafa;
display: flex;
flex-direction: column;
/*justify-content: center;*/
/*padding: 10px;*/
}
/*.menu ~ .menu {
align-items: flex-end;
}*/
.menu > * {
color: inherit;
font: 2rem Inconsolata, monospace;
min-height: 6.4rem;
padding: 0 1.6rem;
width: 100%;
}
.menu input,
.menu button {
cursor: pointer;
}
/*.menu > * + * {
margin-top: 5px;
}
*/
/*.menu > .sep {
background: #ff851b;
background: linear-gradient(to right, #ff851b, #fafafa);
height: 5px;
width: 50%;
}*/
/*.menu ~ .menu .sep {
background: linear-gradient(to right, #fafafa, #ff851b);
}*/
.menu input[type='number'] {
/*-moz-appearance: textfield;*/
border: 0;
}
.menu input[type='number'] + input[type='number'] {
border-top: 1px solid #eee;
}
.menu button {
color: #001f3f;
background: transparent;
/*background: linear-gradient( #fafafa, #ff851b, #fafafa);*/
border: 0;
transition: .2s opacity;
}
.menu button:hover {
opacity: .75;
}
.menu button:focus {
outline: none;
}
.menu footer {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
margin: auto 0;
opacity: .5;
padding: 1rem 0;
text-align: center;
transition: .4s opacity;
}
.menu footer:hover {
opacity: .8;
}
.menu footer p {
/*color: #eee;*/
font: 1.2rem Vollkorn, serif;
line-height: 1.6;
}
.menu footer p a {
color: #001f3f;
text-decoration: none;
}
.menu footer p a:hover {
background: #ffdc00;
}
.menu footer p a:before {
content: '~ ';
}
.menu footer p a:after {
content: ' ~';
} | projet-maths.info/v1/p.css | html {
box-sizing: border-box;
font-size: 62.5%;
height: 100%;
}
*,
*:before,
*:after {
box-sizing: inherit;
margin: 0;
padding: 0;
}
body {
/*color: #222;*/
display: grid;
font: 1.6rem Inconsolata, monospace;
grid-template-columns: 1fr 5px 5fr 5px 1fr;
height: 100%;
text-rendering: optimizeLegibility;
}
body > .sep {
background: linear-gradient(#ffdc00, #fafafa);
}
canvas {
display: block;
}
/*****************************************************************************/
.menu {
/*align-items: flex-start;*/
background: #fafafa;
display: flex;
flex-direction: column;
/*justify-content: center;*/
/*padding: 10px;*/
}
/*.menu ~ .menu {
align-items: flex-end;
}*/
.menu > * {
color: inherit;
font: 2rem Inconsolata, monospace;
min-height: 6.4rem;
padding: 0 1.6rem;
width: 100%;
}
.menu input,
.menu button {
cursor: pointer;
}
/*.menu > * + * {
margin-top: 5px;
}
*/
/*.menu > .sep {
background: #ff851b;
background: linear-gradient(to right, #ff851b, #fafafa);
height: 5px;
width: 50%;
}*/
/*.menu ~ .menu .sep {
background: linear-gradient(to right, #fafafa, #ff851b);
}*/
.menu input[type='number'] {
/*-moz-appearance: textfield;*/
border: 0;
}
.menu input[type='number'] + input[type='number'] {
border-top: 1px solid #eee;
}
.menu button {
color: #001f3f;
background: transparent;
/*background: linear-gradient( #fafafa, #ff851b, #fafafa);*/
border: 0;
transition: .2s opacity;
}
.menu button:hover {
opacity: .75;
}
.menu button:focus {
outline: none;
}
.menu footer {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
margin: auto 0;
opacity: .5;
padding: 1rem 0;
text-align: center;
transition: .4s opacity;
}
.menu footer:hover {
opacity: .8;
}
.menu footer p {
/*color: #eee;*/
font: 1.2rem Vollkorn, serif;
line-height: 1.6;
}
.menu footer p a {
color: #001f3f;
text-decoration: none;
}
.menu footer p a:hover {
background: #ffdc00;
}
.menu footer p a:before {
content: '~ ';
}
.menu footer p a:after {
content: ' ~';
} | 0.379608 | 0.072308 |
* --------------------------------------- */
body{
color: #F2F2F2;
}
h1{
font-size: 3em;
color: #FFF;
}
p{
font-size: 14px;
}
.wrap{
width: 1000px;
margin: 0 auto;
}
.content{
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
width: 1000px;
height: auto;
margin: 0 auto;
}
.content:after{
clear: both;
content: '';
}
/* 第一屏
* --------------------------------------- */
#section0 p{
color: #FFF;
margin: 0 auto;
font-size: 36px;
margin-bottom: 50px;
}
#section0 img,#section0 a{
display: block;
margin: 0 auto;
margin-bottom: 50px;
}
#section0 .sectiondown{
width: 50px;
height: 53px;
cursor: pointer;
position: absolute;
left: 460px;
top: 200px;
background: url(../img/index/down.png) no-repeat;
}
#section0 .index_logo{
left: 330px;
top: -150px;
position: absolute;
display: none;
}
#section0 .index_title{
position: absolute;
left: 350px;
top: 0px;
display: none;
}
#section0 .welcome{
position: absolute;
left: 290px;
top: 90px;
display: none;
}
/* 第二屏
* --------------------------------------- */
#section1 .content:after{
content: '';
clear: both;
}
.fp-controlArrow.fp-prev{
left: 5%;
}
.fp-controlArrow.fp-next{
right: 5%;;
}
.slideCon{
width: 450px;
height: 306px;
float: left;
margin-top: -120px;
margin-left: 30px;
position: relative;
}
.slideCon .slideText{
position: absolute;
top: 0px;
left: 0px;
z-index: 9999;
background: rgba(0,0,0,0.5);
border-radius: 10px;
width: 410px;
height: 266px;
padding: 20px;
display: none;
}
.slideCon .slideText p{
height: 180px;
text-indent: 2em;
text-align: left;
}
.slideCon .slideText a{
display: block;
width: 140px;
height: 70px;
line-height: 70px;
border-radius: 10px;
background: #BA55D3;
margin-top: 10px;
text-align: center;
letter-spacing: 1px;
color: #FFF;
}
.slideImg{
position: relative;
width: 0px;
height: 0px;
}
#section1 .slideCon .slideText a:hover{
background: red;
}
/* 第三屏
* --------------------------------------- */
#section2 .content{
top: 30%;
width: 1300px;
}
#section2 ul{
width: 600px;
position: relative;
overflow: hidden;
height: 450px;
}
#section2 .sec3center{
width: 39px;
height: 500px;
background: url(../img/index/line_center.png) no-repeat center 50px;
opacity: 0;
}
#section2 ul li{
height: 100px;
position: absolute;
}
#section2 span{
color: #4B6C94;
font-size: 36px;
}
#section2 p{
color: #000;
margin-top: 10px;
}
.sec3left{
margin-right: -35px;
}
.sec3left li{
text-align: right;
width: 540px;
padding-right: 60px;
z-index: 9999;
right: 300px;
opacity: 0;
}
.sec3left li:first-child{
background: url(../img/index/line1.png) no-repeat right center;
top: -5px;
}
.sec3left li:nth-child(2){
background: url(../img/index/line2.png) no-repeat right center;
top: 110px;
}
/*for IE8*/
.sec3left>li + li{
background: url(../img/index/line2.png) no-repeat right center;
top: 110px;
}
.sec3left li:nth-child(3){
background: url(../img/index/line3.png) no-repeat right center;
top: 230px;
}
/*for IE8*/
.sec3left>li + li + li{
background: url(../img/index/line3.png) no-repeat right center;
top: 230px;
}
.sec3left li:last-child{
background: url(../img/index/line4.png) no-repeat right center;
top: 340px;
}
/*for IE8*/
.sec3left>li + li + li + li{
background: url(../img/index/line4.png) no-repeat right center;
top: 340px;
}
.sec3right{
margin-top: 50px;
margin-left: -15px;
}
.sec3right li{
width: 560px;
text-align: left;
padding-left: 40px;
z-index: 9999;
left: 300px;
opacity: 0;
}
.sec3right li:first-child{
background: url(../img/index/line5.png) no-repeat right center;
top: 0px;
}
.sec3right li:nth-child(2){
background: url(../img/index/line6.png) no-repeat right center;
top: 120px;
}
/*for IE8*/
.sec3right>li + li{
background: url(../img/index/line6.png) no-repeat right center;
top: 120px;
}
.sec3right li:nth-child(3){
background: url(../img/index/line7.png) no-repeat right center;
top: 235px;
}
/*for IE8*/
.sec3right>li + li + li{
background: url(../img/index/line7.png) no-repeat right center;
top: 235px;
}
.sec3right li:last-child{
background: url(../img/index/line8.png) no-repeat right center;
top: 350px;
}
/*for IE8*/
.sec3right>li + li + li + li{
background: url(../img/index/line8.png) no-repeat right center;
top: 350px;
}
/* 第四屏
* --------------------------------------- */
#section3 h1{
color: #FFF;
font-size: 36px;
}
#section3 .content{
height: 500px;
width: 1400px;
margin: 0 auto;
top: 80%;
opacity: 0;
}
#section3 .content ul li{
height: 123px;
position: absolute;
text-align: center;
width: 1400px;
}
#section3 .content ul li:first-child{
top: 70px;
padding-left: 34%;
}
#section3 .content ul li:nth-child(2){
top: 133px;
padding-left: 26%;
}
/*for IE8*/
#section3 .content ul>li + li{
top: 133px;
padding-left: 26%;
}
#section3 .content ul li:nth-child(3){
top: 197px;
padding-left: 18%;
}
/*for IE8*/
#section3 .content ul>li + li + li{
top: 197px;
padding-left: 18%;
}
#section3 .content ul li:nth-child(4){
top: 260px;
padding-left: 10%;
}
/*for IE8*/
#section3 .content ul>li + li + li +li{
top: 260px;
padding-left: 10%;
}
#section3 .content ul li:nth-child(5){
top: 323px;
padding-left: 18%;
}
/*for IE8*/
#section3 .content ul>li + li + li + li + li{
top: 323px;
padding-left: 18%;
}
#section3 .content ul li:nth-child(6){
top: 385px;
padding-left: 26%;
}
/*for IE8*/
#section3 .content ul>li + li + li + li + li + li{
top: 385px;
padding-left: 26%;
}
#section3 .content ul li:last-child{
top: 447px;
padding-left: 34%;
}
/*for IE8*/
#section3 .content ul>li + li + li + li + li + li + li{
top: 447px;
padding-left: 34%;
}
#section3 .content ul li:after{
clear: both;
content: '';
}
#section3 .content div{
width: 225px;
height: 123px;
background: url(../img/index/honeycomb.png) no-repeat center;
float: left;
line-height: 123px;
color: #000;
}
#section3 .content ul li div.pd2{
padding-top: 2px;
height: 121px;
}
#section3 .content ul li div.pd4{
padding-top: 4px;
height: 119px;
}
#section3 .content ul li div.pd6{
padding-top: 6px;
height: 117px;
}
#section3 .content ul li div.pd8{
padding-top: 8px;
height: 115px;
}
#section3 .content ul li div.pd10{
padding-top: 10px;
height: 113px;
}
#section3 .content ul li div.pd12{
padding-top: 12px;
height: 111px;
}
#section3 .content ul li div.pd14{
padding-top: 14px;
height: 109px;
}
#section3 .content ul li div.pd20{
padding-top: 20px;
height: 103px;
}
#section3 .content div img{
width: 100px;
}
/* 第五屏
* --------------------------------------- */
#section4 .content{
width: 1121px;
top: 100%;
opacity: 0;
}
#section4 .content:after{
clear: both;
content: '';
}
.news-menu{
border-top: 3px solid #7B98B0;
text-align: left;
margin-top: 50px;
}
.news-menu a{
display: inline-block;
width: 182px;
height: 72px;
margin-top: -2px;
background-color: #FFF;
margin-left: 1px;
color: #5884AA;
line-height: 72px;
text-align: center;
border-top: 3px solid #7B98B0;
}
.news-menu a:hover{
background: #7B98B0;
color: #FFF;
border-top: 3px solid #7B98B0;
}
.news-article{
width: 558px;
height: 252px;
background: #FFF;
float: left;
padding-top: 25px;
border-bottom: 3px solid #B9CFE1;
margin-top: 20px;
}
.news-article:after{
clear: both;
content: '';
}
.news-article:last-child{
margin-left: 5px;
}
.news-article img{
width: 200px;
height: 181px;
float: left;
margin-left: 25px;
}
.news-article dl{
width: 290px;
height: 181px;
float: left;
margin-left: 20px;
}
.news-article dl dt{
color: #3B6385;
font-size: 15px;
text-align: left;
margin-bottom: 5px;
width: 290px;
overflow: hidden;
text-overflow: ellipsis; /* css3 */
}
.news-article dl dd{
font-size: 12px;
text-align: left;
color: #3B6385;
height: 25px;
line-height: 25px;
}
.news-article dl dd:last-child{
color: #888888;
text-indent: 2em;
}
.news-article a,.news-article span{
display: block;
float: left;
width: 278px;
height: 43px;
font-size: 15px;
color: #376FA0;
background: #EDF4FA;
line-height: 43px;
margin-top: 28px;
}
.news-article .news-writer{
color: #888888;
background: #D2E7F8;
width: 279px;
} | borncn/css/index.css | * --------------------------------------- */
body{
color: #F2F2F2;
}
h1{
font-size: 3em;
color: #FFF;
}
p{
font-size: 14px;
}
.wrap{
width: 1000px;
margin: 0 auto;
}
.content{
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
width: 1000px;
height: auto;
margin: 0 auto;
}
.content:after{
clear: both;
content: '';
}
/* 第一屏
* --------------------------------------- */
#section0 p{
color: #FFF;
margin: 0 auto;
font-size: 36px;
margin-bottom: 50px;
}
#section0 img,#section0 a{
display: block;
margin: 0 auto;
margin-bottom: 50px;
}
#section0 .sectiondown{
width: 50px;
height: 53px;
cursor: pointer;
position: absolute;
left: 460px;
top: 200px;
background: url(../img/index/down.png) no-repeat;
}
#section0 .index_logo{
left: 330px;
top: -150px;
position: absolute;
display: none;
}
#section0 .index_title{
position: absolute;
left: 350px;
top: 0px;
display: none;
}
#section0 .welcome{
position: absolute;
left: 290px;
top: 90px;
display: none;
}
/* 第二屏
* --------------------------------------- */
#section1 .content:after{
content: '';
clear: both;
}
.fp-controlArrow.fp-prev{
left: 5%;
}
.fp-controlArrow.fp-next{
right: 5%;;
}
.slideCon{
width: 450px;
height: 306px;
float: left;
margin-top: -120px;
margin-left: 30px;
position: relative;
}
.slideCon .slideText{
position: absolute;
top: 0px;
left: 0px;
z-index: 9999;
background: rgba(0,0,0,0.5);
border-radius: 10px;
width: 410px;
height: 266px;
padding: 20px;
display: none;
}
.slideCon .slideText p{
height: 180px;
text-indent: 2em;
text-align: left;
}
.slideCon .slideText a{
display: block;
width: 140px;
height: 70px;
line-height: 70px;
border-radius: 10px;
background: #BA55D3;
margin-top: 10px;
text-align: center;
letter-spacing: 1px;
color: #FFF;
}
.slideImg{
position: relative;
width: 0px;
height: 0px;
}
#section1 .slideCon .slideText a:hover{
background: red;
}
/* 第三屏
* --------------------------------------- */
#section2 .content{
top: 30%;
width: 1300px;
}
#section2 ul{
width: 600px;
position: relative;
overflow: hidden;
height: 450px;
}
#section2 .sec3center{
width: 39px;
height: 500px;
background: url(../img/index/line_center.png) no-repeat center 50px;
opacity: 0;
}
#section2 ul li{
height: 100px;
position: absolute;
}
#section2 span{
color: #4B6C94;
font-size: 36px;
}
#section2 p{
color: #000;
margin-top: 10px;
}
.sec3left{
margin-right: -35px;
}
.sec3left li{
text-align: right;
width: 540px;
padding-right: 60px;
z-index: 9999;
right: 300px;
opacity: 0;
}
.sec3left li:first-child{
background: url(../img/index/line1.png) no-repeat right center;
top: -5px;
}
.sec3left li:nth-child(2){
background: url(../img/index/line2.png) no-repeat right center;
top: 110px;
}
/*for IE8*/
.sec3left>li + li{
background: url(../img/index/line2.png) no-repeat right center;
top: 110px;
}
.sec3left li:nth-child(3){
background: url(../img/index/line3.png) no-repeat right center;
top: 230px;
}
/*for IE8*/
.sec3left>li + li + li{
background: url(../img/index/line3.png) no-repeat right center;
top: 230px;
}
.sec3left li:last-child{
background: url(../img/index/line4.png) no-repeat right center;
top: 340px;
}
/*for IE8*/
.sec3left>li + li + li + li{
background: url(../img/index/line4.png) no-repeat right center;
top: 340px;
}
.sec3right{
margin-top: 50px;
margin-left: -15px;
}
.sec3right li{
width: 560px;
text-align: left;
padding-left: 40px;
z-index: 9999;
left: 300px;
opacity: 0;
}
.sec3right li:first-child{
background: url(../img/index/line5.png) no-repeat right center;
top: 0px;
}
.sec3right li:nth-child(2){
background: url(../img/index/line6.png) no-repeat right center;
top: 120px;
}
/*for IE8*/
.sec3right>li + li{
background: url(../img/index/line6.png) no-repeat right center;
top: 120px;
}
.sec3right li:nth-child(3){
background: url(../img/index/line7.png) no-repeat right center;
top: 235px;
}
/*for IE8*/
.sec3right>li + li + li{
background: url(../img/index/line7.png) no-repeat right center;
top: 235px;
}
.sec3right li:last-child{
background: url(../img/index/line8.png) no-repeat right center;
top: 350px;
}
/*for IE8*/
.sec3right>li + li + li + li{
background: url(../img/index/line8.png) no-repeat right center;
top: 350px;
}
/* 第四屏
* --------------------------------------- */
#section3 h1{
color: #FFF;
font-size: 36px;
}
#section3 .content{
height: 500px;
width: 1400px;
margin: 0 auto;
top: 80%;
opacity: 0;
}
#section3 .content ul li{
height: 123px;
position: absolute;
text-align: center;
width: 1400px;
}
#section3 .content ul li:first-child{
top: 70px;
padding-left: 34%;
}
#section3 .content ul li:nth-child(2){
top: 133px;
padding-left: 26%;
}
/*for IE8*/
#section3 .content ul>li + li{
top: 133px;
padding-left: 26%;
}
#section3 .content ul li:nth-child(3){
top: 197px;
padding-left: 18%;
}
/*for IE8*/
#section3 .content ul>li + li + li{
top: 197px;
padding-left: 18%;
}
#section3 .content ul li:nth-child(4){
top: 260px;
padding-left: 10%;
}
/*for IE8*/
#section3 .content ul>li + li + li +li{
top: 260px;
padding-left: 10%;
}
#section3 .content ul li:nth-child(5){
top: 323px;
padding-left: 18%;
}
/*for IE8*/
#section3 .content ul>li + li + li + li + li{
top: 323px;
padding-left: 18%;
}
#section3 .content ul li:nth-child(6){
top: 385px;
padding-left: 26%;
}
/*for IE8*/
#section3 .content ul>li + li + li + li + li + li{
top: 385px;
padding-left: 26%;
}
#section3 .content ul li:last-child{
top: 447px;
padding-left: 34%;
}
/*for IE8*/
#section3 .content ul>li + li + li + li + li + li + li{
top: 447px;
padding-left: 34%;
}
#section3 .content ul li:after{
clear: both;
content: '';
}
#section3 .content div{
width: 225px;
height: 123px;
background: url(../img/index/honeycomb.png) no-repeat center;
float: left;
line-height: 123px;
color: #000;
}
#section3 .content ul li div.pd2{
padding-top: 2px;
height: 121px;
}
#section3 .content ul li div.pd4{
padding-top: 4px;
height: 119px;
}
#section3 .content ul li div.pd6{
padding-top: 6px;
height: 117px;
}
#section3 .content ul li div.pd8{
padding-top: 8px;
height: 115px;
}
#section3 .content ul li div.pd10{
padding-top: 10px;
height: 113px;
}
#section3 .content ul li div.pd12{
padding-top: 12px;
height: 111px;
}
#section3 .content ul li div.pd14{
padding-top: 14px;
height: 109px;
}
#section3 .content ul li div.pd20{
padding-top: 20px;
height: 103px;
}
#section3 .content div img{
width: 100px;
}
/* 第五屏
* --------------------------------------- */
#section4 .content{
width: 1121px;
top: 100%;
opacity: 0;
}
#section4 .content:after{
clear: both;
content: '';
}
.news-menu{
border-top: 3px solid #7B98B0;
text-align: left;
margin-top: 50px;
}
.news-menu a{
display: inline-block;
width: 182px;
height: 72px;
margin-top: -2px;
background-color: #FFF;
margin-left: 1px;
color: #5884AA;
line-height: 72px;
text-align: center;
border-top: 3px solid #7B98B0;
}
.news-menu a:hover{
background: #7B98B0;
color: #FFF;
border-top: 3px solid #7B98B0;
}
.news-article{
width: 558px;
height: 252px;
background: #FFF;
float: left;
padding-top: 25px;
border-bottom: 3px solid #B9CFE1;
margin-top: 20px;
}
.news-article:after{
clear: both;
content: '';
}
.news-article:last-child{
margin-left: 5px;
}
.news-article img{
width: 200px;
height: 181px;
float: left;
margin-left: 25px;
}
.news-article dl{
width: 290px;
height: 181px;
float: left;
margin-left: 20px;
}
.news-article dl dt{
color: #3B6385;
font-size: 15px;
text-align: left;
margin-bottom: 5px;
width: 290px;
overflow: hidden;
text-overflow: ellipsis; /* css3 */
}
.news-article dl dd{
font-size: 12px;
text-align: left;
color: #3B6385;
height: 25px;
line-height: 25px;
}
.news-article dl dd:last-child{
color: #888888;
text-indent: 2em;
}
.news-article a,.news-article span{
display: block;
float: left;
width: 278px;
height: 43px;
font-size: 15px;
color: #376FA0;
background: #EDF4FA;
line-height: 43px;
margin-top: 28px;
}
.news-article .news-writer{
color: #888888;
background: #D2E7F8;
width: 279px;
} | 0.198491 | 0.04736 |
.scape-range,
.scape-range * {
border: none;
height: auto;
width: auto;
position: static;
background: none;
float: none;
transform: none;
top: auto;
left: auto;
right: auto;
bottom: auto;
padding: 0;
margin: 0;
outline: none;
}
/* core */
.scape-range {
position: relative;
}
.scape-range .scape-range-thumb {
cursor: pointer;
}
.scape-range.scape-range-top,
.scape-range.scape-range-bottom {
height: 100%;
}
.scape-range.scape-range-left .scape-range-played,
.scape-range.scape-range-right .scape-range-played,
.scape-range.scape-range-left .scape-range-thumb,
.scape-range.scape-range-right .scape-range-thumb {
height: 100%;
}
.scape-range.scape-range-top .scape-range-played,
.scape-range.scape-range-bottom .scape-range-played,
.scape-range.scape-range-top .scape-range-thumb,
.scape-range.scape-range-bottom .scape-range-thumb {
width: 100%;
}
.scape-range .scape-range-played,
.scape-range .scape-range-thumb {
position: absolute;
}
.scape-range.scape-range-left .scape-range-thumb {
right: 0;
}
.scape-range.scape-range-right .scape-range-thumb {
left: 0;
}
.scape-range.scape-range-top .scape-range-thumb {
bottom: 0;
}
.scape-range.scape-range-bottom .scape-range-thumb {
top: 0;
}
.scape-range.scape-range-left .scape-range-played {
left: 0;
}
.scape-range.scape-range-right .scape-range-played {
right: 0;
}
.scape-range.scape-range-bottom .scape-range-played {
bottom: 0;
}
.scape-range.scape-range-top .scape-range-played {
top: 0;
}
/* core end */
/* themes */
/* deafult */
.scape-range-theme-default {
background: #ddd;
border-radius: 5px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.scape-range-theme-default .scape-range-played {
background: #444;
border-radius: 5px;
}
.scape-range-theme-default.scape-range-left,
.scape-range-theme-default.scape-range-right {
height: 10px;
}
.scape-range-theme-default.scape-range-top,
.scape-range-theme-default.scape-range-bottom {
width: 10px;
}
.scape-range-theme-default .scape-range-thumb {
height: 10px;
width: 10px;
background: #666;
border-radius: 5px;
}
.scape-range-theme-default .scape-range-thumb-inner {
height: 16px;
width: 16px;
margin: -3px 0 0 -3px;
background: rgba(0, 0, 0, 0.4);
border-radius: 8px;
}
/* meteor */
.scape-range-theme-meteor {
background: #ddd;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.scape-range-theme-meteor .scape-range-played {
background: #80DEEA;
}
.scape-range-theme-meteor.scape-range-left,
.scape-range-theme-meteor.scape-range-right {
height: 2px;
}
.scape-range-theme-meteor.scape-range-top,
.scape-range-theme-meteor.scape-range-bottom {
width: 2px;
}
.scape-range-theme-meteor .scape-range-thumb {
height: 2px;
width: 2px;
background: #fff;
}
.scape-range-theme-meteor .scape-range-thumb-inner {
height: 6px;
width: 6px;
margin: -2px 0 0 -2px;
background: #00B0FF;
}
/* minimal */
.scape-range-theme-minimal {
background: #ddd;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.scape-range-theme-minimal .scape-range-played {
background: #999;
}
.scape-range-theme-minimal.scape-range-left,
.scape-range-theme-minimal.scape-range-right {
height: 1px;
}
.scape-range-theme-minimal.scape-range-top,
.scape-range-theme-minimal.scape-range-bottom {
width: 1px;
}
.scape-range-theme-minimal .scape-range-thumb {
height: 1px;
width: 1px;
background: #fff;
}
.scape-range-theme-minimal .scape-range-thumb-inner {
height: 15px;
width: 15px;
margin: -7px 0 0 -7px;
background: #999;
border-radius: 9px;
} | dist/scape.css | .scape-range,
.scape-range * {
border: none;
height: auto;
width: auto;
position: static;
background: none;
float: none;
transform: none;
top: auto;
left: auto;
right: auto;
bottom: auto;
padding: 0;
margin: 0;
outline: none;
}
/* core */
.scape-range {
position: relative;
}
.scape-range .scape-range-thumb {
cursor: pointer;
}
.scape-range.scape-range-top,
.scape-range.scape-range-bottom {
height: 100%;
}
.scape-range.scape-range-left .scape-range-played,
.scape-range.scape-range-right .scape-range-played,
.scape-range.scape-range-left .scape-range-thumb,
.scape-range.scape-range-right .scape-range-thumb {
height: 100%;
}
.scape-range.scape-range-top .scape-range-played,
.scape-range.scape-range-bottom .scape-range-played,
.scape-range.scape-range-top .scape-range-thumb,
.scape-range.scape-range-bottom .scape-range-thumb {
width: 100%;
}
.scape-range .scape-range-played,
.scape-range .scape-range-thumb {
position: absolute;
}
.scape-range.scape-range-left .scape-range-thumb {
right: 0;
}
.scape-range.scape-range-right .scape-range-thumb {
left: 0;
}
.scape-range.scape-range-top .scape-range-thumb {
bottom: 0;
}
.scape-range.scape-range-bottom .scape-range-thumb {
top: 0;
}
.scape-range.scape-range-left .scape-range-played {
left: 0;
}
.scape-range.scape-range-right .scape-range-played {
right: 0;
}
.scape-range.scape-range-bottom .scape-range-played {
bottom: 0;
}
.scape-range.scape-range-top .scape-range-played {
top: 0;
}
/* core end */
/* themes */
/* deafult */
.scape-range-theme-default {
background: #ddd;
border-radius: 5px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.scape-range-theme-default .scape-range-played {
background: #444;
border-radius: 5px;
}
.scape-range-theme-default.scape-range-left,
.scape-range-theme-default.scape-range-right {
height: 10px;
}
.scape-range-theme-default.scape-range-top,
.scape-range-theme-default.scape-range-bottom {
width: 10px;
}
.scape-range-theme-default .scape-range-thumb {
height: 10px;
width: 10px;
background: #666;
border-radius: 5px;
}
.scape-range-theme-default .scape-range-thumb-inner {
height: 16px;
width: 16px;
margin: -3px 0 0 -3px;
background: rgba(0, 0, 0, 0.4);
border-radius: 8px;
}
/* meteor */
.scape-range-theme-meteor {
background: #ddd;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.scape-range-theme-meteor .scape-range-played {
background: #80DEEA;
}
.scape-range-theme-meteor.scape-range-left,
.scape-range-theme-meteor.scape-range-right {
height: 2px;
}
.scape-range-theme-meteor.scape-range-top,
.scape-range-theme-meteor.scape-range-bottom {
width: 2px;
}
.scape-range-theme-meteor .scape-range-thumb {
height: 2px;
width: 2px;
background: #fff;
}
.scape-range-theme-meteor .scape-range-thumb-inner {
height: 6px;
width: 6px;
margin: -2px 0 0 -2px;
background: #00B0FF;
}
/* minimal */
.scape-range-theme-minimal {
background: #ddd;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.scape-range-theme-minimal .scape-range-played {
background: #999;
}
.scape-range-theme-minimal.scape-range-left,
.scape-range-theme-minimal.scape-range-right {
height: 1px;
}
.scape-range-theme-minimal.scape-range-top,
.scape-range-theme-minimal.scape-range-bottom {
width: 1px;
}
.scape-range-theme-minimal .scape-range-thumb {
height: 1px;
width: 1px;
background: #fff;
}
.scape-range-theme-minimal .scape-range-thumb-inner {
height: 15px;
width: 15px;
margin: -7px 0 0 -7px;
background: #999;
border-radius: 9px;
} | 0.496094 | 0.067301 |
body{font:62.5% Sans-Serif,Arial;margin:0;}
img{border:none;}
a{outline:none;}
a:link,a:visited{color:#0000cc;}
mask,.mask{background:url(/framework/assets/images/mask.gif);
width:100%;opacity:0.2;alpha(opacity=20);position:absolute;top:0;left:0;}
/* +++++++++++++ Classes ++++++++++++++ */
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.clear{clear:both;}
.overflow{overflow:hidden;}
.hidden{display:none;}
.clearfix{clear:both;}
.nom{margin:auto;}
div.line{border-top:solid 1px #ddd;border-bottom:solid 1px #fff;height:0px;overflow:hidden;}
/* 高亮显示 */
.hight_light,.search_hightlight,.special{color:Red;}
img.full{width:100%;}/*验证无外框*/
*:required { /* insert your own styles for invalid form input */ -moz-box-shadow: none; }
/* +++++++++++++ Layout ++++++++++++++ */
/* 页é¢å†…容容器 */
.panel{margin:0 auto;}
.page-top{line-height:150%;}
.page-header{}
.page-header .search{position:absolute;right:20px;}
.page-header .logo{height:70px;width:400px;display:block;float:left;
vertical-align: middle; text-indent:-999em;}
/* 导航æ */
.page-navigator{height:35px;z-index:200;}
.page-navigator .navs,.page-navigator .left,.page-navigator .right{padding-bottom:0px;margin-bottom:-0px;}
.page-navigator .left{float:left;width:10px;margin-right:-10px;}
.page-navigator .right{float:right;width:10px;margin-left:-10px;}
.page-navigator .navs{width:auto;margin:0 10px;}
.page-navigator .navs ul{margin:0;padding:0;list-style:none;}
.page-navigator .navs li{float:left;position:relative;}
.page-navigator .child{left:0;top:35px;position:absolute;display:none;z-index:201}
.page-navigator .navs li.drop .child,.page-navigator .navs li:hover .child{display:block;}
.page-navigator .child .menu li{padding:0;float:none;background:none;}
.page-navigator .child .menu li.first{border-top:none;}
.page-navigator .child .menu li.last{border-bottom:none;}
/* 左峿 */
.page-main{overflow:hidden;}
.page-main .side{width:30%;float:left;margin-right:-30%;}
.page-main .main{width:70%;float:right;margin-left:70%;}
.page-main .box{background:#fff;}
.page-main .side,.page-main .main{padding-bottom:1000px;margin-bottom:-1000px;}
/* 页脚 */
.page-footer{width:auto;}
/* 分页 */
.pager{font-size:1.2em;text-align:right;margin:10px auto;line-height:40px;}
.pager .disabled{padding:2px 5px;color:#666;margin:0 2px;}
.pager a{background:#f0f0f0;padding:0 10px;border:solid 1px #ddd;border-radius:10em;}
.pager .current{padding:2px 1px;margin:0 2px;color:black;}
.pager input{width:30px;line-height:15px;}
.pager select{height:18px;overflow:hidden;line-height:12px;border:solid 1px #aaa;padding:1px;}
.pager a{margin:0 2px;text-decoration:none;outline:none;}
/* 文档列表 */
.panel-archives ul{margin:0;padding:0;}
.panel-archives p.outline{text-indent:2em;margin:0;padding:10px 0;border:none;}
.panel-archives li{clear:both;border-bottom:solid 1px #ddd;}
.panel-archives img.thumbnail{float:left;margin-right:20px;}
.panel-archives strong{font-size:1.3em;line-height:2em;}
.panel-archives-hor ul{margin:0;list-style:none;}
.panel-archives-hor li{position:relative;float:left;width:24%;margin:10px 0.5% 10px 0.5%;text-align:center;}
.panel-archives-hor img{width:100%;border-radius: 5px;}
.panel-archives-hor li:hover mask,.panel-archives-hor a:hover mask{display: none}
/* 文档页é¢ï¼Œå¾…æ•´ç† */
.panel-archive div.meta{padding:0 10px;}
.panel-archive{padding:0 10px;}
.panel-archive div.outline{border:solid 1px #d686cb;background:#ffccff;padding:10px;line-height:22px;margin:30px 10px 20px 10px;
text-indent: 2em;}
.panel-archive div.content{font-size:1.2em;line-height:2em;padding:10px;}
.panel-archive div.content p{margin-top:0;margin-bottom: 20px}
.panel-archive div.meta{border-top:dotted 1px #ddd;padding-top:10px;margin-top:10px;text-align:left;line-height:40px;}
.panel-archive div.relation{}
/* DropDown */
li.drop,li.hover{position: relative;}
li.drop div.menu{position:absolute;top:20px;left:0px;z-index:100;display:none;}
li.drop:hover div.menu,li.hover div.menu{display:block;}
/* validate */
.validator{font-size:120%;margin-left:1em;}
.valid-error{border-radius: 10px;background:#ff0000;color:#fff;padding:3px 10px;line-height:25px;}
.valid-right{color:green;}
.form{}
.form .fl{padding:8px 0;margin:0;}
.form .fl div.label{width:80px;text-align: right;float:left;font-weight:bold;}
.form .fl div.in{margin-left:90px;}
.form .fl div.in div{padding:0;font-size:100%;color:#666;line-height:150%;}
.form .red,.form .fl div.in .red{color:red;}
.form .title{color:#006699;margin:20px 10px 10px 10px;padding:0 20px 20px 8px;margin-left:10px;
font-weight:bold;background:url(/framework/mui/css/latest/panel_item_line.gif) left bottom no-repeat;}
.form .title span.icon{padding:0 10px;line-height:16px;background:url(/framework/assets/icons/admin/protected.gif) left 0px no-repeat;} | static/css/page.css | body{font:62.5% Sans-Serif,Arial;margin:0;}
img{border:none;}
a{outline:none;}
a:link,a:visited{color:#0000cc;}
mask,.mask{background:url(/framework/assets/images/mask.gif);
width:100%;opacity:0.2;alpha(opacity=20);position:absolute;top:0;left:0;}
/* +++++++++++++ Classes ++++++++++++++ */
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.clear{clear:both;}
.overflow{overflow:hidden;}
.hidden{display:none;}
.clearfix{clear:both;}
.nom{margin:auto;}
div.line{border-top:solid 1px #ddd;border-bottom:solid 1px #fff;height:0px;overflow:hidden;}
/* 高亮显示 */
.hight_light,.search_hightlight,.special{color:Red;}
img.full{width:100%;}/*验证无外框*/
*:required { /* insert your own styles for invalid form input */ -moz-box-shadow: none; }
/* +++++++++++++ Layout ++++++++++++++ */
/* 页é¢å†…容容器 */
.panel{margin:0 auto;}
.page-top{line-height:150%;}
.page-header{}
.page-header .search{position:absolute;right:20px;}
.page-header .logo{height:70px;width:400px;display:block;float:left;
vertical-align: middle; text-indent:-999em;}
/* 导航æ */
.page-navigator{height:35px;z-index:200;}
.page-navigator .navs,.page-navigator .left,.page-navigator .right{padding-bottom:0px;margin-bottom:-0px;}
.page-navigator .left{float:left;width:10px;margin-right:-10px;}
.page-navigator .right{float:right;width:10px;margin-left:-10px;}
.page-navigator .navs{width:auto;margin:0 10px;}
.page-navigator .navs ul{margin:0;padding:0;list-style:none;}
.page-navigator .navs li{float:left;position:relative;}
.page-navigator .child{left:0;top:35px;position:absolute;display:none;z-index:201}
.page-navigator .navs li.drop .child,.page-navigator .navs li:hover .child{display:block;}
.page-navigator .child .menu li{padding:0;float:none;background:none;}
.page-navigator .child .menu li.first{border-top:none;}
.page-navigator .child .menu li.last{border-bottom:none;}
/* 左峿 */
.page-main{overflow:hidden;}
.page-main .side{width:30%;float:left;margin-right:-30%;}
.page-main .main{width:70%;float:right;margin-left:70%;}
.page-main .box{background:#fff;}
.page-main .side,.page-main .main{padding-bottom:1000px;margin-bottom:-1000px;}
/* 页脚 */
.page-footer{width:auto;}
/* 分页 */
.pager{font-size:1.2em;text-align:right;margin:10px auto;line-height:40px;}
.pager .disabled{padding:2px 5px;color:#666;margin:0 2px;}
.pager a{background:#f0f0f0;padding:0 10px;border:solid 1px #ddd;border-radius:10em;}
.pager .current{padding:2px 1px;margin:0 2px;color:black;}
.pager input{width:30px;line-height:15px;}
.pager select{height:18px;overflow:hidden;line-height:12px;border:solid 1px #aaa;padding:1px;}
.pager a{margin:0 2px;text-decoration:none;outline:none;}
/* 文档列表 */
.panel-archives ul{margin:0;padding:0;}
.panel-archives p.outline{text-indent:2em;margin:0;padding:10px 0;border:none;}
.panel-archives li{clear:both;border-bottom:solid 1px #ddd;}
.panel-archives img.thumbnail{float:left;margin-right:20px;}
.panel-archives strong{font-size:1.3em;line-height:2em;}
.panel-archives-hor ul{margin:0;list-style:none;}
.panel-archives-hor li{position:relative;float:left;width:24%;margin:10px 0.5% 10px 0.5%;text-align:center;}
.panel-archives-hor img{width:100%;border-radius: 5px;}
.panel-archives-hor li:hover mask,.panel-archives-hor a:hover mask{display: none}
/* 文档页é¢ï¼Œå¾…æ•´ç† */
.panel-archive div.meta{padding:0 10px;}
.panel-archive{padding:0 10px;}
.panel-archive div.outline{border:solid 1px #d686cb;background:#ffccff;padding:10px;line-height:22px;margin:30px 10px 20px 10px;
text-indent: 2em;}
.panel-archive div.content{font-size:1.2em;line-height:2em;padding:10px;}
.panel-archive div.content p{margin-top:0;margin-bottom: 20px}
.panel-archive div.meta{border-top:dotted 1px #ddd;padding-top:10px;margin-top:10px;text-align:left;line-height:40px;}
.panel-archive div.relation{}
/* DropDown */
li.drop,li.hover{position: relative;}
li.drop div.menu{position:absolute;top:20px;left:0px;z-index:100;display:none;}
li.drop:hover div.menu,li.hover div.menu{display:block;}
/* validate */
.validator{font-size:120%;margin-left:1em;}
.valid-error{border-radius: 10px;background:#ff0000;color:#fff;padding:3px 10px;line-height:25px;}
.valid-right{color:green;}
.form{}
.form .fl{padding:8px 0;margin:0;}
.form .fl div.label{width:80px;text-align: right;float:left;font-weight:bold;}
.form .fl div.in{margin-left:90px;}
.form .fl div.in div{padding:0;font-size:100%;color:#666;line-height:150%;}
.form .red,.form .fl div.in .red{color:red;}
.form .title{color:#006699;margin:20px 10px 10px 10px;padding:0 20px 20px 8px;margin-left:10px;
font-weight:bold;background:url(/framework/mui/css/latest/panel_item_line.gif) left bottom no-repeat;}
.form .title span.icon{padding:0 10px;line-height:16px;background:url(/framework/assets/icons/admin/protected.gif) left 0px no-repeat;} | 0.206574 | 0.051774 |
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; }
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #fff; }
a {
color: #fff; }
p {
line-height: 1.25em; }
footer {
color: #c2c2c2; }
* {
box-sizing: border-box; }
header {
height: 85vh; }
@media only screen and (min-width: 600px) {
header {
flex-direction: row; } }
header img {
width: 60%;
padding: 15px; }
@media only screen and (min-width: 600px) {
header img {
width: 330px; } }
header p {
padding: 1em 0; }
header select {
margin-bottom: 1.5em; }
.loader {
display: none; }
article {
display: none;
position: relative;
height: 350px; }
article .space-holder {
height: 100%; }
article .excerpt {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0.8em; }
footer {
width: 100%;
padding: 2em; }
body {
background-color: #000; }
article:hover .excerpt {
opacity: 1; }
article .excerpt {
opacity: 0;
background-color: rgba(0, 0, 0, 0.5);
transition: all 0.4s ease-in; }
.flex {
display: flex; }
header.flex {
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: nowrap; }
@media only screen and (min-width: 600px) {
header.flex {
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap; } }
@media only screen and (min-width: 1000px) {
header.flex {
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap; } }
header.flex div.flex {
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: nowrap; }
@media only screen and (min-width: 600px) {
header.flex div.flex {
flex-direction: column;
justify-content: center;
align-items: flex-start;
flex-wrap: nowrap; } }
.results {
flex-direction: row;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap; }
.results article {
flex-basis: 100%; }
@media only screen and (min-width: 600px) {
.results article {
flex-basis: 33%; } }
@media only screen and (min-width: 1000px) {
.results article {
flex-basis: 25%; } }
footer.flex {
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap; }
@media only screen and (min-width: 1000px) {
footer.flex {
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap; } } | build/css/style.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; }
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #fff; }
a {
color: #fff; }
p {
line-height: 1.25em; }
footer {
color: #c2c2c2; }
* {
box-sizing: border-box; }
header {
height: 85vh; }
@media only screen and (min-width: 600px) {
header {
flex-direction: row; } }
header img {
width: 60%;
padding: 15px; }
@media only screen and (min-width: 600px) {
header img {
width: 330px; } }
header p {
padding: 1em 0; }
header select {
margin-bottom: 1.5em; }
.loader {
display: none; }
article {
display: none;
position: relative;
height: 350px; }
article .space-holder {
height: 100%; }
article .excerpt {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0.8em; }
footer {
width: 100%;
padding: 2em; }
body {
background-color: #000; }
article:hover .excerpt {
opacity: 1; }
article .excerpt {
opacity: 0;
background-color: rgba(0, 0, 0, 0.5);
transition: all 0.4s ease-in; }
.flex {
display: flex; }
header.flex {
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: nowrap; }
@media only screen and (min-width: 600px) {
header.flex {
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap; } }
@media only screen and (min-width: 1000px) {
header.flex {
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap; } }
header.flex div.flex {
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: nowrap; }
@media only screen and (min-width: 600px) {
header.flex div.flex {
flex-direction: column;
justify-content: center;
align-items: flex-start;
flex-wrap: nowrap; } }
.results {
flex-direction: row;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap; }
.results article {
flex-basis: 100%; }
@media only screen and (min-width: 600px) {
.results article {
flex-basis: 33%; } }
@media only screen and (min-width: 1000px) {
.results article {
flex-basis: 25%; } }
footer.flex {
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap; }
@media only screen and (min-width: 1000px) {
footer.flex {
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap; } } | 0.397354 | 0.076788 |
.container p {
padding-bottom: 20px;
}
.container ul {
padding-bottom: 0px;
}
.container {
position: relative;
overflow: hidden;
}
.hidden {
display: none;
}
.container .content-box {
max-width: 100%;
overflow: hidden;
padding: 0;
position: relative;
background-color: white;
}
.container .content-box .content {
margin: 30px;
margin-bottom: 5px;
}
.container .contents-nav {
background-color: white;
position: fixed;
width:100%;
padding-top: 1em;
padding-bottom: 1em;
border-bottom: 1px dotted #888;
text-align: center;
}
.container .content-pagecnt {
position: absolute;
top: 20px;
right: 20px;
color: #888;
}
.container .url-nav {
position: absolute;
top: 20px;
right: 20px;
}
.container .contents-nav a, .container .url-nav a, .link-bottom a {
display: inline-block;
padding: 5px 10px;
color: #aaa;
text-decoration: none;
border-radius: 6px;
border: 1px solid #ccc;
background: #fff;
text-align: center;
}
.container .contents-nav a:hover {
background: #eee;
}
.container .nav {
position: absolute;
top: 690px;
width: 1023px;
text-align: center;
}
.container .nav span {
font-size: 200%;
color: #eee;
}
.container .nav span.selected {
color: #777;
}
.content-box .content-title {
color: #888888;
font-size: 180%;
padding-top: 70px;
text-align: center;
top: 30px;
}
.content-box .image-blocker {
position: absolute;
bottom: 0px;
left: 0px;
height: 50px;
width: 1023px;
background: #fff;
}
.style-simple {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
background: #fff;
color: #555;
line-height: 150%;
padding: 20px;
padding-bottom: 0px;
/* Auto hyphenation */
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.style-simple li ul {
padding-top: 5px;
}
.style-simple p {
padding-bottom: 5px;
}
.style-simple li p {
padding: 0px;
line-height: 100%;
}
.style-simple ol li {
list-style-type: decimal;
padding: 0px;
line-height: 100%;
margin-left: 1em;
}
.style-simple ul li {
list-style-type: disc;
line-height: 100%;
padding: 0px;
margin-left: 1em;
}
.style-simple a {
color: blue;
text-decoration: underline;
}
.style-simple * {
margin-bottom: 16px;
border: none;
background: none;
}
.style-simple .images {
display: none;
}
.style-simple h1, .style-simple h2, .style-simple h3, .style-simple h4 {
padding-top: 5px;
display: block;
color: #222;
width: 100%;
font-weight: bold;
font-size: 1.4em;
}
.style-simple h2 {
border-bottom: 1px solid #CCCCCC;
font-size: 1.3em;
}
.style-simple h3, .style-simple h4 {
font-size: 1.2em;
}
.style-simple blockquote {
margin-left: 3em;
margin-right: 3em;
}
.style-simple.xx-large {
font-size: 100%;
padding: 40px 60px;
}
.style-simple.x-large {
font-size: 100%;
padding: 40px 60px;
}
.style-simple.large {
font-size: 100%;
padding: 40px 60px;
}
.style-simple.medium {
font-size: 100%;
padding: 20px 60px;
}
.style-simple em {
font-size: 110%;
font-style:italic;
}
.style-simple pre code {
font-size: 120%;
line-height: 1.2em;
}
.link {
width: 10%;
padding: 10px 20px;
text-decoration: none;
color: #ccc;
top: 0px;
}
.link-prev {
right: 0px;
}
.link-next {
left: 0px;
}
.link-home {
width: 50%;
}
.link-bottom {
text-align: center;
margin-bottom: 1em;
}
.link-bottom p {
/* title at footer */
display: inline-block;
color: #888;
font-size: 80%;
}
.hidden {
display: none;
}
.videobox {
margin: 1em auto;
}
#desc pre {
border:1px dashed #E1E1E1;
color:#333344;
background:#FAFAFA;
font-family:monospace;
overflow:auto;
font-size: 90%;
line-height: 100%;
padding: 0.5em;
}
#desc strong {
font-weight: 600;
} | examples/quickstartguide/mojits/Read/assets/read.css | .container p {
padding-bottom: 20px;
}
.container ul {
padding-bottom: 0px;
}
.container {
position: relative;
overflow: hidden;
}
.hidden {
display: none;
}
.container .content-box {
max-width: 100%;
overflow: hidden;
padding: 0;
position: relative;
background-color: white;
}
.container .content-box .content {
margin: 30px;
margin-bottom: 5px;
}
.container .contents-nav {
background-color: white;
position: fixed;
width:100%;
padding-top: 1em;
padding-bottom: 1em;
border-bottom: 1px dotted #888;
text-align: center;
}
.container .content-pagecnt {
position: absolute;
top: 20px;
right: 20px;
color: #888;
}
.container .url-nav {
position: absolute;
top: 20px;
right: 20px;
}
.container .contents-nav a, .container .url-nav a, .link-bottom a {
display: inline-block;
padding: 5px 10px;
color: #aaa;
text-decoration: none;
border-radius: 6px;
border: 1px solid #ccc;
background: #fff;
text-align: center;
}
.container .contents-nav a:hover {
background: #eee;
}
.container .nav {
position: absolute;
top: 690px;
width: 1023px;
text-align: center;
}
.container .nav span {
font-size: 200%;
color: #eee;
}
.container .nav span.selected {
color: #777;
}
.content-box .content-title {
color: #888888;
font-size: 180%;
padding-top: 70px;
text-align: center;
top: 30px;
}
.content-box .image-blocker {
position: absolute;
bottom: 0px;
left: 0px;
height: 50px;
width: 1023px;
background: #fff;
}
.style-simple {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
background: #fff;
color: #555;
line-height: 150%;
padding: 20px;
padding-bottom: 0px;
/* Auto hyphenation */
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.style-simple li ul {
padding-top: 5px;
}
.style-simple p {
padding-bottom: 5px;
}
.style-simple li p {
padding: 0px;
line-height: 100%;
}
.style-simple ol li {
list-style-type: decimal;
padding: 0px;
line-height: 100%;
margin-left: 1em;
}
.style-simple ul li {
list-style-type: disc;
line-height: 100%;
padding: 0px;
margin-left: 1em;
}
.style-simple a {
color: blue;
text-decoration: underline;
}
.style-simple * {
margin-bottom: 16px;
border: none;
background: none;
}
.style-simple .images {
display: none;
}
.style-simple h1, .style-simple h2, .style-simple h3, .style-simple h4 {
padding-top: 5px;
display: block;
color: #222;
width: 100%;
font-weight: bold;
font-size: 1.4em;
}
.style-simple h2 {
border-bottom: 1px solid #CCCCCC;
font-size: 1.3em;
}
.style-simple h3, .style-simple h4 {
font-size: 1.2em;
}
.style-simple blockquote {
margin-left: 3em;
margin-right: 3em;
}
.style-simple.xx-large {
font-size: 100%;
padding: 40px 60px;
}
.style-simple.x-large {
font-size: 100%;
padding: 40px 60px;
}
.style-simple.large {
font-size: 100%;
padding: 40px 60px;
}
.style-simple.medium {
font-size: 100%;
padding: 20px 60px;
}
.style-simple em {
font-size: 110%;
font-style:italic;
}
.style-simple pre code {
font-size: 120%;
line-height: 1.2em;
}
.link {
width: 10%;
padding: 10px 20px;
text-decoration: none;
color: #ccc;
top: 0px;
}
.link-prev {
right: 0px;
}
.link-next {
left: 0px;
}
.link-home {
width: 50%;
}
.link-bottom {
text-align: center;
margin-bottom: 1em;
}
.link-bottom p {
/* title at footer */
display: inline-block;
color: #888;
font-size: 80%;
}
.hidden {
display: none;
}
.videobox {
margin: 1em auto;
}
#desc pre {
border:1px dashed #E1E1E1;
color:#333344;
background:#FAFAFA;
font-family:monospace;
overflow:auto;
font-size: 90%;
line-height: 100%;
padding: 0.5em;
}
#desc strong {
font-weight: 600;
} | 0.485844 | 0.089455 |
* {
font-family: 'Times New Roman', Times, serif;
}
/* border */
.border-mine {
border-bottom: 1px solid #eeeeee;
}
.border-bottom {
border-bottom: none!important;
}
.contact-border {
border-right: 1px solid #191919;
}
.menu-border {
border-radius: 0;
border: none;
}
/* my css */
.header-bg {
background-color: #000000;
}
.fz {
color: #e6e3e3;
}
.sec-header {
color: #787878;
}
.breadcrumb-item {
font-size: 1.1rem;
}
.cf-rs {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: #a47c48;
}
.text-warning {
color: #a47c48!important;
font-size: 1.1rem;
}
.unicode {
font-family: Myanmar3, Yunghkio, 'Times New Roman';
font-size: 16px;
}
.mine {
background-color: #000;
}
a {
text-decoration: none!important;
color: #e6e3e3!important;
}
.btn {
border-radius: 0!important;
background-color: #a47c48!important;
}
.myhr {
width: 50px;
border-top: 2px solid #a47c48;
}
.mb-sm-2 {
margin-bottom: 1.2rem!important;
}
.btn-warning {
background-color: #a47c48!important;
color: #e6e3e3!important;
border-color: #a47c48!important;
}
.custom-select,
.form-control,
.input-group-text {
border-radius: 0!important;
background-color: #191919!important;
padding: 1.4rem 0.75rem!important;
color: gray!important;
font-size: 1.15rem!important;
}
.mycol-12 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.card-img {
width: 100%;
height: 100%;
border-radius: 0!important;
}
p {
font-size: 1.1rem;
}
.my-height-food {
height: auto;
}
.welcome-fz {
font-size: 2rem;
}
.alert-success {
background-color: #191919!important;
}
.form-name {
font-size: 1.1rem;
}
.btn:disabled {
opacity: inherit!important;
}
.text-in-btn {
font-size: 1.2rem;
}
.card-deck-mine {
margin-left: -20px;
margin-right: -20px;
}
.card {
border-radius: 0!important;
}
.badge-mine {
color: #ffffff;
background-color: #a47c48;
}
.footer-link {
font-size: 1.2rem;
}
.btn {
padding: .375rem 1.75rem !important;
}
.fadeIn {
animation-duration: 1s!important;
}
.my-text {
text-align: center;
padding-right: 1.5rem!important;
}
.page-item.active .page-link {
z-index: 1;
color: #e6e3e3!important;
background-color: #191919!important;
}
.page-link {
background-color: #000!important;
border: 1px solid #787878!important;
border-radius: 0!important;
padding: 0.6rem 0.99rem!important;
}
.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.bg-fixed {
background-attachment: fixed !important;
}
.copyright {
font-size: 1.1rem;
}
/* padding */
.p-5 {
padding: 9rem!important;
}
.contact-padding {
padding: 8rem;
}
.pt-5,
.pb-5 {
padding-top: 8rem!important;
padding-bottom: 8rem!important;
}
.pl-5,
.px-5 {
padding-left: 2.2rem!important;
}
.testimonial-padding {
padding-top: 5rem;
padding-bottom: 5rem;
}
.sec-header-padding {
padding-top: 50px;
padding-bottom: 50px;
}
small {
font-size: 90%!important;
font-weight: 500!important;
}
/* hover */
ul>div>li>a:hover {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
color: #a47c48!important;
}
ul>li>a:hover {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
color: #a47c48!important;
}
a:hover {
color: #ffffff!important;
}
.img-hover-zoom {
overflow: hidden;
}
.img-hover-zoom img {
transition: transform 1.5s, filter 1.5s ease-in-out;
}
.img-hover-zoom:hover img {
transform: scale(1.5);
transition-duration: 1.3s;
}
/* active */
.location-bg {
background-color: #191919;
}
.active>a {
color: #a47c48!important;
}
/* foucs */
button:focus {
outline: none;
}
.btn-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(164, 124, 72, 0.5)!important;
}
.form-control:focus {
box-shadow: none!important;
border-color: gray!important;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .25);
}
/* margin */
.menu-margin-top {
margin-top: 0;
}
.li-margin-right {
margin-right: 1rem;
}
.margin-left-right {
margin-left: 0;
margin-right: 0;
}
.margin-bottom {
margin-bottom: 0;
}
/* navbar */
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.15rem;
line-height: 1;
background-color: transparent;
border-radius: 0;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(164,124,72)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 50px!important;
height: 30px!important;
}
.carousel-indicators li {
border-radius: 12px;
width: 12px;
height: 12px;
background-color: #404040;
}
.my-height {
height: 469.5;
}
/*****************************************************/
@media (max-width: 767.98px) {
.menu-margin-top {
margin-top: 1rem;
}
.li-margin-right {
margin-right: 0;
}
.border-bottom {
border-bottom: 1px solid #191919!important;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 412px;
left: 0;
z-index: 1030;
}
.mb-footer {
margin-bottom: .5rem;
}
.mb-sm-2 {
margin-bottom: .5rem!important;
}
h4 {
font-size: 1.4rem;
}
.welcome-fz {
font-size: 1.6rem;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 20px!important;
height: 20px!important;
}
.mycol-12 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.margin-left-right {
margin-left: .25rem;
margin-right: .25rem;
}
.border-mine {
border-right: none;
}
.card-img {
width: 100%!important;
height: auto;
}
.p-5 {
padding: 3rem!important;
}
.pt-5,
.pb-5 {
padding-top: 4rem!important;
padding-bottom: 4rem!important;
}
.my-height-food {
height: 225px;
}
.sec-header-padding {
padding-top: 50px;
padding-bottom: 50px;
}
.form-name {
font-size: 1rem;
}
.footer-link {
font-size: 1.05rem;
}
.text-in-btn {
font-size: 1.1rem;
}
.margin-bottom {
margin-bottom: 2px;
}
.my-text {
text-align: right;
padding-right: .5rem!important;
}
.facebook {
padding: .5rem 1rem;
text-align: right;
padding-right: .5rem;
}
.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.bg-fixed {
background-attachment: fixed !important;
}
.padding-review-mobile {
padding-left: 2rem;
padding-right: 2rem;
}
.contact-padding {
padding: 3rem;
}
.copyright {
font-size: 1rem;
}
.my-height {
height: 493.5px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.menu-margin-top {
margin-top: 1.5rem;
}
h2 {
font-size: 1.5rem;
}
h4 {
font-size: 1.2rem;
}
.price {
font-size: 12px;
color: #787878;
}
p {
font-size: .9rem;
}
h5 {
font-size: 1.1rem;
}
small {
font-size: 75%!important;
font-weight: 500!important;
}
.mycol-12 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.text {
font-size: .9rem;
}
.welcome-fz {
font-size: 1.5rem;
}
.li-margin-right {
margin-right: 1px;
}
.border-bottom {
border-bottom: 1px solid #191919!important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 25px!important;
height: 25px!important;
}
.p-5 {
padding: 3rem!important;
}
.pt-5,
.pb-5 {
padding-top: 4rem!important;
padding-bottom: 4rem!important;
}
.form-name {
font-size: 1rem;
}
.sec-header-padding {
padding-top: 50px;
padding-bottom: 50px;
}
.my-text {
text-align: right;
padding-right: .5rem!important;
}
.facebook {
padding: .5rem 1rem;
text-align: right;
padding-right: .5rem;
}
.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.bg-fixed {
background-attachment: fixed !important;
}
.contact-padding {
padding: 4rem;
}
.copyright {
font-size: 1rem;
}
.footer-link {
font-size: 1.05rem;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
h2 {
font-size: 1.5rem;
}
h4 {
font-size: 1.3rem;
}
small {
font-size: 80%!important;
}
.welcome-fz {
font-size: 1.5rem;
}
.text {
font-size: 1.15rem;
}
.mycol-12 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.form-name {
font-size: 1rem;
}
.p-5 {
padding: 6rem!important;
}
.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.bg-fixed {
background-attachment: fixed !important;
}
.copyright {
font-size: 1rem;
}
.footer-link {
font-size: 1.05rem;
}
} | public/user/css/mystyle.css | * {
font-family: 'Times New Roman', Times, serif;
}
/* border */
.border-mine {
border-bottom: 1px solid #eeeeee;
}
.border-bottom {
border-bottom: none!important;
}
.contact-border {
border-right: 1px solid #191919;
}
.menu-border {
border-radius: 0;
border: none;
}
/* my css */
.header-bg {
background-color: #000000;
}
.fz {
color: #e6e3e3;
}
.sec-header {
color: #787878;
}
.breadcrumb-item {
font-size: 1.1rem;
}
.cf-rs {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: #a47c48;
}
.text-warning {
color: #a47c48!important;
font-size: 1.1rem;
}
.unicode {
font-family: Myanmar3, Yunghkio, 'Times New Roman';
font-size: 16px;
}
.mine {
background-color: #000;
}
a {
text-decoration: none!important;
color: #e6e3e3!important;
}
.btn {
border-radius: 0!important;
background-color: #a47c48!important;
}
.myhr {
width: 50px;
border-top: 2px solid #a47c48;
}
.mb-sm-2 {
margin-bottom: 1.2rem!important;
}
.btn-warning {
background-color: #a47c48!important;
color: #e6e3e3!important;
border-color: #a47c48!important;
}
.custom-select,
.form-control,
.input-group-text {
border-radius: 0!important;
background-color: #191919!important;
padding: 1.4rem 0.75rem!important;
color: gray!important;
font-size: 1.15rem!important;
}
.mycol-12 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.card-img {
width: 100%;
height: 100%;
border-radius: 0!important;
}
p {
font-size: 1.1rem;
}
.my-height-food {
height: auto;
}
.welcome-fz {
font-size: 2rem;
}
.alert-success {
background-color: #191919!important;
}
.form-name {
font-size: 1.1rem;
}
.btn:disabled {
opacity: inherit!important;
}
.text-in-btn {
font-size: 1.2rem;
}
.card-deck-mine {
margin-left: -20px;
margin-right: -20px;
}
.card {
border-radius: 0!important;
}
.badge-mine {
color: #ffffff;
background-color: #a47c48;
}
.footer-link {
font-size: 1.2rem;
}
.btn {
padding: .375rem 1.75rem !important;
}
.fadeIn {
animation-duration: 1s!important;
}
.my-text {
text-align: center;
padding-right: 1.5rem!important;
}
.page-item.active .page-link {
z-index: 1;
color: #e6e3e3!important;
background-color: #191919!important;
}
.page-link {
background-color: #000!important;
border: 1px solid #787878!important;
border-radius: 0!important;
padding: 0.6rem 0.99rem!important;
}
.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.bg-fixed {
background-attachment: fixed !important;
}
.copyright {
font-size: 1.1rem;
}
/* padding */
.p-5 {
padding: 9rem!important;
}
.contact-padding {
padding: 8rem;
}
.pt-5,
.pb-5 {
padding-top: 8rem!important;
padding-bottom: 8rem!important;
}
.pl-5,
.px-5 {
padding-left: 2.2rem!important;
}
.testimonial-padding {
padding-top: 5rem;
padding-bottom: 5rem;
}
.sec-header-padding {
padding-top: 50px;
padding-bottom: 50px;
}
small {
font-size: 90%!important;
font-weight: 500!important;
}
/* hover */
ul>div>li>a:hover {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
color: #a47c48!important;
}
ul>li>a:hover {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
color: #a47c48!important;
}
a:hover {
color: #ffffff!important;
}
.img-hover-zoom {
overflow: hidden;
}
.img-hover-zoom img {
transition: transform 1.5s, filter 1.5s ease-in-out;
}
.img-hover-zoom:hover img {
transform: scale(1.5);
transition-duration: 1.3s;
}
/* active */
.location-bg {
background-color: #191919;
}
.active>a {
color: #a47c48!important;
}
/* foucs */
button:focus {
outline: none;
}
.btn-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(164, 124, 72, 0.5)!important;
}
.form-control:focus {
box-shadow: none!important;
border-color: gray!important;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .25);
}
/* margin */
.menu-margin-top {
margin-top: 0;
}
.li-margin-right {
margin-right: 1rem;
}
.margin-left-right {
margin-left: 0;
margin-right: 0;
}
.margin-bottom {
margin-bottom: 0;
}
/* navbar */
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.15rem;
line-height: 1;
background-color: transparent;
border-radius: 0;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(164,124,72)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 50px!important;
height: 30px!important;
}
.carousel-indicators li {
border-radius: 12px;
width: 12px;
height: 12px;
background-color: #404040;
}
.my-height {
height: 469.5;
}
/*****************************************************/
@media (max-width: 767.98px) {
.menu-margin-top {
margin-top: 1rem;
}
.li-margin-right {
margin-right: 0;
}
.border-bottom {
border-bottom: 1px solid #191919!important;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 412px;
left: 0;
z-index: 1030;
}
.mb-footer {
margin-bottom: .5rem;
}
.mb-sm-2 {
margin-bottom: .5rem!important;
}
h4 {
font-size: 1.4rem;
}
.welcome-fz {
font-size: 1.6rem;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 20px!important;
height: 20px!important;
}
.mycol-12 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.margin-left-right {
margin-left: .25rem;
margin-right: .25rem;
}
.border-mine {
border-right: none;
}
.card-img {
width: 100%!important;
height: auto;
}
.p-5 {
padding: 3rem!important;
}
.pt-5,
.pb-5 {
padding-top: 4rem!important;
padding-bottom: 4rem!important;
}
.my-height-food {
height: 225px;
}
.sec-header-padding {
padding-top: 50px;
padding-bottom: 50px;
}
.form-name {
font-size: 1rem;
}
.footer-link {
font-size: 1.05rem;
}
.text-in-btn {
font-size: 1.1rem;
}
.margin-bottom {
margin-bottom: 2px;
}
.my-text {
text-align: right;
padding-right: .5rem!important;
}
.facebook {
padding: .5rem 1rem;
text-align: right;
padding-right: .5rem;
}
.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.bg-fixed {
background-attachment: fixed !important;
}
.padding-review-mobile {
padding-left: 2rem;
padding-right: 2rem;
}
.contact-padding {
padding: 3rem;
}
.copyright {
font-size: 1rem;
}
.my-height {
height: 493.5px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.menu-margin-top {
margin-top: 1.5rem;
}
h2 {
font-size: 1.5rem;
}
h4 {
font-size: 1.2rem;
}
.price {
font-size: 12px;
color: #787878;
}
p {
font-size: .9rem;
}
h5 {
font-size: 1.1rem;
}
small {
font-size: 75%!important;
font-weight: 500!important;
}
.mycol-12 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.text {
font-size: .9rem;
}
.welcome-fz {
font-size: 1.5rem;
}
.li-margin-right {
margin-right: 1px;
}
.border-bottom {
border-bottom: 1px solid #191919!important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 25px!important;
height: 25px!important;
}
.p-5 {
padding: 3rem!important;
}
.pt-5,
.pb-5 {
padding-top: 4rem!important;
padding-bottom: 4rem!important;
}
.form-name {
font-size: 1rem;
}
.sec-header-padding {
padding-top: 50px;
padding-bottom: 50px;
}
.my-text {
text-align: right;
padding-right: .5rem!important;
}
.facebook {
padding: .5rem 1rem;
text-align: right;
padding-right: .5rem;
}
.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.bg-fixed {
background-attachment: fixed !important;
}
.contact-padding {
padding: 4rem;
}
.copyright {
font-size: 1rem;
}
.footer-link {
font-size: 1.05rem;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
h2 {
font-size: 1.5rem;
}
h4 {
font-size: 1.3rem;
}
small {
font-size: 80%!important;
}
.welcome-fz {
font-size: 1.5rem;
}
.text {
font-size: 1.15rem;
}
.mycol-12 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.form-name {
font-size: 1rem;
}
.p-5 {
padding: 6rem!important;
}
.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.bg-fixed {
background-attachment: fixed !important;
}
.copyright {
font-size: 1rem;
}
.footer-link {
font-size: 1.05rem;
}
} | 0.39257 | 0.111676 |
.space-2,
.space-bottom-2 {
padding-bottom: 4rem !important;
}
.space-2,
.space-top-2 {
padding-top: 4rem !important;
}
@media (min-width: 576px) {
.card-sm-columns {
orphans: 1;
widows: 1;
}
}
@media (min-width: 576px) {
.card-sm-2-count {
column-count: 2;
}
}
.mb-5,
.my-5 {
margin-bottom: 2rem !important;
}
.mr-5,
.mx-5 {
margin-right: 2rem !important;
}
@media (min-width: 576px) {
.card-sm-columns .card {
display: inline-block;
width: 100%;
}
}
@media (min-width: 992px) {
.card-lg-3-count {
column-count: 3;
}
}
.card {
border-width: 0;
box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
}
.border {
border: 0.0625rem solid #e7eaf3!important;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 0.0625rem solid rgba(231, 234, 243, .7);
border-radius: 0.75rem;
}
.card-img-bottom,
.card-img-top {
min-height: 1px;
}
.card-img,
.card-img-top {
border-top-left-radius: 0.75rem;
border-top-right-radius: 0.75rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
flex-shrink: 0;
width: 100%;
}
.card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1.5rem;
}
.text-cap {
display: block;
text-transform: uppercase;
font-weight: 600;
letter-spacing: .03125rem;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.h4,
h4 {
font-size: 1.125rem;
}
.navbar-vertical .nav-tabs {
border-bottom-width: 0;
}
.navbar-vertical .nav {
flex-direction: column;
flex-wrap: wrap;
}
.nav-tabs {
border-bottom: 0.0625rem solid #e7eaf3;
}
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-tabs .nav-item:first-child {
margin-left: 0;
}
.navbar-vertical .nav-tabs .nav-item {
margin: 0;
}
.navbar-vertical .card .nav-tabs .nav-link {
padding-right: 0;
padding-left: 1.4375rem;
margin-left: -1.5rem;
}
.navbar-vertical .nav-tabs .nav-link {
border-width: 0 0 0 0.1875rem;
margin-bottom: 0;
}
.navbar-vertical .nav-sub .nav-link {
display: flex;
align-items: center;
}
.nav-list-y-2 .nav-link {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.nav-sm .nav-link {
font-size: .875rem;
}
.nav-tabs .nav-link {
color: #677788;
} | public/assets/css/category.css | .space-2,
.space-bottom-2 {
padding-bottom: 4rem !important;
}
.space-2,
.space-top-2 {
padding-top: 4rem !important;
}
@media (min-width: 576px) {
.card-sm-columns {
orphans: 1;
widows: 1;
}
}
@media (min-width: 576px) {
.card-sm-2-count {
column-count: 2;
}
}
.mb-5,
.my-5 {
margin-bottom: 2rem !important;
}
.mr-5,
.mx-5 {
margin-right: 2rem !important;
}
@media (min-width: 576px) {
.card-sm-columns .card {
display: inline-block;
width: 100%;
}
}
@media (min-width: 992px) {
.card-lg-3-count {
column-count: 3;
}
}
.card {
border-width: 0;
box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
}
.border {
border: 0.0625rem solid #e7eaf3!important;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 0.0625rem solid rgba(231, 234, 243, .7);
border-radius: 0.75rem;
}
.card-img-bottom,
.card-img-top {
min-height: 1px;
}
.card-img,
.card-img-top {
border-top-left-radius: 0.75rem;
border-top-right-radius: 0.75rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
flex-shrink: 0;
width: 100%;
}
.card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1.5rem;
}
.text-cap {
display: block;
text-transform: uppercase;
font-weight: 600;
letter-spacing: .03125rem;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.h4,
h4 {
font-size: 1.125rem;
}
.navbar-vertical .nav-tabs {
border-bottom-width: 0;
}
.navbar-vertical .nav {
flex-direction: column;
flex-wrap: wrap;
}
.nav-tabs {
border-bottom: 0.0625rem solid #e7eaf3;
}
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-tabs .nav-item:first-child {
margin-left: 0;
}
.navbar-vertical .nav-tabs .nav-item {
margin: 0;
}
.navbar-vertical .card .nav-tabs .nav-link {
padding-right: 0;
padding-left: 1.4375rem;
margin-left: -1.5rem;
}
.navbar-vertical .nav-tabs .nav-link {
border-width: 0 0 0 0.1875rem;
margin-bottom: 0;
}
.navbar-vertical .nav-sub .nav-link {
display: flex;
align-items: center;
}
.nav-list-y-2 .nav-link {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.nav-sm .nav-link {
font-size: .875rem;
}
.nav-tabs .nav-link {
color: #677788;
} | 0.481698 | 0.204163 |
01 - IMPORTED CSS
==================================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
/*================================================
02 - DEFAULT CSS
==================================================*/
body {
background-color: #fff;
color: #727a93;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 26px;
letter-spacing: 1px
}
html,
body {
height: 100%;
}
img {
max-width: 100%;
height: auto
}
p {
color: #777;
margin: 0
}
.no-pad-left {
padding-left: 0
}
.no-pad-right {
padding-right: 0
}
.no-pad-all {
padding: 0
}
.fix {
overflow: hidden
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}
.filmoja-btn {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 16px;
color: #fff;
text-align: center;
position: relative;
z-index: 9;
display: inline-block;
padding: 10px 20px;
text-transform: capitalize;
letter-spacing: 2px;
border-radius: 25px;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s
}
.filmoja-btn:hover {
background-image: -webkit-linear-gradient(right, #fbbd61, #ec7532);
background-image: linear-gradient(to left, #fbbd61, #ec7532);
color: #fff
}
.filmoja-btn i {
margin-right: 3px
}
a {
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
color: #6b739c;
}
a:focus {
text-decoration: none;
outline: medium none;
color: inherit
}
a:hover {
color: inherit;
text-decoration: none;
color: inherit
}
input:focus,
textarea:focus,
button:focus,
select:focus {
outline: medium none
}
fieldset,
label {
margin: 0;
padding: 0;
}
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
ul,
ol {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
.filmoja-heading {
margin-bottom: 20px
}
.filmoja-heading h2 {
font-family: 'Orbitron', sans-serif;
text-transform: capitalize;
font-weight: 500;
color: #111;
font-size: 30px;
position: relative;
padding-left: 15px
}
.filmoja-heading h2:before {
position: absolute;
content: "";
bottom: 0;
left: 7px;
height: 20px;
width: 4px;
background: #ec7532;
}
.filmoja-heading h2:after {
position: absolute;
content: "";
left: 0;
height: 30px;
width: 4px;
background: #111;
bottom: 0;
}
.filmoja-heading h2 span {
color: #ec7532
}
.section_100 {
padding: 30px 0;
}
.section_b_50 {
padding-bottom: 50px
}
.section_70 {
padding: 70px 0;
}
.section_50 {
padding: 50px 0;
}
.section_15 {
padding: 15px 0
}
.pad-right {
padding-right: 0
}
.section_t_100 {
padding-top: 100px
}
.section_b_70 {
padding-bottom: 70px
}
.section_b_80 {
padding-bottom: 80px
}
/*================================================
03 - RESPONSIVE CSS
==================================================*/
.filmoja-responsive-menu {
display: none;
position: absolute;
right: 0;
top: 21px;
width: 100%;
z-index: 999;
}
.slicknav_nav a {
font-size: 14px;
margin: 0;
text-transform: capitalize;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
color: #000
}
.slicknav_menu {
background: transparent;
}
.slicknav_menutxt {
display: none !important;
}
.slicknav_arrow {
float: right;
color: #ec7532
}
.slicknav_nav a:hover {
border-radius: 0;
}
.slicknav_nav .slicknav_row:hover {
border-radius: 0
}
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
background: #ec7532 none repeat scroll 0 0;
color: #fff
}
.slicknav_nav a:hover .slicknav_arrow {
color: #fff
}
.slicknav_nav a:hover a {
color: #fff
}
.slicknav_nav li {
border-bottom: 1px solid #ddd;
}
.slicknav_nav li.hide-desktop {
border-bottom: 0px solid #ddd
}
.slicknav_nav li:last-child {
border-bottom: 0px solid #ddd
}
.slicknav_nav {
background: #fff none repeat scroll 0 0;
border-top: 1px solid #ec7532;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.19)
}
.slicknav_btn {
background-color: transparent !important;
line-height: 0;
margin-right: 0px;
margin-top: -10px;
}
.slicknav_menu .slicknav_icon {
float: none !important;
margin: 0
}
.slicknav_icon-bar {
height: 3px !important;
margin: 5px 0;
width: 30px !important;
}
.slicknav_menu .slicknav_icon-bar {
background-color: #111;
}
.filmoja-header-area.stick-top.sticky .slicknav_menu .slicknav_icon-bar,
.filmoja-header-area.home-3-page .slicknav_menu .slicknav_icon-bar {
background-color: #111
}
/*================================================
04 - PAGINATION CSS
==================================================*/
.pagination-box-row {
text-align: center;
}
.pagination-box-row p {
display: inline-block;
font-size: 15px;
color: #444;
margin-right: 15px
}
.pagination {
margin-top: 50px;
text-align: center;
float: none;
display: inline-block;
}
.pagination li {
display: inline-block;
margin-right: 5px
}
.pagination li:last-child {
margin-right: 0
}
.pagination li a {
display: block;
width: 35px;
height: 35px;
font-size: 15px;
line-height: 35px;
border-radius: 50%;
color: #111;
font-weight: 500;
}
.pagination li.active a,
.pagination li a:hover {
background: #101010 none repeat scroll 0 0;
color: #fff
}
/*================================================
05 - BREADCROMB CSS
==================================================*/
.filmoja-breadcrumb-area {
background: url(../img/bgs1.jpg) no-repeat scroll 0 0/cover
}
.breadcrumb-box h2 {
color: #fff;
text-transform: capitalize;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 2px;
font-size: 38px;
font-weight: 400;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
}
.breadcrumb-box {
text-align: center
}
.breadcrumb-box ul {
text-align: center;
margin-top: 15px
}
.breadcrumb-box ul li {
display: inline-block;
text-transform: capitalize;
color: #eee;
}
.breadcrumb-box ul li.active-breadcromb {
color: #ec7532
}
.breadcrumb-box ul li a:hover {
color: #ec7532;
}
.breadcrumb-box ul li a {
color: #eee;
text-transform: capitalize
}
.breadcrumb-box ul>li+li:before {
content: "/ ";
padding: 0 5px;
color: #ccc;
}
/*================================================
06 - BTN TOP CSS
==================================================*/
.btntoTop:before {
color: #fff;
content: "";
display: inline-block;
font: 20px "FontAwesome";
vertical-align: middle;
}
.btntoTop {
background-color: #212121;
border: 2px solid #212121;
border-radius: 5px;
bottom: 30px;
cursor: pointer;
height: 50px;
line-height: 47px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
position: fixed;
right: 35px;
text-align: center;
-webkit-transition: opacity 0.4s ease 0s;
transition: opacity 0.4s ease 0s;
width: 50px;
z-index: 99999;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.42)
}
.btntoTop.active {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s
}
.btntoTop.active:hover {
background: #ec7532 none repeat scroll 0 0;
border: 2px solid #fff;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.btntoTop.active.btntoTop:hover:before {
color: #fff;
}
/*================================================
07 - HEADER CSS
==================================================*/
.header-top-area {
background: #181818 none repeat scroll 0 0;
padding: 10px 0;
}
.header-top-social li {
display: inline-block;
margin-right: 5px
}
.header-top-social li:last-child {
margin-right: 0
}
.header-top-social li a {
display: block;
color: #fff;
font-size: 20px;
}
.header-top-menu ul {
text-align: right;
}
.header-top-menu ul li {
display: inline-block;
margin-right: 10px;
}
.header-top-menu ul li:last-child {
margin-right: 0px;
}
.header-top-menu ul li a {
color: #fff;
text-transform: capitalize;
display: block
}
.main-header-area {
background: #fff none repeat scroll 0 0;
box-shadow: 0 5px 10px rgba(17, 17, 17, 0.54);
background: rgba(0, 0, 0, 0.25);
position: fixed;
top: 0;
padding: 0 24px;
width: 100%;
display: flex;
align-items: center;
z-index: 30;
height: 64px;
}
.main-header-area .container{
padding: 0;
max-width: 100%;
}
.site-logo {
margin: 23px 0;
position: relative;
z-index: 9999
}
.mainmenu ul {
text-align: right
}
.mainmenu ul li {
display: inline-block;
position: relative;
}
.mainmenu ul>li>a {
display: block;
/* color: #13212d; */
color: black;
text-transform: capitalize;
padding: 30px 10px;
position: relative
}
.mainmenu nav>ul>li>a:after {
position: absolute;
right: auto;
bottom: 0;
left: 0;
display: block;
width: 0;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
.mainmenu nav>ul>li.active>a {
position: relative;
}
.mainmenu nav>ul>li.active>a:after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
.mainmenu nav>ul>li.active>a:before {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
.mainmenu nav>ul>li>a:before {
position: absolute;
right: auto;
top: 0;
left: 0;
display: block;
width: 0;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
.bw{
background-color: #fff;
color: #000;
border-radius: 3px;
}
.mainmenu nav>ul>li>a{
padding: 5px 10px;
}
.mainmenu nav>ul>li>a:hover:after,
.mainmenu nav>ul>li>a:hover:before {
right: 0;
width: 100%;
}
.mainmenu nav>ul>li>a:hover,
.mainmenu nav>ul>li.active>a {
color: #a2a2a2
}
.mainmenu nav>ul>li:hover>a {
position: relative;
color: #a2a2a2 !important
}
.mainmenu nav>ul>li:hover>a:before {
position: absolute;
right: 0;
top: 0;
left: 0;
display: block;
width: 100%;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
.mainmenu nav>ul>li:hover>a:after {
position: absolute;
right: auto;
bottom: 0;
left: 0;
right: 0;
display: block;
width: 100%;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
/* Dropdown Menu */
.mainmenu ul li ul {
padding: 0;
position: absolute;
left: 0;
top: 100%;
min-width: 180px;
background: #fff none repeat scroll 0 0;
;
visibility: hidden;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
margin-top: 30px;
z-index: 10;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.5s;
transition: all 0.5s;
text-align: left
}
.mainmenu ul li:hover>ul {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 10;
margin-top: 0;
border-radius: 10px;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mainmenu ul li>ul>li {
display: block;
position: relative;
border-top: 1px solid #000;
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mainmenu ul li ul li>a {
padding: 10px 15px;
display: block
}
.mainmenu ul li ul li.submenu-parent:after {
position: absolute;
top: 0;
right: 10px;
line-height: 50px;
font-family: 'FontAwesome';
speak: none;
-webkit-font-smoothing: antialiased;
content: "\f0da";
color: #13212d;
}
.mainmenu ul li ul li>ul.submenu {
position: absolute;
left: 100%;
top: 0;
}
.mainmenu nav>ul>li:hover>ul li:hover>a {
color: #ec7532
}
/* Header */
.header-main-search {
/* margin: 23px 0; */
}
.mainmenu ul li.hide-desktop {
display: none;
}
.header-main-search form {
position: relative;
height: 40px;
background: #eaeaea none repeat scroll 0 0;
border-radius: 5px;
width: 100%;
}
.header-main-search form input {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: transparent;
color: #333;
border: medium none;
padding: 5px 50px 5px 10px;
}
.header-main-search form button {
position: absolute;
right: 0;
border: medium none;
top: 0;
height: 100%;
width: 15%;
background: transparent none repeat scroll 0 0;
color: #333;
cursor: pointer
}
/* side twitter */
section#main{
/* Same as the width of the sidenav */
}
.search_tweet{
display: flex;
margin-bottom: 10px;
}
.search_tweet input{
height: 100%;
width: 100%;
background: transparent;
color: #333;
border: medium none;
padding: 5px 50px 5px 10px;
}
.search_tweet form{
display: flex;
width: 100%;
}
.search_tweet button{
border: medium none;
top: 0;
height: 100%;
width: 15%;
background: transparent none repeat scroll 0 0;
color: #333;
cursor: pointer;
}
.sidenav_twitter {
padding: 10px 20px;
height: 70%;
width: 300px;
/* position: fixed; */
overflow: hidden;
display: flex;
z-index: 4;
align-content: center;
box-shadow: 0 5px 10px rgba(17, 17, 17, 0.54);
border-radius: 5px;
flex-direction: column;
/* top: 0;
right: 0; */
background-color: #50422e3b;
overflow-x: hidden;
overflow-y: scroll;
/* margin-top: 85px; */
position: absolute;
top: 50%;
left: 80%;
transform: translate(-50%, -50%);
}
.sidenav_twitter::-webkit-scrollbar {
width: 1em;
}
.sidenav_twitter::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.sidenav_twitter::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
.twitter-trends_header, .twitter-trends_content{
padding: 10px;
}
.twitter-trends_content button{
border: none;
background: transparent none repeat scroll 0 0;
color: #14171a;
}
.twitter-trends_content{
display: flex;
cursor: pointer;
justify-content: space-between;
}
.twitter-trends_content:hover{
background-color: #d8d8d8;
transition: 2s;
}
.twitter-trends_content p{
color: #657786;
font-size: 13px;
}
.twitter-trends_content h3{
font-size: 15px;
}
#sidebar hr{
margin: 0;
}
.twitter-trends_header h3{
font-size: 19px;
font-weight: bold;
}
#sidebar h3{
color: #14171a;
}
.search_tweet form,.twitter-trends
{
background-color: #e6ecf0;
border-radius: 12px;
}
/*================================================
08 - SLIDER CSS
==================================================*/
.filmoja-slider-area {
position: relative;
}
.filmoja-slide {
position: relative
}
.filmoja-slide:before {
left: 0;
position: absolute;
bottom: 0px;
width: 0;
z-index: 1;
height: 0;
/* content: ""; */
border-top: 65px solid transparent;
border-left: 50vw solid #fff;
}
.filmoja-slide:after {
right: 0;
position: absolute;
bottom: 0px;
width: 0;
z-index: 1;
height: 0;
/* content: ""; */
border-top: 65px solid transparent;
border-right: 50vw solid #fff;
}
.slide-item-3 {
background: url(../img/slider-1.jpg);
}
.slide-item-2 {
background: url(../img/slider-2.jpg);
}
.slide-item-5 {
background: url(../img/slider-4.jpg);
}
.filmoja-main-caption {
background: rgba(28, 28, 28, 0.74) none repeat scroll 0 0
}
.filmoja-main-slide {
background-color: #eee;
background-position: center center;
background-size: cover;
height: 620px;
}
.slider-content-holder {
width: 100%;
text-align: center;
position: absolute;
top: 50%;
left: 45%;
transform: translate(-50%, -50%)
}
.mainmenu ul>li>a {
display: block;
/* color: #13212d; */
color: white;
}
.mainmenu ul>li.bw>a {
color: black !important;
}
.filmoja-main-caption {
display: table;
height: 100%;
width: 100%;
}
.filmoja-caption-cell {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.slider-text h2 {
color: #fff;
font-family: 'Orbitron', sans-serif;
font-size: 40px;
font-weight: 500;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
text-transform: capitalize;
letter-spacing: 3px;
line-height: 60px;
}
.slider-text h4 {
color: #fff;
font-size: 17px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
letter-spacing: 7px;
margin-bottom: 15px
}
.slider-text p {
color: #fff;
font-size: 16px;
font-weight: 400;
margin: 15px 0;
text-transform: capitalize;
}
.filmoja-slide .owl-nav>.owl-prev {
visibility: hidden;
-webkit-transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.filmoja-slide:hover .owl-nav>.owl-prev {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
left: 30px
}
.filmoja-slide .owl-nav>.owl-next {
visibility: hidden;
-webkit-transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.filmoja-slide:hover .owl-nav>.owl-next {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
right: 30px
}
.filmoja-slide .owl-prev {
left: -30px;
position: absolute;
top: 45%;
}
.filmoja-slide .owl-next {
right: -30px;
position: absolute;
top: 45%;
}
.slider-play {
position: relative;
}
.slider-play .popup-youtube {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 16px;
color: #fff;
text-align: center;
position: relative;
z-index: 9;
display: inline-block;
padding: 10px 20px;
text-transform: capitalize;
letter-spacing: 2px;
border-radius: 25px;
}
.popup-youtube i {
margin-left: 5px
}
/*================================================
09 - TOP MOVIE CSS
==================================================*/
.single-top-movie {
margin-top: 30px;
}
.single-top-movie .top-movie-wrap {
position: relative
}
.single-top-movie .top-movie-img {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
.top-movie-img img {
width: 100%
}
.single-top-movie .top-movie-img:before {
position: absolute;
left: -25%;
top: -50%;
height: 60%;
width: 150%;
content: "";
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
-webkit-transform: skewY(25deg);
transform: skewY(25deg);
-webkit-transition: all 500ms linear;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
.single-top-movie .top-movie-wrap:hover .top-movie-img:before {
height: 200%;
opacity: 0.95;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
.thumb-hover {
position: absolute;
top: 50%;
width: 100%;
left: 0;
text-align: center;
}
.thumb-hover>a.play-video {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 60px;
height: 60px;
border: 2px solid #fff;
border-radius: 50%;
top: 50%;
left: 50%;
margin: -30px 0 0 -30px;
z-index: 2;
font-size: 19px;
color: #fff;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.thumb-hover>a.celebrity-link,
.thumb-hover>ul {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
top: 50%;
left: 50%;
margin: -15px 0 0 -45px;
z-index: 2;
font-size: 15px !important;
color: #fff;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
width: auto !important;
height: auto !important;
border: medium none !important;
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Roboto Condensed', sans-serif;
}
.top-movie-details p {
text-transform: capitalize;
color: #999;
font-size: 15px;
margin-top: 3px;
}
.no-margin-top .single-top-movie {
margin-top: 0
}
.thumb-date {
position: absolute;
width: 100%;
top: 50px;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.thumb-date span {
line-height: normal;
padding: 5px 10px;
background: #fff none repeat scroll 0 0;
border-radius: 5px;
color: #ec7532;
text-transform: capitalize
}
.thumb-hover>a.play-video>i {
margin-top: 4px;
margin-left: 2px;
}
.single-top-movie .top-movie-wrap:hover .thumb-hover>a.play-video,
.single-top-movie .top-movie-wrap:hover>.thumb-date,
.single-top-movie .top-movie-wrap:hover .thumb-hover>a.celebrity-link,
.top-movie-wrap:hover .thumb-hover>ul {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
transform: scale(1);
}
.thumb-hover ul {
margin: 25px 0 0 -50px;
text-align: center;
}
.thumb-hover ul li {
margin: 0 5px;
}
.thumb-hover ul li a {
color: #fff;
}
.actor-social li {
display: inline-block;
margin-right: 10px;
}
.actor-social li a {
font-size: 16px;
color: #fff;
}
.top-movie-details {
margin-top: 15px;
}
.top-movie-details h4 {
font-size: 19px;
color: #111;
text-transform: capitalize;
}
.top-movie-details h4 a {
color: #111;
}
.movie-details-thumbs {
margin-top: 10px;
}
.movie-details-thumbs ul li {
display: inline-block;
width: 30.33%;
}
.movie-details-thumbs ul li a {
color: #111;
}
.movie-details-thumbs ul li a:hover,
.top-movie-details h4 a:hover {
color: #ec7532
}
.movie-details-thumbs ul li i {
color: #ec7532;
margin-right: 3px;
}
.movie-details-thumbs ul li span.rating {
line-height: 16px;
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
text-align: center;
}
.movie-details-thumbs ul li span.rating i {
color: #fff
}
.top-movie-slider .owl-nav.disabled {
display: block !important;
position: absolute;
top: -45px;
right: 0;
}
.top-movie-slider .owl-nav.disabled>button {
color: #ec7532;
width: 30px;
height: 30px;
border: 1px solid #ddd;
margin: 0 3px;
font-size: 17px;
}
.top-movie-slider .owl-nav.disabled>button:last-child {
margin-right: 0
}
/*================================================
10 - THEATER CSS
==================================================*/
.filmoja-theater-area {
position: relative;
z-index: 1;
background: #f9f9f9 none repeat scroll 0 0
}
.filmoja-theater-area:after {
position: absolute;
left: 0;
content: "";
width: 65%;
top: 0;
height: 100%;
background: url(../img/bgs1.jpg) no-repeat scroll 0 0/cover;
z-index: -1;
}
.filmoja-theater-area:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 65%;
height: 100%;
background: #111 none repeat scroll 0 0;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}
.single-theater {
border: 5px solid #ec7532;
border-radius: 5px;
position: relative;
background: #ec7532;
}
.single-theater img {
width: 100%;
border-radius: 5px;
position: relative
}
.single-theater:after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000 none repeat scroll 0 0;
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}
.single-theater a.play-video {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 60px;
height: 40px;
background: #FF0000 none repeat scroll 0 0;
border-radius: 10px;
top: 54%;
left: 50%;
margin: -30px 0 0 -30px;
z-index: 3;
font-size: 17px;
color: #fff;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.theater-left {
display: table;
height: 100%;
width: 100%;
}
.theater-box {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.theater-text h3 {
color: #fff;
font-family: 'Orbitron', sans-serif;
font-size: 37px;
font-weight: 500;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
text-transform: capitalize;
letter-spacing: 1px;
margin-bottom: 15px
}
.theater-text h4 {
text-align: center;
font-size: 17px;
color: #fe9052;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 2px;
margin-bottom: 10px;
}
.theater-text p {
text-align: right;
color: #fff;
font-size: 16px;
text-transform: capitalize;
font-weight: 400;
}
.theater-text a.filmoja-btn {
margin-top: 20px;
}
.nav-link {
display: block;
padding: 0px;
text-transform: capitalize;
position: relative;
color: #111 !important;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
font-weight: 400;
}
/* .centry .nav-item{
margin-right: 0;
} */
.centry .nav-link{
/* padding-left: 20px; */
font-weight: bold;
}
.centry{padding: 0 20px;}
.blog-container{
margin-top: 50px;
display: flex;
justify-content: space-between;
max-width: 100% !important;
}
.nav-link:after {
position: absolute;
right: auto;
bottom: 0;
left: 0;
display: block;
width: 0;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
.nav-link:hover:after {
color: #ec7532;
right: 0;
width: 100%;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #ec7532 !important;
background-color: transparent;
position: relative
}
.nav-pills .nav-link.active:after,
.nav-pills .show>.nav-link:after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
color: #ec7532;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
#myp,#myt, #myw,.small-rhs{
display: none;
}
.far-right{
padding: 10px;
height: fit-content;
width: 220px;
margin-top: 40px;
}
.twitter-trends2,.recommended,.my_followers{
background-color: #e6ecf0;
padding: 2px;
}
.recommended{
margin-top: 20px;
}
.recommended h3, .followers a{
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
color: #14171a;
/* margin-bottom: 5px; */
}
.followers a{
font-weight: normal;
}
.my_followers{
margin-top: 30px;
width: 220px;
}
.my_followers p{
color: #aaacb4;
font-size: 15px;
}
.my_followers_content>div>p{
font-size: 15px;
}
.sub-row1{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 20px;
}
.row1{
margin-top: 50px;
}
.centry .tv-tab{
margin-top: 23px;
}
/* .my_followers_content{
padding: 10px;
} */
.far-right hr{
margin: 0;
}
.far-right .twitter-trends-content, .recommended-content,
.my_followers_content{
background-color: white;
/* border-radius: 5px; */
}
.far-right .twitter-trends-content{
border-radius: 5px !important;
}
.recommended-content{
padding: 5px 10px;
}
.far-right>.twitter-trends2 h3{
font-weight: bold;
color: #14171a;
font-size: 17px;
}
.far-right-header{
display: flex;
justify-content: flex-end;
padding-right: 30pz;
}
.dropdown,.dropdown2 ,.dropdown3{
position: relative;
display: inline-block;
}
.progress-bar{
background-color: #ec7532;
}
.progress{
margin-top: 5px;
height: 2px !important;
}
.flex{
display: flex;
}
.picture{
width: 50px;
height: 50px;
border-radius: 50%;
background-color: red;
background-image: url(../img/hub_one_office_tour-37.jpg);
background-position: center center;
background-repeat: no-repeat;
}
.followers_pic div{
background-position: center center;
background-repeat: no-repeat;
/* overflow: hidden; */
}
.followers_pic{
/* margin-bottom: 30px; */
}
#dp{
background-position: center center;
background-repeat: no-repeat;
height: 120px;
width: 80%;
margin: auto;
background-size: auto;
margin-top: 20px;
border: 5px solid #fff;
box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.12);
}
.contact img{width: 50%;}
.contact{
text-align: center;
border: 2px solid#e6ecf0;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
}
.row1::-webkit-scrollbar,.profile-page::-webkit-scrollbar,.show4::-webkit-scrollbar {
width: 1em;
}
.row1::-webkit-scrollbar-track,.profile-page::-webkit-scrollbar-track,.show4::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.row1::-webkit-scrollbar-thumb ,.profile-page::-webkit-scrollbar-thumb ,.show4::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
.ff img, .set img{
width: 10%;
margin-right: 10px;
height: 10%;
}
.set,.ff>.flex{
align-items: center;
}
.followers_pic div{
background-position: center center;
background-repeat: no-repeat;
height: 30px;
width: 30px;
/* margin: auto; */
/* background-size: auto; */
}
.dropdown-content,.dropdown-content2,.dropdown-content3,.dropdown-content-wall,.dropdown-content-chall{
display: none;
position: absolute;
}
.nav-pills {
align-items: baseline;
}
.dropdown2:hover .dropdown-content2,.dropdown-content2 a,
.dropdown-content a, .dropdown-content-wall a, .dropdown-wall:hover .dropdown-content-wall,
.dropdown-content-chall a, .dropdown-chall:hover .dropdown-content-chall{
display: block !important;
}
.dropdown-content2,.dropdown-content,.dropdown-content-wall,.dropdown-content-chall{
width: 200px;
}
.dropdown-content-chall{
z-index: 333;
}
.dropdown-content,.dropdown-content-wall{
margin-top: -5px !important;
right: 20px;
}
.dropdown-content-chall{
margin-top: -5px !important;
}
.dropdown-content2 a:hover, .dropdown-content a:hover, .dropdown-content-wall a:hover, .dropdown-content-chall a:hover{
color: #ec7532;
transition: .2s;
}
.lower-compart{
}
.lower-compart p, .settings button{
font-size: 13px;
/* text-transform: uppercase; */
font-weight: bold;
color: #6c7175;
}
.show {display: block;}
.rhs{
margin-top: 20px;
}
.settings button.dropbtn2{
padding: 0 !important;
margin: 10px 0;
}
.settings .dropdown-content2{
margin-top: -7px;
margin-bottom: 10px;
}
.settings{
align-items: center;
}
.settings button, #mp button,#myt button,#myc button{
border: none;
background-color: white;
text-transform: uppercase;
}
.settings i{
margin-left: 5px;
}
.who_to_follow{
margin-top: 25px;
align-items: center;
/* justify-content: space-between; */
}
.ff{
justify-content: space-between;
align-items: center;
}
.ff h6{
color: #14171a;
}
.h6{
padding-right: 7px;
margin-bottom: 0;
}
.followers div{
/* padding: 2px; */
font-size: 10px;
width: 100%;
text-align: center;
}
.whose_profile{
/* width: 70%; */
margin-left: 10px;
}
.followers{
border: 1px solid #e6ecf0;;
border-radius: 5px;
height: 25px;
align-items: center;
overflow: hidden;
text-align: center;
justify-content: space-around;
/* padding: 2px; */
}
.followers h3,.followers a{
padding: 6px;
}
.whose_profile h5{
font-size: 10px;
font-weight: bold;
margin-bottom: 5px;
text-transform: capitalize;
}
.dropbtn, .dropbtn3,.dropbtn4{
color: #111;
font-weight: bold;}
.rhs .dropbtn{
border: none;
background-color: #fff;
font-weight: bold;
border-bottom: 4px solid #ec7532;
cursor: pointer;
padding: 0;
}
.whose_profile h3{
color: #727a93;
font-weight: normal;
}
.followers a:hover{
background-color: #ec7532 !important;
transition: .3s;
}
.profile-page-content>h3{
font-weight: bold;
font-size: 14px;
color: #000;
text-align: center;
/* border-bottom: 4px solid #ec7532; */
padding: 3px 0;
}
.profile-page{
margin-top: 20px;
}
.profile-page p{
text-align: center;
/* font-weight: bold; */
margin: 10px 0;
}
#username{
font-size: 23px;
}
.social img{
width: 30px;
}
.social{
justify-content: center;
}
.social,.followers_pic{
align-items: center;
/* justify-content: space-around; */
}
.social div,.followers_pic div{
margin: 0 5px;
}
.followers_pic div{
width: 30px;
}
.rhs .dropbtn i{
margin-left:10px;
}
.dropdown-content, .dropdown-content2,.dropdown-content-wall,.dropdown-content-chall{
background-color: white;
border-radius: 4px;
margin-top: 5px;
padding: 5px;
box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.12);
}
/* .blog-container .nav-pills .nav-link:before
{
position: absolute;
content: "";
bottom: 0;
left: 7px;
height: 20px;
width: 4px;
background: #ec7532;
}
.blog-container .nav-pills .nav-link.active:after,
.blog-container .nav-pills .show>.nav-link:after {
position: absolute;
content: "";
left: 0;
height: 30px;
width: 4px;
background: #111;
bottom: 0;
} */
.blog-container .tab-content{
margin-top: 40px;
}
.nav-pills .nav-link {
border-radius: 0
}
/* .tv-tab ul li.nav-item {
margin-right: 15px;
} */
.tv-panel-list {
margin-top: 20px;
}
.movie-details-page-box .tv-panel-list {
margin-top: 30px;
}
/*================================================
11 - QUOTE CSS
==================================================*/
.filmoja-quote-area {
background: url(../img/bgs1.jpg) no-repeat scroll 0 0/cover;
position: relative
}
.filmoja-quote-area:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: #111 none repeat scroll 0 0;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
z-index: -1
}
.quote-box {
width: 70%;
text-align: center;
margin: 0 auto;
}
.quote-box h4 {
text-align: center;
font-size: 17px;
color: #fe9052;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 2px;
margin-bottom: 15px;
}
.quote-box h3 {
color: #fff;
font-family: 'Roboto Condensed', sans-serif;
font-size: 40px;
font-weight: 500;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
text-transform: capitalize;
letter-spacing: 1px;
}
.quote-box form {
position: relative;
width: 70%;
margin: 30px auto 0;
background: #fff;
height: 40px;
border-radius: 20px;
}
.quote-box form input {
position: absolute;
left: -2px;
top: 0;
border-radius: 20px;
border: medium none;
height: 100%;
color: #111;
font-size: 14px;
width: 100%;
padding: 5px 120px 5px 20px;
}
.quote-box form button {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 16px;
color: #fff;
position: absolute;
right: -2px;
border: medium none;
border-radius: 0 20px 20px 0;
height: 100%;
letter-spacing: 2px;
top: 0;
width: auto;
padding: 5px 20px;
cursor: pointer;
}
.mouse-icon {
display: inline-block;
}
.mouse-icon .wheel {
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: down;
animation-name: down;
-webkit-animation-play-state: running;
animation-play-state: running;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
display: block;
margin-left: auto;
margin-right: auto;
position: relative;
font-size: 25px;
color: #fff;
margin-bottom: 20px
}
@-webkit-keyframes down {
0% {
top: 5px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
30% {
top: 15px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
60% {
top: 15px;
opacity: 0.60;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
100% {
top: 25px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
@keyframes down {
0% {
top: 5px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
30% {
top: 15px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
100% {
top: 25px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
/*================================================
12 - BLOG CSS
==================================================*/
.filmoja-news-area {
background: #f8f8f8 none repeat scroll 0 0
}
.news-side-list {
margin-top: 30px
}
.filmoja-news-area .single-news-item {
margin-top: 30px
}
.news-image {
position: relative;
overflow: hidden
}
.news-date {
position: absolute;
right: 25px;
bottom: 25px;
background: #111 none repeat scroll 0 0;
width: auto;
padding: 15px 20px;
text-transform: uppercase;
font-family: 'Orbitron', sans-serif;
color: #ec7532;
font-weight: 600;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s
}
.news-date span {
display: block;
line-height: normal;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s
}
.news-date .date {
font-size: 30px;
color: #fff
}
.news-text {
padding: 20px;
background: #fff none repeat scroll 0 0;
}
.news-text h3 {
font-size: 23px;
color: #111;
text-transform: capitalize;
line-height: 30px;
}
.news-text h3 a {
color: #111;
}
.news-text h3 a:hover,
.news-side-text h4 a:hover {
color: #ec7532;
}
.post-meta {
margin-top: 5px
}
.post-meta p {
display: inline-block;
margin-right: 15px;
}
.post-meta p a {
color: #111
}
.post-meta p i {
margin-right: 5px;
color: #ec7532
}
.post-meta p:last-child {
margin-right: 0
}
.post-content {
margin-top: 10px
}
.post-content p {
color: #333;
}
.single-news-side {
overflow: hidden;
position: relative
}
.news-side-img {
position: relative;
overflow: hidden
}
.news-side-img img {
-webkit-transition: 0.4s all linear;
transition: 0.4s all linear;
-webkit-transform: scale(1);
transform: scale(1);
width: 100%
}
.news-image img {
width: 100%;
height: auto;
-webkit-transition: 0.4s all linear;
transition: 0.4s all linear;
-webkit-transform: scale(1);
transform: scale(1);
}
.single-news-item:hover .news-image img,
.single-news-side:hover .news-side-img img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-news-item:hover .news-date,
.single-news-side:hover .news-date {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff
}
.news-side-text {
padding-top: 13px;
padding-left: 13px;
padding-right: 13px;
background: #fff none repeat scroll 0 0;
}
.news-side-text h4 {
font-size: 18px;
color: #111;
text-transform: capitalize;
line-height: 27px;
margin-bottom: 20px;
}
.news-side-text h4 a {
color: #111
}
.blog-page-list .news-text {
padding: 20px 0
}
.blog-page-list .single-news-item {
margin-bottom: 30px;
border-bottom: 1px solid #ededed;
}
.blog-page-list .single-news-item:last-child {
margin-bottom: 0
}
.filmoja-blog-page .pagination-box-row {
text-align: left
}
.blog-page-list .post-content>p {
margin: 0 0 10px;
}
.post-content blockquote {
margin: 30px 0;
position: relative;
}
.post-content blockquote .quote-inner {
border-left: 2px solid #ddd;
margin-left: 25px;
padding-left: 60px;
position: relative;
}
.post-content blockquote .quote-icon {
background-color: #ffffff;
border: 2px solid #e9f2f7;
border-radius: 50%;
color: #d2dae0;
font-size: 16px;
height: 35px;
left: -18px;
line-height: 32px;
margin-top: -17px;
position: absolute;
text-align: center;
top: 50%;
width: 35px;
}
.post-content blockquote .quote-text {
color: #262626;
font-size: 20px;
line-height: 30px;
margin-bottom: 15px;
position: relative;
}
ul.company-desc-list {
margin: 30px 0;
}
.post-content ul.company-desc-list li {
margin: 10px 0;
text-transform: capitalize;
color: #111
}
ul.company-desc-list li i {
width: 20px;
height: 20px;
line-height: 22px;
text-align: center;
color: #ec7532;
margin-right: 5px;
border-radius: 50%;
font-size: 11px;
}
.comment-box,
.leave-comment {
margin-top: 50px;
}
.comment-box>h3,
.leave-comment>h3 {
font-size: 22px;
color: #333;
text-transform: capitalize;
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.comment-box>ul {
margin-top: 20px;
}
.comment-box .single-comment-history .single-comment-list {
border: 1px solid #e8ecec;
border-radius: 5px;
margin-bottom: 10px;
padding: 0 30px 20px;
position: relative
}
.main-comment {
font-size: 14px;
padding: 30px 0 0 100px;
position: relative;
}
.candidate-text-inner {
margin-top: 10px
}
.candidate-image {
border-radius: 50%;
left: 0;
margin-bottom: 20px;
position: absolute;
top: 30px;
}
.candidate-image img {
border-radius: 50%;
display: block;
width: 80px;
}
.candidate-title h3 {
font-size: 18px;
text-transform: capitalize;
font-weight: 600;
display: inline-block;
}
.candidate-title h3 a {
color: #333;
}
.single-comment-history .candidate-info>p i {
margin-right: 5px;
}
.single-comment-history.reply-commnt {
padding-left: 65px;
}
.candidate-info>p {
color: #777;
}
.reply {
color: #ec7532;
text-transform: capitalize;
}
.leave-comment>form {
margin-top: 20px;
}
.leave-comment input[type="text"],
.leave-comment input[type="email"] {
border: 2px solid #e8ecec;
border-radius: 5px;
color: #333;
height: 45px;
margin-bottom: 20px;
margin-right: 20px;
margin-top: 0;
padding: 10px 15px;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 45%;
}
.leave-comment textarea {
border: 2px solid #e8ecec;
border-radius: 5px;
color: #333;
height: 160px;
margin-bottom: 20px;
padding: 5px 15px;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 93%;
}
.leave-comment form button {
background: #ec7532 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 500;
padding: 10px 30px;
text-transform: capitalize;
}
.single-blog-page .news-text {
padding-bottom: 0;
border: medium none
}
.single-blog-page .single-news-item {
padding-bottom: 0;
border-bottom: 0px solid #ededed
}
/*================================================
13 - FOOTER CSS
==================================================*/
.filmoja-footer-area {
background: #101010 none repeat scroll 0 0
}
.single-footer-widget h3 {
font-size: 17px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ec7532;
font-family: 'Roboto Condensed', sans-serif;
margin-bottom: 15px;
}
.single-footer-widget img {
margin-bottom: 15px
}
.single-footer-widget p {
font-size: 13px;
letter-spacing: 1.5px;
color: #eee;
text-transform: capitalize
}
.single-footer-widget p>a {
text-decoration: underline;
color: #eee
}
.single-footer-widget p>a:hover {
text-decoration: none
}
.single-footer-widget ul li {
margin: 2px 0
}
.single-footer-widget ul li>a {
font-size: 13px;
display: inline-block;
letter-spacing: 1px;
color: #eee;
text-transform: capitalize
}
.single-footer-widget ul li>a:hover,
.single-movie-list-right h3 a:hover {
color: #ec7532;
}
.single-footer-widget ul li>a i {
margin-right: 5px
}
.footer-contact ul {
margin-top: 20px
}
.footer-contact ul li {
display: inline-block;
margin-right: 10px
}
.footer-contact ul li:last-child {
margin-right: 0
}
.footer-contact ul li>a {
font-size: 17px
}
.apps-list {
margin-top: 10px
}
.apps-list li {
float: left;
width: 48%;
margin-right: 5px !important
}
.apps-list li a img {
border-radius: 5px
}
.payback {
font-size: 16px !important
}
.payback span {
color: #ec7532;
}
.copyright-area {
padding: 15px 0;
text-align: center;
border-top: 1px solid rgba(255, 255, 255, .1);
}
.copyright-box p {
color: #eee;
text-transform: capitalize;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px
}
.copyright-box p a {
color: #ec7532;
}
/*================================================
14 - SIDEBAR CSS
==================================================*/
.sidebar-widget-title {
font-size: 21px;
color: #101010;
text-transform: capitalize;
line-height: 30px;
position: relative;
font-weight: 500;
margin-bottom: 20px;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
}
.sidebar-widget-title:after {
position: absolute;
content: "";
bottom: -5px;
left: 0;
width: 25%;
height: 4px;
border-radius: 2px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
.single-sidebar-widget input {
width: 100%;
border: 2px solid #ddd;
border-radius: 0;
padding: 5px 10px;
}
.single-sidebar-widget {
margin-bottom: 30px;
padding: 20px;
background: #f9f9f9 none repeat scroll 0 0;
border-radius: 5px;
}
.single-sidebar-widget:last-child {
margin-bottom: 0px;
}
.comingsoon-text h4 {
font-size: 17px;
color: #111;
text-transform: capitalize;
margin: 10px 0 2px;
}
.comingsoon-text p {
color: #888;
font-weight: 400;
text-transform: capitalize;
}
.comingsoon-text p span {
color: #111
}
.coming-soon-slider .owl-prev {
left: 5px;
position: absolute;
top: 30%;
width: 30px;
height: 30px;
background: #fff !important;
z-index: 99;
color: #111 !important;
}
.coming-soon-slider .owl-next {
right: 5px;
position: absolute;
top: 30%;
width: 30px;
height: 30px;
background: #fff !important;
z-index: 99;
color: #111 !important;
}
.sidebar-top-movie {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
}
.sidebar-top-movie:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0px solid #ddd
}
.sidebar-top-movie-right h3 {
margin: 10px 0 5px;
font-size: 17px;
color: #111 !important;
text-transform: capitalize;
}
.sidebar-top-movie-right h3 a {
color: #111;
}
.sidebar-top-movie-right ul,
.single-movie-list-right ul {
margin: 5px 0;
}
.sidebar-top-movie-right ul li,
.single-movie-list-right ul li {
display: inline-block;
line-height: normal;
padding: 2px 8px;
border: 1px solid #ddd;
border-radius: 5px;
}
.director {
font-size: 14px;
color: #888;
margin: 10px 0;
}
.director span {
color: #111
}
.top-action a {
border: 1px solid #ddd;
color: #111;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 15px;
text-align: center;
position: relative;
z-index: 9;
display: inline-block;
padding: 5px 15px;
text-transform: capitalize;
letter-spacing: 2px;
border-radius: 25px;
margin-top: 5px;
-webkit-transition: all 0.0s ease 0s;
transition: all 0.0s ease 0s
}
.top-action a:hover {
border: 1px solid #fbbd61;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
}
.sidebar-top-movie-right ul li.rating,
.single-movie-list-right ul li.rating {
line-height: 16px;
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
text-align: center;
border: medium none
}
.tags-post li {
display: inline-block;
margin: 2px 0;
}
.category-post li {
display: block;
border-bottom: 1px solid #ededed
}
.category-post li:last-child {
border-bottom: 0px solid #ededed
}
.category-post li a {
display: block;
text-transform: capitalize;
color: #333;
padding: 5px 0px;
}
.category-post li a:hover {
color: #ec7532
}
.tags-post li a {
display: block;
text-transform: capitalize;
color: #333;
padding: 5px 10px;
border: 1px solid #ededed;
border-radius: 3px;
-webkit-transition: all 0s ease 0s;
transition: all 0s ease 0s
}
.tags-post li a:hover {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
border: 1px solid #fbbd61
}
.form-control {
font-size: 16px;
transition: all 0.4s;
box-shadow: none;
}
.form-control:focus {
border-color: #5cb85c;
}
.form-control, .btn {
border-radius: 50px;
outline: none !important;
}
.signup-form {
width: 40%;
margin: 0 auto;
padding: 30px 0;
}
.signup-form form {
border-radius: 5px;
margin-bottom: 20px;
background: #fff;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
padding: 40px;
}
.signup-form a {
color: #5cb85c;
}
.signup-form h2 {
text-align: center;
font-size: 34px;
margin: 10px 0 15px;
}
.signup-form .hint-text {
color: #999;
text-align: center;
margin-bottom: 20px;
}
.signup-form .form-group {
margin-bottom: 20px;
}
.signup-form .btn {
font-size: 18px;
line-height: 26px;
font-weight: bold;
text-align: center;
}
.signup-btn {
text-align: center;
border-color: #5cb85c;
transition: all 0.4s;
}
.signup-btn:hover {
background: #5cb85c;
opacity: 0.8;
}
.or-seperator {
margin: 50px 0 15px;
text-align: center;
border-top: 1px solid #e0e0e0;
}
.or-seperator b {
padding: 0 10px;
width: 40px;
height: 40px;
font-size: 16px;
text-align: center;
line-height: 40px;
background: #fff;
display: inline-block;
border: 1px solid #e0e0e0;
border-radius: 50%;
position: relative;
top: -22px;
z-index: 1;
}
.social-btn .btn {
color: #fff;
margin: 10px 0 0 15px;
font-size: 15px;
border-radius: 50px;
font-weight: normal;
border: none;
transition: all 0.4s;
}
.social-btn .btn:first-child {
margin-left: 0;
}
.social-btn .btn:hover {
opacity: 0.8;
}
.social-btn .btn-primary {
background: #507cc0;
}
.social-btn .btn-info {
background: #64ccf1;
}
.social-btn .btn-danger {
background: #df4930;
}
.social-btn .btn i {
float: left;
margin: 3px 10px;
font-size: 20px;
}
/*================================================
15 - CHECKBOX CSS
==================================================*/
.checkbox {
margin: 5px 0;
text-transform: capitalize;
color: #555;
}
.checkbox label {
margin: 0;
}
@-webkit-keyframes pull {
0% {
height: 0;
}
100% {
height: 1.2rem;
}
}
@keyframes pull {
0% {
height: 0;
}
100% {
height: 1.2rem;
}
}
@-webkit-keyframes pop {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
75% {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes pop {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
75% {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
.checkbox-spin {
display: none;
}
.checkbox-spin+label span {
display: inline-block;
width: 25px;
height: 16px;
margin: 0 0px -3px 0;
}
.checkbox-spin+label span:before,
.checkbox-spin+label span:after {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
content: "";
position: absolute;
z-index: 1;
width: 16px;
width: 16px;
width: 16px;
width: 1rem;
height: 16px;
height: 16px;
height: 16px;
height: 1rem;
background: #fff none repeat scroll 0 0;
border: 1px solid #aaa;
}
.checkbox-spin+label span:after {
z-index: 0;
border: none;
}
.checkbox-spin:checked+label span:before {
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
border: 1px solid #fbbd61;
}
/*================================================
16 - DATE PICKER CSS
==================================================*/
.ui-datepicker {
background-color: #000;
border: 1px solid #000;
border-radius: 4px;
box-shadow: none;
display: none;
margin-top: 4px;
padding: 0;
width: 250px;
color: #fff;
z-index: 999 !important;
}
.ui-datepicker a,
.ui-datepicker a:hover {
text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
color: #2A6496;
-webkit-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
border-bottom: 1px solid #666;
margin-bottom: 10px;
padding: 10px 12px;
text-align: center;
}
.ui-datepicker .ui-datepicker-title {
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
color: #fff;
cursor: default;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
height: 20px;
line-height: 1;
margin-top: 2px;
width: 30px;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
color: #fe7900;
}
.ui-datepicker .ui-datepicker-prev {
float: left;
text-align: left;
}
.ui-datepicker .ui-datepicker-next {
float: right;
text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
content: "\f053";
}
.ui-datepicker .ui-datepicker-next:before {
content: "\f054";
}
.ui-datepicker .ui-icon {
display: none;
}
.ui-datepicker .ui-datepicker-calendar {
table-layout: fixed;
width: 100%;
border: none;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
text-align: center;
padding: 5px;
border: none;
text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
border-radius: 50%;
-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
background-color: #fe7900;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td:hover a {
color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td a {
text-decoration: none;
font-weight: bold;
color: #666;
}
.ui-datepicker .ui-datepicker-current-day {
background-color: #fe7900;
}
.ui-datepicker .ui-datepicker-current-day a {
color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
background-color: #fe7900;
cursor: default;
}
/*================================================
17 - MOVIE LIST PAGE CSS
==================================================*/
.browse-option-box {
padding: 15px;
background: #f9f9f9 none repeat scroll 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.total-item-show {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.total-item-show select {
width: 45%;
border: 1px solid #ddd;
padding: 3px;
}
.sorter {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.total-item-show p {
color: #444;
text-transform: capitalize;
font-size: 15px;
}
.sorter p {
margin-right: 10px;
padding: 3px 0
}
.single-movie-list {
margin-top: 30px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid #eee;
background: #f9f9f9;
border-radius: 5px;
}
.single-movie-list-right {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.single-movie-list-left {
margin-right: 20px;
}
.single-movie-list-left img {
width: 100%
}
.single-movie-list-right h3 {
font-size: 20px;
text-transform: capitalize;
margin-bottom: 5px;
}
.single-movie-list-right h3 a {
color: #111;
}
.list-genre {
color: #888
}
.single-movie-list .top-action {
margin-right: 15px
}
.movie-list-info {
margin-top: 20px;
}
.movie-list-info p {
color: #888;
font-weight: 400;
text-transform: capitalize;
}
.movie-list-info p span {
color: #111;
margin-left: 3px
}
.single-movie-list-right>.movie-details-thumbs li {
padding: 0 !important;
width: auto !important;
border: medium none !important;
margin-right: 13px;
}
/*================================================
18 - MOVIE GRID CSS
==================================================*/
.movie-grid-layout {
display: block;
}
.movie-grid-layout .single-movie-list-left {
margin: 0
}
.movie-grid-layout .single-movie-list-left img {
width: 100%
}
.movie-grid-layout .single-movie-list-right {
padding: 15px;
}
.movie-grid-layout.full-grid .single-movie-list-right {
padding: 10px;
}
.movie-grid-layout .single-movie-list-right .movie-list-info {
margin-top: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.movie-list-info .top-action {
margin-right: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.list-info-left {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
/*================================================
19 - MOVIE DETAILS CSS
==================================================*/
.details-banner-thumb {
position: relative;
}
.details-banner-thumb img {
position: absolute;
top: 0;
left: 0;
border-radius: 5px
}
.details-banner-action {
text-align: right;
margin: 30px 0;
}
.details-banner-info h3 {
font-size: 27px;
color: #fff;
text-transform: capitalize;
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.details-banner-info h3 span {
position: absolute;
font-size: 12px;
margin-left: 10px;
color: #eee;
}
.details-banner-info h3:after {
position: absolute;
content: "";
left: 0;
width: 100%;
height: 3px;
border-radius: 2px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
bottom: -8px;
}
.details-genre {
color: #eee;
text-transform: capitalize;
font-weight: 500;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
margin-bottom: 5px;
margin-top: 5px;
}
.details-time-left {
color: #eee;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: .5px;
}
.details-time-left i {
margin-right: 5px;
color: #ec7532;
}
.movie-details-page-box>ul>li {
margin-bottom: 3px;
text-transform: uppercase;
color: #111;
}
.movie-details-page-box>ul>li>span {
width: 15%;
display: inline-block;
color: #555;
}
.movie-details-page-box>ul>li>small {
color: #ec7532;
}
.movie-details-page-box ul li:last-child {
color: #ec7532;
}
.tab-body p {
margin: 0 0 10px
}
.tab-body p:last-child {
margin: 0
}
.tablet-action {
display: none
}
.tab-movies-details {
padding-top: 20px;
border-top: 1px solid #ddd;
}
.single-cast-slider {
text-align: center;
}
.single-cast-slider img {
border-radius: 50%;
width: 100px !important;
margin: 0 auto;
}
.cast-info {
margin-top: 10px;
}
.cast-info p {
color: #333;
line-height: normal;
}
.cast-info p span {
display: block;
color: #777;
}
.cast-slider {
margin-bottom: 50px;
}
.cast-slider .owl-nav.disabled {
display: block !important;
position: absolute;
bottom: -45px;
right: 0;
}
.cast-slider .owl-nav.disabled>button {
color: #ec7532;
width: 30px;
height: 30px;
border: 1px solid #ddd;
margin: 0 3px;
font-size: 17px;
}
.cast-slider .owl-nav.disabled>button:last-child {
margin-right: 0
}
.single-reviews {
margin-bottom: 30px;
display: block;
}
.reviews-autor {
display: block;
position: relative;
padding-left: 55px;
margin-bottom: 15px;
padding-right: 60px;
}
.reviews-avatar {
position: absolute;
top: 0;
left: 0;
width: 40px;
border-radius: 50%;
}
.reviews-title {
display: block !important;
font-size: 16px;
color: #333 !important;
line-height: 20px;
font-weight: 400;
margin-bottom: 5px;
width: 100% !important;
text-transform: capitalize
}
.reviews-date {
display: block;
font-size: 13px;
color: #777;
font-weight: 300;
line-height: 20px;
}
.reviews-date strong {
color: #333;
}
.reviews-rating {
position: absolute;
right: 30px;
top: 8px;
line-height: 16px;
display: inline-block !important;
padding: 5px 10px;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff !important;
text-align: center;
border: medium none;
width: auto !important;
}
.reviews-text {
display: block;
margin: 0;
}
.reviews .form {
width: 65%;
}
.form-item {
margin-top: 10px;
}
.review_rating p {
color: #111;
text-transform: capitalize;
}
.reviews .form input {
width: 100%;
padding: 7px 10px;
border: 1px solid #d1d1d1;
border-radius: 5px;
}
.reviews .form textarea {
width: 100%;
padding: 7px 10px;
border: 1px solid #d1d1d1;
border-radius: 5px;
}
.reviews .form button {
background: #ec7532;
border: medium none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 500;
padding: 10px 30px;
text-transform: capitalize;
}
.form-item:last-child {
overflow: hidden;
width: 100%;
display: block;
}
.review_rating {
border: none;
float: left;
margin-bottom: 15px;
}
.review_rating>input {
display: none;
}
.review_rating>label:before {
margin: 5px;
font-size: 1.25em;
font-family: FontAwesome;
display: inline-block;
content: "\f005";
}
.review_rating>.half:before {
content: "\f089";
position: absolute;
}
.review_rating>label {
color: #c2c2c2;
float: right;
}
.review_rating>input:checked~label,
.review_rating:not(:checked)>label:hover,
.review_rating:not(:checked)>label:hover~label {
color: #FFD700;
}
.review_rating>input:checked+label:hover,
.review_rating>input:checked~label:hover,
.review_rating>label:hover~input:checked~label,
.review_rating>input:checked~label:hover~label {
color: #FFED85;
}
/*================================================
20 - CELEBRITY DETAILS CSS
==================================================*/
.tab-body table thead>tr:nth-of-type(2n+1) {
background: #f4f4f4 none repeat scroll 0 0;
}
.tab-body .table th,
.table td {
border-top: 0px solid #dee2e6;
vertical-align: middle
}
.table th {
color: #111;
text-transform: capitalize;
}
.table td {
padding: 7px;
color: #333
}
.tab-body .table-striped tbody tr:nth-of-type(2n+1) {
background: #f9f9f9 none repeat scroll 0 0 !important;
}
.tab-body table {
margin-bottom: 0
}
.film-title {
font-size: 15px;
color: #111;
text-transform: capitalize;
margin-bottom: 5px
}
.film-title a {
color: #111;
}
.film-release {
color: #111;
}
/*================================================
21 - ABOUT PAGE CSS
==================================================*/
.filmoja-about-page-area {
background: #f9f9f9 none repeat scroll 0 0;
}
.about-slider {
width: 75%;
margin: 0 auto;
}
.single-about-slider img {
border-radius: 5px
}
.about-slider .owl-nav>button.owl-prev {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
width: 40px;
height: 40px;
border: medium none;
margin: 0 3px;
font-size: 17px;
position: absolute;
left: -8%;
top: 45%;
border-radius: 50%;
}
.about-slider .owl-nav>button.owl-next {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
width: 40px;
height: 40px;
border: medium none;
margin: 0 3px;
font-size: 17px;
position: absolute;
right: -8%;
top: 45%;
border-radius: 50%;
}
.about-page-text {
width: 70%;
text-align: center;
margin: 30px auto 0;
}
.about-page-text h3 {
font-size: 35px;
color: #101010;
text-transform: capitalize;
line-height: 30px;
position: relative;
font-weight: 500;
margin-bottom: 30px;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
}
.about-page-text h3:after {
position: absolute;
content: "";
bottom: -15px;
left: 42%;
width: 18%;
height: 4px;
border-radius: 2px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
/*================================================
22 - FEATURES CSS
==================================================*/
.features_box {
padding-top: 5px;
background-color: #f5f5f5;
width: 100%;
height: auto;
clear: both;
float: left;
box-sizing: border-box;
margin-top: 30px
}
.features_box ul.features_box_list>li {
margin: 0px;
float: left;
box-sizing: border-box;
-webkit-transition: all .3s ease;
transition: all .3s ease;
width: 33.33%;
height: auto
}
.features_box ul.features_box_list>li .inner {
width: 100%;
height: 100%;
clear: both;
float: left;
position: relative;
background-color: #f5f5f5;
padding: 50px;
box-sizing: border-box;
}
.features_box ul.features_box_list>li .inner:before {
position: absolute;
content: "";
width: 1px;
height: auto;
background-color: #e5e5e5;
top: 50px;
bottom: 55px;
right: 0px;
}
.features_box ul.features_box_list>li:last-child .inner:before {
display: none
}
.features_icon {
font-size: 40px;
margin-bottom: 20px;
color: #B3BAC5;
}
.features_title h3 {
font-size: 22px;
color: #333;
text-transform: capitalize;
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.features_title h3 a {
color: #333
}
.features_title h3 a:hover {
color: #ec7532
}
/*================================================
23 - PARTNER CSS
==================================================*/
.single-partners img {
opacity: 0.4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.single-partners img:hover {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*================================================
24 - PRICING CSS
==================================================*/
.filmoja-pricing-area {
background: #f9f9f9 none repeat scroll 0 0;
}
.pricing-heading {
width: 75%;
text-align: center;
margin: 0 auto 30px;
}
.pricing-heading h3 {
font-size: 26px;
color: #051441;
text-transform: capitalize;
line-height: 39px;
margin-bottom: 30px;
letter-spacing: 1px;
}
.single-pricing-box {
background: #fff none repeat scroll 0 0;
border-radius: 5px;
text-align: center;
box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
margin-top: 30px
}
.pricing-head {
position: relative;
padding: 50px 10px;
background: #1E1558 none repeat scroll 0 0;
border-radius: 5px 5px 0px 0px;
}
.price {
color: #eee;
text-transform: capitalize;
font-size: 22px;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 2px;
font-weight: 400;
}
.pricing-head h2 {
color: #fff;
font-weight: 600;
font-size: 50px;
margin-top: 20px;
display: inline-block;
position: relative;
}
.pricing-head h2 small {
font-size: 20px;
position: absolute;
left: -20px;
}
.pricing-body {
padding: 30px;
}
.pricing-body ul li {
display: block;
color: #111;
margin: 10px 0;
}
.price-action {
margin-bottom: 10px;
}
.price-action a {
color: #fff;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 15px;
text-align: center;
display: inline-block;
padding: 10px 20px;
text-transform: capitalize;
letter-spacing: 2px;
border-radius: 25px;
margin-top: 5px;
-webkit-transition: all 0.0s ease 0s;
transition: all 0.0s ease 0s;
background: #1E1558 none repeat scroll 0 0;
}
.hot {
position: absolute;
display: inline-block;
padding: 5px;
width: 40%;
color: #333;
text-transform: capitalize;
background: #fff;
right: -45px;
top: 10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.single-pricing-box.active .pricing-head {
overflow: hidden;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
.single-pricing-box.active .pricing-head .hot {
color: #ec7532
}
.single-pricing-box.active .price-action a {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
/*================================================
25 - AUTHENTICATION CSS
==================================================*/
.auth-box-left h3,
.auth-box-right h3 {
font-size: 23px;
color: #111;
text-transform: capitalize;
line-height: 30px;
}
.login-box h4 {
font-size: 17px;
color: #333;
text-transform: capitalize;
line-height: 30px;
margin-bottom: 15px
}
.login-box {
padding: 30px;
border: 1px solid #ddd;
margin-top: 20px;
height: 290px
}
.login-box label {
color: #111;
text-transform: capitalize;
}
.login-box form input {
width: 100%;
display: block;
border: 1px solid #ddd;
padding: 7px 10px;
margin-top: 2px;
}
.login-box form button {
background: #ec7532 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 500;
padding: 10px 30px;
text-transform: capitalize;
}
.auth-box-left .login-box p {
margin-top: 20px;
}
.auth-box-left .login-box .row:first-child p,
.auth-box-left .login-box form>p:first-child {
margin-top: 0px;
}
.auth-box-right .login-box p {
line-height: 25px;
}
.login-box a {
background: #ec7532 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
font-weight: 500;
padding: 10px 30px;
margin-top: 20px;
text-transform: capitalize;
}
/*================================================
26 - ERROR PAGE CSS
==================================================*/
.notfound-box {
text-align: center;
}
.notfound-box h1 {
font-size: 150px;
color: #333;
}
.notfound-box h1 span {
color: #ec7532;
margin: 0 5px;
}
.notfound-box h3 {
font-size: 20px;
color: #333;
text-transform: capitalize;
margin-top: 20px;
}
.notfound-box a {
margin-top: 40px
}
.notfound-box a {
border: 1px solid #ddd;
color: #111;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 15px;
text-align: center;
position: relative;
z-index: 9;
display: inline-block;
padding: 10px 20px;
text-transform: capitalize;
letter-spacing: 2px;
border-radius: 25px;
-webkit-transition: all 0.0s ease 0s;
transition: all 0.0s ease 0s;
}
.notfound-box a:hover {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff
}
.notfound-box form {
position: relative;
width: 45%;
margin: 30px auto 0;
background: #eaeaea none repeat scroll 0 0;
height: 40px;
border-radius: 20px;
}
.notfound-box form input {
background: transparent none repeat scroll 0 0;
position: absolute;
left: -2px;
top: 0;
border-radius: 20px;
border: medium none;
height: 100%;
color: #111;
font-size: 14px;
width: 100%;
padding: 5px 120px 5px 20px;
}
.notfound-box form button {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 16px;
color: #fff;
position: absolute;
right: -2px;
border: medium none;
border-radius: 0 20px 20px 0;
height: 100%;
letter-spacing: 2px;
top: 0;
width: auto;
padding: 5px 20px;
cursor: pointer;
}
/*================================================
27 - CONTACT PAGE CSS
==================================================*/
.support-box {
padding: 35px 40px;
background: #1E1558 none repeat scroll 0 0;
border-radius: 5px;
box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.support-icon {
font-size: 50px;
margin-right: 20px;
color: #fff;
}
.support-text h3 {
font-size: 26px;
color: #fff;
text-transform: capitalize;
margin-bottom: 15px;
letter-spacing: 1px;
}
.support-text a {
background: #ec7532 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
font-weight: 500;
padding: 7px 20px;
margin-top: 0;
text-transform: capitalize;
}
.single-contact-info {
margin-top: 20px;
}
.single-contact-info p {
text-transform: capitalize;
}
.single-contact-info h4 {
font-size: 16px;
color: #111;
text-transform: capitalize;
line-height: normal;
letter-spacing: 1px;
}
.single-contact-info ul li {
display: inline-block;
margin: 0 10px 0 0;
}
.single-contact-info ul li a {
display: block;
color: #333;
font-size: 18px;
}
.single-contact-info ul li a:hover {
color: #ec7532
}
.single-contact-info ul {
margin-top: 5px
}
.contact-box-right h3 {
font-size: 25px;
color: #111;
text-transform: capitalize;
line-height: 30px;
}
.contact-box-right form {
padding: 30px;
border: 1px solid #ddd;
margin-top: 20px;
}
.contact-box-right form input {
width: 100%;
display: block;
border: 1px solid #ddd;
padding: 7px 10px;
}
.contact-box-right form textarea {
width: 100%;
display: block;
border: 1px solid #ddd;
padding: 7px 10px;
height: 120px
}
.contact-box-right form p {
margin-top: 10px
}
.contact-box-right form p:first-child {
margin-top: 0px
}
.contact-box-right form button {
background: #ec7532 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 500;
padding: 10px 30px;
text-transform: capitalize;
}
/*--------------------------------------------------------------
[ ## Todo ]
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
# Listing Todo
*/
.todos-block .todos-carousel-area {
margin: -5px -10px -15px;
}
@media only screen and (max-width: 991px) {
.todos-block .todos-carousel-area {
margin-top: 35px;
}
}
.todos-block .todos-carousel-area .todo-item {
margin: 5px 10px 15px;
}
.todo-item {
box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
background-color: white;
margin-bottom: 30px;
border: 1px solid #dddddd;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 8px;
}
.todo-item .item-thumb {
position: relative;
overflow: hidden;
min-height: 120px;
margin-bottom: 0;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom: none;
}
.todo-item .item-thumb:before {
content: "";
height: 100%;
width: 100%;
bottom: 0;
top: 0;
position: absolute;
background-image: -webkit-linear-gradient(top, rgba(29, 1, 118, 0), #1d0176);
background-image: linear-gradient(to bottom, rgba(29, 1, 118, 0), #1d0176);
z-index: 2;
opacity: 0.5;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.todo-item .item-thumb > img {
width: 100%;
-webkit-transition: all 0.28s ease 0s;
transition: all 0.28s ease 0s;
}
.todo-item .todo-thumbnail-area {
position: relative;
overflow: hidden;
}
.todo-item .todo-thumbnail-area .todo-overlay-info {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item .todo-thumbnail-area .todo-overlay-info {
padding: 15px;
}
}
@media only screen and (max-width: 575px) {
.todo-item .todo-thumbnail-area .todo-overlay-info {
padding: 15px;
}
}
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-type {
position: absolute;
top: 20px;
left: 20px;
}
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-type.trending {
font-size: 16px;
left: auto !important;
padding: 0;
right: 7px;
top: 5px;
}
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-type.trending:before {
content: "";
height: 65px;
position: absolute;
right: -23px;
top: -33px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 45px;
background-color: #FFC914;
}
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-type.trending > span {
position: relative;
z-index: 5;
}
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-meta-bottom {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
bottom: 0;
color: #fff !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: absolute;
width: 100%;
left: 0;
padding: 10px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-meta-bottom {
padding: 10px 15px;
}
}
@media only screen and (max-width: 575px) {
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-meta-bottom {
padding: 10px 15px;
}
}
.todo-item .todo-type-cat {
margin: 0 -3px;
}
.todo-item .todo-type-cat > a {
color: white;
display: inline-block;
font-size: 11px;
font-weight: normal;
height: 20px;
line-height: 20px;
margin: 0 3px 8px;
padding: 0 10px;
text-transform: uppercase;
}
.todo-item .todo-type-cat > a:hover {
opacity: 0.85;
}
.todo-item .todo-type-cat > a.rated {
background-color: #2aabe2;
}
.todo-item .todo-type-cat > a.offer {
background-color: #d82e2a;
}
.todo-item .todo-type-cat > a.restaurant {
background-color: #403E7C;
}
.todo-item .todo-type-cat > a.nightlife {
background-color: #2aabe2;
}
.todo-item .todo-type-cat > a.hotel {
background-color: #22DAB1;
}
.todo-item .todo-type-cat > a.fitness {
background-color: #188C74;
}
.todo-item .todo-type-cat > a.sale {
background-color: #DE9823;
}
.todo-item .todo-type-cat > a.limited {
background-color: #00B993;
}
.todo-item .todo-type-cat > a.services {
background-color: #FF504D;
}
.todo-item .todo-meta {
font-size: 14px;
}
@media only screen and (max-width: 420px) {
.todo-item .todo-meta {
font-size: 13px;
}
}
.todo-item .todo-meta > div {
margin-bottom: 4px;
}
.todo-item .todo-meta > div:last-child {
margin-bottom: 0;
}
.todo-item .todo-meta > div > span {
display: inline-block;
margin-right: 5px;
}
.todo-item .todo-rating {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 12px;
}
.todo-item .todo-rating > span {
background-color: #ffa424;
color: white;
display: inline-block;
margin-right: 10px;
text-align: center;
width: 35px;
font-weight: 500;
}
.todo-item .save {
width: 45px;
height: 45px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
font-size: 20px;
line-height: 47px;
}
.todo-item .save a:hover {
color: #ffa423;
}
.todo-item .todo-content {
padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item .todo-content {
padding: 20px 15px;
}
}
@media only screen and (max-width: 575px) {
.todo-item .todo-content {
padding: 20px 15px;
}
}
.todo-item .todo-content > .title {
font-size: 18px;
margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item .todo-content > .title {
font-size: 17px;
}
}
.todo-item .todo-content > .title a {
display: inline-block;
}
.todo-item .todo-content > .title a:after {
color: #4a9f29;
content: "\f058";
font-family: "Font Awesome 5 Free";
font-size: 16px;
padding-left: 7px;
}
.todo-item .todo-content > .title:hover a {
color: #ffa423;
}
.todo-item .todo-content .todo-summary {
border-top: 1px solid #dddddd;
font-size: 14px;
padding-top: 15px;
margin-top: 15px;
}
.todo-item .todo-content .todo-summary > p {
line-height: 1.55em;
}
.todo-item .todo-price-status {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
margin-bottom: 10px;
}
.todo-item .todo-price {
font-size: 16px;
color: #ffa423;
padding-right: 15px;
}
.todo-item .todo-price del {
color: #727272;
}
.todo-item .todo-status {
color: #4a9f29;
font-size: 12px;
text-transform: uppercase;
}
.todo-item:hover {
box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.12);
}
.todo-item:hover .item-thumb:before {
opacity: 0.85;
}
.todo-item:hover .item-thumb > img {
-webkit-transform: scale(1.075);
transform: scale(1.075);
}
.todo-item.todo-item-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.todo-item.todo-item-list {
display: block;
}
}
.todo-item.todo-item-list .todo-thumbnail-area {
-webkit-box-flex: 0;
-ms-flex: 0 0 370px;
flex: 0 0 370px;
max-width: 370px;
}
@media screen and (max-width: 1199px) {
.todo-item.todo-item-list .todo-thumbnail-area {
max-width: 270px;
-webkit-box-flex: 0;
-ms-flex: 0 0 270px;
flex: 0 0 270px;
}
}
@media screen and (max-width: 991px) {
.todo-item.todo-item-list .todo-thumbnail-area {
max-width: 320px;
-webkit-box-flex: 0;
-ms-flex: 0 0 320px;
flex: 0 0 320px;
}
}
@media screen and (max-width: 767px) {
.todo-item.todo-item-list .todo-thumbnail-area {
max-width: none;
}
}
.todo-item.todo-item-list .todo-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 370px);
flex: 0 0 calc(100% - 370px);
max-width: calc(100% - 370px);
padding: 20px 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item.todo-item-list .todo-content {
padding: 20px;
}
}
@media screen and (max-width: 1199px) {
.todo-item.todo-item-list .todo-content {
max-width: calc(100% - 270px);
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 270px);
flex: 0 0 calc(100% - 270px);
}
}
@media screen and (max-width: 991px) {
.todo-item.todo-item-list .todo-content {
max-width: calc(100% - 320px);
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 320px);
flex: 0 0 calc(100% - 320px);
padding: 15px 20px;
}
}
@media screen and (max-width: 767px) {
.todo-item.todo-item-list .todo-content {
max-width: none;
padding: 25px 20px;
}
}
@media screen and (max-width: 575px) {
.todo-item.todo-item-list .todo-content {
max-width: none;
padding: 20px 15px;
}
}
.todo-item.todo-item-list .todo-content > .title {
margin-bottom: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item.todo-item-list .todo-content > .title {
margin-bottom: 5px;
}
}
@media screen and (max-width: 991px) {
.todo-item.todo-item-list .todo-content > .title {
margin-bottom: 5px;
}
}
@media screen and (max-width: 767px) {
.todo-item.todo-item-list .todo-content > .title {
margin-bottom: 10px;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item.todo-item-list .todo-content .todo-price-status {
margin-bottom: 5px;
}
}
.todo-item.todo-item-list.todo-item-dashboard {
margin-right: 30px;
position: relative;
}
@media only screen and (max-width: 1499px) {
.todo-item.todo-item-list.todo-item-dashboard {
display: block;
}
}
@media only screen and (max-width: 480px) {
.todo-item.todo-item-list.todo-item-dashboard {
margin-right: 20px;
}
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-thumbnail-area {
max-width: 300px;
-webkit-box-flex: 0;
-ms-flex: 0 0 300px;
flex: 0 0 300px;
}
}
@media only screen and (max-width: 1499px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-thumbnail-area {
max-width: 100%;
}
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-content {
max-width: calc(100% - 300px);
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 300px);
flex: 0 0 calc(100% - 300px);
padding: 20px 30px 20px 20px;
}
}
@media only screen and (max-width: 1499px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-content {
max-width: 100%;
}
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools {
position: absolute;
top: 12px;
right: -30px;
background-color: #1d0176;
color: #fff;
width: 60px;
z-index: 9;
}
@media only screen and (max-width: 480px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-tools {
width: 50px;
right: -25px;
}
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a {
display: block;
text-align: center;
padding: 10px 5px 7px;
font-size: 12px;
border-bottom: 1px solid white;
color: #f7f8fc;
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a > [class*="icon-"] {
display: block;
font-size: 24px;
line-height: 1em;
margin-bottom: 3px;
color: #b1a2fc;
}
@media only screen and (max-width: 480px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a > [class*="icon-"] {
font-size: 16px;
}
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a:last-child {
border-bottom: 0px solid;
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a:hover {
color: #ffa423;
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a:hover > [class*="icon-"] {
color: #ffa423;
}
.single-listing-todo-block .todo-brand-logo .brand-logo {
border: 10px solid white;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
display: inline-block;
}
.single-listing-todo-block .todo-title {
font-size: 42px;
font-weight: 600;
line-height: 1.25em;
}
@media only screen and (max-width: 1199px) {
.single-listing-todo-block .todo-title {
font-size: 26px;
}
}
@media only screen and (max-width: 480px) {
.single-listing-todo-block .todo-title {
font-size: 22px;
}
}
.single-listing-todo-block .todo-subtitle {
font-size: 18px;
font-weight: 500;
line-height: 1.55em;
margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
.single-listing-todo-block .todo-subtitle {
font-size: 16px;
}
}
@media only screen and (max-width: 480px) {
.single-listing-todo-block .todo-subtitle {
font-size: 14px;
}
}
.single-listing-todo-block .todo-meta {
font-size: 16px;
}
@media only screen and (max-width: 480px) {
.single-listing-todo-block .todo-meta {
font-size: 14px;
}
}
.single-listing-todo-block .todo-meta > div {
margin-bottom: 7px;
}
.single-listing-todo-block .todo-meta > div:last-child {
margin-bottom: 0;
}
.single-listing-todo-block .todo-meta > div > span {
display: inline-block;
margin-right: 5px;
color: #ffa423;
}
.single-listing-todo-block .todo-cat-status {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .todo-cat-status {
justify-content: center;
}
}
.single-listing-todo-block .todo-cat-status .todo-status {
margin-left: 10px;
}
.single-listing-todo-block .todo-type-cat {
margin: 0 -3px;
}
.single-listing-todo-block .todo-type-cat > a {
color: white;
display: inline-block;
font-size: 11px;
font-weight: normal;
height: 20px;
line-height: 20px;
margin: 0 3px 8px;
padding: 0 10px;
text-transform: uppercase;
}
.single-listing-todo-block .todo-type-cat > a:hover {
opacity: 0.85;
}
.single-listing-todo-block .todo-type-cat > a.restaurant {
background-color: #403E7C;
}
.single-listing-todo-block .todo-type-cat > a.nightlife {
background-color: #2aabe2;
}
.single-listing-todo-block .todo-type-cat > a.hotel {
background-color: #22DAB1;
}
.single-listing-todo-block .todo-type-cat > a.fitness {
background-color: #188C74;
}
.single-listing-todo-block .todo-status {
color: #1e90e8;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 6px;
}
.single-listing-todo-block .todo-rating {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 14px;
}
.single-listing-todo-block .todo-rating > span {
background-color: #ffa424;
color: white;
display: inline-block;
margin-right: 10px;
text-align: center;
width: 35px;
font-weight: 500;
}
.single-listing-todo-block .todo-price {
font-size: 32px;
color: #1d0176;
font-weight: 600;
margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block .todo-price {
font-size: 24px;
}
}
.single-listing-todo-block .listing-todo-feature-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -15px;
}
.single-listing-todo-block .listing-todo-feature-list .single-list {
color: black;
font-size: 24px;
padding: 0 15px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.25s;
transition: all 0.25s;
}
@media only screen and (max-width: 1366px) {
.single-listing-todo-block .listing-todo-feature-list .single-list:last-child > .text {
-webkit-transform: translate(0);
transform: translate(0);
left: auto;
right: 15px;
}
}
.single-listing-todo-block .listing-todo-feature-list .single-list > .text {
background-color: #1d0176;
color: white;
font-size: 14px;
height: 28px;
left: 50%;
line-height: 28px;
opacity: 0;
text-align: center;
top: -50px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
padding: 0 8px;
position: absolute;
-webkit-transition: all 0.25s;
transition: all 0.25s;
min-width: 130px;
}
.single-listing-todo-block .listing-todo-feature-list .single-list > .text:before {
border-style: solid;
border-width: 8px 6px;
border-color: #1d0176 transparent transparent;
bottom: -16px;
content: "";
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.25s;
transition: all 0.25s;
}
.single-listing-todo-block .listing-todo-feature-list .single-list:hover {
color: #ffa423;
}
.single-listing-todo-block .listing-todo-feature-list .single-list:hover > .text {
opacity: 1;
top: -43px;
}
.single-listing-todo-block .listing-todo-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header {
display: block;
text-align: center;
}
}
.single-listing-todo-block .listing-todo-header .todo-brand-logo {
-webkit-box-flex: 0;
-ms-flex: 0 0 210px;
flex: 0 0 210px;
max-width: 210px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header .todo-brand-logo {
max-width: 100%;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 210px);
flex: 0 0 calc(100% - 210px);
max-width: calc(100% - 210px);
padding-left: 55px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info {
padding-left: 30px;
}
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info {
display: block;
}
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info {
max-width: 100%;
padding-left: 0;
padding-top: 30px;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 385px);
flex: 0 0 calc(100% - 385px);
max-width: calc(100% - 385px);
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left {
min-width: 100%;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left .todo-title {
margin-bottom: 3px;
margin-top: -10px;
}
@media only screen and (max-width: 1199px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left .todo-title {
margin-top: -6px;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left .todo-cat-status {
margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left .todo-cat-status {
margin-bottom: 10px;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right {
-webkit-box-flex: 0;
-ms-flex: 0 0 385px;
flex: 0 0 385px;
max-width: 385px;
text-align: right;
margin-bottom: -5px;
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right {
text-align: left;
max-width: 100%;
padding-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right {
padding-top: 15px;
text-align: center;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .todo-rating,
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .todo-rating,
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .todo-rating,
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
justify-content: center;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .todo-rating {
margin-bottom: 30px;
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
margin-bottom: 25px;
}
.single-listing-todo-block .listing-todo-thumbnail-area {
position: relative;
min-height: 600px;
}
.single-listing-todo-block .listing-todo-thumbnail-area:before {
content: "";
height: 100%;
width: 100%;
bottom: 0;
top: 0;
position: absolute;
background-image: -webkit-linear-gradient(top, rgba(29, 1, 118, 0), #1d0176);
background-image: linear-gradient(to bottom, rgba(29, 1, 118, 0), #1d0176);
opacity: 0.9;
z-index: 1;
-webkit-transition: all 0.35s;
transition: all 0.35s;
z-index: 1;
}
.single-listing-todo-main #sticky-wrapper {
margin-bottom: 60px !important;
}
#sticky-wrapper.todo_sticky {
z-index: 99;
}
.todo-details-menu {
background-color: #ffa423;
z-index: 2 !important;
}
.todo-details-menu .todo-menu {
list-style: none;
padding-left: 0;
margin-bottom: 0;
overflow: hidden;
}
.todo-details-menu .todo-menu li {
display: inline-block;
margin: 0 -2px;
}
.todo-details-menu .todo-menu li a {
display: block;
color: white;
padding: 17px 20px;
font-weight: 600;
}
.todo-details-menu .todo-menu li a:hover {
background-color: #1d0176;
}
.todo-details-menu .todo-menu li.current a {
background-color: #1d0176;
}
.single-listing-todo-block.style-two .todo-details-menu {
margin-bottom: 0px;
}
.single-listing-todo-block.style-two .todo-price,
.single-listing-todo-block.style-two .todo-title {
color: white;
}
.single-listing-todo-block.style-two .listing-todo-feature-list .single-list {
color: white;
}
.single-listing-todo-block.style-two .listing-todo-feature-list .single-list > .text {
color: #1d0176;
background-color: white;
}
.single-listing-todo-block.style-two .listing-todo-feature-list .single-list > .text:before {
border-style: solid;
border-width: 8px 6px;
border-color: white transparent transparent;
bottom: -16px;
content: "";
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.25s;
transition: all 0.25s;
}
.single-listing-todo-block.style-two .listing-todo-header .listing-todo-header-info {
-webkit-box-align: end;
-ms-flex-align: end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block.style-two .listing-todo-thumbnail-area {
min-height: auto;
padding-top: 120px;
}
}
.single-listing-todo-block.style-two .listing-todo-thumbnail-area .listing-todo-header-content {
position: absolute;
left: 0;
bottom: 30px;
width: 100%;
z-index: 2;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block.style-two .listing-todo-thumbnail-area .listing-todo-header-content {
position: relative;
}
}
.single-listing-todo-block.style-two .listing-todo-thumbnail-area .listing-todo-header-content .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
margin-bottom: 0;
}
.single-listing-todo-block.style-three .todo-price,
.single-listing-todo-block.style-three .todo-title {
color: white;
}
.single-listing-todo-block.style-three .todo-rating,
.single-listing-todo-block.style-three .todo-subtitle {
color: #ccc;
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block.style-three .todo-price {
color: #1d0176;
}
.single-listing-todo-block.style-three .todo-rating {
color: #727272;
}
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block.style-three .todo-title {
color: #1d0176;
}
.single-listing-todo-block.style-three .todo-subtitle {
color: #727272;
}
}
.single-listing-todo-block.style-three .listing-todo-header {
margin-top: -85px;
position: relative;
z-index: 3;
}
.single-listing-todo-block.style-three .listing-todo-header .listing-todo-header-info .info-left .todo-cat-status {
margin-bottom: 10px;
padding-top: 20px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block.style-three .listing-todo-header .listing-todo-header-info .info-left .todo-cat-status {
padding-top: 0;
}
}
.single-listing-todo-block.style-three .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
padding-top: 10px;
}
.single-listing-todo-main {
font-size: 15px;
}
.single-listing-todo-main p {
line-height: 1.6em;
text-align: justify;
}
.single-listing-todo-main .box-inner-content {
padding-bottom: 50px;
}
.single-listing-todo-main > div:last-child .box-inner-content {
padding-bottom: 0px;
}
.single-listing-todo-main .listing-description .box-inner-content {
margin-top: -5px;
}
.single-listing-todo-main .listing-video .listing-video-area {
position: relative;
min-height: 150px;
display: inline-block;
}
.single-listing-todo-main .listing-video .listing-video-area .video-thumb {
display: inline-block;
}
.single-listing-todo-main .listing-video .listing-video-area .video-thumb:before {
opacity: 0.4;
}
.single-listing-todo-main .listing-video .listing-video-area .listing-video-icon {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 0;
left: 0;
z-index: 3;
}
.single-listing-todo-main .listing-amenities .amenities-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -15px;
padding-left: 0;
list-style: none;
}
@media only screen and (max-width: 480px) {
.single-listing-todo-main .listing-amenities .amenities-list {
display: block;
}
}
.single-listing-todo-main .listing-amenities .amenities-list li {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
margin-bottom: 15px;
max-width: 33.33%;
text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-amenities .amenities-list li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media only screen and (max-width: 480px) {
.single-listing-todo-main .listing-amenities .amenities-list li {
max-width: 100%;
}
}
.single-listing-todo-main .listing-nearby .single-nearby {
margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby {
margin-bottom: 30px;
}
}
.single-listing-todo-main .listing-nearby .single-nearby:last-child {
margin-bottom: 0px;
}
.single-listing-todo-main .listing-nearby .single-nearby > .heading {
font-size: 18px;
margin-bottom: 12px;
}
.single-listing-todo-main .listing-nearby .single-nearby .list {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: black;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li {
display: block;
margin-bottom: 12px;
}
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span {
display: block;
}
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(3) {
-webkit-box-flex: 0;
-ms-flex: 0 0 175px;
flex: 0 0 175px;
max-width: 175px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(3) {
max-width: 100%;
}
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span.rating {
font-size: 13px;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span.rating {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span.rating > [class*='fa-'] {
color: #ECB000;
margin: 0;
font-size: 12px;
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span.rating > a {
padding-left: 10px;
display: inline-block;
color: #727272;
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(2) {
-webkit-box-flex: 0;
-ms-flex: 0 0 75px;
flex: 0 0 75px;
max-width: 75px;
text-align: left;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(2) {
max-width: 100%;
}
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(1) {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 250px);
flex: 0 0 calc(100% - 250px);
max-width: calc(100% - 250px);
padding-right: 15px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(1) {
max-width: 100%;
padding-right: 0;
}
}
.single-listing-todo-main .listing-gallery .listing-gallery-slide.carousel-nav-dots .owl-dots {
position: absolute;
width: 100%;
bottom: 35px;
padding-top: 0;
left: 0;
}
.single-listing-todo-main .listing-gallery .listing-gallery-slide.carousel-nav-dots .owl-dots > div.active > span {
background-color: white !important;
}
.single-listing-todo-main .listing-energy-efficiency {
color: black;
font-size: 16px;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content {
margin-top: -5px;
padding-bottom: 10px;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .info-list {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .info-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 13px;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .info-list li {
display: block;
}
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .info-list li > span {
padding-left: 30px;
color: #727272;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .info-list li > span {
display: block;
padding-left: 0;
padding-top: 3px;
}
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 10px;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span {
background-color: #ddd;
color: white;
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
font-size: 13px;
line-height: 2.3em;
max-width: 12.5%;
text-align: center;
text-transform: uppercase;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(1) {
background-color: #2CA454;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(2) {
background-color: #77B84C;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(3) {
background-color: #C3D635;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(4) {
background-color: #FFF300;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(5) {
background-color: #EEB816;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(6) {
background-color: #D86F1F;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(7) {
background-color: #CE2023;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(8) {
background-color: #CE2023;
}
.single-listing-todo-main .listing-average-rating .rating-overview {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-average-rating .rating-overview {
display: block;
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left {
background-color: #1d0176;
-webkit-box-flex: 0;
-ms-flex: 0 0 270px;
flex: 0 0 270px;
max-width: 270px;
padding: 30px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left {
max-width: 100%;
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left .rating-no {
color: white;
font-size: 80px;
font-weight: lighter;
line-height: 1em;
margin-bottom: 22px;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left .rating-no {
font-size: 60px;
margin-bottom: 10px;
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left .listing-rating .rating {
font-size: 14px;
color: #ebaf1d;
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left .listing-rating > a {
display: block;
line-height: 1.4em;
color: #e5daff;
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left .listing-rating > a:hover {
color: #ffa423;
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-right {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 270px);
flex: 0 0 calc(100% - 270px);
max-width: calc(100% - 270px);
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-right {
max-width: 100%;
padding-top: 30px;
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 22px;
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar:last-child {
margin-bottom: 0px;
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress-type {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
max-width: 150px;
text-align: right;
font-size: 15px;
color: black;
padding-right: 20px;
font-weight: 600;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress-type {
text-align: left;
max-width: 120px;
-webkit-box-flex: 0;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 180px);
flex: 0 0 calc(100% - 180px);
max-width: calc(100% - 180px);
background-color: #e6e6e6;
border-radius: 0;
font-size: 12px;
font-size: 12px;
font-size: 12px;
font-size: 0.75rem;
height: 16px;
overflow: hidden;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress {
max-width: calc(100% - 150px);
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 150px);
flex: 0 0 calc(100% - 150px);
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress .progress-bar {
background-color: #ffa424;
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress-percent {
-webkit-box-flex: 0;
-ms-flex: 0 0 30px;
flex: 0 0 30px;
max-width: 30px;
text-align: right;
font-size: 15px;
font-weight: 600;
color: black;
}
.single-listing-todo-main .listing-reviews-area .box-inner-content {
margin-bottom: 60px;
}
.single-listing-todo-main .listing-reviews-area .comment-list,
.single-listing-todo-main .listing-reviews-area .comment-list .children {
list-style: none;
margin: 0;
padding: 0;
}
.single-listing-todo-main .listing-reviews-area .comment-list > .comment:last-child {
margin-bottom: -60px;
}
.single-listing-todo-main .listing-reviews-area .comment-list > .comment > .children {
padding-left: 115px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-list > .comment > .children {
padding-left: 90px;
}
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-list > .comment > .children {
padding-left: 40px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 60px;
position: relative;
}
@media only screen and (max-width: 991px) {
.single-listing-todo-main .listing-reviews-area .comment-body {
margin-bottom: 45px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author {
-webkit-box-flex: 0;
-ms-flex: 0 0 90px;
flex: 0 0 90px;
max-width: 90px;
text-align: center;
line-height: 1.25em;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author {
-webkit-box-flex: 0;
-ms-flex: 0 0 75px;
flex: 0 0 75px;
max-width: 75px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .avatar {
width: 90px;
height: 90px;
border-radius: 50%;
margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .avatar {
width: 75px;
height: 75px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .author-name {
color: black;
font-size: 14px;
font-weight: 500;
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .reviews-no > span {
display: block;
font-size: 12px;
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .reviews-no > span.number {
color: black;
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .reviews-no > span.number .fa {
color: #F12C15;
display: inline-block;
padding-right: 2px;
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .reviews-no > span.text {
line-height: 1.15em;
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 90px);
flex: 0 0 calc(100% - 90px);
max-width: calc(100% - 90px);
padding-left: 25px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 75px);
flex: 0 0 calc(100% - 75px);
max-width: calc(100% - 75px);
padding-left: 15px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner {
display: block;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner .info-title-header {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 100px);
flex: 0 0 calc(100% - 100px);
max-width: calc(100% - 100px);
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner .info-title-header {
max-width: 100%;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner .rating {
font-size: 13px;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner .rating {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-top: 5px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner .rating > [class*='fa-'] {
color: #ffa423;
margin: 0 2px;
font-size: 12px;
}
.single-listing-todo-main .listing-reviews-area .comment-body .info-title-header > .title {
font-size: 18px;
margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-body .info-title-header > .title {
font-size: 16px;
margin-bottom: 2px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .info-title-header .comment-metadata {
font-size: 12px;
font-weight: 500;
}
.single-listing-todo-main .listing-reviews-area .comment-body .info-title-header .comment-metadata a:hover {
color: #ffa423;
}
.single-listing-todo-main .listing-reviews-area .comment-content {
font-size: 14px;
}
.single-listing-todo-main .listing-reviews-area .comment-content > p {
line-height: 1.7em;
}
.single-listing-todo-main .listing-reviews-area .comment-meta {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
color: #a2a2a2;
font-size: 14px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 25px;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply {
margin-right: 30px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply {
margin-right: 20px;
}
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply {
margin-right: 12px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div:last-child,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply:last-child {
margin-right: 0px;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div a,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply a {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div a > span,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply a > span {
font-size: 22px;
margin-right: 10px;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div a > span,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply a > span {
font-size: 18px;
margin-right: 7px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div a:hover,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply a:hover {
color: #ffa423;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 80px);
flex: 0 0 calc(100% - 80px);
max-width: calc(100% - 80px);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner {
display: block;
}
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner a > span {
position: relative;
top: -2px;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner a.comment-link > span {
color: #0054ff;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner a.comment-love > span {
color: #ef2f24;
top: 0px;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner a.comment-dislink > span {
color: #a2a2a2;
top: 2px;
}
.single-listing-todo-main .listing-leave-review .review-box {
padding-bottom: 10px;
}
.single-listing-todo-main .listing-leave-review .review-box > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 16px;
font-weight: 600;
color: black;
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-leave-review .review-box > ul {
display: block;
}
}
.single-listing-todo-main .listing-leave-review .review-box > ul > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-right: 60px;
margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-leave-review .review-box > ul > li {
max-width: 100%;
margin-bottom: 15px;
padding-right: 0;
}
}
.single-listing-todo-main .listing-leave-review .review-box > ul > li > .review-rating {
text-align: right;
font-size: 18px;
width: 85px !important;
}
.single-listing-todo-main .listing-leave-review .review-box > ul > li > .review-rating div > span {
cursor: pointer;
color: #ebaf1d;
margin: 0 1px;
}
.single-listing-todo-main .listing-leave-review #review_form [class*="col-"] {
margin-bottom: 15px;
}
.single-listing-todo-main .listing-leave-review #review_form .input-check > label {
font-size: 14px;
position: relative;
padding-left: 25px;
line-height: 1.2em;
text-transform: capitalize;
cursor: pointer;
}
.single-listing-todo-main .listing-leave-review #review_form .input-check > label:before {
border: 1px solid #dddddd;
content: "";
height: 14px;
left: 1px;
position: absolute;
top: 1px;
-webkit-transition: all 0.15s ease-in 0s;
transition: all 0.15s ease-in 0s;
width: 14px;
background-color: #FCFCFC;
}
.single-listing-todo-main .listing-leave-review #review_form .input-check > label:after {
left: 3px;
position: absolute;
top: 1px;
-webkit-transition: all 0.15s ease-in 0s;
transition: all 0.15s ease-in 0s;
font-family: "icomoon";
color: #ffa423;
font-size: 10px;
}
.single-listing-todo-main .listing-leave-review #review_form .input-check > input[type="checkbox"] {
display: none;
}
.single-listing-todo-main .listing-leave-review #review_form .input-check > input[type="checkbox"]:checked + label:after {
content: "";
}
.single-listing-todo-main .listing-leave-review #review_form .input-file {
padding: 50px 0 10px;
}
.single-listing-todo-main .listing-leave-review #review_form .input-file > label {
font-size: 14px;
position: relative;
line-height: 1.2em;
text-transform: capitalize;
cursor: pointer;
width: 148px;
height: 148px;
background-color: #f6f6f6;
border-radius: 3px;
color: #1d0176;
text-align: center;
}
.single-listing-todo-main .listing-leave-review #review_form .input-file > label > span {
font-size: 32px;
display: block;
margin-bottom: 10px;
margin-top: 40px;
}
.single-listing-todo-main .listing-leave-review #review_form .input-file > input[type="file"] {
display: none;
}
.single-listing-todo-main .listing-leave-review #review_form .form-controllar {
padding: 5px 0 !important;
font-size: 14px;
border-bottom: 1px solid #dddddd;
width: 100%;
min-height: 45px;
}
.single-listing-todo-main .listing-leave-review #review_form textarea.form-controllar {
min-height: 120px;
}
.single-listing-todo-main .listing-leave-review #review_form .form-submit {
margin-bottom: 0px;
margin-top: 10px;
}
#main-content .wrapper{
margin-top: 5px; margin-bottom: 5px;
} | public/demos/filmoja-view/assets/css/style.css | 01 - IMPORTED CSS
==================================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
/*================================================
02 - DEFAULT CSS
==================================================*/
body {
background-color: #fff;
color: #727a93;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 26px;
letter-spacing: 1px
}
html,
body {
height: 100%;
}
img {
max-width: 100%;
height: auto
}
p {
color: #777;
margin: 0
}
.no-pad-left {
padding-left: 0
}
.no-pad-right {
padding-right: 0
}
.no-pad-all {
padding: 0
}
.fix {
overflow: hidden
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}
.filmoja-btn {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 16px;
color: #fff;
text-align: center;
position: relative;
z-index: 9;
display: inline-block;
padding: 10px 20px;
text-transform: capitalize;
letter-spacing: 2px;
border-radius: 25px;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s
}
.filmoja-btn:hover {
background-image: -webkit-linear-gradient(right, #fbbd61, #ec7532);
background-image: linear-gradient(to left, #fbbd61, #ec7532);
color: #fff
}
.filmoja-btn i {
margin-right: 3px
}
a {
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
color: #6b739c;
}
a:focus {
text-decoration: none;
outline: medium none;
color: inherit
}
a:hover {
color: inherit;
text-decoration: none;
color: inherit
}
input:focus,
textarea:focus,
button:focus,
select:focus {
outline: medium none
}
fieldset,
label {
margin: 0;
padding: 0;
}
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
ul,
ol {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
.filmoja-heading {
margin-bottom: 20px
}
.filmoja-heading h2 {
font-family: 'Orbitron', sans-serif;
text-transform: capitalize;
font-weight: 500;
color: #111;
font-size: 30px;
position: relative;
padding-left: 15px
}
.filmoja-heading h2:before {
position: absolute;
content: "";
bottom: 0;
left: 7px;
height: 20px;
width: 4px;
background: #ec7532;
}
.filmoja-heading h2:after {
position: absolute;
content: "";
left: 0;
height: 30px;
width: 4px;
background: #111;
bottom: 0;
}
.filmoja-heading h2 span {
color: #ec7532
}
.section_100 {
padding: 30px 0;
}
.section_b_50 {
padding-bottom: 50px
}
.section_70 {
padding: 70px 0;
}
.section_50 {
padding: 50px 0;
}
.section_15 {
padding: 15px 0
}
.pad-right {
padding-right: 0
}
.section_t_100 {
padding-top: 100px
}
.section_b_70 {
padding-bottom: 70px
}
.section_b_80 {
padding-bottom: 80px
}
/*================================================
03 - RESPONSIVE CSS
==================================================*/
.filmoja-responsive-menu {
display: none;
position: absolute;
right: 0;
top: 21px;
width: 100%;
z-index: 999;
}
.slicknav_nav a {
font-size: 14px;
margin: 0;
text-transform: capitalize;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
color: #000
}
.slicknav_menu {
background: transparent;
}
.slicknav_menutxt {
display: none !important;
}
.slicknav_arrow {
float: right;
color: #ec7532
}
.slicknav_nav a:hover {
border-radius: 0;
}
.slicknav_nav .slicknav_row:hover {
border-radius: 0
}
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
background: #ec7532 none repeat scroll 0 0;
color: #fff
}
.slicknav_nav a:hover .slicknav_arrow {
color: #fff
}
.slicknav_nav a:hover a {
color: #fff
}
.slicknav_nav li {
border-bottom: 1px solid #ddd;
}
.slicknav_nav li.hide-desktop {
border-bottom: 0px solid #ddd
}
.slicknav_nav li:last-child {
border-bottom: 0px solid #ddd
}
.slicknav_nav {
background: #fff none repeat scroll 0 0;
border-top: 1px solid #ec7532;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.19)
}
.slicknav_btn {
background-color: transparent !important;
line-height: 0;
margin-right: 0px;
margin-top: -10px;
}
.slicknav_menu .slicknav_icon {
float: none !important;
margin: 0
}
.slicknav_icon-bar {
height: 3px !important;
margin: 5px 0;
width: 30px !important;
}
.slicknav_menu .slicknav_icon-bar {
background-color: #111;
}
.filmoja-header-area.stick-top.sticky .slicknav_menu .slicknav_icon-bar,
.filmoja-header-area.home-3-page .slicknav_menu .slicknav_icon-bar {
background-color: #111
}
/*================================================
04 - PAGINATION CSS
==================================================*/
.pagination-box-row {
text-align: center;
}
.pagination-box-row p {
display: inline-block;
font-size: 15px;
color: #444;
margin-right: 15px
}
.pagination {
margin-top: 50px;
text-align: center;
float: none;
display: inline-block;
}
.pagination li {
display: inline-block;
margin-right: 5px
}
.pagination li:last-child {
margin-right: 0
}
.pagination li a {
display: block;
width: 35px;
height: 35px;
font-size: 15px;
line-height: 35px;
border-radius: 50%;
color: #111;
font-weight: 500;
}
.pagination li.active a,
.pagination li a:hover {
background: #101010 none repeat scroll 0 0;
color: #fff
}
/*================================================
05 - BREADCROMB CSS
==================================================*/
.filmoja-breadcrumb-area {
background: url(../img/bgs1.jpg) no-repeat scroll 0 0/cover
}
.breadcrumb-box h2 {
color: #fff;
text-transform: capitalize;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 2px;
font-size: 38px;
font-weight: 400;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
}
.breadcrumb-box {
text-align: center
}
.breadcrumb-box ul {
text-align: center;
margin-top: 15px
}
.breadcrumb-box ul li {
display: inline-block;
text-transform: capitalize;
color: #eee;
}
.breadcrumb-box ul li.active-breadcromb {
color: #ec7532
}
.breadcrumb-box ul li a:hover {
color: #ec7532;
}
.breadcrumb-box ul li a {
color: #eee;
text-transform: capitalize
}
.breadcrumb-box ul>li+li:before {
content: "/ ";
padding: 0 5px;
color: #ccc;
}
/*================================================
06 - BTN TOP CSS
==================================================*/
.btntoTop:before {
color: #fff;
content: "";
display: inline-block;
font: 20px "FontAwesome";
vertical-align: middle;
}
.btntoTop {
background-color: #212121;
border: 2px solid #212121;
border-radius: 5px;
bottom: 30px;
cursor: pointer;
height: 50px;
line-height: 47px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
position: fixed;
right: 35px;
text-align: center;
-webkit-transition: opacity 0.4s ease 0s;
transition: opacity 0.4s ease 0s;
width: 50px;
z-index: 99999;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.42)
}
.btntoTop.active {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s
}
.btntoTop.active:hover {
background: #ec7532 none repeat scroll 0 0;
border: 2px solid #fff;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.btntoTop.active.btntoTop:hover:before {
color: #fff;
}
/*================================================
07 - HEADER CSS
==================================================*/
.header-top-area {
background: #181818 none repeat scroll 0 0;
padding: 10px 0;
}
.header-top-social li {
display: inline-block;
margin-right: 5px
}
.header-top-social li:last-child {
margin-right: 0
}
.header-top-social li a {
display: block;
color: #fff;
font-size: 20px;
}
.header-top-menu ul {
text-align: right;
}
.header-top-menu ul li {
display: inline-block;
margin-right: 10px;
}
.header-top-menu ul li:last-child {
margin-right: 0px;
}
.header-top-menu ul li a {
color: #fff;
text-transform: capitalize;
display: block
}
.main-header-area {
background: #fff none repeat scroll 0 0;
box-shadow: 0 5px 10px rgba(17, 17, 17, 0.54);
background: rgba(0, 0, 0, 0.25);
position: fixed;
top: 0;
padding: 0 24px;
width: 100%;
display: flex;
align-items: center;
z-index: 30;
height: 64px;
}
.main-header-area .container{
padding: 0;
max-width: 100%;
}
.site-logo {
margin: 23px 0;
position: relative;
z-index: 9999
}
.mainmenu ul {
text-align: right
}
.mainmenu ul li {
display: inline-block;
position: relative;
}
.mainmenu ul>li>a {
display: block;
/* color: #13212d; */
color: black;
text-transform: capitalize;
padding: 30px 10px;
position: relative
}
.mainmenu nav>ul>li>a:after {
position: absolute;
right: auto;
bottom: 0;
left: 0;
display: block;
width: 0;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
.mainmenu nav>ul>li.active>a {
position: relative;
}
.mainmenu nav>ul>li.active>a:after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
.mainmenu nav>ul>li.active>a:before {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
.mainmenu nav>ul>li>a:before {
position: absolute;
right: auto;
top: 0;
left: 0;
display: block;
width: 0;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
.bw{
background-color: #fff;
color: #000;
border-radius: 3px;
}
.mainmenu nav>ul>li>a{
padding: 5px 10px;
}
.mainmenu nav>ul>li>a:hover:after,
.mainmenu nav>ul>li>a:hover:before {
right: 0;
width: 100%;
}
.mainmenu nav>ul>li>a:hover,
.mainmenu nav>ul>li.active>a {
color: #a2a2a2
}
.mainmenu nav>ul>li:hover>a {
position: relative;
color: #a2a2a2 !important
}
.mainmenu nav>ul>li:hover>a:before {
position: absolute;
right: 0;
top: 0;
left: 0;
display: block;
width: 100%;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
.mainmenu nav>ul>li:hover>a:after {
position: absolute;
right: auto;
bottom: 0;
left: 0;
right: 0;
display: block;
width: 100%;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
/* background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532); */
}
/* Dropdown Menu */
.mainmenu ul li ul {
padding: 0;
position: absolute;
left: 0;
top: 100%;
min-width: 180px;
background: #fff none repeat scroll 0 0;
;
visibility: hidden;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
margin-top: 30px;
z-index: 10;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.5s;
transition: all 0.5s;
text-align: left
}
.mainmenu ul li:hover>ul {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 10;
margin-top: 0;
border-radius: 10px;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mainmenu ul li>ul>li {
display: block;
position: relative;
border-top: 1px solid #000;
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mainmenu ul li ul li>a {
padding: 10px 15px;
display: block
}
.mainmenu ul li ul li.submenu-parent:after {
position: absolute;
top: 0;
right: 10px;
line-height: 50px;
font-family: 'FontAwesome';
speak: none;
-webkit-font-smoothing: antialiased;
content: "\f0da";
color: #13212d;
}
.mainmenu ul li ul li>ul.submenu {
position: absolute;
left: 100%;
top: 0;
}
.mainmenu nav>ul>li:hover>ul li:hover>a {
color: #ec7532
}
/* Header */
.header-main-search {
/* margin: 23px 0; */
}
.mainmenu ul li.hide-desktop {
display: none;
}
.header-main-search form {
position: relative;
height: 40px;
background: #eaeaea none repeat scroll 0 0;
border-radius: 5px;
width: 100%;
}
.header-main-search form input {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: transparent;
color: #333;
border: medium none;
padding: 5px 50px 5px 10px;
}
.header-main-search form button {
position: absolute;
right: 0;
border: medium none;
top: 0;
height: 100%;
width: 15%;
background: transparent none repeat scroll 0 0;
color: #333;
cursor: pointer
}
/* side twitter */
section#main{
/* Same as the width of the sidenav */
}
.search_tweet{
display: flex;
margin-bottom: 10px;
}
.search_tweet input{
height: 100%;
width: 100%;
background: transparent;
color: #333;
border: medium none;
padding: 5px 50px 5px 10px;
}
.search_tweet form{
display: flex;
width: 100%;
}
.search_tweet button{
border: medium none;
top: 0;
height: 100%;
width: 15%;
background: transparent none repeat scroll 0 0;
color: #333;
cursor: pointer;
}
.sidenav_twitter {
padding: 10px 20px;
height: 70%;
width: 300px;
/* position: fixed; */
overflow: hidden;
display: flex;
z-index: 4;
align-content: center;
box-shadow: 0 5px 10px rgba(17, 17, 17, 0.54);
border-radius: 5px;
flex-direction: column;
/* top: 0;
right: 0; */
background-color: #50422e3b;
overflow-x: hidden;
overflow-y: scroll;
/* margin-top: 85px; */
position: absolute;
top: 50%;
left: 80%;
transform: translate(-50%, -50%);
}
.sidenav_twitter::-webkit-scrollbar {
width: 1em;
}
.sidenav_twitter::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.sidenav_twitter::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
.twitter-trends_header, .twitter-trends_content{
padding: 10px;
}
.twitter-trends_content button{
border: none;
background: transparent none repeat scroll 0 0;
color: #14171a;
}
.twitter-trends_content{
display: flex;
cursor: pointer;
justify-content: space-between;
}
.twitter-trends_content:hover{
background-color: #d8d8d8;
transition: 2s;
}
.twitter-trends_content p{
color: #657786;
font-size: 13px;
}
.twitter-trends_content h3{
font-size: 15px;
}
#sidebar hr{
margin: 0;
}
.twitter-trends_header h3{
font-size: 19px;
font-weight: bold;
}
#sidebar h3{
color: #14171a;
}
.search_tweet form,.twitter-trends
{
background-color: #e6ecf0;
border-radius: 12px;
}
/*================================================
08 - SLIDER CSS
==================================================*/
.filmoja-slider-area {
position: relative;
}
.filmoja-slide {
position: relative
}
.filmoja-slide:before {
left: 0;
position: absolute;
bottom: 0px;
width: 0;
z-index: 1;
height: 0;
/* content: ""; */
border-top: 65px solid transparent;
border-left: 50vw solid #fff;
}
.filmoja-slide:after {
right: 0;
position: absolute;
bottom: 0px;
width: 0;
z-index: 1;
height: 0;
/* content: ""; */
border-top: 65px solid transparent;
border-right: 50vw solid #fff;
}
.slide-item-3 {
background: url(../img/slider-1.jpg);
}
.slide-item-2 {
background: url(../img/slider-2.jpg);
}
.slide-item-5 {
background: url(../img/slider-4.jpg);
}
.filmoja-main-caption {
background: rgba(28, 28, 28, 0.74) none repeat scroll 0 0
}
.filmoja-main-slide {
background-color: #eee;
background-position: center center;
background-size: cover;
height: 620px;
}
.slider-content-holder {
width: 100%;
text-align: center;
position: absolute;
top: 50%;
left: 45%;
transform: translate(-50%, -50%)
}
.mainmenu ul>li>a {
display: block;
/* color: #13212d; */
color: white;
}
.mainmenu ul>li.bw>a {
color: black !important;
}
.filmoja-main-caption {
display: table;
height: 100%;
width: 100%;
}
.filmoja-caption-cell {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.slider-text h2 {
color: #fff;
font-family: 'Orbitron', sans-serif;
font-size: 40px;
font-weight: 500;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
text-transform: capitalize;
letter-spacing: 3px;
line-height: 60px;
}
.slider-text h4 {
color: #fff;
font-size: 17px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
letter-spacing: 7px;
margin-bottom: 15px
}
.slider-text p {
color: #fff;
font-size: 16px;
font-weight: 400;
margin: 15px 0;
text-transform: capitalize;
}
.filmoja-slide .owl-nav>.owl-prev {
visibility: hidden;
-webkit-transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.filmoja-slide:hover .owl-nav>.owl-prev {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
left: 30px
}
.filmoja-slide .owl-nav>.owl-next {
visibility: hidden;
-webkit-transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.filmoja-slide:hover .owl-nav>.owl-next {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
right: 30px
}
.filmoja-slide .owl-prev {
left: -30px;
position: absolute;
top: 45%;
}
.filmoja-slide .owl-next {
right: -30px;
position: absolute;
top: 45%;
}
.slider-play {
position: relative;
}
.slider-play .popup-youtube {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 16px;
color: #fff;
text-align: center;
position: relative;
z-index: 9;
display: inline-block;
padding: 10px 20px;
text-transform: capitalize;
letter-spacing: 2px;
border-radius: 25px;
}
.popup-youtube i {
margin-left: 5px
}
/*================================================
09 - TOP MOVIE CSS
==================================================*/
.single-top-movie {
margin-top: 30px;
}
.single-top-movie .top-movie-wrap {
position: relative
}
.single-top-movie .top-movie-img {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
.top-movie-img img {
width: 100%
}
.single-top-movie .top-movie-img:before {
position: absolute;
left: -25%;
top: -50%;
height: 60%;
width: 150%;
content: "";
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
-webkit-transform: skewY(25deg);
transform: skewY(25deg);
-webkit-transition: all 500ms linear;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
.single-top-movie .top-movie-wrap:hover .top-movie-img:before {
height: 200%;
opacity: 0.95;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
.thumb-hover {
position: absolute;
top: 50%;
width: 100%;
left: 0;
text-align: center;
}
.thumb-hover>a.play-video {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 60px;
height: 60px;
border: 2px solid #fff;
border-radius: 50%;
top: 50%;
left: 50%;
margin: -30px 0 0 -30px;
z-index: 2;
font-size: 19px;
color: #fff;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.thumb-hover>a.celebrity-link,
.thumb-hover>ul {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
top: 50%;
left: 50%;
margin: -15px 0 0 -45px;
z-index: 2;
font-size: 15px !important;
color: #fff;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
width: auto !important;
height: auto !important;
border: medium none !important;
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Roboto Condensed', sans-serif;
}
.top-movie-details p {
text-transform: capitalize;
color: #999;
font-size: 15px;
margin-top: 3px;
}
.no-margin-top .single-top-movie {
margin-top: 0
}
.thumb-date {
position: absolute;
width: 100%;
top: 50px;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.thumb-date span {
line-height: normal;
padding: 5px 10px;
background: #fff none repeat scroll 0 0;
border-radius: 5px;
color: #ec7532;
text-transform: capitalize
}
.thumb-hover>a.play-video>i {
margin-top: 4px;
margin-left: 2px;
}
.single-top-movie .top-movie-wrap:hover .thumb-hover>a.play-video,
.single-top-movie .top-movie-wrap:hover>.thumb-date,
.single-top-movie .top-movie-wrap:hover .thumb-hover>a.celebrity-link,
.top-movie-wrap:hover .thumb-hover>ul {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
transform: scale(1);
}
.thumb-hover ul {
margin: 25px 0 0 -50px;
text-align: center;
}
.thumb-hover ul li {
margin: 0 5px;
}
.thumb-hover ul li a {
color: #fff;
}
.actor-social li {
display: inline-block;
margin-right: 10px;
}
.actor-social li a {
font-size: 16px;
color: #fff;
}
.top-movie-details {
margin-top: 15px;
}
.top-movie-details h4 {
font-size: 19px;
color: #111;
text-transform: capitalize;
}
.top-movie-details h4 a {
color: #111;
}
.movie-details-thumbs {
margin-top: 10px;
}
.movie-details-thumbs ul li {
display: inline-block;
width: 30.33%;
}
.movie-details-thumbs ul li a {
color: #111;
}
.movie-details-thumbs ul li a:hover,
.top-movie-details h4 a:hover {
color: #ec7532
}
.movie-details-thumbs ul li i {
color: #ec7532;
margin-right: 3px;
}
.movie-details-thumbs ul li span.rating {
line-height: 16px;
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
text-align: center;
}
.movie-details-thumbs ul li span.rating i {
color: #fff
}
.top-movie-slider .owl-nav.disabled {
display: block !important;
position: absolute;
top: -45px;
right: 0;
}
.top-movie-slider .owl-nav.disabled>button {
color: #ec7532;
width: 30px;
height: 30px;
border: 1px solid #ddd;
margin: 0 3px;
font-size: 17px;
}
.top-movie-slider .owl-nav.disabled>button:last-child {
margin-right: 0
}
/*================================================
10 - THEATER CSS
==================================================*/
.filmoja-theater-area {
position: relative;
z-index: 1;
background: #f9f9f9 none repeat scroll 0 0
}
.filmoja-theater-area:after {
position: absolute;
left: 0;
content: "";
width: 65%;
top: 0;
height: 100%;
background: url(../img/bgs1.jpg) no-repeat scroll 0 0/cover;
z-index: -1;
}
.filmoja-theater-area:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 65%;
height: 100%;
background: #111 none repeat scroll 0 0;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}
.single-theater {
border: 5px solid #ec7532;
border-radius: 5px;
position: relative;
background: #ec7532;
}
.single-theater img {
width: 100%;
border-radius: 5px;
position: relative
}
.single-theater:after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000 none repeat scroll 0 0;
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}
.single-theater a.play-video {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 60px;
height: 40px;
background: #FF0000 none repeat scroll 0 0;
border-radius: 10px;
top: 54%;
left: 50%;
margin: -30px 0 0 -30px;
z-index: 3;
font-size: 17px;
color: #fff;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.theater-left {
display: table;
height: 100%;
width: 100%;
}
.theater-box {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.theater-text h3 {
color: #fff;
font-family: 'Orbitron', sans-serif;
font-size: 37px;
font-weight: 500;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
text-transform: capitalize;
letter-spacing: 1px;
margin-bottom: 15px
}
.theater-text h4 {
text-align: center;
font-size: 17px;
color: #fe9052;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 2px;
margin-bottom: 10px;
}
.theater-text p {
text-align: right;
color: #fff;
font-size: 16px;
text-transform: capitalize;
font-weight: 400;
}
.theater-text a.filmoja-btn {
margin-top: 20px;
}
.nav-link {
display: block;
padding: 0px;
text-transform: capitalize;
position: relative;
color: #111 !important;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
font-weight: 400;
}
/* .centry .nav-item{
margin-right: 0;
} */
.centry .nav-link{
/* padding-left: 20px; */
font-weight: bold;
}
.centry{padding: 0 20px;}
.blog-container{
margin-top: 50px;
display: flex;
justify-content: space-between;
max-width: 100% !important;
}
.nav-link:after {
position: absolute;
right: auto;
bottom: 0;
left: 0;
display: block;
width: 0;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
.nav-link:hover:after {
color: #ec7532;
right: 0;
width: 100%;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #ec7532 !important;
background-color: transparent;
position: relative
}
.nav-pills .nav-link.active:after,
.nav-pills .show>.nav-link:after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
color: #ec7532;
height: 4px;
content: '';
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
#myp,#myt, #myw,.small-rhs{
display: none;
}
.far-right{
padding: 10px;
height: fit-content;
width: 220px;
margin-top: 40px;
}
.twitter-trends2,.recommended,.my_followers{
background-color: #e6ecf0;
padding: 2px;
}
.recommended{
margin-top: 20px;
}
.recommended h3, .followers a{
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
color: #14171a;
/* margin-bottom: 5px; */
}
.followers a{
font-weight: normal;
}
.my_followers{
margin-top: 30px;
width: 220px;
}
.my_followers p{
color: #aaacb4;
font-size: 15px;
}
.my_followers_content>div>p{
font-size: 15px;
}
.sub-row1{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 20px;
}
.row1{
margin-top: 50px;
}
.centry .tv-tab{
margin-top: 23px;
}
/* .my_followers_content{
padding: 10px;
} */
.far-right hr{
margin: 0;
}
.far-right .twitter-trends-content, .recommended-content,
.my_followers_content{
background-color: white;
/* border-radius: 5px; */
}
.far-right .twitter-trends-content{
border-radius: 5px !important;
}
.recommended-content{
padding: 5px 10px;
}
.far-right>.twitter-trends2 h3{
font-weight: bold;
color: #14171a;
font-size: 17px;
}
.far-right-header{
display: flex;
justify-content: flex-end;
padding-right: 30pz;
}
.dropdown,.dropdown2 ,.dropdown3{
position: relative;
display: inline-block;
}
.progress-bar{
background-color: #ec7532;
}
.progress{
margin-top: 5px;
height: 2px !important;
}
.flex{
display: flex;
}
.picture{
width: 50px;
height: 50px;
border-radius: 50%;
background-color: red;
background-image: url(../img/hub_one_office_tour-37.jpg);
background-position: center center;
background-repeat: no-repeat;
}
.followers_pic div{
background-position: center center;
background-repeat: no-repeat;
/* overflow: hidden; */
}
.followers_pic{
/* margin-bottom: 30px; */
}
#dp{
background-position: center center;
background-repeat: no-repeat;
height: 120px;
width: 80%;
margin: auto;
background-size: auto;
margin-top: 20px;
border: 5px solid #fff;
box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.12);
}
.contact img{width: 50%;}
.contact{
text-align: center;
border: 2px solid#e6ecf0;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
}
.row1::-webkit-scrollbar,.profile-page::-webkit-scrollbar,.show4::-webkit-scrollbar {
width: 1em;
}
.row1::-webkit-scrollbar-track,.profile-page::-webkit-scrollbar-track,.show4::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.row1::-webkit-scrollbar-thumb ,.profile-page::-webkit-scrollbar-thumb ,.show4::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
.ff img, .set img{
width: 10%;
margin-right: 10px;
height: 10%;
}
.set,.ff>.flex{
align-items: center;
}
.followers_pic div{
background-position: center center;
background-repeat: no-repeat;
height: 30px;
width: 30px;
/* margin: auto; */
/* background-size: auto; */
}
.dropdown-content,.dropdown-content2,.dropdown-content3,.dropdown-content-wall,.dropdown-content-chall{
display: none;
position: absolute;
}
.nav-pills {
align-items: baseline;
}
.dropdown2:hover .dropdown-content2,.dropdown-content2 a,
.dropdown-content a, .dropdown-content-wall a, .dropdown-wall:hover .dropdown-content-wall,
.dropdown-content-chall a, .dropdown-chall:hover .dropdown-content-chall{
display: block !important;
}
.dropdown-content2,.dropdown-content,.dropdown-content-wall,.dropdown-content-chall{
width: 200px;
}
.dropdown-content-chall{
z-index: 333;
}
.dropdown-content,.dropdown-content-wall{
margin-top: -5px !important;
right: 20px;
}
.dropdown-content-chall{
margin-top: -5px !important;
}
.dropdown-content2 a:hover, .dropdown-content a:hover, .dropdown-content-wall a:hover, .dropdown-content-chall a:hover{
color: #ec7532;
transition: .2s;
}
.lower-compart{
}
.lower-compart p, .settings button{
font-size: 13px;
/* text-transform: uppercase; */
font-weight: bold;
color: #6c7175;
}
.show {display: block;}
.rhs{
margin-top: 20px;
}
.settings button.dropbtn2{
padding: 0 !important;
margin: 10px 0;
}
.settings .dropdown-content2{
margin-top: -7px;
margin-bottom: 10px;
}
.settings{
align-items: center;
}
.settings button, #mp button,#myt button,#myc button{
border: none;
background-color: white;
text-transform: uppercase;
}
.settings i{
margin-left: 5px;
}
.who_to_follow{
margin-top: 25px;
align-items: center;
/* justify-content: space-between; */
}
.ff{
justify-content: space-between;
align-items: center;
}
.ff h6{
color: #14171a;
}
.h6{
padding-right: 7px;
margin-bottom: 0;
}
.followers div{
/* padding: 2px; */
font-size: 10px;
width: 100%;
text-align: center;
}
.whose_profile{
/* width: 70%; */
margin-left: 10px;
}
.followers{
border: 1px solid #e6ecf0;;
border-radius: 5px;
height: 25px;
align-items: center;
overflow: hidden;
text-align: center;
justify-content: space-around;
/* padding: 2px; */
}
.followers h3,.followers a{
padding: 6px;
}
.whose_profile h5{
font-size: 10px;
font-weight: bold;
margin-bottom: 5px;
text-transform: capitalize;
}
.dropbtn, .dropbtn3,.dropbtn4{
color: #111;
font-weight: bold;}
.rhs .dropbtn{
border: none;
background-color: #fff;
font-weight: bold;
border-bottom: 4px solid #ec7532;
cursor: pointer;
padding: 0;
}
.whose_profile h3{
color: #727a93;
font-weight: normal;
}
.followers a:hover{
background-color: #ec7532 !important;
transition: .3s;
}
.profile-page-content>h3{
font-weight: bold;
font-size: 14px;
color: #000;
text-align: center;
/* border-bottom: 4px solid #ec7532; */
padding: 3px 0;
}
.profile-page{
margin-top: 20px;
}
.profile-page p{
text-align: center;
/* font-weight: bold; */
margin: 10px 0;
}
#username{
font-size: 23px;
}
.social img{
width: 30px;
}
.social{
justify-content: center;
}
.social,.followers_pic{
align-items: center;
/* justify-content: space-around; */
}
.social div,.followers_pic div{
margin: 0 5px;
}
.followers_pic div{
width: 30px;
}
.rhs .dropbtn i{
margin-left:10px;
}
.dropdown-content, .dropdown-content2,.dropdown-content-wall,.dropdown-content-chall{
background-color: white;
border-radius: 4px;
margin-top: 5px;
padding: 5px;
box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.12);
}
/* .blog-container .nav-pills .nav-link:before
{
position: absolute;
content: "";
bottom: 0;
left: 7px;
height: 20px;
width: 4px;
background: #ec7532;
}
.blog-container .nav-pills .nav-link.active:after,
.blog-container .nav-pills .show>.nav-link:after {
position: absolute;
content: "";
left: 0;
height: 30px;
width: 4px;
background: #111;
bottom: 0;
} */
.blog-container .tab-content{
margin-top: 40px;
}
.nav-pills .nav-link {
border-radius: 0
}
/* .tv-tab ul li.nav-item {
margin-right: 15px;
} */
.tv-panel-list {
margin-top: 20px;
}
.movie-details-page-box .tv-panel-list {
margin-top: 30px;
}
/*================================================
11 - QUOTE CSS
==================================================*/
.filmoja-quote-area {
background: url(../img/bgs1.jpg) no-repeat scroll 0 0/cover;
position: relative
}
.filmoja-quote-area:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: #111 none repeat scroll 0 0;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
z-index: -1
}
.quote-box {
width: 70%;
text-align: center;
margin: 0 auto;
}
.quote-box h4 {
text-align: center;
font-size: 17px;
color: #fe9052;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 2px;
margin-bottom: 15px;
}
.quote-box h3 {
color: #fff;
font-family: 'Roboto Condensed', sans-serif;
font-size: 40px;
font-weight: 500;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
text-transform: capitalize;
letter-spacing: 1px;
}
.quote-box form {
position: relative;
width: 70%;
margin: 30px auto 0;
background: #fff;
height: 40px;
border-radius: 20px;
}
.quote-box form input {
position: absolute;
left: -2px;
top: 0;
border-radius: 20px;
border: medium none;
height: 100%;
color: #111;
font-size: 14px;
width: 100%;
padding: 5px 120px 5px 20px;
}
.quote-box form button {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 16px;
color: #fff;
position: absolute;
right: -2px;
border: medium none;
border-radius: 0 20px 20px 0;
height: 100%;
letter-spacing: 2px;
top: 0;
width: auto;
padding: 5px 20px;
cursor: pointer;
}
.mouse-icon {
display: inline-block;
}
.mouse-icon .wheel {
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: down;
animation-name: down;
-webkit-animation-play-state: running;
animation-play-state: running;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
display: block;
margin-left: auto;
margin-right: auto;
position: relative;
font-size: 25px;
color: #fff;
margin-bottom: 20px
}
@-webkit-keyframes down {
0% {
top: 5px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
30% {
top: 15px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
60% {
top: 15px;
opacity: 0.60;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
100% {
top: 25px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
@keyframes down {
0% {
top: 5px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
30% {
top: 15px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
100% {
top: 25px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
/*================================================
12 - BLOG CSS
==================================================*/
.filmoja-news-area {
background: #f8f8f8 none repeat scroll 0 0
}
.news-side-list {
margin-top: 30px
}
.filmoja-news-area .single-news-item {
margin-top: 30px
}
.news-image {
position: relative;
overflow: hidden
}
.news-date {
position: absolute;
right: 25px;
bottom: 25px;
background: #111 none repeat scroll 0 0;
width: auto;
padding: 15px 20px;
text-transform: uppercase;
font-family: 'Orbitron', sans-serif;
color: #ec7532;
font-weight: 600;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s
}
.news-date span {
display: block;
line-height: normal;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s
}
.news-date .date {
font-size: 30px;
color: #fff
}
.news-text {
padding: 20px;
background: #fff none repeat scroll 0 0;
}
.news-text h3 {
font-size: 23px;
color: #111;
text-transform: capitalize;
line-height: 30px;
}
.news-text h3 a {
color: #111;
}
.news-text h3 a:hover,
.news-side-text h4 a:hover {
color: #ec7532;
}
.post-meta {
margin-top: 5px
}
.post-meta p {
display: inline-block;
margin-right: 15px;
}
.post-meta p a {
color: #111
}
.post-meta p i {
margin-right: 5px;
color: #ec7532
}
.post-meta p:last-child {
margin-right: 0
}
.post-content {
margin-top: 10px
}
.post-content p {
color: #333;
}
.single-news-side {
overflow: hidden;
position: relative
}
.news-side-img {
position: relative;
overflow: hidden
}
.news-side-img img {
-webkit-transition: 0.4s all linear;
transition: 0.4s all linear;
-webkit-transform: scale(1);
transform: scale(1);
width: 100%
}
.news-image img {
width: 100%;
height: auto;
-webkit-transition: 0.4s all linear;
transition: 0.4s all linear;
-webkit-transform: scale(1);
transform: scale(1);
}
.single-news-item:hover .news-image img,
.single-news-side:hover .news-side-img img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-news-item:hover .news-date,
.single-news-side:hover .news-date {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff
}
.news-side-text {
padding-top: 13px;
padding-left: 13px;
padding-right: 13px;
background: #fff none repeat scroll 0 0;
}
.news-side-text h4 {
font-size: 18px;
color: #111;
text-transform: capitalize;
line-height: 27px;
margin-bottom: 20px;
}
.news-side-text h4 a {
color: #111
}
.blog-page-list .news-text {
padding: 20px 0
}
.blog-page-list .single-news-item {
margin-bottom: 30px;
border-bottom: 1px solid #ededed;
}
.blog-page-list .single-news-item:last-child {
margin-bottom: 0
}
.filmoja-blog-page .pagination-box-row {
text-align: left
}
.blog-page-list .post-content>p {
margin: 0 0 10px;
}
.post-content blockquote {
margin: 30px 0;
position: relative;
}
.post-content blockquote .quote-inner {
border-left: 2px solid #ddd;
margin-left: 25px;
padding-left: 60px;
position: relative;
}
.post-content blockquote .quote-icon {
background-color: #ffffff;
border: 2px solid #e9f2f7;
border-radius: 50%;
color: #d2dae0;
font-size: 16px;
height: 35px;
left: -18px;
line-height: 32px;
margin-top: -17px;
position: absolute;
text-align: center;
top: 50%;
width: 35px;
}
.post-content blockquote .quote-text {
color: #262626;
font-size: 20px;
line-height: 30px;
margin-bottom: 15px;
position: relative;
}
ul.company-desc-list {
margin: 30px 0;
}
.post-content ul.company-desc-list li {
margin: 10px 0;
text-transform: capitalize;
color: #111
}
ul.company-desc-list li i {
width: 20px;
height: 20px;
line-height: 22px;
text-align: center;
color: #ec7532;
margin-right: 5px;
border-radius: 50%;
font-size: 11px;
}
.comment-box,
.leave-comment {
margin-top: 50px;
}
.comment-box>h3,
.leave-comment>h3 {
font-size: 22px;
color: #333;
text-transform: capitalize;
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.comment-box>ul {
margin-top: 20px;
}
.comment-box .single-comment-history .single-comment-list {
border: 1px solid #e8ecec;
border-radius: 5px;
margin-bottom: 10px;
padding: 0 30px 20px;
position: relative
}
.main-comment {
font-size: 14px;
padding: 30px 0 0 100px;
position: relative;
}
.candidate-text-inner {
margin-top: 10px
}
.candidate-image {
border-radius: 50%;
left: 0;
margin-bottom: 20px;
position: absolute;
top: 30px;
}
.candidate-image img {
border-radius: 50%;
display: block;
width: 80px;
}
.candidate-title h3 {
font-size: 18px;
text-transform: capitalize;
font-weight: 600;
display: inline-block;
}
.candidate-title h3 a {
color: #333;
}
.single-comment-history .candidate-info>p i {
margin-right: 5px;
}
.single-comment-history.reply-commnt {
padding-left: 65px;
}
.candidate-info>p {
color: #777;
}
.reply {
color: #ec7532;
text-transform: capitalize;
}
.leave-comment>form {
margin-top: 20px;
}
.leave-comment input[type="text"],
.leave-comment input[type="email"] {
border: 2px solid #e8ecec;
border-radius: 5px;
color: #333;
height: 45px;
margin-bottom: 20px;
margin-right: 20px;
margin-top: 0;
padding: 10px 15px;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 45%;
}
.leave-comment textarea {
border: 2px solid #e8ecec;
border-radius: 5px;
color: #333;
height: 160px;
margin-bottom: 20px;
padding: 5px 15px;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 93%;
}
.leave-comment form button {
background: #ec7532 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 500;
padding: 10px 30px;
text-transform: capitalize;
}
.single-blog-page .news-text {
padding-bottom: 0;
border: medium none
}
.single-blog-page .single-news-item {
padding-bottom: 0;
border-bottom: 0px solid #ededed
}
/*================================================
13 - FOOTER CSS
==================================================*/
.filmoja-footer-area {
background: #101010 none repeat scroll 0 0
}
.single-footer-widget h3 {
font-size: 17px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ec7532;
font-family: 'Roboto Condensed', sans-serif;
margin-bottom: 15px;
}
.single-footer-widget img {
margin-bottom: 15px
}
.single-footer-widget p {
font-size: 13px;
letter-spacing: 1.5px;
color: #eee;
text-transform: capitalize
}
.single-footer-widget p>a {
text-decoration: underline;
color: #eee
}
.single-footer-widget p>a:hover {
text-decoration: none
}
.single-footer-widget ul li {
margin: 2px 0
}
.single-footer-widget ul li>a {
font-size: 13px;
display: inline-block;
letter-spacing: 1px;
color: #eee;
text-transform: capitalize
}
.single-footer-widget ul li>a:hover,
.single-movie-list-right h3 a:hover {
color: #ec7532;
}
.single-footer-widget ul li>a i {
margin-right: 5px
}
.footer-contact ul {
margin-top: 20px
}
.footer-contact ul li {
display: inline-block;
margin-right: 10px
}
.footer-contact ul li:last-child {
margin-right: 0
}
.footer-contact ul li>a {
font-size: 17px
}
.apps-list {
margin-top: 10px
}
.apps-list li {
float: left;
width: 48%;
margin-right: 5px !important
}
.apps-list li a img {
border-radius: 5px
}
.payback {
font-size: 16px !important
}
.payback span {
color: #ec7532;
}
.copyright-area {
padding: 15px 0;
text-align: center;
border-top: 1px solid rgba(255, 255, 255, .1);
}
.copyright-box p {
color: #eee;
text-transform: capitalize;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px
}
.copyright-box p a {
color: #ec7532;
}
/*================================================
14 - SIDEBAR CSS
==================================================*/
.sidebar-widget-title {
font-size: 21px;
color: #101010;
text-transform: capitalize;
line-height: 30px;
position: relative;
font-weight: 500;
margin-bottom: 20px;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
}
.sidebar-widget-title:after {
position: absolute;
content: "";
bottom: -5px;
left: 0;
width: 25%;
height: 4px;
border-radius: 2px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
.single-sidebar-widget input {
width: 100%;
border: 2px solid #ddd;
border-radius: 0;
padding: 5px 10px;
}
.single-sidebar-widget {
margin-bottom: 30px;
padding: 20px;
background: #f9f9f9 none repeat scroll 0 0;
border-radius: 5px;
}
.single-sidebar-widget:last-child {
margin-bottom: 0px;
}
.comingsoon-text h4 {
font-size: 17px;
color: #111;
text-transform: capitalize;
margin: 10px 0 2px;
}
.comingsoon-text p {
color: #888;
font-weight: 400;
text-transform: capitalize;
}
.comingsoon-text p span {
color: #111
}
.coming-soon-slider .owl-prev {
left: 5px;
position: absolute;
top: 30%;
width: 30px;
height: 30px;
background: #fff !important;
z-index: 99;
color: #111 !important;
}
.coming-soon-slider .owl-next {
right: 5px;
position: absolute;
top: 30%;
width: 30px;
height: 30px;
background: #fff !important;
z-index: 99;
color: #111 !important;
}
.sidebar-top-movie {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
}
.sidebar-top-movie:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0px solid #ddd
}
.sidebar-top-movie-right h3 {
margin: 10px 0 5px;
font-size: 17px;
color: #111 !important;
text-transform: capitalize;
}
.sidebar-top-movie-right h3 a {
color: #111;
}
.sidebar-top-movie-right ul,
.single-movie-list-right ul {
margin: 5px 0;
}
.sidebar-top-movie-right ul li,
.single-movie-list-right ul li {
display: inline-block;
line-height: normal;
padding: 2px 8px;
border: 1px solid #ddd;
border-radius: 5px;
}
.director {
font-size: 14px;
color: #888;
margin: 10px 0;
}
.director span {
color: #111
}
.top-action a {
border: 1px solid #ddd;
color: #111;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 15px;
text-align: center;
position: relative;
z-index: 9;
display: inline-block;
padding: 5px 15px;
text-transform: capitalize;
letter-spacing: 2px;
border-radius: 25px;
margin-top: 5px;
-webkit-transition: all 0.0s ease 0s;
transition: all 0.0s ease 0s
}
.top-action a:hover {
border: 1px solid #fbbd61;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
}
.sidebar-top-movie-right ul li.rating,
.single-movie-list-right ul li.rating {
line-height: 16px;
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
text-align: center;
border: medium none
}
.tags-post li {
display: inline-block;
margin: 2px 0;
}
.category-post li {
display: block;
border-bottom: 1px solid #ededed
}
.category-post li:last-child {
border-bottom: 0px solid #ededed
}
.category-post li a {
display: block;
text-transform: capitalize;
color: #333;
padding: 5px 0px;
}
.category-post li a:hover {
color: #ec7532
}
.tags-post li a {
display: block;
text-transform: capitalize;
color: #333;
padding: 5px 10px;
border: 1px solid #ededed;
border-radius: 3px;
-webkit-transition: all 0s ease 0s;
transition: all 0s ease 0s
}
.tags-post li a:hover {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
border: 1px solid #fbbd61
}
.form-control {
font-size: 16px;
transition: all 0.4s;
box-shadow: none;
}
.form-control:focus {
border-color: #5cb85c;
}
.form-control, .btn {
border-radius: 50px;
outline: none !important;
}
.signup-form {
width: 40%;
margin: 0 auto;
padding: 30px 0;
}
.signup-form form {
border-radius: 5px;
margin-bottom: 20px;
background: #fff;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
padding: 40px;
}
.signup-form a {
color: #5cb85c;
}
.signup-form h2 {
text-align: center;
font-size: 34px;
margin: 10px 0 15px;
}
.signup-form .hint-text {
color: #999;
text-align: center;
margin-bottom: 20px;
}
.signup-form .form-group {
margin-bottom: 20px;
}
.signup-form .btn {
font-size: 18px;
line-height: 26px;
font-weight: bold;
text-align: center;
}
.signup-btn {
text-align: center;
border-color: #5cb85c;
transition: all 0.4s;
}
.signup-btn:hover {
background: #5cb85c;
opacity: 0.8;
}
.or-seperator {
margin: 50px 0 15px;
text-align: center;
border-top: 1px solid #e0e0e0;
}
.or-seperator b {
padding: 0 10px;
width: 40px;
height: 40px;
font-size: 16px;
text-align: center;
line-height: 40px;
background: #fff;
display: inline-block;
border: 1px solid #e0e0e0;
border-radius: 50%;
position: relative;
top: -22px;
z-index: 1;
}
.social-btn .btn {
color: #fff;
margin: 10px 0 0 15px;
font-size: 15px;
border-radius: 50px;
font-weight: normal;
border: none;
transition: all 0.4s;
}
.social-btn .btn:first-child {
margin-left: 0;
}
.social-btn .btn:hover {
opacity: 0.8;
}
.social-btn .btn-primary {
background: #507cc0;
}
.social-btn .btn-info {
background: #64ccf1;
}
.social-btn .btn-danger {
background: #df4930;
}
.social-btn .btn i {
float: left;
margin: 3px 10px;
font-size: 20px;
}
/*================================================
15 - CHECKBOX CSS
==================================================*/
.checkbox {
margin: 5px 0;
text-transform: capitalize;
color: #555;
}
.checkbox label {
margin: 0;
}
@-webkit-keyframes pull {
0% {
height: 0;
}
100% {
height: 1.2rem;
}
}
@keyframes pull {
0% {
height: 0;
}
100% {
height: 1.2rem;
}
}
@-webkit-keyframes pop {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
75% {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes pop {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
75% {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
.checkbox-spin {
display: none;
}
.checkbox-spin+label span {
display: inline-block;
width: 25px;
height: 16px;
margin: 0 0px -3px 0;
}
.checkbox-spin+label span:before,
.checkbox-spin+label span:after {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
content: "";
position: absolute;
z-index: 1;
width: 16px;
width: 16px;
width: 16px;
width: 1rem;
height: 16px;
height: 16px;
height: 16px;
height: 1rem;
background: #fff none repeat scroll 0 0;
border: 1px solid #aaa;
}
.checkbox-spin+label span:after {
z-index: 0;
border: none;
}
.checkbox-spin:checked+label span:before {
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
border: 1px solid #fbbd61;
}
/*================================================
16 - DATE PICKER CSS
==================================================*/
.ui-datepicker {
background-color: #000;
border: 1px solid #000;
border-radius: 4px;
box-shadow: none;
display: none;
margin-top: 4px;
padding: 0;
width: 250px;
color: #fff;
z-index: 999 !important;
}
.ui-datepicker a,
.ui-datepicker a:hover {
text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
color: #2A6496;
-webkit-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
border-bottom: 1px solid #666;
margin-bottom: 10px;
padding: 10px 12px;
text-align: center;
}
.ui-datepicker .ui-datepicker-title {
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
color: #fff;
cursor: default;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
height: 20px;
line-height: 1;
margin-top: 2px;
width: 30px;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
color: #fe7900;
}
.ui-datepicker .ui-datepicker-prev {
float: left;
text-align: left;
}
.ui-datepicker .ui-datepicker-next {
float: right;
text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
content: "\f053";
}
.ui-datepicker .ui-datepicker-next:before {
content: "\f054";
}
.ui-datepicker .ui-icon {
display: none;
}
.ui-datepicker .ui-datepicker-calendar {
table-layout: fixed;
width: 100%;
border: none;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
text-align: center;
padding: 5px;
border: none;
text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
border-radius: 50%;
-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
background-color: #fe7900;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td:hover a {
color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td a {
text-decoration: none;
font-weight: bold;
color: #666;
}
.ui-datepicker .ui-datepicker-current-day {
background-color: #fe7900;
}
.ui-datepicker .ui-datepicker-current-day a {
color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
background-color: #fe7900;
cursor: default;
}
/*================================================
17 - MOVIE LIST PAGE CSS
==================================================*/
.browse-option-box {
padding: 15px;
background: #f9f9f9 none repeat scroll 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.total-item-show {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.total-item-show select {
width: 45%;
border: 1px solid #ddd;
padding: 3px;
}
.sorter {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.total-item-show p {
color: #444;
text-transform: capitalize;
font-size: 15px;
}
.sorter p {
margin-right: 10px;
padding: 3px 0
}
.single-movie-list {
margin-top: 30px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid #eee;
background: #f9f9f9;
border-radius: 5px;
}
.single-movie-list-right {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.single-movie-list-left {
margin-right: 20px;
}
.single-movie-list-left img {
width: 100%
}
.single-movie-list-right h3 {
font-size: 20px;
text-transform: capitalize;
margin-bottom: 5px;
}
.single-movie-list-right h3 a {
color: #111;
}
.list-genre {
color: #888
}
.single-movie-list .top-action {
margin-right: 15px
}
.movie-list-info {
margin-top: 20px;
}
.movie-list-info p {
color: #888;
font-weight: 400;
text-transform: capitalize;
}
.movie-list-info p span {
color: #111;
margin-left: 3px
}
.single-movie-list-right>.movie-details-thumbs li {
padding: 0 !important;
width: auto !important;
border: medium none !important;
margin-right: 13px;
}
/*================================================
18 - MOVIE GRID CSS
==================================================*/
.movie-grid-layout {
display: block;
}
.movie-grid-layout .single-movie-list-left {
margin: 0
}
.movie-grid-layout .single-movie-list-left img {
width: 100%
}
.movie-grid-layout .single-movie-list-right {
padding: 15px;
}
.movie-grid-layout.full-grid .single-movie-list-right {
padding: 10px;
}
.movie-grid-layout .single-movie-list-right .movie-list-info {
margin-top: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.movie-list-info .top-action {
margin-right: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.list-info-left {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
/*================================================
19 - MOVIE DETAILS CSS
==================================================*/
.details-banner-thumb {
position: relative;
}
.details-banner-thumb img {
position: absolute;
top: 0;
left: 0;
border-radius: 5px
}
.details-banner-action {
text-align: right;
margin: 30px 0;
}
.details-banner-info h3 {
font-size: 27px;
color: #fff;
text-transform: capitalize;
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.details-banner-info h3 span {
position: absolute;
font-size: 12px;
margin-left: 10px;
color: #eee;
}
.details-banner-info h3:after {
position: absolute;
content: "";
left: 0;
width: 100%;
height: 3px;
border-radius: 2px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
bottom: -8px;
}
.details-genre {
color: #eee;
text-transform: capitalize;
font-weight: 500;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
margin-bottom: 5px;
margin-top: 5px;
}
.details-time-left {
color: #eee;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: .5px;
}
.details-time-left i {
margin-right: 5px;
color: #ec7532;
}
.movie-details-page-box>ul>li {
margin-bottom: 3px;
text-transform: uppercase;
color: #111;
}
.movie-details-page-box>ul>li>span {
width: 15%;
display: inline-block;
color: #555;
}
.movie-details-page-box>ul>li>small {
color: #ec7532;
}
.movie-details-page-box ul li:last-child {
color: #ec7532;
}
.tab-body p {
margin: 0 0 10px
}
.tab-body p:last-child {
margin: 0
}
.tablet-action {
display: none
}
.tab-movies-details {
padding-top: 20px;
border-top: 1px solid #ddd;
}
.single-cast-slider {
text-align: center;
}
.single-cast-slider img {
border-radius: 50%;
width: 100px !important;
margin: 0 auto;
}
.cast-info {
margin-top: 10px;
}
.cast-info p {
color: #333;
line-height: normal;
}
.cast-info p span {
display: block;
color: #777;
}
.cast-slider {
margin-bottom: 50px;
}
.cast-slider .owl-nav.disabled {
display: block !important;
position: absolute;
bottom: -45px;
right: 0;
}
.cast-slider .owl-nav.disabled>button {
color: #ec7532;
width: 30px;
height: 30px;
border: 1px solid #ddd;
margin: 0 3px;
font-size: 17px;
}
.cast-slider .owl-nav.disabled>button:last-child {
margin-right: 0
}
.single-reviews {
margin-bottom: 30px;
display: block;
}
.reviews-autor {
display: block;
position: relative;
padding-left: 55px;
margin-bottom: 15px;
padding-right: 60px;
}
.reviews-avatar {
position: absolute;
top: 0;
left: 0;
width: 40px;
border-radius: 50%;
}
.reviews-title {
display: block !important;
font-size: 16px;
color: #333 !important;
line-height: 20px;
font-weight: 400;
margin-bottom: 5px;
width: 100% !important;
text-transform: capitalize
}
.reviews-date {
display: block;
font-size: 13px;
color: #777;
font-weight: 300;
line-height: 20px;
}
.reviews-date strong {
color: #333;
}
.reviews-rating {
position: absolute;
right: 30px;
top: 8px;
line-height: 16px;
display: inline-block !important;
padding: 5px 10px;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff !important;
text-align: center;
border: medium none;
width: auto !important;
}
.reviews-text {
display: block;
margin: 0;
}
.reviews .form {
width: 65%;
}
.form-item {
margin-top: 10px;
}
.review_rating p {
color: #111;
text-transform: capitalize;
}
.reviews .form input {
width: 100%;
padding: 7px 10px;
border: 1px solid #d1d1d1;
border-radius: 5px;
}
.reviews .form textarea {
width: 100%;
padding: 7px 10px;
border: 1px solid #d1d1d1;
border-radius: 5px;
}
.reviews .form button {
background: #ec7532;
border: medium none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 500;
padding: 10px 30px;
text-transform: capitalize;
}
.form-item:last-child {
overflow: hidden;
width: 100%;
display: block;
}
.review_rating {
border: none;
float: left;
margin-bottom: 15px;
}
.review_rating>input {
display: none;
}
.review_rating>label:before {
margin: 5px;
font-size: 1.25em;
font-family: FontAwesome;
display: inline-block;
content: "\f005";
}
.review_rating>.half:before {
content: "\f089";
position: absolute;
}
.review_rating>label {
color: #c2c2c2;
float: right;
}
.review_rating>input:checked~label,
.review_rating:not(:checked)>label:hover,
.review_rating:not(:checked)>label:hover~label {
color: #FFD700;
}
.review_rating>input:checked+label:hover,
.review_rating>input:checked~label:hover,
.review_rating>label:hover~input:checked~label,
.review_rating>input:checked~label:hover~label {
color: #FFED85;
}
/*================================================
20 - CELEBRITY DETAILS CSS
==================================================*/
.tab-body table thead>tr:nth-of-type(2n+1) {
background: #f4f4f4 none repeat scroll 0 0;
}
.tab-body .table th,
.table td {
border-top: 0px solid #dee2e6;
vertical-align: middle
}
.table th {
color: #111;
text-transform: capitalize;
}
.table td {
padding: 7px;
color: #333
}
.tab-body .table-striped tbody tr:nth-of-type(2n+1) {
background: #f9f9f9 none repeat scroll 0 0 !important;
}
.tab-body table {
margin-bottom: 0
}
.film-title {
font-size: 15px;
color: #111;
text-transform: capitalize;
margin-bottom: 5px
}
.film-title a {
color: #111;
}
.film-release {
color: #111;
}
/*================================================
21 - ABOUT PAGE CSS
==================================================*/
.filmoja-about-page-area {
background: #f9f9f9 none repeat scroll 0 0;
}
.about-slider {
width: 75%;
margin: 0 auto;
}
.single-about-slider img {
border-radius: 5px
}
.about-slider .owl-nav>button.owl-prev {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
width: 40px;
height: 40px;
border: medium none;
margin: 0 3px;
font-size: 17px;
position: absolute;
left: -8%;
top: 45%;
border-radius: 50%;
}
.about-slider .owl-nav>button.owl-next {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff;
width: 40px;
height: 40px;
border: medium none;
margin: 0 3px;
font-size: 17px;
position: absolute;
right: -8%;
top: 45%;
border-radius: 50%;
}
.about-page-text {
width: 70%;
text-align: center;
margin: 30px auto 0;
}
.about-page-text h3 {
font-size: 35px;
color: #101010;
text-transform: capitalize;
line-height: 30px;
position: relative;
font-weight: 500;
margin-bottom: 30px;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
}
.about-page-text h3:after {
position: absolute;
content: "";
bottom: -15px;
left: 42%;
width: 18%;
height: 4px;
border-radius: 2px;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
/*================================================
22 - FEATURES CSS
==================================================*/
.features_box {
padding-top: 5px;
background-color: #f5f5f5;
width: 100%;
height: auto;
clear: both;
float: left;
box-sizing: border-box;
margin-top: 30px
}
.features_box ul.features_box_list>li {
margin: 0px;
float: left;
box-sizing: border-box;
-webkit-transition: all .3s ease;
transition: all .3s ease;
width: 33.33%;
height: auto
}
.features_box ul.features_box_list>li .inner {
width: 100%;
height: 100%;
clear: both;
float: left;
position: relative;
background-color: #f5f5f5;
padding: 50px;
box-sizing: border-box;
}
.features_box ul.features_box_list>li .inner:before {
position: absolute;
content: "";
width: 1px;
height: auto;
background-color: #e5e5e5;
top: 50px;
bottom: 55px;
right: 0px;
}
.features_box ul.features_box_list>li:last-child .inner:before {
display: none
}
.features_icon {
font-size: 40px;
margin-bottom: 20px;
color: #B3BAC5;
}
.features_title h3 {
font-size: 22px;
color: #333;
text-transform: capitalize;
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.features_title h3 a {
color: #333
}
.features_title h3 a:hover {
color: #ec7532
}
/*================================================
23 - PARTNER CSS
==================================================*/
.single-partners img {
opacity: 0.4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.single-partners img:hover {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*================================================
24 - PRICING CSS
==================================================*/
.filmoja-pricing-area {
background: #f9f9f9 none repeat scroll 0 0;
}
.pricing-heading {
width: 75%;
text-align: center;
margin: 0 auto 30px;
}
.pricing-heading h3 {
font-size: 26px;
color: #051441;
text-transform: capitalize;
line-height: 39px;
margin-bottom: 30px;
letter-spacing: 1px;
}
.single-pricing-box {
background: #fff none repeat scroll 0 0;
border-radius: 5px;
text-align: center;
box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
margin-top: 30px
}
.pricing-head {
position: relative;
padding: 50px 10px;
background: #1E1558 none repeat scroll 0 0;
border-radius: 5px 5px 0px 0px;
}
.price {
color: #eee;
text-transform: capitalize;
font-size: 22px;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 2px;
font-weight: 400;
}
.pricing-head h2 {
color: #fff;
font-weight: 600;
font-size: 50px;
margin-top: 20px;
display: inline-block;
position: relative;
}
.pricing-head h2 small {
font-size: 20px;
position: absolute;
left: -20px;
}
.pricing-body {
padding: 30px;
}
.pricing-body ul li {
display: block;
color: #111;
margin: 10px 0;
}
.price-action {
margin-bottom: 10px;
}
.price-action a {
color: #fff;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 15px;
text-align: center;
display: inline-block;
padding: 10px 20px;
text-transform: capitalize;
letter-spacing: 2px;
border-radius: 25px;
margin-top: 5px;
-webkit-transition: all 0.0s ease 0s;
transition: all 0.0s ease 0s;
background: #1E1558 none repeat scroll 0 0;
}
.hot {
position: absolute;
display: inline-block;
padding: 5px;
width: 40%;
color: #333;
text-transform: capitalize;
background: #fff;
right: -45px;
top: 10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.single-pricing-box.active .pricing-head {
overflow: hidden;
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
.single-pricing-box.active .pricing-head .hot {
color: #ec7532
}
.single-pricing-box.active .price-action a {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
/*================================================
25 - AUTHENTICATION CSS
==================================================*/
.auth-box-left h3,
.auth-box-right h3 {
font-size: 23px;
color: #111;
text-transform: capitalize;
line-height: 30px;
}
.login-box h4 {
font-size: 17px;
color: #333;
text-transform: capitalize;
line-height: 30px;
margin-bottom: 15px
}
.login-box {
padding: 30px;
border: 1px solid #ddd;
margin-top: 20px;
height: 290px
}
.login-box label {
color: #111;
text-transform: capitalize;
}
.login-box form input {
width: 100%;
display: block;
border: 1px solid #ddd;
padding: 7px 10px;
margin-top: 2px;
}
.login-box form button {
background: #ec7532 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 500;
padding: 10px 30px;
text-transform: capitalize;
}
.auth-box-left .login-box p {
margin-top: 20px;
}
.auth-box-left .login-box .row:first-child p,
.auth-box-left .login-box form>p:first-child {
margin-top: 0px;
}
.auth-box-right .login-box p {
line-height: 25px;
}
.login-box a {
background: #ec7532 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
font-weight: 500;
padding: 10px 30px;
margin-top: 20px;
text-transform: capitalize;
}
/*================================================
26 - ERROR PAGE CSS
==================================================*/
.notfound-box {
text-align: center;
}
.notfound-box h1 {
font-size: 150px;
color: #333;
}
.notfound-box h1 span {
color: #ec7532;
margin: 0 5px;
}
.notfound-box h3 {
font-size: 20px;
color: #333;
text-transform: capitalize;
margin-top: 20px;
}
.notfound-box a {
margin-top: 40px
}
.notfound-box a {
border: 1px solid #ddd;
color: #111;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 15px;
text-align: center;
position: relative;
z-index: 9;
display: inline-block;
padding: 10px 20px;
text-transform: capitalize;
letter-spacing: 2px;
border-radius: 25px;
-webkit-transition: all 0.0s ease 0s;
transition: all 0.0s ease 0s;
}
.notfound-box a:hover {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
color: #fff
}
.notfound-box form {
position: relative;
width: 45%;
margin: 30px auto 0;
background: #eaeaea none repeat scroll 0 0;
height: 40px;
border-radius: 20px;
}
.notfound-box form input {
background: transparent none repeat scroll 0 0;
position: absolute;
left: -2px;
top: 0;
border-radius: 20px;
border: medium none;
height: 100%;
color: #111;
font-size: 14px;
width: 100%;
padding: 5px 120px 5px 20px;
}
.notfound-box form button {
background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
background-image: linear-gradient(to right, #fbbd61, #ec7532);
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 16px;
color: #fff;
position: absolute;
right: -2px;
border: medium none;
border-radius: 0 20px 20px 0;
height: 100%;
letter-spacing: 2px;
top: 0;
width: auto;
padding: 5px 20px;
cursor: pointer;
}
/*================================================
27 - CONTACT PAGE CSS
==================================================*/
.support-box {
padding: 35px 40px;
background: #1E1558 none repeat scroll 0 0;
border-radius: 5px;
box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.support-icon {
font-size: 50px;
margin-right: 20px;
color: #fff;
}
.support-text h3 {
font-size: 26px;
color: #fff;
text-transform: capitalize;
margin-bottom: 15px;
letter-spacing: 1px;
}
.support-text a {
background: #ec7532 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
font-weight: 500;
padding: 7px 20px;
margin-top: 0;
text-transform: capitalize;
}
.single-contact-info {
margin-top: 20px;
}
.single-contact-info p {
text-transform: capitalize;
}
.single-contact-info h4 {
font-size: 16px;
color: #111;
text-transform: capitalize;
line-height: normal;
letter-spacing: 1px;
}
.single-contact-info ul li {
display: inline-block;
margin: 0 10px 0 0;
}
.single-contact-info ul li a {
display: block;
color: #333;
font-size: 18px;
}
.single-contact-info ul li a:hover {
color: #ec7532
}
.single-contact-info ul {
margin-top: 5px
}
.contact-box-right h3 {
font-size: 25px;
color: #111;
text-transform: capitalize;
line-height: 30px;
}
.contact-box-right form {
padding: 30px;
border: 1px solid #ddd;
margin-top: 20px;
}
.contact-box-right form input {
width: 100%;
display: block;
border: 1px solid #ddd;
padding: 7px 10px;
}
.contact-box-right form textarea {
width: 100%;
display: block;
border: 1px solid #ddd;
padding: 7px 10px;
height: 120px
}
.contact-box-right form p {
margin-top: 10px
}
.contact-box-right form p:first-child {
margin-top: 0px
}
.contact-box-right form button {
background: #ec7532 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 500;
padding: 10px 30px;
text-transform: capitalize;
}
/*--------------------------------------------------------------
[ ## Todo ]
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
# Listing Todo
*/
.todos-block .todos-carousel-area {
margin: -5px -10px -15px;
}
@media only screen and (max-width: 991px) {
.todos-block .todos-carousel-area {
margin-top: 35px;
}
}
.todos-block .todos-carousel-area .todo-item {
margin: 5px 10px 15px;
}
.todo-item {
box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
background-color: white;
margin-bottom: 30px;
border: 1px solid #dddddd;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 8px;
}
.todo-item .item-thumb {
position: relative;
overflow: hidden;
min-height: 120px;
margin-bottom: 0;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom: none;
}
.todo-item .item-thumb:before {
content: "";
height: 100%;
width: 100%;
bottom: 0;
top: 0;
position: absolute;
background-image: -webkit-linear-gradient(top, rgba(29, 1, 118, 0), #1d0176);
background-image: linear-gradient(to bottom, rgba(29, 1, 118, 0), #1d0176);
z-index: 2;
opacity: 0.5;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.todo-item .item-thumb > img {
width: 100%;
-webkit-transition: all 0.28s ease 0s;
transition: all 0.28s ease 0s;
}
.todo-item .todo-thumbnail-area {
position: relative;
overflow: hidden;
}
.todo-item .todo-thumbnail-area .todo-overlay-info {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item .todo-thumbnail-area .todo-overlay-info {
padding: 15px;
}
}
@media only screen and (max-width: 575px) {
.todo-item .todo-thumbnail-area .todo-overlay-info {
padding: 15px;
}
}
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-type {
position: absolute;
top: 20px;
left: 20px;
}
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-type.trending {
font-size: 16px;
left: auto !important;
padding: 0;
right: 7px;
top: 5px;
}
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-type.trending:before {
content: "";
height: 65px;
position: absolute;
right: -23px;
top: -33px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 45px;
background-color: #FFC914;
}
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-type.trending > span {
position: relative;
z-index: 5;
}
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-meta-bottom {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
bottom: 0;
color: #fff !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: absolute;
width: 100%;
left: 0;
padding: 10px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-meta-bottom {
padding: 10px 15px;
}
}
@media only screen and (max-width: 575px) {
.todo-item .todo-thumbnail-area .todo-overlay-info .todo-meta-bottom {
padding: 10px 15px;
}
}
.todo-item .todo-type-cat {
margin: 0 -3px;
}
.todo-item .todo-type-cat > a {
color: white;
display: inline-block;
font-size: 11px;
font-weight: normal;
height: 20px;
line-height: 20px;
margin: 0 3px 8px;
padding: 0 10px;
text-transform: uppercase;
}
.todo-item .todo-type-cat > a:hover {
opacity: 0.85;
}
.todo-item .todo-type-cat > a.rated {
background-color: #2aabe2;
}
.todo-item .todo-type-cat > a.offer {
background-color: #d82e2a;
}
.todo-item .todo-type-cat > a.restaurant {
background-color: #403E7C;
}
.todo-item .todo-type-cat > a.nightlife {
background-color: #2aabe2;
}
.todo-item .todo-type-cat > a.hotel {
background-color: #22DAB1;
}
.todo-item .todo-type-cat > a.fitness {
background-color: #188C74;
}
.todo-item .todo-type-cat > a.sale {
background-color: #DE9823;
}
.todo-item .todo-type-cat > a.limited {
background-color: #00B993;
}
.todo-item .todo-type-cat > a.services {
background-color: #FF504D;
}
.todo-item .todo-meta {
font-size: 14px;
}
@media only screen and (max-width: 420px) {
.todo-item .todo-meta {
font-size: 13px;
}
}
.todo-item .todo-meta > div {
margin-bottom: 4px;
}
.todo-item .todo-meta > div:last-child {
margin-bottom: 0;
}
.todo-item .todo-meta > div > span {
display: inline-block;
margin-right: 5px;
}
.todo-item .todo-rating {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 12px;
}
.todo-item .todo-rating > span {
background-color: #ffa424;
color: white;
display: inline-block;
margin-right: 10px;
text-align: center;
width: 35px;
font-weight: 500;
}
.todo-item .save {
width: 45px;
height: 45px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
font-size: 20px;
line-height: 47px;
}
.todo-item .save a:hover {
color: #ffa423;
}
.todo-item .todo-content {
padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item .todo-content {
padding: 20px 15px;
}
}
@media only screen and (max-width: 575px) {
.todo-item .todo-content {
padding: 20px 15px;
}
}
.todo-item .todo-content > .title {
font-size: 18px;
margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item .todo-content > .title {
font-size: 17px;
}
}
.todo-item .todo-content > .title a {
display: inline-block;
}
.todo-item .todo-content > .title a:after {
color: #4a9f29;
content: "\f058";
font-family: "Font Awesome 5 Free";
font-size: 16px;
padding-left: 7px;
}
.todo-item .todo-content > .title:hover a {
color: #ffa423;
}
.todo-item .todo-content .todo-summary {
border-top: 1px solid #dddddd;
font-size: 14px;
padding-top: 15px;
margin-top: 15px;
}
.todo-item .todo-content .todo-summary > p {
line-height: 1.55em;
}
.todo-item .todo-price-status {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
margin-bottom: 10px;
}
.todo-item .todo-price {
font-size: 16px;
color: #ffa423;
padding-right: 15px;
}
.todo-item .todo-price del {
color: #727272;
}
.todo-item .todo-status {
color: #4a9f29;
font-size: 12px;
text-transform: uppercase;
}
.todo-item:hover {
box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.12);
}
.todo-item:hover .item-thumb:before {
opacity: 0.85;
}
.todo-item:hover .item-thumb > img {
-webkit-transform: scale(1.075);
transform: scale(1.075);
}
.todo-item.todo-item-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.todo-item.todo-item-list {
display: block;
}
}
.todo-item.todo-item-list .todo-thumbnail-area {
-webkit-box-flex: 0;
-ms-flex: 0 0 370px;
flex: 0 0 370px;
max-width: 370px;
}
@media screen and (max-width: 1199px) {
.todo-item.todo-item-list .todo-thumbnail-area {
max-width: 270px;
-webkit-box-flex: 0;
-ms-flex: 0 0 270px;
flex: 0 0 270px;
}
}
@media screen and (max-width: 991px) {
.todo-item.todo-item-list .todo-thumbnail-area {
max-width: 320px;
-webkit-box-flex: 0;
-ms-flex: 0 0 320px;
flex: 0 0 320px;
}
}
@media screen and (max-width: 767px) {
.todo-item.todo-item-list .todo-thumbnail-area {
max-width: none;
}
}
.todo-item.todo-item-list .todo-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 370px);
flex: 0 0 calc(100% - 370px);
max-width: calc(100% - 370px);
padding: 20px 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item.todo-item-list .todo-content {
padding: 20px;
}
}
@media screen and (max-width: 1199px) {
.todo-item.todo-item-list .todo-content {
max-width: calc(100% - 270px);
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 270px);
flex: 0 0 calc(100% - 270px);
}
}
@media screen and (max-width: 991px) {
.todo-item.todo-item-list .todo-content {
max-width: calc(100% - 320px);
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 320px);
flex: 0 0 calc(100% - 320px);
padding: 15px 20px;
}
}
@media screen and (max-width: 767px) {
.todo-item.todo-item-list .todo-content {
max-width: none;
padding: 25px 20px;
}
}
@media screen and (max-width: 575px) {
.todo-item.todo-item-list .todo-content {
max-width: none;
padding: 20px 15px;
}
}
.todo-item.todo-item-list .todo-content > .title {
margin-bottom: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item.todo-item-list .todo-content > .title {
margin-bottom: 5px;
}
}
@media screen and (max-width: 991px) {
.todo-item.todo-item-list .todo-content > .title {
margin-bottom: 5px;
}
}
@media screen and (max-width: 767px) {
.todo-item.todo-item-list .todo-content > .title {
margin-bottom: 10px;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.todo-item.todo-item-list .todo-content .todo-price-status {
margin-bottom: 5px;
}
}
.todo-item.todo-item-list.todo-item-dashboard {
margin-right: 30px;
position: relative;
}
@media only screen and (max-width: 1499px) {
.todo-item.todo-item-list.todo-item-dashboard {
display: block;
}
}
@media only screen and (max-width: 480px) {
.todo-item.todo-item-list.todo-item-dashboard {
margin-right: 20px;
}
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-thumbnail-area {
max-width: 300px;
-webkit-box-flex: 0;
-ms-flex: 0 0 300px;
flex: 0 0 300px;
}
}
@media only screen and (max-width: 1499px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-thumbnail-area {
max-width: 100%;
}
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-content {
max-width: calc(100% - 300px);
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 300px);
flex: 0 0 calc(100% - 300px);
padding: 20px 30px 20px 20px;
}
}
@media only screen and (max-width: 1499px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-content {
max-width: 100%;
}
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools {
position: absolute;
top: 12px;
right: -30px;
background-color: #1d0176;
color: #fff;
width: 60px;
z-index: 9;
}
@media only screen and (max-width: 480px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-tools {
width: 50px;
right: -25px;
}
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a {
display: block;
text-align: center;
padding: 10px 5px 7px;
font-size: 12px;
border-bottom: 1px solid white;
color: #f7f8fc;
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a > [class*="icon-"] {
display: block;
font-size: 24px;
line-height: 1em;
margin-bottom: 3px;
color: #b1a2fc;
}
@media only screen and (max-width: 480px) {
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a > [class*="icon-"] {
font-size: 16px;
}
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a:last-child {
border-bottom: 0px solid;
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a:hover {
color: #ffa423;
}
.todo-item.todo-item-list.todo-item-dashboard .todo-tools > a:hover > [class*="icon-"] {
color: #ffa423;
}
.single-listing-todo-block .todo-brand-logo .brand-logo {
border: 10px solid white;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
display: inline-block;
}
.single-listing-todo-block .todo-title {
font-size: 42px;
font-weight: 600;
line-height: 1.25em;
}
@media only screen and (max-width: 1199px) {
.single-listing-todo-block .todo-title {
font-size: 26px;
}
}
@media only screen and (max-width: 480px) {
.single-listing-todo-block .todo-title {
font-size: 22px;
}
}
.single-listing-todo-block .todo-subtitle {
font-size: 18px;
font-weight: 500;
line-height: 1.55em;
margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
.single-listing-todo-block .todo-subtitle {
font-size: 16px;
}
}
@media only screen and (max-width: 480px) {
.single-listing-todo-block .todo-subtitle {
font-size: 14px;
}
}
.single-listing-todo-block .todo-meta {
font-size: 16px;
}
@media only screen and (max-width: 480px) {
.single-listing-todo-block .todo-meta {
font-size: 14px;
}
}
.single-listing-todo-block .todo-meta > div {
margin-bottom: 7px;
}
.single-listing-todo-block .todo-meta > div:last-child {
margin-bottom: 0;
}
.single-listing-todo-block .todo-meta > div > span {
display: inline-block;
margin-right: 5px;
color: #ffa423;
}
.single-listing-todo-block .todo-cat-status {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .todo-cat-status {
justify-content: center;
}
}
.single-listing-todo-block .todo-cat-status .todo-status {
margin-left: 10px;
}
.single-listing-todo-block .todo-type-cat {
margin: 0 -3px;
}
.single-listing-todo-block .todo-type-cat > a {
color: white;
display: inline-block;
font-size: 11px;
font-weight: normal;
height: 20px;
line-height: 20px;
margin: 0 3px 8px;
padding: 0 10px;
text-transform: uppercase;
}
.single-listing-todo-block .todo-type-cat > a:hover {
opacity: 0.85;
}
.single-listing-todo-block .todo-type-cat > a.restaurant {
background-color: #403E7C;
}
.single-listing-todo-block .todo-type-cat > a.nightlife {
background-color: #2aabe2;
}
.single-listing-todo-block .todo-type-cat > a.hotel {
background-color: #22DAB1;
}
.single-listing-todo-block .todo-type-cat > a.fitness {
background-color: #188C74;
}
.single-listing-todo-block .todo-status {
color: #1e90e8;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 6px;
}
.single-listing-todo-block .todo-rating {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 14px;
}
.single-listing-todo-block .todo-rating > span {
background-color: #ffa424;
color: white;
display: inline-block;
margin-right: 10px;
text-align: center;
width: 35px;
font-weight: 500;
}
.single-listing-todo-block .todo-price {
font-size: 32px;
color: #1d0176;
font-weight: 600;
margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block .todo-price {
font-size: 24px;
}
}
.single-listing-todo-block .listing-todo-feature-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -15px;
}
.single-listing-todo-block .listing-todo-feature-list .single-list {
color: black;
font-size: 24px;
padding: 0 15px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.25s;
transition: all 0.25s;
}
@media only screen and (max-width: 1366px) {
.single-listing-todo-block .listing-todo-feature-list .single-list:last-child > .text {
-webkit-transform: translate(0);
transform: translate(0);
left: auto;
right: 15px;
}
}
.single-listing-todo-block .listing-todo-feature-list .single-list > .text {
background-color: #1d0176;
color: white;
font-size: 14px;
height: 28px;
left: 50%;
line-height: 28px;
opacity: 0;
text-align: center;
top: -50px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
padding: 0 8px;
position: absolute;
-webkit-transition: all 0.25s;
transition: all 0.25s;
min-width: 130px;
}
.single-listing-todo-block .listing-todo-feature-list .single-list > .text:before {
border-style: solid;
border-width: 8px 6px;
border-color: #1d0176 transparent transparent;
bottom: -16px;
content: "";
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.25s;
transition: all 0.25s;
}
.single-listing-todo-block .listing-todo-feature-list .single-list:hover {
color: #ffa423;
}
.single-listing-todo-block .listing-todo-feature-list .single-list:hover > .text {
opacity: 1;
top: -43px;
}
.single-listing-todo-block .listing-todo-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header {
display: block;
text-align: center;
}
}
.single-listing-todo-block .listing-todo-header .todo-brand-logo {
-webkit-box-flex: 0;
-ms-flex: 0 0 210px;
flex: 0 0 210px;
max-width: 210px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header .todo-brand-logo {
max-width: 100%;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 210px);
flex: 0 0 calc(100% - 210px);
max-width: calc(100% - 210px);
padding-left: 55px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info {
padding-left: 30px;
}
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info {
display: block;
}
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info {
max-width: 100%;
padding-left: 0;
padding-top: 30px;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 385px);
flex: 0 0 calc(100% - 385px);
max-width: calc(100% - 385px);
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left {
min-width: 100%;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left .todo-title {
margin-bottom: 3px;
margin-top: -10px;
}
@media only screen and (max-width: 1199px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left .todo-title {
margin-top: -6px;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left .todo-cat-status {
margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-left .todo-cat-status {
margin-bottom: 10px;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right {
-webkit-box-flex: 0;
-ms-flex: 0 0 385px;
flex: 0 0 385px;
max-width: 385px;
text-align: right;
margin-bottom: -5px;
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right {
text-align: left;
max-width: 100%;
padding-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right {
padding-top: 15px;
text-align: center;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .todo-rating,
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .todo-rating,
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .todo-rating,
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
justify-content: center;
}
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .todo-rating {
margin-bottom: 30px;
}
.single-listing-todo-block .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
margin-bottom: 25px;
}
.single-listing-todo-block .listing-todo-thumbnail-area {
position: relative;
min-height: 600px;
}
.single-listing-todo-block .listing-todo-thumbnail-area:before {
content: "";
height: 100%;
width: 100%;
bottom: 0;
top: 0;
position: absolute;
background-image: -webkit-linear-gradient(top, rgba(29, 1, 118, 0), #1d0176);
background-image: linear-gradient(to bottom, rgba(29, 1, 118, 0), #1d0176);
opacity: 0.9;
z-index: 1;
-webkit-transition: all 0.35s;
transition: all 0.35s;
z-index: 1;
}
.single-listing-todo-main #sticky-wrapper {
margin-bottom: 60px !important;
}
#sticky-wrapper.todo_sticky {
z-index: 99;
}
.todo-details-menu {
background-color: #ffa423;
z-index: 2 !important;
}
.todo-details-menu .todo-menu {
list-style: none;
padding-left: 0;
margin-bottom: 0;
overflow: hidden;
}
.todo-details-menu .todo-menu li {
display: inline-block;
margin: 0 -2px;
}
.todo-details-menu .todo-menu li a {
display: block;
color: white;
padding: 17px 20px;
font-weight: 600;
}
.todo-details-menu .todo-menu li a:hover {
background-color: #1d0176;
}
.todo-details-menu .todo-menu li.current a {
background-color: #1d0176;
}
.single-listing-todo-block.style-two .todo-details-menu {
margin-bottom: 0px;
}
.single-listing-todo-block.style-two .todo-price,
.single-listing-todo-block.style-two .todo-title {
color: white;
}
.single-listing-todo-block.style-two .listing-todo-feature-list .single-list {
color: white;
}
.single-listing-todo-block.style-two .listing-todo-feature-list .single-list > .text {
color: #1d0176;
background-color: white;
}
.single-listing-todo-block.style-two .listing-todo-feature-list .single-list > .text:before {
border-style: solid;
border-width: 8px 6px;
border-color: white transparent transparent;
bottom: -16px;
content: "";
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.25s;
transition: all 0.25s;
}
.single-listing-todo-block.style-two .listing-todo-header .listing-todo-header-info {
-webkit-box-align: end;
-ms-flex-align: end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block.style-two .listing-todo-thumbnail-area {
min-height: auto;
padding-top: 120px;
}
}
.single-listing-todo-block.style-two .listing-todo-thumbnail-area .listing-todo-header-content {
position: absolute;
left: 0;
bottom: 30px;
width: 100%;
z-index: 2;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block.style-two .listing-todo-thumbnail-area .listing-todo-header-content {
position: relative;
}
}
.single-listing-todo-block.style-two .listing-todo-thumbnail-area .listing-todo-header-content .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
margin-bottom: 0;
}
.single-listing-todo-block.style-three .todo-price,
.single-listing-todo-block.style-three .todo-title {
color: white;
}
.single-listing-todo-block.style-three .todo-rating,
.single-listing-todo-block.style-three .todo-subtitle {
color: #ccc;
}
@media only screen and (max-width: 991px) {
.single-listing-todo-block.style-three .todo-price {
color: #1d0176;
}
.single-listing-todo-block.style-three .todo-rating {
color: #727272;
}
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block.style-three .todo-title {
color: #1d0176;
}
.single-listing-todo-block.style-three .todo-subtitle {
color: #727272;
}
}
.single-listing-todo-block.style-three .listing-todo-header {
margin-top: -85px;
position: relative;
z-index: 3;
}
.single-listing-todo-block.style-three .listing-todo-header .listing-todo-header-info .info-left .todo-cat-status {
margin-bottom: 10px;
padding-top: 20px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-block.style-three .listing-todo-header .listing-todo-header-info .info-left .todo-cat-status {
padding-top: 0;
}
}
.single-listing-todo-block.style-three .listing-todo-header .listing-todo-header-info .info-right .listing-todo-feature-list {
padding-top: 10px;
}
.single-listing-todo-main {
font-size: 15px;
}
.single-listing-todo-main p {
line-height: 1.6em;
text-align: justify;
}
.single-listing-todo-main .box-inner-content {
padding-bottom: 50px;
}
.single-listing-todo-main > div:last-child .box-inner-content {
padding-bottom: 0px;
}
.single-listing-todo-main .listing-description .box-inner-content {
margin-top: -5px;
}
.single-listing-todo-main .listing-video .listing-video-area {
position: relative;
min-height: 150px;
display: inline-block;
}
.single-listing-todo-main .listing-video .listing-video-area .video-thumb {
display: inline-block;
}
.single-listing-todo-main .listing-video .listing-video-area .video-thumb:before {
opacity: 0.4;
}
.single-listing-todo-main .listing-video .listing-video-area .listing-video-icon {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 0;
left: 0;
z-index: 3;
}
.single-listing-todo-main .listing-amenities .amenities-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -15px;
padding-left: 0;
list-style: none;
}
@media only screen and (max-width: 480px) {
.single-listing-todo-main .listing-amenities .amenities-list {
display: block;
}
}
.single-listing-todo-main .listing-amenities .amenities-list li {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
margin-bottom: 15px;
max-width: 33.33%;
text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-amenities .amenities-list li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media only screen and (max-width: 480px) {
.single-listing-todo-main .listing-amenities .amenities-list li {
max-width: 100%;
}
}
.single-listing-todo-main .listing-nearby .single-nearby {
margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby {
margin-bottom: 30px;
}
}
.single-listing-todo-main .listing-nearby .single-nearby:last-child {
margin-bottom: 0px;
}
.single-listing-todo-main .listing-nearby .single-nearby > .heading {
font-size: 18px;
margin-bottom: 12px;
}
.single-listing-todo-main .listing-nearby .single-nearby .list {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: black;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li {
display: block;
margin-bottom: 12px;
}
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span {
display: block;
}
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(3) {
-webkit-box-flex: 0;
-ms-flex: 0 0 175px;
flex: 0 0 175px;
max-width: 175px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(3) {
max-width: 100%;
}
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span.rating {
font-size: 13px;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span.rating {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span.rating > [class*='fa-'] {
color: #ECB000;
margin: 0;
font-size: 12px;
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span.rating > a {
padding-left: 10px;
display: inline-block;
color: #727272;
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(2) {
-webkit-box-flex: 0;
-ms-flex: 0 0 75px;
flex: 0 0 75px;
max-width: 75px;
text-align: left;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(2) {
max-width: 100%;
}
}
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(1) {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 250px);
flex: 0 0 calc(100% - 250px);
max-width: calc(100% - 250px);
padding-right: 15px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-nearby .single-nearby .list > li > span:nth-child(1) {
max-width: 100%;
padding-right: 0;
}
}
.single-listing-todo-main .listing-gallery .listing-gallery-slide.carousel-nav-dots .owl-dots {
position: absolute;
width: 100%;
bottom: 35px;
padding-top: 0;
left: 0;
}
.single-listing-todo-main .listing-gallery .listing-gallery-slide.carousel-nav-dots .owl-dots > div.active > span {
background-color: white !important;
}
.single-listing-todo-main .listing-energy-efficiency {
color: black;
font-size: 16px;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content {
margin-top: -5px;
padding-bottom: 10px;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .info-list {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .info-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 13px;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .info-list li {
display: block;
}
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .info-list li > span {
padding-left: 30px;
color: #727272;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .info-list li > span {
display: block;
padding-left: 0;
padding-top: 3px;
}
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 10px;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span {
background-color: #ddd;
color: white;
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
font-size: 13px;
line-height: 2.3em;
max-width: 12.5%;
text-align: center;
text-transform: uppercase;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(1) {
background-color: #2CA454;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(2) {
background-color: #77B84C;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(3) {
background-color: #C3D635;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(4) {
background-color: #FFF300;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(5) {
background-color: #EEB816;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(6) {
background-color: #D86F1F;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(7) {
background-color: #CE2023;
}
.single-listing-todo-main .listing-energy-efficiency .energy-efficiency-content .efficiency-color > span:nth-child(8) {
background-color: #CE2023;
}
.single-listing-todo-main .listing-average-rating .rating-overview {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-average-rating .rating-overview {
display: block;
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left {
background-color: #1d0176;
-webkit-box-flex: 0;
-ms-flex: 0 0 270px;
flex: 0 0 270px;
max-width: 270px;
padding: 30px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left {
max-width: 100%;
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left .rating-no {
color: white;
font-size: 80px;
font-weight: lighter;
line-height: 1em;
margin-bottom: 22px;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left .rating-no {
font-size: 60px;
margin-bottom: 10px;
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left .listing-rating .rating {
font-size: 14px;
color: #ebaf1d;
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left .listing-rating > a {
display: block;
line-height: 1.4em;
color: #e5daff;
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-left .listing-rating > a:hover {
color: #ffa423;
}
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-right {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 270px);
flex: 0 0 calc(100% - 270px);
max-width: calc(100% - 270px);
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-average-rating .rating-overview .rating-overview-right {
max-width: 100%;
padding-top: 30px;
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 22px;
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar:last-child {
margin-bottom: 0px;
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress-type {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
max-width: 150px;
text-align: right;
font-size: 15px;
color: black;
padding-right: 20px;
font-weight: 600;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress-type {
text-align: left;
max-width: 120px;
-webkit-box-flex: 0;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 180px);
flex: 0 0 calc(100% - 180px);
max-width: calc(100% - 180px);
background-color: #e6e6e6;
border-radius: 0;
font-size: 12px;
font-size: 12px;
font-size: 12px;
font-size: 0.75rem;
height: 16px;
overflow: hidden;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress {
max-width: calc(100% - 150px);
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 150px);
flex: 0 0 calc(100% - 150px);
}
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress .progress-bar {
background-color: #ffa424;
}
.single-listing-todo-main .listing-average-rating .rating-overview .single-progress-bar .progress-percent {
-webkit-box-flex: 0;
-ms-flex: 0 0 30px;
flex: 0 0 30px;
max-width: 30px;
text-align: right;
font-size: 15px;
font-weight: 600;
color: black;
}
.single-listing-todo-main .listing-reviews-area .box-inner-content {
margin-bottom: 60px;
}
.single-listing-todo-main .listing-reviews-area .comment-list,
.single-listing-todo-main .listing-reviews-area .comment-list .children {
list-style: none;
margin: 0;
padding: 0;
}
.single-listing-todo-main .listing-reviews-area .comment-list > .comment:last-child {
margin-bottom: -60px;
}
.single-listing-todo-main .listing-reviews-area .comment-list > .comment > .children {
padding-left: 115px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-list > .comment > .children {
padding-left: 90px;
}
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-list > .comment > .children {
padding-left: 40px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 60px;
position: relative;
}
@media only screen and (max-width: 991px) {
.single-listing-todo-main .listing-reviews-area .comment-body {
margin-bottom: 45px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author {
-webkit-box-flex: 0;
-ms-flex: 0 0 90px;
flex: 0 0 90px;
max-width: 90px;
text-align: center;
line-height: 1.25em;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author {
-webkit-box-flex: 0;
-ms-flex: 0 0 75px;
flex: 0 0 75px;
max-width: 75px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .avatar {
width: 90px;
height: 90px;
border-radius: 50%;
margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .avatar {
width: 75px;
height: 75px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .author-name {
color: black;
font-size: 14px;
font-weight: 500;
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .reviews-no > span {
display: block;
font-size: 12px;
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .reviews-no > span.number {
color: black;
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .reviews-no > span.number .fa {
color: #F12C15;
display: inline-block;
padding-right: 2px;
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-author .reviews-no > span.text {
line-height: 1.15em;
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 90px);
flex: 0 0 calc(100% - 90px);
max-width: calc(100% - 90px);
padding-left: 25px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 75px);
flex: 0 0 calc(100% - 75px);
max-width: calc(100% - 75px);
padding-left: 15px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner {
display: block;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner .info-title-header {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 100px);
flex: 0 0 calc(100% - 100px);
max-width: calc(100% - 100px);
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner .info-title-header {
max-width: 100%;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner .rating {
font-size: 13px;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner .rating {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-top: 5px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .comment-info-inner .rating > [class*='fa-'] {
color: #ffa423;
margin: 0 2px;
font-size: 12px;
}
.single-listing-todo-main .listing-reviews-area .comment-body .info-title-header > .title {
font-size: 18px;
margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-body .info-title-header > .title {
font-size: 16px;
margin-bottom: 2px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-body .info-title-header .comment-metadata {
font-size: 12px;
font-weight: 500;
}
.single-listing-todo-main .listing-reviews-area .comment-body .info-title-header .comment-metadata a:hover {
color: #ffa423;
}
.single-listing-todo-main .listing-reviews-area .comment-content {
font-size: 14px;
}
.single-listing-todo-main .listing-reviews-area .comment-content > p {
line-height: 1.7em;
}
.single-listing-todo-main .listing-reviews-area .comment-meta {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
color: #a2a2a2;
font-size: 14px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 25px;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply {
margin-right: 30px;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply {
margin-right: 20px;
}
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply {
margin-right: 12px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div:last-child,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply:last-child {
margin-right: 0px;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div a,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply a {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div a > span,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply a > span {
font-size: 22px;
margin-right: 10px;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div a > span,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply a > span {
font-size: 18px;
margin-right: 7px;
}
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner > div a:hover,
.single-listing-todo-main .listing-reviews-area .comment-meta .reply a:hover {
color: #ffa423;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 80px);
flex: 0 0 calc(100% - 80px);
max-width: calc(100% - 80px);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner {
display: block;
}
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner a > span {
position: relative;
top: -2px;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner a.comment-link > span {
color: #0054ff;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner a.comment-love > span {
color: #ef2f24;
top: 0px;
}
.single-listing-todo-main .listing-reviews-area .comment-meta .comment-meta-inner a.comment-dislink > span {
color: #a2a2a2;
top: 2px;
}
.single-listing-todo-main .listing-leave-review .review-box {
padding-bottom: 10px;
}
.single-listing-todo-main .listing-leave-review .review-box > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 16px;
font-weight: 600;
color: black;
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.single-listing-todo-main .listing-leave-review .review-box > ul {
display: block;
}
}
.single-listing-todo-main .listing-leave-review .review-box > ul > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-right: 60px;
margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
.single-listing-todo-main .listing-leave-review .review-box > ul > li {
max-width: 100%;
margin-bottom: 15px;
padding-right: 0;
}
}
.single-listing-todo-main .listing-leave-review .review-box > ul > li > .review-rating {
text-align: right;
font-size: 18px;
width: 85px !important;
}
.single-listing-todo-main .listing-leave-review .review-box > ul > li > .review-rating div > span {
cursor: pointer;
color: #ebaf1d;
margin: 0 1px;
}
.single-listing-todo-main .listing-leave-review #review_form [class*="col-"] {
margin-bottom: 15px;
}
.single-listing-todo-main .listing-leave-review #review_form .input-check > label {
font-size: 14px;
position: relative;
padding-left: 25px;
line-height: 1.2em;
text-transform: capitalize;
cursor: pointer;
}
.single-listing-todo-main .listing-leave-review #review_form .input-check > label:before {
border: 1px solid #dddddd;
content: "";
height: 14px;
left: 1px;
position: absolute;
top: 1px;
-webkit-transition: all 0.15s ease-in 0s;
transition: all 0.15s ease-in 0s;
width: 14px;
background-color: #FCFCFC;
}
.single-listing-todo-main .listing-leave-review #review_form .input-check > label:after {
left: 3px;
position: absolute;
top: 1px;
-webkit-transition: all 0.15s ease-in 0s;
transition: all 0.15s ease-in 0s;
font-family: "icomoon";
color: #ffa423;
font-size: 10px;
}
.single-listing-todo-main .listing-leave-review #review_form .input-check > input[type="checkbox"] {
display: none;
}
.single-listing-todo-main .listing-leave-review #review_form .input-check > input[type="checkbox"]:checked + label:after {
content: "";
}
.single-listing-todo-main .listing-leave-review #review_form .input-file {
padding: 50px 0 10px;
}
.single-listing-todo-main .listing-leave-review #review_form .input-file > label {
font-size: 14px;
position: relative;
line-height: 1.2em;
text-transform: capitalize;
cursor: pointer;
width: 148px;
height: 148px;
background-color: #f6f6f6;
border-radius: 3px;
color: #1d0176;
text-align: center;
}
.single-listing-todo-main .listing-leave-review #review_form .input-file > label > span {
font-size: 32px;
display: block;
margin-bottom: 10px;
margin-top: 40px;
}
.single-listing-todo-main .listing-leave-review #review_form .input-file > input[type="file"] {
display: none;
}
.single-listing-todo-main .listing-leave-review #review_form .form-controllar {
padding: 5px 0 !important;
font-size: 14px;
border-bottom: 1px solid #dddddd;
width: 100%;
min-height: 45px;
}
.single-listing-todo-main .listing-leave-review #review_form textarea.form-controllar {
min-height: 120px;
}
.single-listing-todo-main .listing-leave-review #review_form .form-submit {
margin-bottom: 0px;
margin-top: 10px;
}
#main-content .wrapper{
margin-top: 5px; margin-bottom: 5px;
} | 0.311636 | 0.066297 |
@font-face{
font-family: Roboto;
src: url('../../resources/Fonts/Roboto/Roboto-Regular.ttf');
font-style: normal;
font-weight: normal;
}
.background{
background: url('../../resources/imgs/oceanwave.JPG') no-repeat fixed;
/*background-color: silver;*/
bottom: 0;
background-size: cover;
}
.banner{
background-color: transparent; /* url('../../resources/imgs/desert.JPG') no-repeat;*/
background-size: cover;
position: relative;
left: 5%;
height: auto;
border-top: 30px solid #079FD6;
border-bottom: 35px solid whitesmoke;
width: 80%;
text-align: center;
font-size: xx-large;
color: ghostwhite;
opacity: 0.80;
text-shadow: 2px 2px 0 black;
text-transform: capitalize;
box-shadow: 0 10px 5px black, 0 15px 10px gray;
}
.navtop {
background-color: transparent;
opacity: 0.85;
width: 8%;
height: auto;
position: fixed;
text-shadow: 1px 2px 1px black, 1px 2px 10px gray;
right: 10px;
overflow: auto;
/* box-shadow: inset 2px 0 20px gray, inset -2px 0 20px gray, 2px 2px 20px black; */
top: 0;
}
.navtop ul{
list-style-type: none;
padding-left: 0;
}
.navtop li a{
display: block;
color: ghostwhite;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px black, 1px 4px 10px black;
font-size: x-large;
padding: 14px 0;
border-bottom: inset;
border-bottom-right-radius: 30%;
border-bottom-left-radius: 30%;
border-color: #4D2020;
}
.navtop li a:hover {
color: ghostwhite;
text-shadow: 1px 1px white, 2px 2px black;
}
.main {
margin: 40px 40px 40px 106px;
width: 1920px;
height: 1080px;
display: flex;
flex-flow: row;
justify-content: space-around;
}
.contentBox{
display: flex;
flex-flow: column;
box-sizing: border-box;
opacity: 0.85;
box-shadow: 0 8px 10px black, 2px 20px 10px black, inset 0 2px 15px white;
width: 30%;
height: auto;
min-height: 100px;
padding: 0 1% 0 1%;
background: url('../../resources/imgs/butterfly_mm.JPG') no-repeat center;
/*border: solid transparent;*/
overflow: auto;
}
.contentBox[id="left"]{
background-position: left;
}
.contentBox[id="center"]{
background-position: center;
}
.contentBox[id="right"]{
background-position: right;
}
.contentBox content{
position: relative;
}
.contentBox content iframe{
height: 300px;
width: 95%;
margin-bottom: 2%;
padding: 2% 2% 2% 2%;
}
.contentBox content h1{
font-size: xx-large;
color: whitesmoke;
text-shadow: 1px 2px 2px black;
text-transform: uppercase;
position: relative;
width:200px;
font-weight: bold;
}
.contentBox content h2{
text-align: right;
text-shadow: 1px 2px 2px black;
font-size: x-large;
color: whitesmoke;
height: 20px;
text-transform: capitalize;
font-style: italic;
font-weight: normal;
}
.contentBox content p{
display: inline-block;
box-sizing: border-box;
box-shadow: 0 8px 10px 0 black, 0 16px 5px black;
padding: 1% 2% 1% 2%;
margin-left: 5px;
height: auto;
width: auto;
background: #888888;
opacity: 0.85;
color: ghostwhite;
font-size: large;
text-shadow: 1px 1px 2px black;
position: relative;
}
.contentBox content label{
color: ghostwhite;
text-shadow: 1px 1px 2px black, -1px -1px 2px black;
}
.contentBox content input{
background-color: transparent;
}
.contentBox content input:hover{
box-shadow: 10px 10px 10px black;
}
.contentBox content input:focus{
background-color: ghostwhite;
box-shadow: 10px 10px 10px black;
}
.imgcont{
display: flex;
flex-flow:row wrap;
position: relative;
}
.imgE{
position: relative;
border: solid 12px black;
width: auto;
height: auto;
margin: 10px 10px 10px 20px;
box-shadow: 2px 4px black, 2px 8px 30px black;
opacity: 0.80;
top: 5px;
left: 5px;
right: 5px;
}
.imgE:hover{
opacity: 0.99;
border-color: ghostwhite;
box-shadow: 10px 10px 5px black, 2px 16px 30px black;
}
.imgE:active{
width: 100%;
height: 100%;
opacity: 0.99;
}
.gallery {
width: 500px;
height:350px;
background-color: transparent;
position: relative;
}
.galler img{
border: solid black 3px;
}
.gallery img[id="1"]{
position: absolute;
top: 20px;
left:20px;
}
.gallery img[id="1"]:hover{
position: absolute;
top: 20px;
left:20px;
z-index: 10;
}
.gallery img[id="2"]{
position: absolute;
top: 40px;
left: 40px;
}
.gallery img[id="2"]:hover{
position: absolute;
top: 40px;
left: 40px;
z-index: 10;
}
.gallery img[id="3"]{
position: absolute;
top: 60px;
left: 60px;
}
.gallery img[id="3"]:hover{
position: absolute;
top: 60px;
left: 60px;
z-index: 10;
}
.gallery img[id="4"]{
position: absolute;
top: 80px;
left: 80px;
}
.gallery img[id="4"]:hover{
position: absolute;
top: 80px;
left: 80px;
z-index: 10;
}
.gallery img[id="5"]{
position: absolute;
top: 100px;
left: 100px;
}
.gallery img[id="5"]:hover{
position: absolute;
top: 100px;
left: 100px;
z-index: 10;
}
.gallery img[id="6"]{
position: absolute;
top: 120px;
left:120px;
}
.gallery img[id="6"]:hover{
position: absolute;
top: 120px;
left: 120px;
z-index: 10;
}
footer {
background-color:transparent;
color:ghostwhite;
text-align:center;
padding: 5px;
margin-right: 10px;
width: auto;
position: fixed;
bottom: 0; right: 0;
text-shadow: 2px 2px black;
}
.aButton {
-moz-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
-webkit-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
box-shadow:inset 0px 1px 0px 0px #f0f7fa;
background-color:#33bdef;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
border:2px solid #057fd0;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-size:13px;
font-weight:bold;
padding:6px 12px;
text-decoration:none;
}
.aButton:hover {
background-color:#019ad2;
}
.aButton:active {
position:relative;
top:1px;
}
@keyframes opacity{
from {opacity: 0.00;}
to {opacity: .99;}
}
#div22{
animation: opacity 5s;
} | src/css/old_styles.css | @font-face{
font-family: Roboto;
src: url('../../resources/Fonts/Roboto/Roboto-Regular.ttf');
font-style: normal;
font-weight: normal;
}
.background{
background: url('../../resources/imgs/oceanwave.JPG') no-repeat fixed;
/*background-color: silver;*/
bottom: 0;
background-size: cover;
}
.banner{
background-color: transparent; /* url('../../resources/imgs/desert.JPG') no-repeat;*/
background-size: cover;
position: relative;
left: 5%;
height: auto;
border-top: 30px solid #079FD6;
border-bottom: 35px solid whitesmoke;
width: 80%;
text-align: center;
font-size: xx-large;
color: ghostwhite;
opacity: 0.80;
text-shadow: 2px 2px 0 black;
text-transform: capitalize;
box-shadow: 0 10px 5px black, 0 15px 10px gray;
}
.navtop {
background-color: transparent;
opacity: 0.85;
width: 8%;
height: auto;
position: fixed;
text-shadow: 1px 2px 1px black, 1px 2px 10px gray;
right: 10px;
overflow: auto;
/* box-shadow: inset 2px 0 20px gray, inset -2px 0 20px gray, 2px 2px 20px black; */
top: 0;
}
.navtop ul{
list-style-type: none;
padding-left: 0;
}
.navtop li a{
display: block;
color: ghostwhite;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px black, 1px 4px 10px black;
font-size: x-large;
padding: 14px 0;
border-bottom: inset;
border-bottom-right-radius: 30%;
border-bottom-left-radius: 30%;
border-color: #4D2020;
}
.navtop li a:hover {
color: ghostwhite;
text-shadow: 1px 1px white, 2px 2px black;
}
.main {
margin: 40px 40px 40px 106px;
width: 1920px;
height: 1080px;
display: flex;
flex-flow: row;
justify-content: space-around;
}
.contentBox{
display: flex;
flex-flow: column;
box-sizing: border-box;
opacity: 0.85;
box-shadow: 0 8px 10px black, 2px 20px 10px black, inset 0 2px 15px white;
width: 30%;
height: auto;
min-height: 100px;
padding: 0 1% 0 1%;
background: url('../../resources/imgs/butterfly_mm.JPG') no-repeat center;
/*border: solid transparent;*/
overflow: auto;
}
.contentBox[id="left"]{
background-position: left;
}
.contentBox[id="center"]{
background-position: center;
}
.contentBox[id="right"]{
background-position: right;
}
.contentBox content{
position: relative;
}
.contentBox content iframe{
height: 300px;
width: 95%;
margin-bottom: 2%;
padding: 2% 2% 2% 2%;
}
.contentBox content h1{
font-size: xx-large;
color: whitesmoke;
text-shadow: 1px 2px 2px black;
text-transform: uppercase;
position: relative;
width:200px;
font-weight: bold;
}
.contentBox content h2{
text-align: right;
text-shadow: 1px 2px 2px black;
font-size: x-large;
color: whitesmoke;
height: 20px;
text-transform: capitalize;
font-style: italic;
font-weight: normal;
}
.contentBox content p{
display: inline-block;
box-sizing: border-box;
box-shadow: 0 8px 10px 0 black, 0 16px 5px black;
padding: 1% 2% 1% 2%;
margin-left: 5px;
height: auto;
width: auto;
background: #888888;
opacity: 0.85;
color: ghostwhite;
font-size: large;
text-shadow: 1px 1px 2px black;
position: relative;
}
.contentBox content label{
color: ghostwhite;
text-shadow: 1px 1px 2px black, -1px -1px 2px black;
}
.contentBox content input{
background-color: transparent;
}
.contentBox content input:hover{
box-shadow: 10px 10px 10px black;
}
.contentBox content input:focus{
background-color: ghostwhite;
box-shadow: 10px 10px 10px black;
}
.imgcont{
display: flex;
flex-flow:row wrap;
position: relative;
}
.imgE{
position: relative;
border: solid 12px black;
width: auto;
height: auto;
margin: 10px 10px 10px 20px;
box-shadow: 2px 4px black, 2px 8px 30px black;
opacity: 0.80;
top: 5px;
left: 5px;
right: 5px;
}
.imgE:hover{
opacity: 0.99;
border-color: ghostwhite;
box-shadow: 10px 10px 5px black, 2px 16px 30px black;
}
.imgE:active{
width: 100%;
height: 100%;
opacity: 0.99;
}
.gallery {
width: 500px;
height:350px;
background-color: transparent;
position: relative;
}
.galler img{
border: solid black 3px;
}
.gallery img[id="1"]{
position: absolute;
top: 20px;
left:20px;
}
.gallery img[id="1"]:hover{
position: absolute;
top: 20px;
left:20px;
z-index: 10;
}
.gallery img[id="2"]{
position: absolute;
top: 40px;
left: 40px;
}
.gallery img[id="2"]:hover{
position: absolute;
top: 40px;
left: 40px;
z-index: 10;
}
.gallery img[id="3"]{
position: absolute;
top: 60px;
left: 60px;
}
.gallery img[id="3"]:hover{
position: absolute;
top: 60px;
left: 60px;
z-index: 10;
}
.gallery img[id="4"]{
position: absolute;
top: 80px;
left: 80px;
}
.gallery img[id="4"]:hover{
position: absolute;
top: 80px;
left: 80px;
z-index: 10;
}
.gallery img[id="5"]{
position: absolute;
top: 100px;
left: 100px;
}
.gallery img[id="5"]:hover{
position: absolute;
top: 100px;
left: 100px;
z-index: 10;
}
.gallery img[id="6"]{
position: absolute;
top: 120px;
left:120px;
}
.gallery img[id="6"]:hover{
position: absolute;
top: 120px;
left: 120px;
z-index: 10;
}
footer {
background-color:transparent;
color:ghostwhite;
text-align:center;
padding: 5px;
margin-right: 10px;
width: auto;
position: fixed;
bottom: 0; right: 0;
text-shadow: 2px 2px black;
}
.aButton {
-moz-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
-webkit-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
box-shadow:inset 0px 1px 0px 0px #f0f7fa;
background-color:#33bdef;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
border:2px solid #057fd0;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-size:13px;
font-weight:bold;
padding:6px 12px;
text-decoration:none;
}
.aButton:hover {
background-color:#019ad2;
}
.aButton:active {
position:relative;
top:1px;
}
@keyframes opacity{
from {opacity: 0.00;}
to {opacity: .99;}
}
#div22{
animation: opacity 5s;
} | 0.531453 | 0.115711 |
@charset "utf-8";
/* CSS Document */
/*==========*/
/*
[Let press Ctrl + f and type of paste the key, then press Enter to search the content ] Title
Example : You want Import Files => Title is Import Files, or Fonts => Title is Fonts
/*===== Import Files =====*/
/*===== Layout Style =====*/
/*===== Back To Top ======*/
/*===== Wrapper Commom =====*/
/*===== Menu Top =====*/
/*==========*/
/*===== Import Files =====*/
/* Import Css */
@import url(normalize.css);
@import url(../vendor/bootstrap/bootstrap.min.css);
@import url(../vendor/fontawesome/font-awesome.min.css);
@import url(../vendor/animate/animate.min.css);
@import url(../vendor/nivo-slider/nivo-slider.css);
@import url(../vendor/nivo-slider/themes/default/default.css);
@import url(../vendor/bxslider/jquery.bxslider.min.css);
@import url(../vendor/semantic-ui/semantic.min.css);
/* Fonts */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext,vietnamese');*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext,vietnamese');
/*===== Layout Style =====*/
* {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
overflow-x: hidden;
min-width: 320px;
background: #f6f6f6;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 1.4285em;
color: rgba(0,0,0,.87);
font-smoothing: antialiased;
}
a { color: #252525; cursor: pointer; }
a:hover,
a:focus {
color: #707070;
text-decoration: none;
transition: all 0.25s;
}
img {
max-width: 100%;
height: auto;
margin: 0 auto;
}
select:focus, button:focus, input:focus { outline: none; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea, select, input[type="number"],
input[type="tel"] {
padding: 8px 10px;
width: 100%;
border: none;
cursor: pointer;
}
ul,
ol {
margin: 0;
padding: 0;
}
ul li,
ol li {
list-style: none;
}
.wrapper {
position: relative;
}
h1, h2, h3, h4, h5, h6, p { margin: 0;}
.clearfix { clear: both; }
.container {
padding-left: 0;
padding-right: 0;
}
.container-fluid {
padding-left: 0;
padding-right: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.row {
margin-right: -10px;
margin-left: -10px;
}
.block {
margin-bottom: 15px;
}
a.link {
color: #0099FF;
}
a.link:hover {
text-decoration: underline;
}
/*===== Wrapper Commom =====*/
.wrapper {
background: #FFFFFF;
border-radius: 6px 6px 6px 6px;
margin-top: 1px;
box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 10px 0px;
display: block;
}
.block-2-col {
margin-top: 15px;
}
.block-main {
margin-top: 10px;
}
.block-page{
position: relative;
}
.block-page-title .block-title {
text-transform: none;
color: #333;
font-weight: 700;
padding-left: 10px;
font-size: 17px;
margin-bottom: 18px;
position: relative;
}
.block-page-title .block-title:after {
content: "";
border-bottom-color: #CCCCCC;
border-bottom-style: solid;
border-bottom-width: 1px;
position: absolute;
right: 0;
bottom: -3px;
left: 0;
}
.page-text-default {
text-align: justify;
}
.page-text-default > * {
margin-bottom: 3px;
margin-top: 3px;
}
/*===== header =====*/
.header {
padding-top: 33px;
padding-bottom: 34px;
}
.newsection_text h1 {
font-weight: 700;
color: #DC143C;
font-size: 24px;
font-family: 'Arial';
}
.newsection_text p {
font-size: 18px;
color: #888;
font-weight: 700;
}
.newsection_text p b {
padding-top: 3px;
color: #333;
font-size: 15px;
}
/*===== Menu Top =====*/
.logo-menu-res { display: none; }
.navbar-custom {
background: #FF0000;
border: none;
border-radius: 0;
margin-bottom: 0;
min-height: 38px;
}
.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
#header .menu {
position: relative;
}
.menu .navbar-nav>li>a {
display: block;
padding: 0 18px;
line-height: 40px;
font-size: 13px;
font-weight: bold;
text-align: center;
color: #fff;
text-transform: uppercase;
overflow: hidden;
border-radius: 0;
white-space: nowrap;
position: relative;
text-transform: uppercase;
webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
-ms-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.menu .navbar-nav>li:hover a,
.menu .navbar-nav>li.active {
background: transparent;
color: #ffb6b8;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
-ms-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.menu .navbar-nav>li>a:hover {
color: #fff;
background-color: transparent;
}
.menu .navbar-nav>li>a:after {
position: absolute;
bottom: 5px;
left: 0;
right: 0;
margin: auto;
width: 0%;
content: '.';
color: transparent;
background: #fff;
height: 1px;
transition: all .5s;
}
.menu .navbar-nav>li>a:hover:after {
width: 100%;
transition: all .5s;
}
.menu .navbar-nav .submenu {
background: #fff;
text-align: left;
display: block;
position: absolute;
top: 100%;
font-size: 14px;
width: 260px;
padding: 0 20px;
box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 10px 0px;
border: none;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
opacity: 0;
z-index: 99;
visibility: hidden;
-webkit-transform: translate(0, 10px);
-ms-transform: translate(0, 10px);
-o-transform: translate(0, 10px);
transform: translate(0, 10px);
}
.menu .navbar-nav li:hover > .submenu {
visibility: visible;
opacity: 1;
-webkit-transform: translate(0, 0px);
-ms-transform: translate(0, 0px);
-o-transform: translate(0, 0px);
transform: translate(0, 0px);
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.menu .navbar-nav .submenu li {
display: block;
position: relative;
text-transform: capitalize;
}
.menu .navbar-nav .submenu li a {
display: block;
line-height: 38px;
padding: 0;
-webkit-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
position: relative;
border-bottom: 1px solid #e1e1e1;
color: #707070;
text-transform: none;
}
.menu .navbar-nav .submenu li a:hover {
color: #333;
}
.menu .navbar-nav > li .submenu li.parent > a:after {
content: "\f105";
font-family: 'FontAwesome';
font-size: 12px;
color: #6b6b6b;
position: absolute;
line-height: 12px;
display: block;
top: 50%;
margin-top: -6px;
right: 10px;
}
.menu .navbar-nav .submenu .submenu {
left: 100%;
top: 0;
}
.navbar-default .navbar-toggle {
background-color: transparent !important;
border: none !important;
}
.navbar-default .navbar-toggle i {
color: #fff;
font-size: 30px;
}
.navbar.navbar-custom .navbar-nav>li.parent > .carret-down {
position: absolute;
color: #fff;
right: 2px;
top: 10px;
}
.navbar.navbar-custom .navbar-nav>li:hover > .carret-down:before,
.navbar.navbar-custom .navbar-nav>li.active > .carret-down:before {
color: #ffb6b8;
}
.navbar.navbar-custom .navbar-nav>li.parent > .carret-down:before {
content: "\f0d7";
font-family: "Fontawesome";
}
/*===== Block Slide ======*/
.slider-wrapper.block-slide {
position: relative;
}
.theme-default.block-slide .nivo-controlNav {
position: absolute;
right: 0;
left: 0;
bottom: 2px;
z-index: 99;
}
.theme-default.block-slide .nivo-controlNav {
text-align: center;
padding: 0;
}
.theme-default.block-slide .nivoSlider {
margin-bottom: 0;
}
/*===== Block Block Title ======*/
.block-block-title .block-title {
text-transform: uppercase;
color: #FF0000;
font-weight: 700;
padding-left: 10px;
font-size: 16px;
margin-bottom: 18px;
position: relative;
}
.block-block-title .block-title:after {
content: "";
border-bottom-color: #999;
border-bottom-style: solid;
border-bottom-width: 2px;
position: absolute;
right: 0;
bottom: -5px;
left: 0;
}
/*===== Table Customize ======*/
.table.table-customize>tbody>tr>td, .table.table-customize>tbody>tr>th, .table.table-customize>tfoot>tr>td, .table.table-customize>tfoot>tr>th, .table.table-customize>thead>tr>td, .table.table-customize>thead>tr>th {
padding: 6px 5px;
line-height: 1.42857143;
vertical-align: top;
border-top: none;
}
.block-info-about td.title {
color: #888;
}
.block-info-about td.title img {
margin-right: 5px;
}
/*===== About ======*/
.block-contact-about .block-content {
padding: 5px;
border: #CCCCCC;
border-style: dotted;
border-width: 1px;
border-radius: 6px 6px 6px 6px;
}
.block-contact-about .block-content .img_contact img,
.block-contact-about .block-content .img_contact p {
display: inline-block;
}
.block-contact-about .block-content .img_contact img {
width: 65px;
height: 60px;
}
.block-contact-about .block-content .img_contact p {
margin-left: 6px;
color: #0066FF;
}
.block-contact-about .block-content .info_contact {
padding: 10px;
background: #f5f5f5;
color: #0066FF;
}
.block-contact-about .block-content .info_contact > * {
margin-bottom: 5px;
}
.block-contact-about .block-content .info_contact a.link {
font-size: 12px;
}
.block-slide-about .bx-wrapper {
margin-bottom: 0;
border: 2px solid #fff;
}
.block-slide-about .item .item-child .active img {
opacity: 0.25;
}
/*===== Block SideBar ======*/
.block-search .form-inline {
position: relative;
}
.block-search .input-serach-sidebar {
width: 100%;
}
.input-serach-sidebar input {
border: 0;
padding: 0 25px 0 0;
width: 100%;
height: 34px;
background: transparent;
font-size: 14px;
color: #707070;
border-bottom: 1px solid #eaeaea;
}
.block-search .btn-search {
color: #252525;
font-size: 15px;
position: absolute;
top: 8px;
right: 0;
background: transparent;
border: none;
}
/*===== Menu Sidebar ======*/
.block-menu-sidebar .block-title {
color: #FF0000;
font-size: 14px;
font-weight: 700;
padding-bottom: 3px;
margin-bottom: 5px;
text-transform: uppercase;
border-bottom-color: #999;
border-bottom-style: solid;
border-bottom-width: 2px;
}
.block-menu-sidebar ul li {
font-size: 13px;
position: relative;
padding-left: 10px;
padding-bottom: 6px;
padding-top: 6px;
border-bottom: 1px solid #ddd;
-webkit-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
-ms-transition: all 0.25s ease-out 0s;
}
.block-menu-sidebar ul li.active a {
color: #FF0000;
}
.block-menu-sidebar ul li a:before {
content: "\f105";
font-family: "FontAwesome";
position: absolute;
top: 5px;
left: 0;
}
.block-menu-sidebar ul li:hover {
padding-left: 15px;
-webkit-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
-ms-transition: all 0.25s ease-out 0s;
}
/*===== Contact Sidebar ======*/
.block-title-sidebar .block-title {
font-size: 14px;
font-weight: 700;
color: #333333;
text-transform: uppercase;
padding-bottom: 3px;
border-bottom-color: rgb(153, 153, 153);
border-bottom-style: solid;
border-bottom-width: 2px;
}
.block-title-sidebar .contact-sidebar-item {
margin-top: 10px;
border-bottom-color: #CCCCCC;
border-bottom-style: solid;
border-bottom-width: 1px;
text-align: center;
padding-bottom: 10px;
}
.block-title-sidebar .contact-sidebar-item > img {
width: 90px;
height: 90px;
border-radius: 50%;
border: #DDD;
border-style: solid;
border-width: 1px;
}
.block-title-sidebar .contact-sidebar-item .contact-sidebar-item-bottom > * {
margin-top: 5px;
}
.block-title-sidebar .contact-sidebar-item .contact-sidebar-item-bottom .contact-name,
.block-title-sidebar .contact-sidebar-item .contact-sidebar-item-bottom .contact-phone {
color: #2194d2;
text-transform: uppercase;
}
.block-title-sidebar .contact-sidebar-item .contact-sidebar-item-bottom .contact-email {
font-size: 12px;
}
/*===== Block Product ======*/
.block-list-product .item {
background: #fff;
text-align: center;
margin-bottom: 30px;
}
.block-list-product .item:hover a {
-webkit-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
-ms-transition: all 0.25s ease-out 0s;
color: #FF0000;
}
.block-list-product .item .product-img {
border: 1px solid #ddd;
padding: 10px;
display: table-cell;
vertical-align: middle;
text-align: center;
}
.block-list-product .item h2.product-name {
margin-top: 5px;
font-size: 13px;
font-weight: normal;
}
/*===== Footer ======*/
#footer {
border-top: 1px solid #CCCCCC;
margin-top: 10px;
}
.block-address {
text-align: center;
margin-bottom: 0;
padding: 10px;
}
.block-address > * {
margin-bottom: 5px;
}
/*===== Contact =====*/
.contact-page .item {
text-align: center;
color: #9d9d9d;
margin-bottom: 30px;
}
.contact-page .item .icon {
line-height: 75px;
width: 75px;
border-radius: 100%;
display: inline-block;
border: 1px solid #e9e9e9;
background-color: #fff;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
margin-bottom: 15px;
}
.contact-page .item .title {
display: block;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 15px;
color: #252525;
}
.contact-page .item p {
display: block;
font-size: 16px;
font-family: 'Source Sans Pro';
color: #707070;
}
.contact-page .item p span {
display: block;
}
.mymap-contact {
width: 100%;
height: 330px;
border: 0;
margin-bottom: 15px;
}
.contact-form {
padding: 0 100px;
}
.block-contact-form-tab .form-group.group {
position: relative;
margin-bottom: 25px;
}
.block-contact-form-tab .form-group {
margin-right: 0;
margin-left: 0;
}
.block-contact-form-tab .form-group.group {
position: relative;
margin-bottom: 17px;
}
.block-contact-form-tab .form-group input,
.block-contact-form-tab .form-group textarea {
padding: 8px 5px 7px 5px;
-webkit-appearance: none;
display: block;
background: #ffffff;
color: #2a2a2a;
width: 100%;
border: none;
border-radius: 0;
border-bottom: 1px solid #ccc;
}
.block-contact-form-tab .form-group label {
color: #999;
font-size: 15px;
font-weight: normal;
position: absolute;
pointer-events: none;
left: 5px;
top: 5px;
transition: all 0.2s ease;
margin-bottom: 0;
}
.block-contact-form-tab .form-group input:focus,
.block-contact-form-tab .form-group textarea:focus { outline: none; }
/* active */
.block-contact-form-tab .form-group input:focus ~ label,
.block-contact-form-tab .form-group input.used ~ label,
.block-contact-form-tab .form-group textarea:focus ~ label,
.block-contact-form-tab .form-group textarea.used ~ label {
top: -10px;
transform: scale(.75);
left: -2px;
font-size: 18px;
color: #6C6C6C;
background: #ffffff;
padding: 0 15px;
}
/* Underline */
.block-contact-form-tab .form-group .bar {
position: relative;
display: block;
width: 100%;
}
.block-contact-form-tab .form-group .bar:before,
.block-contact-form-tab .form-group .bar:after {
content: '';
height: 2px;
width: 0;
bottom: 1px;
position: absolute;
background: #ff0000;
transition: all 0.2s ease;
}
.block-contact-form-tab .form-group .bar:before { left: 50%; }
.block-contact-form-tab .form-group .bar:after { right: 50%; }
/* active */
.block-contact-form-tab .form-group input:focus ~ .bar:before,
.block-contact-form-tab .form-group input:focus ~ .bar:after,
.block-contact-form-tab .form-group textarea:focus ~ .bar:before,
.block-contact-form-tab .form-group textarea:focus ~ .bar:after {
width: 50%;
}
.block-contact-form-tab .form-group input:focus ~ .highlight,
.block-contact-form-tab .form-group textarea:focus ~ .highlight {
animation: inputHighlighter 0.3s ease;
}
/*===== Info ======*/
.block-title-section {
text-transform: none;
color: #333;
font-weight: 700;
padding-left: 10px;
font-size: 15px;
margin-bottom: 18px;
position: relative;
}
.block-title-section:after {
content: "";
border-bottom-color: #CCCCCC;
border-bottom-style: solid;
border-bottom-width: 1px;
position: absolute;
right: 0;
bottom: -3px;
left: 0;
}
/*===== Block Share ======*/
.block-share.absolute {
position: absolute;
top: 0;
right: 0;
}
.block-share a {
width: 20px;
height: 20px;
display: inline-block;
text-align: center;
line-height: 18px;
color: #fff;
}
.block-share a i {
font-size: 12px;
}
.block-share a.facebook {
background: rgb(59, 89, 152);
}
.block-share a.facebook:hover {
background: rgb(96, 129, 200);
}
.block-share a.google {
background: rgb(220, 78, 65);
}
.block-share a.google:hover {
background: rgb(247, 108, 95);
}
.block-share a.twitter {
background: rgb(29, 161, 242);
}
.block-share a.twitter:hover {
background: rgb(56, 179, 255);
}
.block-share a.print {
background: rgb(115, 138, 141);
}
.block-share a.print:hover {
background: rgb(154, 191, 195);
}
.block-share a.envelope {
background: rgb(132, 132, 132);
}
.block-share a.envelope:hover {
background: rgb(171, 171, 171);
}
/*===== Product Detail ======*/
.product-view {
margin-bottom: 15px;
}
.product-img-box .bx-wrapper {
margin-bottom: 15px;
position: relative;
text-align: center;
}
.product-img-box .product-img-gallery {
margin-bottom: 15px;
}
.product-img-box .bx-controls-direction {
left: 0;
margin-top: 0;
position: absolute;
right: 0;
top: 50%;
}
.product-img-box .bx-prev, .product-img-box .bx-next {
color: #b7b7b7;
font-size: 48px;
position: absolute;
}
.product-img-box .bx-wrapper {
margin-bottom: 15px;
position: relative;
text-align: center;
}
.product-name .name-product-detail {
font-size: 18px;
font-weight: 700;
color: #FF6600;
}
.product-img-thumb .item a {
display: block;
}
.product-img-thumb .item .active {
border: 1px solid #252525;
}
.product-img-thumb .item .active img {
opacity: 0.25;
}
.product-shop {
position: relative;
}
.product-description {
margin-top: 10px;
}
.product-shop .title {
display: block;
font-weight: bold;
margin-bottom: 0;
}
.product-shop .social-share .title {
display: inline-block;
margin-right: 5px;
margin-bottom: 0;
}
.social-share {
margin-top: 10px;
}
.social-share .list-socials {
display: inline-block;
}
.social-share .list-socials li {
display: inline-block;
margin-right: 5px;
vertical-align: middle;
}
.social-share .list-socials li a {
color: #b7b7b7;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.social-share .list-socials li a:hover {
color: #333;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.product-detail .tab-content {
padding: 10px;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9;
}
.block-product-relatives .block-title {
text-transform: none;
color: #543333;
margin-bottom: 15px;
}
/*===== Breadcrumb =====*/
.block-breadcrumb .breadcrumb {
background: none;
padding: 0;
margin-bottom: 0;
}
.block-breadcrumb .breadcrumb li, .block-breadcrumb .breadcrumb a {
color: #252525;
font-size: 13px;
}
.block-breadcrumb .breadcrumb > li + li:before {
content: "\f105";
font-family: "FontAwesome";
font-size: 16px;
padding: 0 10px;
color: #000000;
}
.block-breadcrumb .breadcrumb li.active , .block-breadcrumb .breadcrumb .active a {
color: #eb2227;
}
/*===== Back To Top ======*/
.td-scroll-up {
cursor: pointer;
position: fixed;
bottom: 4px;
right: 5px;
width: 40px;
height: 40px;
background-color: #252525;
z-index: 1;
transform: translate3d(0, 70px, 0);
-webkit-transform: translate3d(0, 70px, 0);
-moz-transform: translate3d(0, 70px, 0);
-ms-transform: translate3d(0, 70px, 0);
-o-transform: translate3d(0, 70px, 0);
-webkit-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
-moz-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
-o-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.td-scroll-up-visible {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.td-scroll-up i {
position: relative;
color: #fff;
font-size: 20px;
display: block;
text-align: center;
width: 40px;
top: 7px;
}
.td-scroll-up:hover {
color: #fff;
background: #707070;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
/*===== CSS Grid 5 Col ======*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-5ths {
width: 20%;
float: left;
}
/* @media - responsive */
@media (min-width: 768px) {
.col-sm-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
width: 20%;
float: left;
}
}
/* Logo */
#header .logo img,
#mainNav .logo img {
width: 130px;
height: 130px;
} | public/assets/css/style.css | @charset "utf-8";
/* CSS Document */
/*==========*/
/*
[Let press Ctrl + f and type of paste the key, then press Enter to search the content ] Title
Example : You want Import Files => Title is Import Files, or Fonts => Title is Fonts
/*===== Import Files =====*/
/*===== Layout Style =====*/
/*===== Back To Top ======*/
/*===== Wrapper Commom =====*/
/*===== Menu Top =====*/
/*==========*/
/*===== Import Files =====*/
/* Import Css */
@import url(normalize.css);
@import url(../vendor/bootstrap/bootstrap.min.css);
@import url(../vendor/fontawesome/font-awesome.min.css);
@import url(../vendor/animate/animate.min.css);
@import url(../vendor/nivo-slider/nivo-slider.css);
@import url(../vendor/nivo-slider/themes/default/default.css);
@import url(../vendor/bxslider/jquery.bxslider.min.css);
@import url(../vendor/semantic-ui/semantic.min.css);
/* Fonts */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext,vietnamese');*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext,vietnamese');
/*===== Layout Style =====*/
* {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
overflow-x: hidden;
min-width: 320px;
background: #f6f6f6;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 1.4285em;
color: rgba(0,0,0,.87);
font-smoothing: antialiased;
}
a { color: #252525; cursor: pointer; }
a:hover,
a:focus {
color: #707070;
text-decoration: none;
transition: all 0.25s;
}
img {
max-width: 100%;
height: auto;
margin: 0 auto;
}
select:focus, button:focus, input:focus { outline: none; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea, select, input[type="number"],
input[type="tel"] {
padding: 8px 10px;
width: 100%;
border: none;
cursor: pointer;
}
ul,
ol {
margin: 0;
padding: 0;
}
ul li,
ol li {
list-style: none;
}
.wrapper {
position: relative;
}
h1, h2, h3, h4, h5, h6, p { margin: 0;}
.clearfix { clear: both; }
.container {
padding-left: 0;
padding-right: 0;
}
.container-fluid {
padding-left: 0;
padding-right: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.row {
margin-right: -10px;
margin-left: -10px;
}
.block {
margin-bottom: 15px;
}
a.link {
color: #0099FF;
}
a.link:hover {
text-decoration: underline;
}
/*===== Wrapper Commom =====*/
.wrapper {
background: #FFFFFF;
border-radius: 6px 6px 6px 6px;
margin-top: 1px;
box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 10px 0px;
display: block;
}
.block-2-col {
margin-top: 15px;
}
.block-main {
margin-top: 10px;
}
.block-page{
position: relative;
}
.block-page-title .block-title {
text-transform: none;
color: #333;
font-weight: 700;
padding-left: 10px;
font-size: 17px;
margin-bottom: 18px;
position: relative;
}
.block-page-title .block-title:after {
content: "";
border-bottom-color: #CCCCCC;
border-bottom-style: solid;
border-bottom-width: 1px;
position: absolute;
right: 0;
bottom: -3px;
left: 0;
}
.page-text-default {
text-align: justify;
}
.page-text-default > * {
margin-bottom: 3px;
margin-top: 3px;
}
/*===== header =====*/
.header {
padding-top: 33px;
padding-bottom: 34px;
}
.newsection_text h1 {
font-weight: 700;
color: #DC143C;
font-size: 24px;
font-family: 'Arial';
}
.newsection_text p {
font-size: 18px;
color: #888;
font-weight: 700;
}
.newsection_text p b {
padding-top: 3px;
color: #333;
font-size: 15px;
}
/*===== Menu Top =====*/
.logo-menu-res { display: none; }
.navbar-custom {
background: #FF0000;
border: none;
border-radius: 0;
margin-bottom: 0;
min-height: 38px;
}
.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
#header .menu {
position: relative;
}
.menu .navbar-nav>li>a {
display: block;
padding: 0 18px;
line-height: 40px;
font-size: 13px;
font-weight: bold;
text-align: center;
color: #fff;
text-transform: uppercase;
overflow: hidden;
border-radius: 0;
white-space: nowrap;
position: relative;
text-transform: uppercase;
webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
-ms-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.menu .navbar-nav>li:hover a,
.menu .navbar-nav>li.active {
background: transparent;
color: #ffb6b8;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
-ms-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.menu .navbar-nav>li>a:hover {
color: #fff;
background-color: transparent;
}
.menu .navbar-nav>li>a:after {
position: absolute;
bottom: 5px;
left: 0;
right: 0;
margin: auto;
width: 0%;
content: '.';
color: transparent;
background: #fff;
height: 1px;
transition: all .5s;
}
.menu .navbar-nav>li>a:hover:after {
width: 100%;
transition: all .5s;
}
.menu .navbar-nav .submenu {
background: #fff;
text-align: left;
display: block;
position: absolute;
top: 100%;
font-size: 14px;
width: 260px;
padding: 0 20px;
box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 10px 0px;
border: none;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
opacity: 0;
z-index: 99;
visibility: hidden;
-webkit-transform: translate(0, 10px);
-ms-transform: translate(0, 10px);
-o-transform: translate(0, 10px);
transform: translate(0, 10px);
}
.menu .navbar-nav li:hover > .submenu {
visibility: visible;
opacity: 1;
-webkit-transform: translate(0, 0px);
-ms-transform: translate(0, 0px);
-o-transform: translate(0, 0px);
transform: translate(0, 0px);
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.menu .navbar-nav .submenu li {
display: block;
position: relative;
text-transform: capitalize;
}
.menu .navbar-nav .submenu li a {
display: block;
line-height: 38px;
padding: 0;
-webkit-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
position: relative;
border-bottom: 1px solid #e1e1e1;
color: #707070;
text-transform: none;
}
.menu .navbar-nav .submenu li a:hover {
color: #333;
}
.menu .navbar-nav > li .submenu li.parent > a:after {
content: "\f105";
font-family: 'FontAwesome';
font-size: 12px;
color: #6b6b6b;
position: absolute;
line-height: 12px;
display: block;
top: 50%;
margin-top: -6px;
right: 10px;
}
.menu .navbar-nav .submenu .submenu {
left: 100%;
top: 0;
}
.navbar-default .navbar-toggle {
background-color: transparent !important;
border: none !important;
}
.navbar-default .navbar-toggle i {
color: #fff;
font-size: 30px;
}
.navbar.navbar-custom .navbar-nav>li.parent > .carret-down {
position: absolute;
color: #fff;
right: 2px;
top: 10px;
}
.navbar.navbar-custom .navbar-nav>li:hover > .carret-down:before,
.navbar.navbar-custom .navbar-nav>li.active > .carret-down:before {
color: #ffb6b8;
}
.navbar.navbar-custom .navbar-nav>li.parent > .carret-down:before {
content: "\f0d7";
font-family: "Fontawesome";
}
/*===== Block Slide ======*/
.slider-wrapper.block-slide {
position: relative;
}
.theme-default.block-slide .nivo-controlNav {
position: absolute;
right: 0;
left: 0;
bottom: 2px;
z-index: 99;
}
.theme-default.block-slide .nivo-controlNav {
text-align: center;
padding: 0;
}
.theme-default.block-slide .nivoSlider {
margin-bottom: 0;
}
/*===== Block Block Title ======*/
.block-block-title .block-title {
text-transform: uppercase;
color: #FF0000;
font-weight: 700;
padding-left: 10px;
font-size: 16px;
margin-bottom: 18px;
position: relative;
}
.block-block-title .block-title:after {
content: "";
border-bottom-color: #999;
border-bottom-style: solid;
border-bottom-width: 2px;
position: absolute;
right: 0;
bottom: -5px;
left: 0;
}
/*===== Table Customize ======*/
.table.table-customize>tbody>tr>td, .table.table-customize>tbody>tr>th, .table.table-customize>tfoot>tr>td, .table.table-customize>tfoot>tr>th, .table.table-customize>thead>tr>td, .table.table-customize>thead>tr>th {
padding: 6px 5px;
line-height: 1.42857143;
vertical-align: top;
border-top: none;
}
.block-info-about td.title {
color: #888;
}
.block-info-about td.title img {
margin-right: 5px;
}
/*===== About ======*/
.block-contact-about .block-content {
padding: 5px;
border: #CCCCCC;
border-style: dotted;
border-width: 1px;
border-radius: 6px 6px 6px 6px;
}
.block-contact-about .block-content .img_contact img,
.block-contact-about .block-content .img_contact p {
display: inline-block;
}
.block-contact-about .block-content .img_contact img {
width: 65px;
height: 60px;
}
.block-contact-about .block-content .img_contact p {
margin-left: 6px;
color: #0066FF;
}
.block-contact-about .block-content .info_contact {
padding: 10px;
background: #f5f5f5;
color: #0066FF;
}
.block-contact-about .block-content .info_contact > * {
margin-bottom: 5px;
}
.block-contact-about .block-content .info_contact a.link {
font-size: 12px;
}
.block-slide-about .bx-wrapper {
margin-bottom: 0;
border: 2px solid #fff;
}
.block-slide-about .item .item-child .active img {
opacity: 0.25;
}
/*===== Block SideBar ======*/
.block-search .form-inline {
position: relative;
}
.block-search .input-serach-sidebar {
width: 100%;
}
.input-serach-sidebar input {
border: 0;
padding: 0 25px 0 0;
width: 100%;
height: 34px;
background: transparent;
font-size: 14px;
color: #707070;
border-bottom: 1px solid #eaeaea;
}
.block-search .btn-search {
color: #252525;
font-size: 15px;
position: absolute;
top: 8px;
right: 0;
background: transparent;
border: none;
}
/*===== Menu Sidebar ======*/
.block-menu-sidebar .block-title {
color: #FF0000;
font-size: 14px;
font-weight: 700;
padding-bottom: 3px;
margin-bottom: 5px;
text-transform: uppercase;
border-bottom-color: #999;
border-bottom-style: solid;
border-bottom-width: 2px;
}
.block-menu-sidebar ul li {
font-size: 13px;
position: relative;
padding-left: 10px;
padding-bottom: 6px;
padding-top: 6px;
border-bottom: 1px solid #ddd;
-webkit-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
-ms-transition: all 0.25s ease-out 0s;
}
.block-menu-sidebar ul li.active a {
color: #FF0000;
}
.block-menu-sidebar ul li a:before {
content: "\f105";
font-family: "FontAwesome";
position: absolute;
top: 5px;
left: 0;
}
.block-menu-sidebar ul li:hover {
padding-left: 15px;
-webkit-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
-ms-transition: all 0.25s ease-out 0s;
}
/*===== Contact Sidebar ======*/
.block-title-sidebar .block-title {
font-size: 14px;
font-weight: 700;
color: #333333;
text-transform: uppercase;
padding-bottom: 3px;
border-bottom-color: rgb(153, 153, 153);
border-bottom-style: solid;
border-bottom-width: 2px;
}
.block-title-sidebar .contact-sidebar-item {
margin-top: 10px;
border-bottom-color: #CCCCCC;
border-bottom-style: solid;
border-bottom-width: 1px;
text-align: center;
padding-bottom: 10px;
}
.block-title-sidebar .contact-sidebar-item > img {
width: 90px;
height: 90px;
border-radius: 50%;
border: #DDD;
border-style: solid;
border-width: 1px;
}
.block-title-sidebar .contact-sidebar-item .contact-sidebar-item-bottom > * {
margin-top: 5px;
}
.block-title-sidebar .contact-sidebar-item .contact-sidebar-item-bottom .contact-name,
.block-title-sidebar .contact-sidebar-item .contact-sidebar-item-bottom .contact-phone {
color: #2194d2;
text-transform: uppercase;
}
.block-title-sidebar .contact-sidebar-item .contact-sidebar-item-bottom .contact-email {
font-size: 12px;
}
/*===== Block Product ======*/
.block-list-product .item {
background: #fff;
text-align: center;
margin-bottom: 30px;
}
.block-list-product .item:hover a {
-webkit-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
-ms-transition: all 0.25s ease-out 0s;
color: #FF0000;
}
.block-list-product .item .product-img {
border: 1px solid #ddd;
padding: 10px;
display: table-cell;
vertical-align: middle;
text-align: center;
}
.block-list-product .item h2.product-name {
margin-top: 5px;
font-size: 13px;
font-weight: normal;
}
/*===== Footer ======*/
#footer {
border-top: 1px solid #CCCCCC;
margin-top: 10px;
}
.block-address {
text-align: center;
margin-bottom: 0;
padding: 10px;
}
.block-address > * {
margin-bottom: 5px;
}
/*===== Contact =====*/
.contact-page .item {
text-align: center;
color: #9d9d9d;
margin-bottom: 30px;
}
.contact-page .item .icon {
line-height: 75px;
width: 75px;
border-radius: 100%;
display: inline-block;
border: 1px solid #e9e9e9;
background-color: #fff;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
margin-bottom: 15px;
}
.contact-page .item .title {
display: block;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 15px;
color: #252525;
}
.contact-page .item p {
display: block;
font-size: 16px;
font-family: 'Source Sans Pro';
color: #707070;
}
.contact-page .item p span {
display: block;
}
.mymap-contact {
width: 100%;
height: 330px;
border: 0;
margin-bottom: 15px;
}
.contact-form {
padding: 0 100px;
}
.block-contact-form-tab .form-group.group {
position: relative;
margin-bottom: 25px;
}
.block-contact-form-tab .form-group {
margin-right: 0;
margin-left: 0;
}
.block-contact-form-tab .form-group.group {
position: relative;
margin-bottom: 17px;
}
.block-contact-form-tab .form-group input,
.block-contact-form-tab .form-group textarea {
padding: 8px 5px 7px 5px;
-webkit-appearance: none;
display: block;
background: #ffffff;
color: #2a2a2a;
width: 100%;
border: none;
border-radius: 0;
border-bottom: 1px solid #ccc;
}
.block-contact-form-tab .form-group label {
color: #999;
font-size: 15px;
font-weight: normal;
position: absolute;
pointer-events: none;
left: 5px;
top: 5px;
transition: all 0.2s ease;
margin-bottom: 0;
}
.block-contact-form-tab .form-group input:focus,
.block-contact-form-tab .form-group textarea:focus { outline: none; }
/* active */
.block-contact-form-tab .form-group input:focus ~ label,
.block-contact-form-tab .form-group input.used ~ label,
.block-contact-form-tab .form-group textarea:focus ~ label,
.block-contact-form-tab .form-group textarea.used ~ label {
top: -10px;
transform: scale(.75);
left: -2px;
font-size: 18px;
color: #6C6C6C;
background: #ffffff;
padding: 0 15px;
}
/* Underline */
.block-contact-form-tab .form-group .bar {
position: relative;
display: block;
width: 100%;
}
.block-contact-form-tab .form-group .bar:before,
.block-contact-form-tab .form-group .bar:after {
content: '';
height: 2px;
width: 0;
bottom: 1px;
position: absolute;
background: #ff0000;
transition: all 0.2s ease;
}
.block-contact-form-tab .form-group .bar:before { left: 50%; }
.block-contact-form-tab .form-group .bar:after { right: 50%; }
/* active */
.block-contact-form-tab .form-group input:focus ~ .bar:before,
.block-contact-form-tab .form-group input:focus ~ .bar:after,
.block-contact-form-tab .form-group textarea:focus ~ .bar:before,
.block-contact-form-tab .form-group textarea:focus ~ .bar:after {
width: 50%;
}
.block-contact-form-tab .form-group input:focus ~ .highlight,
.block-contact-form-tab .form-group textarea:focus ~ .highlight {
animation: inputHighlighter 0.3s ease;
}
/*===== Info ======*/
.block-title-section {
text-transform: none;
color: #333;
font-weight: 700;
padding-left: 10px;
font-size: 15px;
margin-bottom: 18px;
position: relative;
}
.block-title-section:after {
content: "";
border-bottom-color: #CCCCCC;
border-bottom-style: solid;
border-bottom-width: 1px;
position: absolute;
right: 0;
bottom: -3px;
left: 0;
}
/*===== Block Share ======*/
.block-share.absolute {
position: absolute;
top: 0;
right: 0;
}
.block-share a {
width: 20px;
height: 20px;
display: inline-block;
text-align: center;
line-height: 18px;
color: #fff;
}
.block-share a i {
font-size: 12px;
}
.block-share a.facebook {
background: rgb(59, 89, 152);
}
.block-share a.facebook:hover {
background: rgb(96, 129, 200);
}
.block-share a.google {
background: rgb(220, 78, 65);
}
.block-share a.google:hover {
background: rgb(247, 108, 95);
}
.block-share a.twitter {
background: rgb(29, 161, 242);
}
.block-share a.twitter:hover {
background: rgb(56, 179, 255);
}
.block-share a.print {
background: rgb(115, 138, 141);
}
.block-share a.print:hover {
background: rgb(154, 191, 195);
}
.block-share a.envelope {
background: rgb(132, 132, 132);
}
.block-share a.envelope:hover {
background: rgb(171, 171, 171);
}
/*===== Product Detail ======*/
.product-view {
margin-bottom: 15px;
}
.product-img-box .bx-wrapper {
margin-bottom: 15px;
position: relative;
text-align: center;
}
.product-img-box .product-img-gallery {
margin-bottom: 15px;
}
.product-img-box .bx-controls-direction {
left: 0;
margin-top: 0;
position: absolute;
right: 0;
top: 50%;
}
.product-img-box .bx-prev, .product-img-box .bx-next {
color: #b7b7b7;
font-size: 48px;
position: absolute;
}
.product-img-box .bx-wrapper {
margin-bottom: 15px;
position: relative;
text-align: center;
}
.product-name .name-product-detail {
font-size: 18px;
font-weight: 700;
color: #FF6600;
}
.product-img-thumb .item a {
display: block;
}
.product-img-thumb .item .active {
border: 1px solid #252525;
}
.product-img-thumb .item .active img {
opacity: 0.25;
}
.product-shop {
position: relative;
}
.product-description {
margin-top: 10px;
}
.product-shop .title {
display: block;
font-weight: bold;
margin-bottom: 0;
}
.product-shop .social-share .title {
display: inline-block;
margin-right: 5px;
margin-bottom: 0;
}
.social-share {
margin-top: 10px;
}
.social-share .list-socials {
display: inline-block;
}
.social-share .list-socials li {
display: inline-block;
margin-right: 5px;
vertical-align: middle;
}
.social-share .list-socials li a {
color: #b7b7b7;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.social-share .list-socials li a:hover {
color: #333;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.product-detail .tab-content {
padding: 10px;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9;
}
.block-product-relatives .block-title {
text-transform: none;
color: #543333;
margin-bottom: 15px;
}
/*===== Breadcrumb =====*/
.block-breadcrumb .breadcrumb {
background: none;
padding: 0;
margin-bottom: 0;
}
.block-breadcrumb .breadcrumb li, .block-breadcrumb .breadcrumb a {
color: #252525;
font-size: 13px;
}
.block-breadcrumb .breadcrumb > li + li:before {
content: "\f105";
font-family: "FontAwesome";
font-size: 16px;
padding: 0 10px;
color: #000000;
}
.block-breadcrumb .breadcrumb li.active , .block-breadcrumb .breadcrumb .active a {
color: #eb2227;
}
/*===== Back To Top ======*/
.td-scroll-up {
cursor: pointer;
position: fixed;
bottom: 4px;
right: 5px;
width: 40px;
height: 40px;
background-color: #252525;
z-index: 1;
transform: translate3d(0, 70px, 0);
-webkit-transform: translate3d(0, 70px, 0);
-moz-transform: translate3d(0, 70px, 0);
-ms-transform: translate3d(0, 70px, 0);
-o-transform: translate3d(0, 70px, 0);
-webkit-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
-moz-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
-o-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.td-scroll-up-visible {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.td-scroll-up i {
position: relative;
color: #fff;
font-size: 20px;
display: block;
text-align: center;
width: 40px;
top: 7px;
}
.td-scroll-up:hover {
color: #fff;
background: #707070;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
/*===== CSS Grid 5 Col ======*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-5ths {
width: 20%;
float: left;
}
/* @media - responsive */
@media (min-width: 768px) {
.col-sm-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
width: 20%;
float: left;
}
}
/* Logo */
#header .logo img,
#mainNav .logo img {
width: 130px;
height: 130px;
} | 0.348978 | 0.042722 |
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
#main-doc {
position: absolute;
margin:30px;
padding: 20px;
padding-bottom: 110px;
line-height: 1.8;
width:90%;
left:4%;
display:flex;
flex-direction: column;
align-items:center;
justify-content: space-between;
font-family: 'Nunito', sans-serif;
font-size: 1.3em;
}
.main-section{
margin-top:100px;
}
#main-doc #Introduction{
margin-top:0;
padding-top:30px;
}
.main-section header{
font-weight: 700;
font-size: 2.3em;
color:rgb(82, 194, 157);
}
code {
display: block;
text-align: left;
white-space: pre-line;
position: relative;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
background-color: #313b34;
padding: 5px;
margin: 5px;
border-radius: 5px;
font-size: 1.1em;
padding-left:15px;
}
#footer{
position:fixed;
bottom:-115px;
left:0;
right:0px;
}
#getstarted{
position:fixed;
height:40%;width:100%;
top:25%;
background-color: rgb(126, 173, 151);
z-index: 100;
color:rgb(255, 230, 0);
display:flex;flex-direction:column;
box-shadow: 0px 0px 500px 150px rgb(44, 44, 44);
font-size:2em;
font-weight: 900;
display:flex;
flex-direction: column;
align-items: center;
justify-content:space-between;
font-family: 'DM Sans', sans-serif;
}
#getstarted button{
align-self:flex-start;
width:100%;
padding:15px;
font-family: 'Nunito', sans-serif;
font-size: 1em;
background-color: bisque;
border:10px solid black;
font-family: 'Permanent Marker', cursive;
}
#getstarted a{
text-decoration:none;
color:rgb(255, 216, 165);
}
@media (max-width:500px){
#main-doc{
width:90vw;
padding-left:0;
margin-left:20px;
padding-bottom:100px;
}
.main-section header{
padding-top:48px;
font-size: 1.7em;
}
#footer{
position:fixed;
bottom:0 !important;
right:0;
left:0;
}
#getstarted{
height:60%;
text-align:center;
}
html{
zoom:95%;
}
}
@media (max-width:1000px) and (min-width:600px){
#main-doc{
width:80%;
}
.main-section header{
padding-top:45px;
font-size: 1.3em;
}
#footer{
position:fixed;
bottom:-40px !important;
left:0;
right:0px;
}
#getstarted{
height: 50%;
margin:auto;
}
}
video{
width:20%;
height:20%;
position:relative;
left:40%;
}
li{
color:rgb(194, 252, 228);
}
/* Custom Scroll bar*/
::-webkit-scrollbar{
width:1.4em;
}
::-webkit-scrollbar-track{
background:#1D1E22;
border:1px solid #52c29dd2;
border-radius:1em;
margin:15px;
}
::-webkit-scrollbar-thumb{
background:#52c29de5;
border:1px solid #1D1E22;
border-radius:1em;
}
/*For firefox*/
@supports(scrollbar-color:#52c29dd2 #1D1E22){
*{scrollbar-color:#52c29dd2 #1D1E22;
scrollbar-width:auto;
}
} | main.css | @import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
#main-doc {
position: absolute;
margin:30px;
padding: 20px;
padding-bottom: 110px;
line-height: 1.8;
width:90%;
left:4%;
display:flex;
flex-direction: column;
align-items:center;
justify-content: space-between;
font-family: 'Nunito', sans-serif;
font-size: 1.3em;
}
.main-section{
margin-top:100px;
}
#main-doc #Introduction{
margin-top:0;
padding-top:30px;
}
.main-section header{
font-weight: 700;
font-size: 2.3em;
color:rgb(82, 194, 157);
}
code {
display: block;
text-align: left;
white-space: pre-line;
position: relative;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
background-color: #313b34;
padding: 5px;
margin: 5px;
border-radius: 5px;
font-size: 1.1em;
padding-left:15px;
}
#footer{
position:fixed;
bottom:-115px;
left:0;
right:0px;
}
#getstarted{
position:fixed;
height:40%;width:100%;
top:25%;
background-color: rgb(126, 173, 151);
z-index: 100;
color:rgb(255, 230, 0);
display:flex;flex-direction:column;
box-shadow: 0px 0px 500px 150px rgb(44, 44, 44);
font-size:2em;
font-weight: 900;
display:flex;
flex-direction: column;
align-items: center;
justify-content:space-between;
font-family: 'DM Sans', sans-serif;
}
#getstarted button{
align-self:flex-start;
width:100%;
padding:15px;
font-family: 'Nunito', sans-serif;
font-size: 1em;
background-color: bisque;
border:10px solid black;
font-family: 'Permanent Marker', cursive;
}
#getstarted a{
text-decoration:none;
color:rgb(255, 216, 165);
}
@media (max-width:500px){
#main-doc{
width:90vw;
padding-left:0;
margin-left:20px;
padding-bottom:100px;
}
.main-section header{
padding-top:48px;
font-size: 1.7em;
}
#footer{
position:fixed;
bottom:0 !important;
right:0;
left:0;
}
#getstarted{
height:60%;
text-align:center;
}
html{
zoom:95%;
}
}
@media (max-width:1000px) and (min-width:600px){
#main-doc{
width:80%;
}
.main-section header{
padding-top:45px;
font-size: 1.3em;
}
#footer{
position:fixed;
bottom:-40px !important;
left:0;
right:0px;
}
#getstarted{
height: 50%;
margin:auto;
}
}
video{
width:20%;
height:20%;
position:relative;
left:40%;
}
li{
color:rgb(194, 252, 228);
}
/* Custom Scroll bar*/
::-webkit-scrollbar{
width:1.4em;
}
::-webkit-scrollbar-track{
background:#1D1E22;
border:1px solid #52c29dd2;
border-radius:1em;
margin:15px;
}
::-webkit-scrollbar-thumb{
background:#52c29de5;
border:1px solid #1D1E22;
border-radius:1em;
}
/*For firefox*/
@supports(scrollbar-color:#52c29dd2 #1D1E22){
*{scrollbar-color:#52c29dd2 #1D1E22;
scrollbar-width:auto;
}
} | 0.347869 | 0.088781 |
@charset "UTF-8";
@font-face {
font-family: "Open Sans";
src: local("OpenSans-Regular"), local("OpenSans-Regular"), url("../../../templates/NOVA/themes/base/fonts/opensans/open-sans-regular.eot?") format("eot"), url("../../../templates/NOVA/themes/base/fonts/opensans/open-sans-regular.woff2") format("woff2"), url("../../../templates/NOVA/themes/base/fonts/opensans/open-sans-regular.woff") format("woff"), url("../../../templates/NOVA/themes/base/fonts/opensans/open-sans-regular.ttf") format("truetype"), url("../../../templates/NOVA/themes/base/fonts/opensans/open-sans-regular.svg#Open_Sans") format("svg");
font-style: normal;
font-weight: 400;
}
#opc {
font-family: "Open Sans";
height: 100%;
}
#opc ::-webkit-scrollbar {
width: 6px;
height: 6px;
background-color: transparent;
}
#opc ::-webkit-scrollbar-track {
border-radius: 0;
background-color: transparent;
border: none;
}
#opc ::-webkit-scrollbar-thumb {
border-radius: 4px;
background: #9b9b9b;
border: 0;
}
#opc ::-webkit-scrollbar-thumb:hover, #opc ::-webkit-scrollbar-thumb:active {
background: #9b9b9b;
border: 1px solid #525252;
}
#opc a {
outline: none;
}
#opc h1, #opc h2, #opc h3, #opc h4, #opc h5, #opc h6 {
font-family: inherit;
}
#opc button {
background: none;
border: none;
padding: 0;
color: inherit;
font-size: 14px;
cursor: pointer;
}
#opc button.opc-btn-primary, #opc button.opc-btn-secondary {
border-radius: 1000px;
background-color: #5cbcf6;
border: 1px solid #5cbcf6;
color: #fff;
text-align: center;
padding: 12px;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.125);
}
#opc button.opc-btn-primary.opc-full-width, #opc button.opc-btn-secondary.opc-full-width {
width: 100%;
}
#opc button.opc-btn-primary[disabled], #opc button.opc-btn-secondary[disabled] {
background-color: #BDBDBD;
color: #F5F7FA;
border: 1px solid #BDBDBD;
}
#opc button.opc-btn-primary[disabled]:hover, #opc button.opc-btn-secondary[disabled]:hover {
background-color: #BDBDBD;
color: #F5F7FA;
}
#opc button.opc-btn-primary:hover {
background-color: #22a4f3;
}
#opc button.opc-btn-secondary {
background-color: #fff;
border: 1px solid #5cbcf6;
color: #5cbcf6;
}
#opc button.opc-btn-secondary:hover {
color: #22a4f3;
}
#opc button.opc-mini-btn {
padding: 6px 12px;
}
#opc button.opc-small-btn {
padding: 8px 10px;
}
#opc button.opc-medium-btn {
padding: 8px 18px;
margin-right: 8px;
}
#opc button.opc-btn-link:hover {
text-decoration: underline;
}
#opc button, #opc input {
outline: none;
}
#opc input[type=checkbox],
#opc input[type=radio] {
display: none;
}
#opc input[type=checkbox] + label,
#opc input[type=radio] + label {
cursor: pointer;
margin: 0;
font-weight: 500;
display: inline-block;
}
#opc input[type=checkbox] + label:before,
#opc input[type=radio] + label:before {
content: "";
font-family: "Font Awesome 5 Free", FontAwesome, "Open Sans";
margin-right: 4px;
}
#opc input[type=checkbox]:checked + label:before,
#opc input[type=radio]:checked + label:before {
content: "";
font-weight: 900;
}
#opc input[type=checkbox]:disabled + label,
#opc input[type=radio]:disabled + label {
color: #BDBDBD;
}
#opc input[type=checkbox]:disabled + label:before,
#opc input[type=radio]:disabled + label:before {
color: #BDBDBD;
}
#opc .fas, #opc .fa {
vertical-align: middle;
}
#opc .opc-public {
color: #0F9D48;
}
#opc .opc-planned {
color: #F68B25;
}
#opc .opc-status-draft {
color: #BDBDBD;
}
#opc .opc-backdate {
color: #0B6AA2;
}
#opc .tooltip {
border: none;
padding: 0;
}
#opc .tooltip .arrow {
display: none;
}
#opc .tooltip .tooltip-inner {
background-color: #435A6B;
color: #F5F7FA;
font-size: 14px;
border-radius: 5px;
}
#opc .opc-float-right {
float: right;
}
#opc .opc-control,
#opc .opc-filter-control,
#opc .form-control {
border: 1px solid #435A6B;
border-radius: 5px;
display: block;
height: 38px;
color: inherit;
padding: 8px;
text-align: left;
font-size: 14px;
}
#opc .opc-control:disabled,
#opc .opc-filter-control:disabled,
#opc .form-control:disabled {
background-color: #F5F7FA;
color: #BDBDBD;
border-color: #BDBDBD;
}
#opc .float-left {
float: left;
}
#opc .opc-filter-control {
margin-bottom: 24px;
}
#opc .toggle-switch {
cursor: pointer;
background-color: inherit;
}
#opc .toggle-switch input {
display: none;
}
#opc .toggle-slider {
margin-left: 8px;
display: inline-block;
height: 20px;
width: 38px;
border: 2px solid #BDBDBD;
border-radius: 20px;
vertical-align: middle;
position: relative;
transition: 0.125s;
}
#opc .toggle-slider:before {
position: absolute;
left: 1px;
top: 1px;
content: "";
width: 14px;
height: 14px;
border-radius: 16px;
background: #BDBDBD;
transition: 0.125s;
}
#opc input:checked + .toggle-slider {
border-color: #435A6B;
background: #435A6B;
}
#opc input:checked + .toggle-slider:before {
transform: translateX(18px);
background: #F5F7FA;
}
#opc ::placeholder {
color: #BDBDBD;
font-family: "Font Awesome 5 Free", FontAwesome, "Open Sans";
font-weight: 900;
}
#opc .opc-dropdown {
padding: 0;
position: relative;
}
#opc .opc-dropdown .opc-dropdown-btn {
padding: 8px;
text-align: left;
width: 100%;
}
#opc .opc-dropdown .opc-dropdown-btn:after {
display: block;
float: right;
content: "";
font-family: "Font Awesome 5 Free", FontAwesome, "Open Sans";
font-weight: 900;
}
#opc .opc-dropdown .opc-dropdown-menu {
border: none;
margin: 0;
padding: 0;
box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.125);
border-radius: 2px;
min-width: 0;
width: 100%;
color: #435A6B;
}
#opc .opc-dropdown .opc-dropdown-menu .opc-dropdown-item {
display: block;
width: 100%;
padding: 8px 12px;
border-radius: 2px;
text-align: left;
}
#opc .opc-dropdown .opc-dropdown-menu .opc-dropdown-item:hover {
text-decoration: none;
background-color: #F5F7FA;
}
#opc #opcSidebar {
position: fixed;
top: 0;
width: 380px;
height: 100vh;
background-color: #fff;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.125);
font-size: 14px;
color: #435A6B;
}
#opc #opcSidebar #opcMenuBtn {
margin-right: 8px;
}
#opc #opcHeader {
padding: 16px;
background-color: #5cbcf6;
color: #fff;
}
#opc #opcHeader #opc-sidebar-title {
display: inline-block;
margin: 0;
font-size: 17px;
color: inherit;
}
#opc #opcHeader .opc-header-btn {
padding: 0 4px;
}
#opc #opcHeader .opc-header-btn:hover {
color: #d5eefd;
}
#opc #opcHeader #opcMenuBtnDropdown {
display: inline;
}
#opc #opcHeader #opcMenuBtnDropdown .opc-dropdown-menu {
width: 200px;
}
#opc .nav-tabs {
border: none;
background-color: #F5F7FA;
box-shadow: -4px 3px 6px rgba(0, 0, 0, 0.16);
position: relative;
}
#opc .nav-tabs .nav-item {
margin: 0;
background-color: inherit;
}
#opc .nav-tabs .nav-item .nav-link {
border: none;
border-bottom: 2px solid transparent;
border-radius: 0;
padding: 14px 2px 12px;
margin: 0 0 0 17px;
color: #BDBDBD;
background-color: inherit;
}
#opc .nav-tabs .nav-item .nav-link:hover {
color: #435A6B;
}
#opc .nav-tabs .nav-item .nav-link.active {
border-color: #435A6B;
color: #435A6B;
}
#opc .nav-tabs #btnPagetree.has-unmapped .nav-link {
position: relative;
color: #f68b25;
}
#opc .nav-tabs #btnPagetree.has-unmapped .nav-link:after {
display: block;
position: absolute;
content: "";
background-color: #f68b25;
width: 8px;
height: 8px;
right: -6px;
top: 12px;
border-radius: 100%;
}
#opc #opc-startmenu {
position: fixed;
left: 0;
top: 0;
z-index: 1050;
padding: 8px;
transition: 0.5s;
}
#opc #opc-startmenu.opc-close {
left: -380px;
}
#opc #opc-startmenu button {
width: 48px;
height: 48px;
overflow: hidden;
transition: 0.25s;
white-space: nowrap;
text-align: left;
}
#opc #opc-startmenu button:hover {
width: 182px;
background-color: #5cbcf6;
}
#opc #opc-startmenu button:hover #opc-start-label {
opacity: 1;
}
#opc #opc-startmenu button #opc-start-icon {
width: 24px;
height: 24px;
}
#opc #opc-startmenu button #opc-start-label {
margin-left: 4px;
margin-right: 4px;
opacity: 0;
transition: 0.25s;
}
#opc #opcSidebar {
left: -380px;
z-index: 1050;
transition: 0.5s;
}
#opc #opcSidebar a {
color: inherit;
text-decoration: none;
}
#opc #opcSidebar a:hover {
text-decoration: underline;
}
#opc #opcSidebar .alert-danger {
margin: 1em;
}
#opc #opcSidebar .alert-danger a {
color: #f00;
font-weight: bold;
}
#opc #opcSidebar.opc-open {
left: 0;
}
#opc #opcSidebar input[type=checkbox] + label:before {
margin-right: 10px;
}
#opc #opcSidebar #opc-sidebar-tools {
margin: 24px;
margin-bottom: 16px;
}
#opc #opcSidebar #opc-sidebar-tools #opc-sidebar-second-title {
margin: 0;
margin-bottom: 16px;
font-size: 14px;
font-weight: 600;
color: inherit;
}
#opc #opcSidebar #opc-sidebar-tools .opc-group:after {
display: block;
content: " ";
clear: both;
}
#opc #opcSidebar #opc-sidebar-tools #opc-filter-search {
width: 191px;
margin-right: 16px;
}
#opc #opcSidebar #opc-sidebar-tools #opc-filter-status {
width: 125px;
}
#opc #opcSidebar #opc-sidebar-tools #opc-bulk-actions-dropdown {
float: right;
width: 50%;
}
#opc #opcSidebar #opc-sidebar-tools #opc-bulk-actions {
width: 100%;
text-align: right;
}
#opc #opcSidebar #opc-sidebar-tools #opc-bulk-actions:disabled {
color: #BDBDBD;
}
#opc #opcSidebar #opc-sidebar-tools #opc-bulk-actions #opc-bulk-actions-label {
margin-right: 8px;
}
#opc #opcSidebar #opc-sidebar-content {
margin: 0;
margin-top: 16px;
padding: 0 24px;
overflow: auto;
max-height: calc(100vh - 208px);
color: #435A6B;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list {
margin: 0;
margin-bottom: 90px;
padding: 0;
list-style: none;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft {
background-color: #F5F7FA;
border-radius: 5px;
padding: 16px;
margin: 0;
margin-bottom: 16px;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft:last-child {
margin-bottom: 0;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft:hover .opc-draft-info .opc-draft-actions {
visibility: visible;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft:hover .opc-draft-info .opc-draft-info-line {
visibility: hidden;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-name {
max-width: 204px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-status {
font-size: 12px;
float: right;
width: 84px;
white-space: nowrap;
text-transform: uppercase;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info {
position: relative;
margin-left: 26px;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-info-line {
font-size: 12px;
color: #BDBDBD;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-info-line:first-child {
margin-top: 14px;
margin-bottom: 8px;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-info-line:last-child {
margin-top: 8px;
margin-bottom: 0;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions {
position: absolute;
top: -4px;
left: -16px;
visibility: hidden;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions > * {
width: 34px;
height: 34px;
margin-right: 6px;
display: inline-block;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions > *:hover {
background-color: #dfe1e2;
border-radius: 100%;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions > form > button {
width: 34px;
height: 34px;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions .opc-dropdown > button {
width: 34px;
height: 34px;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions .opc-dropdown .opc-dropdown-menu {
width: auto;
}
#opc #opcSidebar #opc-sidebar-footer {
position: absolute;
bottom: 0;
width: 100%;
padding: 24px;
padding-top: 0;
}
#opc #opcDeleteModal {
font-size: 14px;
color: #435A6B;
}
#opc #opcDeleteModal .modal-dialog {
max-width: 550px;
}
#opc #opcDeleteModal .modal-content {
border: none;
border-radius: 0;
padding: 0;
}
#opc #opcDeleteModal .modal-header {
padding: 12px 24px;
background-color: #5cbcf6;
color: #fff;
border: none;
border-radius: 0;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
#opc #opcDeleteModal .modal-header:before, #opc #opcDeleteModal .modal-header:after {
display: none;
}
#opc #opcDeleteModal .modal-header h5 {
font-size: 16px;
font-weight: normal;
color: #fff;
}
#opc #opcDeleteModal .modal-header .opc-header-btn {
font-size: 16px;
}
#opc #opcDeleteModal .modal-header .opc-header-btn:hover {
color: #d5eefd;
}
#opc #opcDeleteModal .modal-body {
padding: 0;
margin: 24px;
}
#opc #opcDeleteModal .modal-footer {
border: none;
padding: 24px;
padding-top: 0;
margin-top: 24px;
}
#opc #opcDeleteModal .modal-footer button {
padding: 8px 32px;
}
#opc #opcDeleteModal .modal-footer > :not(:last-child) {
margin-right: 16px;
}
#opc-page-wrapper {
padding-left: 0;
transition: 0.5s;
}
#opc-page-wrapper.opc-shifted {
padding-left: 380px;
}
/*# sourceMappingURL=startmenu.css.map */ | admin/opc/css/startmenu.css | @charset "UTF-8";
@font-face {
font-family: "Open Sans";
src: local("OpenSans-Regular"), local("OpenSans-Regular"), url("../../../templates/NOVA/themes/base/fonts/opensans/open-sans-regular.eot?") format("eot"), url("../../../templates/NOVA/themes/base/fonts/opensans/open-sans-regular.woff2") format("woff2"), url("../../../templates/NOVA/themes/base/fonts/opensans/open-sans-regular.woff") format("woff"), url("../../../templates/NOVA/themes/base/fonts/opensans/open-sans-regular.ttf") format("truetype"), url("../../../templates/NOVA/themes/base/fonts/opensans/open-sans-regular.svg#Open_Sans") format("svg");
font-style: normal;
font-weight: 400;
}
#opc {
font-family: "Open Sans";
height: 100%;
}
#opc ::-webkit-scrollbar {
width: 6px;
height: 6px;
background-color: transparent;
}
#opc ::-webkit-scrollbar-track {
border-radius: 0;
background-color: transparent;
border: none;
}
#opc ::-webkit-scrollbar-thumb {
border-radius: 4px;
background: #9b9b9b;
border: 0;
}
#opc ::-webkit-scrollbar-thumb:hover, #opc ::-webkit-scrollbar-thumb:active {
background: #9b9b9b;
border: 1px solid #525252;
}
#opc a {
outline: none;
}
#opc h1, #opc h2, #opc h3, #opc h4, #opc h5, #opc h6 {
font-family: inherit;
}
#opc button {
background: none;
border: none;
padding: 0;
color: inherit;
font-size: 14px;
cursor: pointer;
}
#opc button.opc-btn-primary, #opc button.opc-btn-secondary {
border-radius: 1000px;
background-color: #5cbcf6;
border: 1px solid #5cbcf6;
color: #fff;
text-align: center;
padding: 12px;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.125);
}
#opc button.opc-btn-primary.opc-full-width, #opc button.opc-btn-secondary.opc-full-width {
width: 100%;
}
#opc button.opc-btn-primary[disabled], #opc button.opc-btn-secondary[disabled] {
background-color: #BDBDBD;
color: #F5F7FA;
border: 1px solid #BDBDBD;
}
#opc button.opc-btn-primary[disabled]:hover, #opc button.opc-btn-secondary[disabled]:hover {
background-color: #BDBDBD;
color: #F5F7FA;
}
#opc button.opc-btn-primary:hover {
background-color: #22a4f3;
}
#opc button.opc-btn-secondary {
background-color: #fff;
border: 1px solid #5cbcf6;
color: #5cbcf6;
}
#opc button.opc-btn-secondary:hover {
color: #22a4f3;
}
#opc button.opc-mini-btn {
padding: 6px 12px;
}
#opc button.opc-small-btn {
padding: 8px 10px;
}
#opc button.opc-medium-btn {
padding: 8px 18px;
margin-right: 8px;
}
#opc button.opc-btn-link:hover {
text-decoration: underline;
}
#opc button, #opc input {
outline: none;
}
#opc input[type=checkbox],
#opc input[type=radio] {
display: none;
}
#opc input[type=checkbox] + label,
#opc input[type=radio] + label {
cursor: pointer;
margin: 0;
font-weight: 500;
display: inline-block;
}
#opc input[type=checkbox] + label:before,
#opc input[type=radio] + label:before {
content: "";
font-family: "Font Awesome 5 Free", FontAwesome, "Open Sans";
margin-right: 4px;
}
#opc input[type=checkbox]:checked + label:before,
#opc input[type=radio]:checked + label:before {
content: "";
font-weight: 900;
}
#opc input[type=checkbox]:disabled + label,
#opc input[type=radio]:disabled + label {
color: #BDBDBD;
}
#opc input[type=checkbox]:disabled + label:before,
#opc input[type=radio]:disabled + label:before {
color: #BDBDBD;
}
#opc .fas, #opc .fa {
vertical-align: middle;
}
#opc .opc-public {
color: #0F9D48;
}
#opc .opc-planned {
color: #F68B25;
}
#opc .opc-status-draft {
color: #BDBDBD;
}
#opc .opc-backdate {
color: #0B6AA2;
}
#opc .tooltip {
border: none;
padding: 0;
}
#opc .tooltip .arrow {
display: none;
}
#opc .tooltip .tooltip-inner {
background-color: #435A6B;
color: #F5F7FA;
font-size: 14px;
border-radius: 5px;
}
#opc .opc-float-right {
float: right;
}
#opc .opc-control,
#opc .opc-filter-control,
#opc .form-control {
border: 1px solid #435A6B;
border-radius: 5px;
display: block;
height: 38px;
color: inherit;
padding: 8px;
text-align: left;
font-size: 14px;
}
#opc .opc-control:disabled,
#opc .opc-filter-control:disabled,
#opc .form-control:disabled {
background-color: #F5F7FA;
color: #BDBDBD;
border-color: #BDBDBD;
}
#opc .float-left {
float: left;
}
#opc .opc-filter-control {
margin-bottom: 24px;
}
#opc .toggle-switch {
cursor: pointer;
background-color: inherit;
}
#opc .toggle-switch input {
display: none;
}
#opc .toggle-slider {
margin-left: 8px;
display: inline-block;
height: 20px;
width: 38px;
border: 2px solid #BDBDBD;
border-radius: 20px;
vertical-align: middle;
position: relative;
transition: 0.125s;
}
#opc .toggle-slider:before {
position: absolute;
left: 1px;
top: 1px;
content: "";
width: 14px;
height: 14px;
border-radius: 16px;
background: #BDBDBD;
transition: 0.125s;
}
#opc input:checked + .toggle-slider {
border-color: #435A6B;
background: #435A6B;
}
#opc input:checked + .toggle-slider:before {
transform: translateX(18px);
background: #F5F7FA;
}
#opc ::placeholder {
color: #BDBDBD;
font-family: "Font Awesome 5 Free", FontAwesome, "Open Sans";
font-weight: 900;
}
#opc .opc-dropdown {
padding: 0;
position: relative;
}
#opc .opc-dropdown .opc-dropdown-btn {
padding: 8px;
text-align: left;
width: 100%;
}
#opc .opc-dropdown .opc-dropdown-btn:after {
display: block;
float: right;
content: "";
font-family: "Font Awesome 5 Free", FontAwesome, "Open Sans";
font-weight: 900;
}
#opc .opc-dropdown .opc-dropdown-menu {
border: none;
margin: 0;
padding: 0;
box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.125);
border-radius: 2px;
min-width: 0;
width: 100%;
color: #435A6B;
}
#opc .opc-dropdown .opc-dropdown-menu .opc-dropdown-item {
display: block;
width: 100%;
padding: 8px 12px;
border-radius: 2px;
text-align: left;
}
#opc .opc-dropdown .opc-dropdown-menu .opc-dropdown-item:hover {
text-decoration: none;
background-color: #F5F7FA;
}
#opc #opcSidebar {
position: fixed;
top: 0;
width: 380px;
height: 100vh;
background-color: #fff;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.125);
font-size: 14px;
color: #435A6B;
}
#opc #opcSidebar #opcMenuBtn {
margin-right: 8px;
}
#opc #opcHeader {
padding: 16px;
background-color: #5cbcf6;
color: #fff;
}
#opc #opcHeader #opc-sidebar-title {
display: inline-block;
margin: 0;
font-size: 17px;
color: inherit;
}
#opc #opcHeader .opc-header-btn {
padding: 0 4px;
}
#opc #opcHeader .opc-header-btn:hover {
color: #d5eefd;
}
#opc #opcHeader #opcMenuBtnDropdown {
display: inline;
}
#opc #opcHeader #opcMenuBtnDropdown .opc-dropdown-menu {
width: 200px;
}
#opc .nav-tabs {
border: none;
background-color: #F5F7FA;
box-shadow: -4px 3px 6px rgba(0, 0, 0, 0.16);
position: relative;
}
#opc .nav-tabs .nav-item {
margin: 0;
background-color: inherit;
}
#opc .nav-tabs .nav-item .nav-link {
border: none;
border-bottom: 2px solid transparent;
border-radius: 0;
padding: 14px 2px 12px;
margin: 0 0 0 17px;
color: #BDBDBD;
background-color: inherit;
}
#opc .nav-tabs .nav-item .nav-link:hover {
color: #435A6B;
}
#opc .nav-tabs .nav-item .nav-link.active {
border-color: #435A6B;
color: #435A6B;
}
#opc .nav-tabs #btnPagetree.has-unmapped .nav-link {
position: relative;
color: #f68b25;
}
#opc .nav-tabs #btnPagetree.has-unmapped .nav-link:after {
display: block;
position: absolute;
content: "";
background-color: #f68b25;
width: 8px;
height: 8px;
right: -6px;
top: 12px;
border-radius: 100%;
}
#opc #opc-startmenu {
position: fixed;
left: 0;
top: 0;
z-index: 1050;
padding: 8px;
transition: 0.5s;
}
#opc #opc-startmenu.opc-close {
left: -380px;
}
#opc #opc-startmenu button {
width: 48px;
height: 48px;
overflow: hidden;
transition: 0.25s;
white-space: nowrap;
text-align: left;
}
#opc #opc-startmenu button:hover {
width: 182px;
background-color: #5cbcf6;
}
#opc #opc-startmenu button:hover #opc-start-label {
opacity: 1;
}
#opc #opc-startmenu button #opc-start-icon {
width: 24px;
height: 24px;
}
#opc #opc-startmenu button #opc-start-label {
margin-left: 4px;
margin-right: 4px;
opacity: 0;
transition: 0.25s;
}
#opc #opcSidebar {
left: -380px;
z-index: 1050;
transition: 0.5s;
}
#opc #opcSidebar a {
color: inherit;
text-decoration: none;
}
#opc #opcSidebar a:hover {
text-decoration: underline;
}
#opc #opcSidebar .alert-danger {
margin: 1em;
}
#opc #opcSidebar .alert-danger a {
color: #f00;
font-weight: bold;
}
#opc #opcSidebar.opc-open {
left: 0;
}
#opc #opcSidebar input[type=checkbox] + label:before {
margin-right: 10px;
}
#opc #opcSidebar #opc-sidebar-tools {
margin: 24px;
margin-bottom: 16px;
}
#opc #opcSidebar #opc-sidebar-tools #opc-sidebar-second-title {
margin: 0;
margin-bottom: 16px;
font-size: 14px;
font-weight: 600;
color: inherit;
}
#opc #opcSidebar #opc-sidebar-tools .opc-group:after {
display: block;
content: " ";
clear: both;
}
#opc #opcSidebar #opc-sidebar-tools #opc-filter-search {
width: 191px;
margin-right: 16px;
}
#opc #opcSidebar #opc-sidebar-tools #opc-filter-status {
width: 125px;
}
#opc #opcSidebar #opc-sidebar-tools #opc-bulk-actions-dropdown {
float: right;
width: 50%;
}
#opc #opcSidebar #opc-sidebar-tools #opc-bulk-actions {
width: 100%;
text-align: right;
}
#opc #opcSidebar #opc-sidebar-tools #opc-bulk-actions:disabled {
color: #BDBDBD;
}
#opc #opcSidebar #opc-sidebar-tools #opc-bulk-actions #opc-bulk-actions-label {
margin-right: 8px;
}
#opc #opcSidebar #opc-sidebar-content {
margin: 0;
margin-top: 16px;
padding: 0 24px;
overflow: auto;
max-height: calc(100vh - 208px);
color: #435A6B;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list {
margin: 0;
margin-bottom: 90px;
padding: 0;
list-style: none;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft {
background-color: #F5F7FA;
border-radius: 5px;
padding: 16px;
margin: 0;
margin-bottom: 16px;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft:last-child {
margin-bottom: 0;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft:hover .opc-draft-info .opc-draft-actions {
visibility: visible;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft:hover .opc-draft-info .opc-draft-info-line {
visibility: hidden;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-name {
max-width: 204px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-status {
font-size: 12px;
float: right;
width: 84px;
white-space: nowrap;
text-transform: uppercase;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info {
position: relative;
margin-left: 26px;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-info-line {
font-size: 12px;
color: #BDBDBD;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-info-line:first-child {
margin-top: 14px;
margin-bottom: 8px;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-info-line:last-child {
margin-top: 8px;
margin-bottom: 0;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions {
position: absolute;
top: -4px;
left: -16px;
visibility: hidden;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions > * {
width: 34px;
height: 34px;
margin-right: 6px;
display: inline-block;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions > *:hover {
background-color: #dfe1e2;
border-radius: 100%;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions > form > button {
width: 34px;
height: 34px;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions .opc-dropdown > button {
width: 34px;
height: 34px;
}
#opc #opcSidebar #opc-sidebar-content #opc-draft-list .opc-draft .opc-draft-info .opc-draft-actions .opc-dropdown .opc-dropdown-menu {
width: auto;
}
#opc #opcSidebar #opc-sidebar-footer {
position: absolute;
bottom: 0;
width: 100%;
padding: 24px;
padding-top: 0;
}
#opc #opcDeleteModal {
font-size: 14px;
color: #435A6B;
}
#opc #opcDeleteModal .modal-dialog {
max-width: 550px;
}
#opc #opcDeleteModal .modal-content {
border: none;
border-radius: 0;
padding: 0;
}
#opc #opcDeleteModal .modal-header {
padding: 12px 24px;
background-color: #5cbcf6;
color: #fff;
border: none;
border-radius: 0;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
#opc #opcDeleteModal .modal-header:before, #opc #opcDeleteModal .modal-header:after {
display: none;
}
#opc #opcDeleteModal .modal-header h5 {
font-size: 16px;
font-weight: normal;
color: #fff;
}
#opc #opcDeleteModal .modal-header .opc-header-btn {
font-size: 16px;
}
#opc #opcDeleteModal .modal-header .opc-header-btn:hover {
color: #d5eefd;
}
#opc #opcDeleteModal .modal-body {
padding: 0;
margin: 24px;
}
#opc #opcDeleteModal .modal-footer {
border: none;
padding: 24px;
padding-top: 0;
margin-top: 24px;
}
#opc #opcDeleteModal .modal-footer button {
padding: 8px 32px;
}
#opc #opcDeleteModal .modal-footer > :not(:last-child) {
margin-right: 16px;
}
#opc-page-wrapper {
padding-left: 0;
transition: 0.5s;
}
#opc-page-wrapper.opc-shifted {
padding-left: 380px;
}
/*# sourceMappingURL=startmenu.css.map */ | 0.308503 | 0.064949 |
@import '../variables.css';
.root {
}
.pageContent {
max-width: calc(var(--grid-size) * 100);
}
.header {
margin-bottom: 1em;
}
.timeline {
}
.timelineEntry {
position: relative;
display: flex;
}
.timelineEntry .cardHeader {
font-weight: 600;
font-size: 20px;
padding: var(--card-padding) 0;
border-bottom: 1px solid var(--color-light-gray);
margin-bottom: calc(var(--grid-size) * 1.5);
}
.timelineEntry .card {
border: 1px solid rgba(0, 0, 0, 0.075);
padding: var(--card-padding);
padding-top: 0;
}
.timelineEntry .card .content {
padding: 0;
width: 747px;
}
.timelineDate {
position: relative;
padding: var(--grid-size) calc(var(--grid-size) * 2);
padding-left: 0;
top: calc(var(--grid-size) * 2.8);
color: var(--color-light-gray);
width: calc(var(--grid-size) * 15);
text-align: right;
display: inline-block;
}
.timelineEntry:first-child .timelineDate {
top: calc(var(--grid-size) * 1.3);
}
.timelineEntry:not(.released) .timelineDate {
color: var(--color-gray);
font-weight: 600;
}
.timelineDetails {
display: flex;
margin-left: var(--grid-size);
position: relative;
padding: calc(var(--grid-size) * 1.5) 0 calc(var(--grid-size) * 1.5) calc(var(--grid-size) * 3);
border-left: 1px solid #777;
flex-grow: 1;
}
.timelineEntry:first-child .timelineDetails {
padding-top: 0;
}
.timelineEntry:last-child .timelineDetails {
padding-bottom: 0;
}
.timelineMarker {
position: absolute;
left: calc(var(--grid-size) * -2);
top: calc(var(--grid-size) * 3);
border-radius: 50%;
width: calc(var(--grid-size) * 3.9);
height: calc(var(--grid-size) * 3.9);
background: var(--color-blue);
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.timelineEntry:first-child .timelineMarker {
top: calc(var(--grid-size) * 1.5);
}
.released .timelineMarker {
background: var(--color-green);
}
@media (max-width: 400px) {
.header {
font-size: 18px;
}
}
@media (max-width: 910px) {
.timelineDetails {
border-left: none;
margin-left: 0;
padding-left: 0;
}
.timelineDate {
position: absolute;
right: 42px;
z-index: 6;
}
.timelineMarker {
right: 15px;
left: unset;
}
.timelineEntry .cardHeader {
font-size: 20px;
}
} | src/roadmap/Roadmap.m.css | @import '../variables.css';
.root {
}
.pageContent {
max-width: calc(var(--grid-size) * 100);
}
.header {
margin-bottom: 1em;
}
.timeline {
}
.timelineEntry {
position: relative;
display: flex;
}
.timelineEntry .cardHeader {
font-weight: 600;
font-size: 20px;
padding: var(--card-padding) 0;
border-bottom: 1px solid var(--color-light-gray);
margin-bottom: calc(var(--grid-size) * 1.5);
}
.timelineEntry .card {
border: 1px solid rgba(0, 0, 0, 0.075);
padding: var(--card-padding);
padding-top: 0;
}
.timelineEntry .card .content {
padding: 0;
width: 747px;
}
.timelineDate {
position: relative;
padding: var(--grid-size) calc(var(--grid-size) * 2);
padding-left: 0;
top: calc(var(--grid-size) * 2.8);
color: var(--color-light-gray);
width: calc(var(--grid-size) * 15);
text-align: right;
display: inline-block;
}
.timelineEntry:first-child .timelineDate {
top: calc(var(--grid-size) * 1.3);
}
.timelineEntry:not(.released) .timelineDate {
color: var(--color-gray);
font-weight: 600;
}
.timelineDetails {
display: flex;
margin-left: var(--grid-size);
position: relative;
padding: calc(var(--grid-size) * 1.5) 0 calc(var(--grid-size) * 1.5) calc(var(--grid-size) * 3);
border-left: 1px solid #777;
flex-grow: 1;
}
.timelineEntry:first-child .timelineDetails {
padding-top: 0;
}
.timelineEntry:last-child .timelineDetails {
padding-bottom: 0;
}
.timelineMarker {
position: absolute;
left: calc(var(--grid-size) * -2);
top: calc(var(--grid-size) * 3);
border-radius: 50%;
width: calc(var(--grid-size) * 3.9);
height: calc(var(--grid-size) * 3.9);
background: var(--color-blue);
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.timelineEntry:first-child .timelineMarker {
top: calc(var(--grid-size) * 1.5);
}
.released .timelineMarker {
background: var(--color-green);
}
@media (max-width: 400px) {
.header {
font-size: 18px;
}
}
@media (max-width: 910px) {
.timelineDetails {
border-left: none;
margin-left: 0;
padding-left: 0;
}
.timelineDate {
position: absolute;
right: 42px;
z-index: 6;
}
.timelineMarker {
right: 15px;
left: unset;
}
.timelineEntry .cardHeader {
font-size: 20px;
}
} | 0.472927 | 0.104889 |
/* @maridlcrmn */
/*-------------------------------*/
section {
padding-top: 30px;
padding-bottom: 30px;
}
.quote {
color: rgba(0, 0, 0, .1);
text-align: center;
margin-bottom: 30px;
}
/*-------------------------------*/
/* Carousel Fade Transition */
/*-------------------------------*/
#fade-quote-carousel.carousel {
padding-bottom: 70px;
margin-top: -40px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
opacity: 1;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators>li {
background-color: #1F3E50;
border: none;
}
#fade-quote-carousel blockquote {
text-align: center;
border: none;
}
#fade-quote-carousel .profile-circle {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 100px;
}
.testimonials {
background-image: url(../images/testimonial-background.jpg);
height: auto;
background-repeat: no-repeat;
margin-top: -20px;
background-size: cover;
background-attachment: fixed;
padding-bottom: 50px;
}
blockquote p {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
color: #444444;
}
.testimonial-head h4 {
font-size: 40px;
color: #ffffff;
padding-bottom: 25px;
padding-top: 25px;
font-weight: bold;
letter-spacing: 1px;
font-family: 'Montserrat', sans-serif;
}
.testimonial-head {
background-color: #4E686B;
height: auto;
}
.testimonials {
padding-top: 80px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-width: 480px) {
.testimonials h4 {
font-size: 35px;
padding-left: 10px;
padding-right: 10px;
}
.testimonial-head h4 {
font-size: 30px;
margin-top: -10px;
color: #ffffff;
padding-bottom: 30px;
padding-top: 30px;
font-family: 'Montserrat', sans-serif;
}
.testimonial-head {
background-color: #4E686B;
height: auto;
}
blockquote p {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
color: #444444;
padding-bottom: 60px !important;
}
.quote-div {
min-height: 400px !important;
}
.icon-controlers li {
position: relative;
top: 0px !important;
}
}
@media only screen
and (min-width: 480px)
and (max-width: 1024px) {
blockquote p {
font-family: 'Montserrat', sans-serif;
font-size: 19px;
color: #444444;
}
.quote-div {
margin-top: -60px !important;
padding-top: 60px;
max-height: 700px !important;
}
.icon-controlers li {
position: relative;
top: 0px !important;
}
}
/* Large screens ----------- */
@media only screen
and (min-width: 1824px) {
.testimonial-head h4 {
padding-bottom: 30px;
padding-top: 30px;
}
} | Product Website/css/testimonials-styling.css | /* @maridlcrmn */
/*-------------------------------*/
section {
padding-top: 30px;
padding-bottom: 30px;
}
.quote {
color: rgba(0, 0, 0, .1);
text-align: center;
margin-bottom: 30px;
}
/*-------------------------------*/
/* Carousel Fade Transition */
/*-------------------------------*/
#fade-quote-carousel.carousel {
padding-bottom: 70px;
margin-top: -40px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
opacity: 1;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators>li {
background-color: #1F3E50;
border: none;
}
#fade-quote-carousel blockquote {
text-align: center;
border: none;
}
#fade-quote-carousel .profile-circle {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 100px;
}
.testimonials {
background-image: url(../images/testimonial-background.jpg);
height: auto;
background-repeat: no-repeat;
margin-top: -20px;
background-size: cover;
background-attachment: fixed;
padding-bottom: 50px;
}
blockquote p {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
color: #444444;
}
.testimonial-head h4 {
font-size: 40px;
color: #ffffff;
padding-bottom: 25px;
padding-top: 25px;
font-weight: bold;
letter-spacing: 1px;
font-family: 'Montserrat', sans-serif;
}
.testimonial-head {
background-color: #4E686B;
height: auto;
}
.testimonials {
padding-top: 80px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-width: 480px) {
.testimonials h4 {
font-size: 35px;
padding-left: 10px;
padding-right: 10px;
}
.testimonial-head h4 {
font-size: 30px;
margin-top: -10px;
color: #ffffff;
padding-bottom: 30px;
padding-top: 30px;
font-family: 'Montserrat', sans-serif;
}
.testimonial-head {
background-color: #4E686B;
height: auto;
}
blockquote p {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
color: #444444;
padding-bottom: 60px !important;
}
.quote-div {
min-height: 400px !important;
}
.icon-controlers li {
position: relative;
top: 0px !important;
}
}
@media only screen
and (min-width: 480px)
and (max-width: 1024px) {
blockquote p {
font-family: 'Montserrat', sans-serif;
font-size: 19px;
color: #444444;
}
.quote-div {
margin-top: -60px !important;
padding-top: 60px;
max-height: 700px !important;
}
.icon-controlers li {
position: relative;
top: 0px !important;
}
}
/* Large screens ----------- */
@media only screen
and (min-width: 1824px) {
.testimonial-head h4 {
padding-bottom: 30px;
padding-top: 30px;
}
} | 0.233532 | 0.062245 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-image: url("https://images.unsplash.com/photo-1594872644022-d0e68359683e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60");
overflow-x: hidden;
background-size:cover;
background-repeat: no-repeat;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.App{
font-family: sans-serif;
text-align: center;
height: 100%;
width: 100%;
}
.logo{
margin: 1.5%;
text-align: left;
font-size: 2.3rem;
background-color: darkolivegreen;
color:white;
text-shadow: rgb(38, 48, 41) 2px 3.5px;
padding:1% 1.5%;
}
.logo:hover{
text-decoration: none;
color:black;
text-shadow: snow 2px 3.5px;
}
.tag{
text-align: left;
margin-left: 1.1rem;
font-style: italic;
}
nav {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin-bottom: 3rem;
background-color: darkolivegreen;
}
.navLinks {
display: flex;
justify-content: flex-end;
margin-right: 2rem;
}
.navLinks a{
text-decoration: none;
color: white;
font-weight: bold;
margin-right: 2rem;
font-size: 1.3rem;
padding-bottom: 1%;
}
.navLinks a.active {
border-bottom: 1px solid rgb(44, 44, 17);
}
.navLinks a:hover {
border-bottom: 1px solid white;
}
h7{
font-size: 1.6rem;
font-weight: bold;
color:darkolivegreen;
}
/* h1{
margin: 1.5%;
text-align: left;
font-size: 1.4rem;
background-color: darkolivegreen;
color:white;
text-shadow: rgb(38, 48, 41) 2px 2px;
padding:1% 1.5%;
} */
.login-form{
width:100%;
max-width: 650px;
padding:3% 8%;
margin:auto;
font-size: 1.1rem;
height:100%;
background-color: snow;
box-shadow: 4px 5px darkolivegreen;
/* opacity: 90%; */
color:#12251f;
}
.register-form{
width:100%;
max-width: 750px;
padding:4% 10%;
margin:auto;
margin-bottom: 15rem;
font-size: 1.1rem;
height:100%;
background-color: RGBA(255,255,255,.8) ;
box-shadow: 4px 5px darkolivegreen;
/* opacity: 90%; */
color:#12251f;
}
.profile{
width:100%;
max-width: 950px;
padding:4% 10%;
margin:auto;
margin-bottom: 15rem;
font-size: 1.1rem;
height:100%;
background-color: RGBA(255,255,255,.8);
box-shadow: 4px 5px darkolivegreen;
color:#12251f;
}
.strainselect{
width:100%;
max-width: 750px;
padding:4% 10%;
margin:auto;
margin-bottom: 15rem;
height:100%;
background-color: RGBA(255,255,255,.8);
box-shadow: 4px 5px darkolivegreen;
}
/* Forms */
input {
margin: 1.2rem 0;
}
.form-text {
display: block;
margin-top: 0.3rem;
color: #888;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='date'],
select,
textarea {
display: block;
width: 100%;
padding: 0.4rem;
font-size: 1.2rem;
border: 1px solid #ccc;
}
input[type='submit'],
button {
font: inherit;
}
.form-group {
margin: 1.2rem 0;
}
.form-group input {
margin: 0.2rem 0;
}
.form-container {
max-width: 500px;
margin: 2rem auto;
overflow: hidden;
padding: 0 2rem;
}
.form-container h1,
h2,
h3 {
text-align: center;
}
.error {
font-size: 1.2rem;
color: red;
}
/* for mobile - with Media Pixel of up to 500px display column*/
@media only screen and (max-width: 500px){
.logo{
font-size: 1.4rem;
}
.tag{
font-size: 1rem;
}
.navLinks {
flex-wrap: wrap;
flex-direction: column;
}
.navLinks a{
font-size: 1rem;
text-align: left;
margin: 1% 1.5%;
padding-left: 0.5rem;
}
}
/************** FOR 800 PX TAB**********************/
@media only screen and (min-width:501px) and (max-width:810px)
{
.logo{
font-size: 1.5rem;
}
.tag{
font-size: 1.2rem;
}
.navLinks {
flex-wrap: wrap;
flex-direction: column;
}
.navLinks a{
font-size: 1rem;
}
} | client/src/App.css | body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-image: url("https://images.unsplash.com/photo-1594872644022-d0e68359683e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60");
overflow-x: hidden;
background-size:cover;
background-repeat: no-repeat;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.App{
font-family: sans-serif;
text-align: center;
height: 100%;
width: 100%;
}
.logo{
margin: 1.5%;
text-align: left;
font-size: 2.3rem;
background-color: darkolivegreen;
color:white;
text-shadow: rgb(38, 48, 41) 2px 3.5px;
padding:1% 1.5%;
}
.logo:hover{
text-decoration: none;
color:black;
text-shadow: snow 2px 3.5px;
}
.tag{
text-align: left;
margin-left: 1.1rem;
font-style: italic;
}
nav {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin-bottom: 3rem;
background-color: darkolivegreen;
}
.navLinks {
display: flex;
justify-content: flex-end;
margin-right: 2rem;
}
.navLinks a{
text-decoration: none;
color: white;
font-weight: bold;
margin-right: 2rem;
font-size: 1.3rem;
padding-bottom: 1%;
}
.navLinks a.active {
border-bottom: 1px solid rgb(44, 44, 17);
}
.navLinks a:hover {
border-bottom: 1px solid white;
}
h7{
font-size: 1.6rem;
font-weight: bold;
color:darkolivegreen;
}
/* h1{
margin: 1.5%;
text-align: left;
font-size: 1.4rem;
background-color: darkolivegreen;
color:white;
text-shadow: rgb(38, 48, 41) 2px 2px;
padding:1% 1.5%;
} */
.login-form{
width:100%;
max-width: 650px;
padding:3% 8%;
margin:auto;
font-size: 1.1rem;
height:100%;
background-color: snow;
box-shadow: 4px 5px darkolivegreen;
/* opacity: 90%; */
color:#12251f;
}
.register-form{
width:100%;
max-width: 750px;
padding:4% 10%;
margin:auto;
margin-bottom: 15rem;
font-size: 1.1rem;
height:100%;
background-color: RGBA(255,255,255,.8) ;
box-shadow: 4px 5px darkolivegreen;
/* opacity: 90%; */
color:#12251f;
}
.profile{
width:100%;
max-width: 950px;
padding:4% 10%;
margin:auto;
margin-bottom: 15rem;
font-size: 1.1rem;
height:100%;
background-color: RGBA(255,255,255,.8);
box-shadow: 4px 5px darkolivegreen;
color:#12251f;
}
.strainselect{
width:100%;
max-width: 750px;
padding:4% 10%;
margin:auto;
margin-bottom: 15rem;
height:100%;
background-color: RGBA(255,255,255,.8);
box-shadow: 4px 5px darkolivegreen;
}
/* Forms */
input {
margin: 1.2rem 0;
}
.form-text {
display: block;
margin-top: 0.3rem;
color: #888;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='date'],
select,
textarea {
display: block;
width: 100%;
padding: 0.4rem;
font-size: 1.2rem;
border: 1px solid #ccc;
}
input[type='submit'],
button {
font: inherit;
}
.form-group {
margin: 1.2rem 0;
}
.form-group input {
margin: 0.2rem 0;
}
.form-container {
max-width: 500px;
margin: 2rem auto;
overflow: hidden;
padding: 0 2rem;
}
.form-container h1,
h2,
h3 {
text-align: center;
}
.error {
font-size: 1.2rem;
color: red;
}
/* for mobile - with Media Pixel of up to 500px display column*/
@media only screen and (max-width: 500px){
.logo{
font-size: 1.4rem;
}
.tag{
font-size: 1rem;
}
.navLinks {
flex-wrap: wrap;
flex-direction: column;
}
.navLinks a{
font-size: 1rem;
text-align: left;
margin: 1% 1.5%;
padding-left: 0.5rem;
}
}
/************** FOR 800 PX TAB**********************/
@media only screen and (min-width:501px) and (max-width:810px)
{
.logo{
font-size: 1.5rem;
}
.tag{
font-size: 1.2rem;
}
.navLinks {
flex-wrap: wrap;
flex-direction: column;
}
.navLinks a{
font-size: 1rem;
}
} | 0.41739 | 0.109563 |
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, video, audio, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figurecaption {
margin: 0px;
padding: 0px;
position: relative;
/* debug */
/*border: 1px solid #FFF;*/
/*text-shadow: 0px 0px 5px #777;*/
}
html, body {
position: absolute;
background: black;
}
a {
color: #00FF00;
text-decoration: none;
}
a:visited {
color: #009900;
text-decoration: none;
}
a:hover {
cursor: crosshair;
}
#mail-icon {
cursor: crosshair;
}
::selection {
color: black;
text-shadow: 2px 2px #0BA;
background: #FFF;
}
.right {
float: right;
}
.left {
float: left;
}
.pad {
padding-left: 5px;
}
/* front menu */
.menu-section {
font-family: 'futura','Andale Mono','verdana','times new roman','courier';
width: 100%;
height: 33%;
}
.menu-link {
height: 35%;
width: 49%;
color: #FFFFFF;
}
.menu-link:hover {
color: #00AAFF;
cursor: crosshair;
opacity: .7;
}
.link-section {
color: #FFFFFF;
width: 100%;
height: 50%;
}
.name-link {
width: 100%;
height: 35%;
text-align: center;
}
/* Background classes */
.layer {
top: 0px;
left: 0px;
position: absolute;
}
/* Main page navigation bar */
.nav-home {
text-align: center;
float: left;
}
.nav-home:hover {
text-align: center;
float: left;
cursor:crosshair;
background: yellow;
background: -webkit-linear-gradient(#000, #022, #00AAFF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.nav-btn {
float: right;
text-align: center;
}
.nav-btn:hover {
color: #0077BB;
text-shadow: 1px 1px black;
cursor: crosshair;
}
.active {
color: #112211;
opacity: .5;
}
.active:hover {
color: #112211;
opacity: .5;
text-shadow: none;
cursor: default;
}
.nav-table {
width: 100%;
height: 10%;
}
.nav-table-col {
width: 50%;
height: 100%;
overflow: visible;
}
.nav-table-row {
display: none;
width: 100%;
height: 50%;
text-wrap: none;
overflow: visible;
}
.nav-item {
color: #112211;
font-family: "Magistral Web Compressed",Impact,sans-serif;
white-space:nowrap;
overflow: visible;
margin-left: 2px;
}
.page {
width: 0px;
height: 0px;
overflow: hidden;
}
/* content display cards */
.section-card {
width: 100%;
font-family: 'optima','DejaVu Sans', 'courier new', sans-serif;
color: #FFFFFF;
display: none;
}
.section-card * {
overflow: hidden;
}
.item-bin {
overflow: visible;
}
.section-title {
font-family: 'optima','candara','arial', sans-serif;
overflow: hidden;
}
.card-footer {
width: 100%;
height: 10px;
}
.thin {
height: 20px;
}
.thick {
height: 30px;
}
.card-title {
font-size: 1.5em;
text-align: left;
}
.card-desc,.card-duration {
font-size: 1.25em;
text-align: left;
}
.backdrop-image {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 105%;
overflow: hidden;
}
.section-div {
width: 100%;
}
.preview-image-container {
width: 39%;
}
.preview-image {
max-width: 100%;
}
.preview-text {
width: 59%;
}
/* set the z index for the items related to the stickies */
.sticky {
z-index: 2;
}
.sticky-container {
z-index: 0;
}
.sticky-container > * {
z-index: 1;
}
.sticky * {
z-index: 3;
}
#page-nav {
z-index: 4;
}
/* contact page */
.contact-icon {
width: 100px;
height: 100px;
}
.contact-icon {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
}
.contact-icon:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
filter: grayscale(0%);
}
.contact-list-item {
float: left;
}
.contact-list {
width: 100%;
}
.contact-list li {
display: inline;
list-style-type: none;
}
.contact-item-link {
text-decoration:none;
}
/* id specific attributes */
#bg-img {
position: absolute;
top: 0px;
left: 0px;
background: none;
overflow: hidden;
}
#menu {
width: 100%;
height: 100%;
display: block;
overflow: visible;
/*
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 42%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,1)), color-stop(25%,rgba(0,0,0,1)), color-stop(42%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 42%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 42%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 42%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 42%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
*/
}
#content {
width: 0px;
height: 0px;
margin-left: auto;
margin-right: auto;
background: none;
overflow: hidden;
}
#page {
/*box-shadow: 0px 0px 20px #999;*/
}
#page-nav {
overflow: hidden;
border-bottom: 2px solid #8FBFDF;
}
#page-content {
overflow: auto;
width: 100%;
height: 90%;
background: black 0%;
}
#content-storage {
display: none;
}
#resume-header {
text-align: center;
}
#so-stat-card {
display: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Reflect text CSS, credit to:
* http://yichuanshen.de/demos/reflectedtext/
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.reflected:before, .reflected:after {
display: block;
position: absolute;
bottom: -.9em; /* You should change this value to fit your font */
left: 0;
right: 0;
}
.reflected:before {
content: '<NAME>';
opacity: .4;
-webkit-transform: scaleY(-1);
-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
}
.reflected:after {
background: -webkit-gradient(linear, left top, left center, from(rgba(0,0,0,0)), to(rgb(0,0,0)));
background: -moz-linear-gradient(top, rgba(0,0,0,0), rgb(0,0,0));
content: ' ';
height: 1em;
}
.project-link {
} | PersonalSite/static/css/personal_site_styles.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, video, audio, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figurecaption {
margin: 0px;
padding: 0px;
position: relative;
/* debug */
/*border: 1px solid #FFF;*/
/*text-shadow: 0px 0px 5px #777;*/
}
html, body {
position: absolute;
background: black;
}
a {
color: #00FF00;
text-decoration: none;
}
a:visited {
color: #009900;
text-decoration: none;
}
a:hover {
cursor: crosshair;
}
#mail-icon {
cursor: crosshair;
}
::selection {
color: black;
text-shadow: 2px 2px #0BA;
background: #FFF;
}
.right {
float: right;
}
.left {
float: left;
}
.pad {
padding-left: 5px;
}
/* front menu */
.menu-section {
font-family: 'futura','Andale Mono','verdana','times new roman','courier';
width: 100%;
height: 33%;
}
.menu-link {
height: 35%;
width: 49%;
color: #FFFFFF;
}
.menu-link:hover {
color: #00AAFF;
cursor: crosshair;
opacity: .7;
}
.link-section {
color: #FFFFFF;
width: 100%;
height: 50%;
}
.name-link {
width: 100%;
height: 35%;
text-align: center;
}
/* Background classes */
.layer {
top: 0px;
left: 0px;
position: absolute;
}
/* Main page navigation bar */
.nav-home {
text-align: center;
float: left;
}
.nav-home:hover {
text-align: center;
float: left;
cursor:crosshair;
background: yellow;
background: -webkit-linear-gradient(#000, #022, #00AAFF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.nav-btn {
float: right;
text-align: center;
}
.nav-btn:hover {
color: #0077BB;
text-shadow: 1px 1px black;
cursor: crosshair;
}
.active {
color: #112211;
opacity: .5;
}
.active:hover {
color: #112211;
opacity: .5;
text-shadow: none;
cursor: default;
}
.nav-table {
width: 100%;
height: 10%;
}
.nav-table-col {
width: 50%;
height: 100%;
overflow: visible;
}
.nav-table-row {
display: none;
width: 100%;
height: 50%;
text-wrap: none;
overflow: visible;
}
.nav-item {
color: #112211;
font-family: "Magistral Web Compressed",Impact,sans-serif;
white-space:nowrap;
overflow: visible;
margin-left: 2px;
}
.page {
width: 0px;
height: 0px;
overflow: hidden;
}
/* content display cards */
.section-card {
width: 100%;
font-family: 'optima','DejaVu Sans', 'courier new', sans-serif;
color: #FFFFFF;
display: none;
}
.section-card * {
overflow: hidden;
}
.item-bin {
overflow: visible;
}
.section-title {
font-family: 'optima','candara','arial', sans-serif;
overflow: hidden;
}
.card-footer {
width: 100%;
height: 10px;
}
.thin {
height: 20px;
}
.thick {
height: 30px;
}
.card-title {
font-size: 1.5em;
text-align: left;
}
.card-desc,.card-duration {
font-size: 1.25em;
text-align: left;
}
.backdrop-image {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 105%;
overflow: hidden;
}
.section-div {
width: 100%;
}
.preview-image-container {
width: 39%;
}
.preview-image {
max-width: 100%;
}
.preview-text {
width: 59%;
}
/* set the z index for the items related to the stickies */
.sticky {
z-index: 2;
}
.sticky-container {
z-index: 0;
}
.sticky-container > * {
z-index: 1;
}
.sticky * {
z-index: 3;
}
#page-nav {
z-index: 4;
}
/* contact page */
.contact-icon {
width: 100px;
height: 100px;
}
.contact-icon {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
}
.contact-icon:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
filter: grayscale(0%);
}
.contact-list-item {
float: left;
}
.contact-list {
width: 100%;
}
.contact-list li {
display: inline;
list-style-type: none;
}
.contact-item-link {
text-decoration:none;
}
/* id specific attributes */
#bg-img {
position: absolute;
top: 0px;
left: 0px;
background: none;
overflow: hidden;
}
#menu {
width: 100%;
height: 100%;
display: block;
overflow: visible;
/*
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 42%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,1)), color-stop(25%,rgba(0,0,0,1)), color-stop(42%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 42%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 42%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 42%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 42%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
*/
}
#content {
width: 0px;
height: 0px;
margin-left: auto;
margin-right: auto;
background: none;
overflow: hidden;
}
#page {
/*box-shadow: 0px 0px 20px #999;*/
}
#page-nav {
overflow: hidden;
border-bottom: 2px solid #8FBFDF;
}
#page-content {
overflow: auto;
width: 100%;
height: 90%;
background: black 0%;
}
#content-storage {
display: none;
}
#resume-header {
text-align: center;
}
#so-stat-card {
display: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Reflect text CSS, credit to:
* http://yichuanshen.de/demos/reflectedtext/
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.reflected:before, .reflected:after {
display: block;
position: absolute;
bottom: -.9em; /* You should change this value to fit your font */
left: 0;
right: 0;
}
.reflected:before {
content: '<NAME>';
opacity: .4;
-webkit-transform: scaleY(-1);
-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
}
.reflected:after {
background: -webkit-gradient(linear, left top, left center, from(rgba(0,0,0,0)), to(rgb(0,0,0)));
background: -moz-linear-gradient(top, rgba(0,0,0,0), rgb(0,0,0));
content: ' ';
height: 1em;
}
.project-link {
} | 0.202917 | 0.08733 |
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,900,300italic,400italic);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.42857143;
color: #232b41;
background-color: #e5e5e5;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #198c75;
text-decoration: none;
}
a:hover,
a:focus {
color: #393f4f;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #e5e5e5;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 22px;
margin-bottom: 22px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: Lato, sans-serif;
font-weight: 300;
line-height: 1.1;
color: #393f4f;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 22px;
margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 11px;
margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 41px;
}
h2,
.h2 {
font-size: 34px;
}
h3,
.h3 {
font-size: 28px;
}
h4,
.h4 {
font-size: 20px;
}
h5,
.h5 {
font-size: 16px;
}
h6,
.h6 {
font-size: 14px;
}
p {
margin: 0 0 11px;
}
.lead {
margin-bottom: 22px;
font-size: 18px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 24px;
}
}
small,
.small {
font-size: 87%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 10px;
margin: 44px 0 22px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 22px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 11px 22px;
margin: 0 0 22px;
font-size: 20px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 22px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
pre {
display: block;
padding: 10.5px;
margin: 0 0 11px;
font-size: 15px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #e5e5e5;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 16.5px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 22px;
font-size: 24px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 16px;
line-height: 1.42857143;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
font-size: 16px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, 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;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 36px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 33px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 49px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 22px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.input-sm {
height: 33px;
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 33px;
line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 33px;
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
}
select.form-group-sm .form-control {
height: 33px;
line-height: 33px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 33px;
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
min-height: 36px;
}
.input-lg {
height: 49px;
padding: 10px 16px;
font-size: 20px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 49px;
line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 49px;
padding: 10px 16px;
font-size: 20px;
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
height: 49px;
line-height: 49px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 49px;
padding: 10px 16px;
font-size: 20px;
line-height: 1.3333333;
min-height: 42px;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 45px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
width: 49px;
height: 49px;
line-height: 49px;
}
.input-sm + .form-control-feedback {
width: 33px;
height: 33px;
line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #506294;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 29px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 16px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333333;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default .badge {
color: #ffffff;
background-color: #333333;
}
.btn-primary {
color: #ffffff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #ffffff;
}
.btn-success {
color: #ffffff;
background-color: #50af51;
border-color: #489e49;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #408c41;
border-color: #357435;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #50af51;
border-color: #489e49;
}
.btn-success .badge {
color: #50af51;
background-color: #ffffff;
}
.btn-info {
color: #ffffff;
background-color: #4b9eb6;
border-color: #438fa5;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #3b7f93;
border-color: #316979;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #4b9eb6;
border-color: #438fa5;
}
.btn-info .badge {
color: #4b9eb6;
background-color: #ffffff;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.btn-link {
color: #198c75;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #393f4f;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 20px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 16px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 14px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 49px;
padding: 10px 16px;
font-size: 20px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 49px;
line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 33px;
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 33px;
line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 16px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 14px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 20px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #198c75;
}
.nav .nav-divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #e5e5e5;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #e5e5e5;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #e5e5e5;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 22px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 14px 15px;
font-size: 20px;
line-height: 22px;
height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 22px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 22px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 14px;
padding-bottom: 14px;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 7px;
margin-bottom: 7px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 7px;
margin-bottom: 7px;
}
.navbar-btn.btn-sm {
margin-top: 8.5px;
margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 14px;
margin-bottom: 14px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
.navbar-default .btn-link {
color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc;
}
.navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 22px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 22px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #198c75;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #393f4f;
background-color: #eeeeee;
border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 22px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #ffffff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #50af51;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #408c41;
}
.label-info {
background-color: #4b9eb6;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #3b7f93;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 14px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #198c75;
background-color: #ffffff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding: 30px 15px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 24px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding: 48px 0;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 72px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 22px;
line-height: 1.42857143;
background-color: #e5e5e5;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #198c75;
}
.thumbnail .caption {
padding: 9px;
color: #232b41;
}
.alert {
padding: 15px;
margin-bottom: 22px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 22px;
margin-bottom: 22px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 14px;
line-height: 22px;
color: #ffffff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #50af51;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #4b9eb6;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item {
color: #555555;
}
a.list-group-item .list-group-item-heading {
color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
color: #555555;
background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 22px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 18px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 22px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
.panel-default {
border-color: #dddddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #dddddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 24px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 16px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.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 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1000;
perspective: 1000;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 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-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
@font-face {
font-family: 'Material-Design-Icons';
src: url('fonts/Material-Design-Icons.eot?3ocs8m');
src: url('fonts/Material-Design-Icons.eot?#iefix3ocs8m') format('embedded-opentype'), url('fonts/Material-Design-Icons.woff?3ocs8m') format('woff'), url('fonts/Material-Design-Icons.ttf?3ocs8m') format('truetype'), url('fonts/Material-Design-Icons.svg?3ocs8m#Material-Design-Icons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="mdi-"],
[class*="mdi-"] {
speak: none;
display: inline-block;
font: normal normal normal 24px/1 'Material-Design-Icons';
text-rendering: geometricPrecision;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
[class^="mdi-"]:before,
[class*="mdi-"]:before {
display: inline-block;
speak: none;
text-decoration: inherit;
}
[class^="mdi-"].pull-left,
[class*="mdi-"].pull-left {
margin-right: .3em;
}
[class^="mdi-"].pull-right,
[class*="mdi-"].pull-right {
margin-left: .3em;
}
[class^="mdi-"].mdi-lg:before,
[class*="mdi-"].mdi-lg:before,
[class^="mdi-"].mdi-lg:after,
[class*="mdi-"].mdi-lg:after {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
[class^="mdi-"].mdi-2x:before,
[class*="mdi-"].mdi-2x:before,
[class^="mdi-"].mdi-2x:after,
[class*="mdi-"].mdi-2x:after {
font-size: 2em;
}
[class^="mdi-"].mdi-3x:before,
[class*="mdi-"].mdi-3x:before,
[class^="mdi-"].mdi-3x:after,
[class*="mdi-"].mdi-3x:after {
font-size: 3em;
}
[class^="mdi-"].mdi-4x:before,
[class*="mdi-"].mdi-4x:before,
[class^="mdi-"].mdi-4x:after,
[class*="mdi-"].mdi-4x:after {
font-size: 4em;
}
[class^="mdi-"].mdi-5x:before,
[class*="mdi-"].mdi-5x:before,
[class^="mdi-"].mdi-5x:after,
[class*="mdi-"].mdi-5x:after {
font-size: 5em;
}
.mdi-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.mdi-stack-1x,
.mdi-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.mdi-stack-1x {
line-height: inherit;
}
.mdi-stack-2x {
font-size: 2em;
}
.mdi-inverse {
color: #ffffff;
}
/* Start Icons */
.mdi-action-3d-rotation:before {
content: "\e600";
}
.mdi-action-accessibility:before {
content: "\e601";
}
.mdi-action-account-balance-wallet:before {
content: "\e602";
}
.mdi-action-account-balance:before {
content: "\e603";
}
.mdi-action-account-box:before {
content: "\e604";
}
.mdi-action-account-child:before {
content: "\e605";
}
.mdi-action-account-circle:before {
content: "\e606";
}
.mdi-action-add-shopping-cart:before {
content: "\e607";
}
.mdi-action-alarm-add:before {
content: "\e608";
}
.mdi-action-alarm-off:before {
content: "\e609";
}
.mdi-action-alarm-on:before {
content: "\e60a";
}
.mdi-action-alarm:before {
content: "\e60b";
}
.mdi-action-android:before {
content: "\e60c";
}
.mdi-action-announcement:before {
content: "\e60d";
}
.mdi-action-aspect-ratio:before {
content: "\e60e";
}
.mdi-action-assessment:before {
content: "\e60f";
}
.mdi-action-assignment-ind:before {
content: "\e610";
}
.mdi-action-assignment-late:before {
content: "\e611";
}
.mdi-action-assignment-return:before {
content: "\e612";
}
.mdi-action-assignment-returned:before {
content: "\e613";
}
.mdi-action-assignment-turned-in:before {
content: "\e614";
}
.mdi-action-assignment:before {
content: "\e615";
}
.mdi-action-autorenew:before {
content: "\e616";
}
.mdi-action-backup:before {
content: "\e617";
}
.mdi-action-book:before {
content: "\e618";
}
.mdi-action-bookmark-outline:before {
content: "\e619";
}
.mdi-action-bookmark:before {
content: "\e61a";
}
.mdi-action-bug-report:before {
content: "\e61b";
}
.mdi-action-cached:before {
content: "\e61c";
}
.mdi-action-check-circle:before {
content: "\e61d";
}
.mdi-action-class:before {
content: "\e61e";
}
.mdi-action-credit-card:before {
content: "\e61f";
}
.mdi-action-dashboard:before {
content: "\e620";
}
.mdi-action-delete:before {
content: "\e621";
}
.mdi-action-description:before {
content: "\e622";
}
.mdi-action-dns:before {
content: "\e623";
}
.mdi-action-done-all:before {
content: "\e624";
}
.mdi-action-done:before {
content: "\e625";
}
.mdi-action-event:before {
content: "\e626";
}
.mdi-action-exit-to-app:before {
content: "\e627";
}
.mdi-action-explore:before {
content: "\e628";
}
.mdi-action-extension:before {
content: "\e629";
}
.mdi-action-face-unlock:before {
content: "\e62a";
}
.mdi-action-favorite-outline:before {
content: "\e62b";
}
.mdi-action-favorite:before {
content: "\e62c";
}
.mdi-action-find-in-page:before {
content: "\e62d";
}
.mdi-action-find-replace:before {
content: "\e62e";
}
.mdi-action-flip-to-back:before {
content: "\e62f";
}
.mdi-action-flip-to-front:before {
content: "\e630";
}
.mdi-action-get-app:before {
content: "\e631";
}
.mdi-action-grade:before {
content: "\e632";
}
.mdi-action-group-work:before {
content: "\e633";
}
.mdi-action-help:before {
content: "\e634";
}
.mdi-action-highlight-remove:before {
content: "\e635";
}
.mdi-action-history:before {
content: "\e636";
}
.mdi-action-home:before {
content: "\e637";
}
.mdi-action-https:before {
content: "\e638";
}
.mdi-action-info-outline:before {
content: "\e639";
}
.mdi-action-info:before {
content: "\e63a";
}
.mdi-action-input:before {
content: "\e63b";
}
.mdi-action-invert-colors:before {
content: "\e63c";
}
.mdi-action-label-outline:before {
content: "\e63d";
}
.mdi-action-label:before {
content: "\e63e";
}
.mdi-action-language:before {
content: "\e63f";
}
.mdi-action-launch:before {
content: "\e640";
}
.mdi-action-list:before {
content: "\e641";
}
.mdi-action-lock-open:before {
content: "\e642";
}
.mdi-action-lock-outline:before {
content: "\e643";
}
.mdi-action-lock:before {
content: "\e644";
}
.mdi-action-loyalty:before {
content: "\e645";
}
.mdi-action-markunread-mailbox:before {
content: "\e646";
}
.mdi-action-note-add:before {
content: "\e647";
}
.mdi-action-open-in-browser:before {
content: "\e648";
}
.mdi-action-open-in-new:before {
content: "\e649";
}
.mdi-action-open-with:before {
content: "\e64a";
}
.mdi-action-pageview:before {
content: "\e64b";
}
.mdi-action-payment:before {
content: "\e64c";
}
.mdi-action-perm-camera-mic:before {
content: "\e64d";
}
.mdi-action-perm-contact-cal:before {
content: "\e64e";
}
.mdi-action-perm-data-setting:before {
content: "\e64f";
}
.mdi-action-perm-device-info:before {
content: "\e650";
}
.mdi-action-perm-identity:before {
content: "\e651";
}
.mdi-action-perm-media:before {
content: "\e652";
}
.mdi-action-perm-phone-msg:before {
content: "\e653";
}
.mdi-action-perm-scan-wifi:before {
content: "\e654";
}
.mdi-action-picture-in-picture:before {
content: "\e655";
}
.mdi-action-polymer:before {
content: "\e656";
}
.mdi-action-print:before {
content: "\e657";
}
.mdi-action-query-builder:before {
content: "\e658";
}
.mdi-action-question-answer:before {
content: "\e659";
}
.mdi-action-receipt:before {
content: "\e65a";
}
.mdi-action-redeem:before {
content: "\e65b";
}
.mdi-action-reorder:before {
content: "\e65c";
}
.mdi-action-report-problem:before {
content: "\e65d";
}
.mdi-action-restore:before {
content: "\e65e";
}
.mdi-action-room:before {
content: "\e65f";
}
.mdi-action-schedule:before {
content: "\e660";
}
.mdi-action-search:before {
content: "\e661";
}
.mdi-action-settings-applications:before {
content: "\e662";
}
.mdi-action-settings-backup-restore:before {
content: "\e663";
}
.mdi-action-settings-bluetooth:before {
content: "\e664";
}
.mdi-action-settings-cell:before {
content: "\e665";
}
.mdi-action-settings-display:before {
content: "\e666";
}
.mdi-action-settings-ethernet:before {
content: "\e667";
}
.mdi-action-settings-input-antenna:before {
content: "\e668";
}
.mdi-action-settings-input-component:before {
content: "\e669";
}
.mdi-action-settings-input-composite:before {
content: "\e66a";
}
.mdi-action-settings-input-hdmi:before {
content: "\e66b";
}
.mdi-action-settings-input-svideo:before {
content: "\e66c";
}
.mdi-action-settings-overscan:before {
content: "\e66d";
}
.mdi-action-settings-phone:before {
content: "\e66e";
}
.mdi-action-settings-power:before {
content: "\e66f";
}
.mdi-action-settings-remote:before {
content: "\e670";
}
.mdi-action-settings-voice:before {
content: "\e671";
}
.mdi-action-settings:before {
content: "\e672";
}
.mdi-action-shop-two:before {
content: "\e673";
}
.mdi-action-shop:before {
content: "\e674";
}
.mdi-action-shopping-basket:before {
content: "\e675";
}
.mdi-action-shopping-cart:before {
content: "\e676";
}
.mdi-action-speaker-notes:before {
content: "\e677";
}
.mdi-action-spellcheck:before {
content: "\e678";
}
.mdi-action-star-rate:before {
content: "\e679";
}
.mdi-action-stars:before {
content: "\e67a";
}
.mdi-action-store:before {
content: "\e67b";
}
.mdi-action-subject:before {
content: "\e67c";
}
.mdi-action-supervisor-account:before {
content: "\e67d";
}
.mdi-action-swap-horiz:before {
content: "\e67e";
}
.mdi-action-swap-vert-circle:before {
content: "\e67f";
}
.mdi-action-swap-vert:before {
content: "\e680";
}
.mdi-action-system-update-tv:before {
content: "\e681";
}
.mdi-action-tab-unselected:before {
content: "\e682";
}
.mdi-action-tab:before {
content: "\e683";
}
.mdi-action-theaters:before {
content: "\e684";
}
.mdi-action-thumb-down:before {
content: "\e685";
}
.mdi-action-thumb-up:before {
content: "\e686";
}
.mdi-action-thumbs-up-down:before {
content: "\e687";
}
.mdi-action-toc:before {
content: "\e688";
}
.mdi-action-today:before {
content: "\e689";
}
.mdi-action-track-changes:before {
content: "\e68a";
}
.mdi-action-translate:before {
content: "\e68b";
}
.mdi-action-trending-down:before {
content: "\e68c";
}
.mdi-action-trending-neutral:before {
content: "\e68d";
}
.mdi-action-trending-up:before {
content: "\e68e";
}
.mdi-action-turned-in-not:before {
content: "\e68f";
}
.mdi-action-turned-in:before {
content: "\e690";
}
.mdi-action-verified-user:before {
content: "\e691";
}
.mdi-action-view-agenda:before {
content: "\e692";
}
.mdi-action-view-array:before {
content: "\e693";
}
.mdi-action-view-carousel:before {
content: "\e694";
}
.mdi-action-view-column:before {
content: "\e695";
}
.mdi-action-view-day:before {
content: "\e696";
}
.mdi-action-view-headline:before {
content: "\e697";
}
.mdi-action-view-list:before {
content: "\e698";
}
.mdi-action-view-module:before {
content: "\e699";
}
.mdi-action-view-quilt:before {
content: "\e69a";
}
.mdi-action-view-stream:before {
content: "\e69b";
}
.mdi-action-view-week:before {
content: "\e69c";
}
.mdi-action-visibility-off:before {
content: "\e69d";
}
.mdi-action-visibility:before {
content: "\e69e";
}
.mdi-action-wallet-giftcard:before {
content: "\e69f";
}
.mdi-action-wallet-membership:before {
content: "\e6a0";
}
.mdi-action-wallet-travel:before {
content: "\e6a1";
}
.mdi-action-work:before {
content: "\e6a2";
}
.mdi-alert-error:before {
content: "\e6a3";
}
.mdi-alert-warning:before {
content: "\e6a4";
}
.mdi-av-album:before {
content: "\e6a5";
}
.mdi-av-closed-caption:before {
content: "\e6a6";
}
.mdi-av-equalizer:before {
content: "\e6a7";
}
.mdi-av-explicit:before {
content: "\e6a8";
}
.mdi-av-fast-forward:before {
content: "\e6a9";
}
.mdi-av-fast-rewind:before {
content: "\e6aa";
}
.mdi-av-games:before {
content: "\e6ab";
}
.mdi-av-hearing:before {
content: "\e6ac";
}
.mdi-av-high-quality:before {
content: "\e6ad";
}
.mdi-av-loop:before {
content: "\e6ae";
}
.mdi-av-mic-none:before {
content: "\e6af";
}
.mdi-av-mic-off:before {
content: "\e6b0";
}
.mdi-av-mic:before {
content: "\e6b1";
}
.mdi-av-movie:before {
content: "\e6b2";
}
.mdi-av-my-library-add:before {
content: "\e6b3";
}
.mdi-av-my-library-books:before {
content: "\e6b4";
}
.mdi-av-my-library-music:before {
content: "\e6b5";
}
.mdi-av-new-releases:before {
content: "\e6b6";
}
.mdi-av-not-interested:before {
content: "\e6b7";
}
.mdi-av-pause-circle-fill:before {
content: "\e6b8";
}
.mdi-av-pause-circle-outline:before {
content: "\e6b9";
}
.mdi-av-pause:before {
content: "\e6ba";
}
.mdi-av-play-arrow:before {
content: "\e6bb";
}
.mdi-av-play-circle-fill:before {
content: "\e6bc";
}
.mdi-av-play-circle-outline:before {
content: "\e6bd";
}
.mdi-av-play-shopping-bag:before {
content: "\e6be";
}
.mdi-av-playlist-add:before {
content: "\e6bf";
}
.mdi-av-queue-mus:before {
content: "\e6c0";
}
.mdi-av-queue:before {
content: "\e6c1";
}
.mdi-av-radio:before {
content: "\e6c2";
}
.mdi-av-recent-actors:before {
content: "\e6c3";
}
.mdi-av-repeat-one:before {
content: "\e6c4";
}
.mdi-av-repeat:before {
content: "\e6c5";
}
.mdi-av-replay:before {
content: "\e6c6";
}
.mdi-av-shuffle:before {
content: "\e6c7";
}
.mdi-av-skip-next:before {
content: "\e6c8";
}
.mdi-av-skip-previous:before {
content: "\e6c9";
}
.mdi-av-snooze:before {
content: "\e6ca";
}
.mdi-av-stop:before {
content: "\e6cb";
}
.mdi-av-subtitles:before {
content: "\e6cc";
}
.mdi-av-surround-sound:before {
content: "\e6cd";
}
.mdi-av-timer:before {
content: "\e6ce";
}
.mdi-av-video-collection:before {
content: "\e6cf";
}
.mdi-av-videocam-off:before {
content: "\e6d0";
}
.mdi-av-videocam:before {
content: "\e6d1";
}
.mdi-av-volume-down:before {
content: "\e6d2";
}
.mdi-av-volume-mute:before {
content: "\e6d3";
}
.mdi-av-volume-off:before {
content: "\e6d4";
}
.mdi-av-volume-up:before {
content: "\e6d5";
}
.mdi-av-web:before {
content: "\e6d6";
}
.mdi-communication-business:before {
content: "\e6d7";
}
.mdi-communication-call-end:before {
content: "\e6d8";
}
.mdi-communication-call-made:before {
content: "\e6d9";
}
.mdi-communication-call-merge:before {
content: "\e6da";
}
.mdi-communication-call-missed:before {
content: "\e6db";
}
.mdi-communication-call-received:before {
content: "\e6dc";
}
.mdi-communication-call-split:before {
content: "\e6dd";
}
.mdi-communication-call:before {
content: "\e6de";
}
.mdi-communication-chat:before {
content: "\e6df";
}
.mdi-communication-clear-all:before {
content: "\e6e0";
}
.mdi-communication-comment:before {
content: "\e6e1";
}
.mdi-communication-contacts:before {
content: "\e6e2";
}
.mdi-communication-dialer-sip:before {
content: "\e6e3";
}
.mdi-communication-dialpad:before {
content: "\e6e4";
}
.mdi-communication-dnd-on:before {
content: "\e6e5";
}
.mdi-communication-email:before {
content: "\e6e6";
}
.mdi-communication-forum:before {
content: "\e6e7";
}
.mdi-communication-import-export:before {
content: "\e6e8";
}
.mdi-communication-invert-colors-off:before {
content: "\e6e9";
}
.mdi-communication-invert-colors-on:before {
content: "\e6ea";
}
.mdi-communication-live-help:before {
content: "\e6eb";
}
.mdi-communication-location-off:before {
content: "\e6ec";
}
.mdi-communication-location-on:before {
content: "\e6ed";
}
.mdi-communication-message:before {
content: "\e6ee";
}
.mdi-communication-messenger:before {
content: "\e6ef";
}
.mdi-communication-no-sim:before {
content: "\e6f0";
}
.mdi-communication-phone:before {
content: "\e6f1";
}
.mdi-communication-portable-wifi-off:before {
content: "\e6f2";
}
.mdi-communication-quick-contacts-dialer:before {
content: "\e6f3";
}
.mdi-communication-quick-contacts-mail:before {
content: "\e6f4";
}
.mdi-communication-ring-volume:before {
content: "\e6f5";
}
.mdi-communication-stay-current-landscape:before {
content: "\e6f6";
}
.mdi-communication-stay-current-portrait:before {
content: "\e6f7";
}
.mdi-communication-stay-primary-landscape:before {
content: "\e6f8";
}
.mdi-communication-stay-primary-portrait:before {
content: "\e6f9";
}
.mdi-communication-swap-calls:before {
content: "\e6fa";
}
.mdi-communication-textsms:before {
content: "\e6fb";
}
.mdi-communication-voicemail:before {
content: "\e6fc";
}
.mdi-communication-vpn-key:before {
content: "\e6fd";
}
.mdi-content-add-box:before {
content: "\e6fe";
}
.mdi-content-add-circle-outline:before {
content: "\e6ff";
}
.mdi-content-add-circle:before {
content: "\e700";
}
.mdi-content-add:before {
content: "\e701";
}
.mdi-content-archive:before {
content: "\e702";
}
.mdi-content-backspace:before {
content: "\e703";
}
.mdi-content-block:before {
content: "\e704";
}
.mdi-content-clear:before {
content: "\e705";
}
.mdi-content-content-copy:before {
content: "\e706";
}
.mdi-content-content-cut:before {
content: "\e707";
}
.mdi-content-content-paste:before {
content: "\e708";
}
.mdi-content-create:before {
content: "\e709";
}
.mdi-content-drafts:before {
content: "\e70a";
}
.mdi-content-filter-list:before {
content: "\e70b";
}
.mdi-content-flag:before {
content: "\e70c";
}
.mdi-content-forward:before {
content: "\e70d";
}
.mdi-content-gesture:before {
content: "\e70e";
}
.mdi-content-inbox:before {
content: "\e70f";
}
.mdi-content-link:before {
content: "\e710";
}
.mdi-content-mail:before {
content: "\e711";
}
.mdi-content-markunread:before {
content: "\e712";
}
.mdi-content-redo:before {
content: "\e713";
}
.mdi-content-remove-circle-outline:before {
content: "\e714";
}
.mdi-content-remove-circle:before {
content: "\e715";
}
.mdi-content-remove:before {
content: "\e716";
}
.mdi-content-reply-all:before {
content: "\e717";
}
.mdi-content-reply:before {
content: "\e718";
}
.mdi-content-report:before {
content: "\e719";
}
.mdi-content-save:before {
content: "\e71a";
}
.mdi-content-select-all:before {
content: "\e71b";
}
.mdi-content-send:before {
content: "\e71c";
}
.mdi-content-sort:before {
content: "\e71d";
}
.mdi-content-text-format:before {
content: "\e71e";
}
.mdi-content-undo:before {
content: "\e71f";
}
.mdi-editor-attach-file:before {
content: "\e776";
}
.mdi-editor-attach-money:before {
content: "\e777";
}
.mdi-editor-border-all:before {
content: "\e778";
}
.mdi-editor-border-bottom:before {
content: "\e779";
}
.mdi-editor-border-clear:before {
content: "\e77a";
}
.mdi-editor-border-color:before {
content: "\e77b";
}
.mdi-editor-border-horizontal:before {
content: "\e77c";
}
.mdi-editor-border-inner:before {
content: "\e77d";
}
.mdi-editor-border-left:before {
content: "\e77e";
}
.mdi-editor-border-outer:before {
content: "\e77f";
}
.mdi-editor-border-right:before {
content: "\e780";
}
.mdi-editor-border-style:before {
content: "\e781";
}
.mdi-editor-border-top:before {
content: "\e782";
}
.mdi-editor-border-vertical:before {
content: "\e783";
}
.mdi-editor-format-align-center:before {
content: "\e784";
}
.mdi-editor-format-align-justify:before {
content: "\e785";
}
.mdi-editor-format-align-left:before {
content: "\e786";
}
.mdi-editor-format-align-right:before {
content: "\e787";
}
.mdi-editor-format-bold:before {
content: "\e788";
}
.mdi-editor-format-clear:before {
content: "\e789";
}
.mdi-editor-format-color-fill:before {
content: "\e78a";
}
.mdi-editor-format-color-reset:before {
content: "\e78b";
}
.mdi-editor-format-color-text:before {
content: "\e78c";
}
.mdi-editor-format-indent-decrease:before {
content: "\e78d";
}
.mdi-editor-format-indent-increase:before {
content: "\e78e";
}
.mdi-editor-format-italic:before {
content: "\e78f";
}
.mdi-editor-format-line-spacing:before {
content: "\e790";
}
.mdi-editor-format-list-bulleted:before {
content: "\e791";
}
.mdi-editor-format-list-numbered:before {
content: "\e792";
}
.mdi-editor-format-paint:before {
content: "\e793";
}
.mdi-editor-format-quote:before {
content: "\e794";
}
.mdi-editor-format-size:before {
content: "\e795";
}
.mdi-editor-format-strikethrough:before {
content: "\e796";
}
.mdi-editor-format-textdirection-l-to-r:before {
content: "\e797";
}
.mdi-editor-format-textdirection-r-to-l:before {
content: "\e798";
}
.mdi-editor-format-underline:before {
content: "\e799";
}
.mdi-editor-functions:before {
content: "\e79a";
}
.mdi-editor-insert-chart:before {
content: "\e79b";
}
.mdi-editor-insert-comment:before {
content: "\e79c";
}
.mdi-editor-insert-drive-file:before {
content: "\e79d";
}
.mdi-editor-insert-emoticon:before {
content: "\e79e";
}
.mdi-editor-insert-invitation:before {
content: "\e79f";
}
.mdi-editor-insert-link:before {
content: "\e7a0";
}
.mdi-editor-insert-photo:before {
content: "\e7a1";
}
.mdi-editor-merge-type:before {
content: "\e7a2";
}
.mdi-editor-mode-comment:before {
content: "\e7a3";
}
.mdi-editor-mode-edit:before {
content: "\e7a4";
}
.mdi-editor-publish:before {
content: "\e7a5";
}
.mdi-editor-vertical-align-bottom:before {
content: "\e7a6";
}
.mdi-editor-vertical-align-center:before {
content: "\e7a7";
}
.mdi-editor-vertical-align-top:before {
content: "\e7a8";
}
.mdi-editor-wrap-text:before {
content: "\e7a9";
}
.mdi-file-attachment:before {
content: "\e7aa";
}
.mdi-file-cloud-circle:before {
content: "\e7ab";
}
.mdi-file-cloud-done:before {
content: "\e7ac";
}
.mdi-file-cloud-download:before {
content: "\e7ad";
}
.mdi-file-cloud-off:before {
content: "\e7ae";
}
.mdi-file-cloud-queue:before {
content: "\e7af";
}
.mdi-file-cloud-upload:before {
content: "\e7b0";
}
.mdi-file-cloud:before {
content: "\e7b1";
}
.mdi-file-file-download:before {
content: "\e7b2";
}
.mdi-file-file-upload:before {
content: "\e7b3";
}
.mdi-file-folder-open:before {
content: "\e7b4";
}
.mdi-file-folder-shared:before {
content: "\e7b5";
}
.mdi-file-folder:before {
content: "\e7b6";
}
.mdi-device-access-alarm:before {
content: "\e720";
}
.mdi-device-access-alarms:before {
content: "\e721";
}
.mdi-device-access-time:before {
content: "\e722";
}
.mdi-device-add-alarm:before {
content: "\e723";
}
.mdi-device-airplanemode-off:before {
content: "\e724";
}
.mdi-device-airplanemode-on:before {
content: "\e725";
}
.mdi-device-battery-20:before {
content: "\e726";
}
.mdi-device-battery-30:before {
content: "\e727";
}
.mdi-device-battery-50:before {
content: "\e728";
}
.mdi-device-battery-60:before {
content: "\e729";
}
.mdi-device-battery-80:before {
content: "\e72a";
}
.mdi-device-battery-90:before {
content: "\e72b";
}
.mdi-device-battery-alert:before {
content: "\e72c";
}
.mdi-device-battery-charging-20:before {
content: "\e72d";
}
.mdi-device-battery-charging-30:before {
content: "\e72e";
}
.mdi-device-battery-charging-50:before {
content: "\e72f";
}
.mdi-device-battery-charging-60:before {
content: "\e730";
}
.mdi-device-battery-charging-80:before {
content: "\e731";
}
.mdi-device-battery-charging-90:before {
content: "\e732";
}
.mdi-device-battery-charging-full:before {
content: "\e733";
}
.mdi-device-battery-full:before {
content: "\e734";
}
.mdi-device-battery-std:before {
content: "\e735";
}
.mdi-device-battery-unknown:before {
content: "\e736";
}
.mdi-device-bluetooth-connected:before {
content: "\e737";
}
.mdi-device-bluetooth-disabled:before {
content: "\e738";
}
.mdi-device-bluetooth-searching:before {
content: "\e739";
}
.mdi-device-bluetooth:before {
content: "\e73a";
}
.mdi-device-brightness-auto:before {
content: "\e73b";
}
.mdi-device-brightness-high:before {
content: "\e73c";
}
.mdi-device-brightness-low:before {
content: "\e73d";
}
.mdi-device-brightness-medium:before {
content: "\e73e";
}
.mdi-device-data-usage:before {
content: "\e73f";
}
.mdi-device-developer-mode:before {
content: "\e740";
}
.mdi-device-devices:before {
content: "\e741";
}
.mdi-device-dvr:before {
content: "\e742";
}
.mdi-device-gps-fixed:before {
content: "\e743";
}
.mdi-device-gps-not-fixed:before {
content: "\e744";
}
.mdi-device-gps-off:before {
content: "\e745";
}
.mdi-device-location-disabled:before {
content: "\e746";
}
.mdi-device-location-searching:before {
content: "\e747";
}
.mdi-device-multitrack-audio:before {
content: "\e748";
}
.mdi-device-network-cell:before {
content: "\e749";
}
.mdi-device-network-wifi:before {
content: "\e74a";
}
.mdi-device-nfc:before {
content: "\e74b";
}
.mdi-device-now-wallpaper:before {
content: "\e74c";
}
.mdi-device-now-widgets:before {
content: "\e74d";
}
.mdi-device-screen-lock-landscape:before {
content: "\e74e";
}
.mdi-device-screen-lock-portrait:before {
content: "\e74f";
}
.mdi-device-screen-lock-rotation:before {
content: "\e750";
}
.mdi-device-screen-rotation:before {
content: "\e751";
}
.mdi-device-sd-storage:before {
content: "\e752";
}
.mdi-device-settings-system-daydream:before {
content: "\e753";
}
.mdi-device-signal-cellular-0-bar:before {
content: "\e754";
}
.mdi-device-signal-cellular-1-bar:before {
content: "\e755";
}
.mdi-device-signal-cellular-2-bar:before {
content: "\e756";
}
.mdi-device-signal-cellular-3-bar:before {
content: "\e757";
}
.mdi-device-signal-cellular-4-bar:before {
content: "\e758";
}
.mdi-signal-wifi-statusbar-connected-no-internet-after:before {
content: "\e8f6";
}
.mdi-device-signal-cellular-connected-no-internet-0-bar:before {
content: "\e759";
}
.mdi-device-signal-cellular-connected-no-internet-1-bar:before {
content: "\e75a";
}
.mdi-device-signal-cellular-connected-no-internet-2-bar:before {
content: "\e75b";
}
.mdi-device-signal-cellular-connected-no-internet-3-bar:before {
content: "\e75c";
}
.mdi-device-signal-cellular-connected-no-internet-4-bar:before {
content: "\e75d";
}
.mdi-device-signal-cellular-no-sim:before {
content: "\e75e";
}
.mdi-device-signal-cellular-null:before {
content: "\e75f";
}
.mdi-device-signal-cellular-off:before {
content: "\e760";
}
.mdi-device-signal-wifi-0-bar:before {
content: "\e761";
}
.mdi-device-signal-wifi-1-bar:before {
content: "\e762";
}
.mdi-device-signal-wifi-2-bar:before {
content: "\e763";
}
.mdi-device-signal-wifi-3-bar:before {
content: "\e764";
}
.mdi-device-signal-wifi-4-bar:before {
content: "\e765";
}
.mdi-device-signal-wifi-off:before {
content: "\e766";
}
.mdi-device-signal-wifi-statusbar-1-bar:before {
content: "\e767";
}
.mdi-device-signal-wifi-statusbar-2-bar:before {
content: "\e768";
}
.mdi-device-signal-wifi-statusbar-3-bar:before {
content: "\e769";
}
.mdi-device-signal-wifi-statusbar-4-bar:before {
content: "\e76a";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-:before {
content: "\e76b";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet:before {
content: "\e76f";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-2:before {
content: "\e76c";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-3:before {
content: "\e76d";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-4:before {
content: "\e76e";
}
.mdi-signal-wifi-statusbar-not-connected-after:before {
content: "\e8f7";
}
.mdi-device-signal-wifi-statusbar-not-connected:before {
content: "\e770";
}
.mdi-device-signal-wifi-statusbar-null:before {
content: "\e771";
}
.mdi-device-storage:before {
content: "\e772";
}
.mdi-device-usb:before {
content: "\e773";
}
.mdi-device-wifi-lock:before {
content: "\e774";
}
.mdi-device-wifi-tethering:before {
content: "\e775";
}
.mdi-hardware-cast-connected:before {
content: "\e7b7";
}
.mdi-hardware-cast:before {
content: "\e7b8";
}
.mdi-hardware-computer:before {
content: "\e7b9";
}
.mdi-hardware-desktop-mac:before {
content: "\e7ba";
}
.mdi-hardware-desktop-windows:before {
content: "\e7bb";
}
.mdi-hardware-dock:before {
content: "\e7bc";
}
.mdi-hardware-gamepad:before {
content: "\e7bd";
}
.mdi-hardware-headset-mic:before {
content: "\e7be";
}
.mdi-hardware-headset:before {
content: "\e7bf";
}
.mdi-hardware-keyboard-alt:before {
content: "\e7c0";
}
.mdi-hardware-keyboard-arrow-down:before {
content: "\e7c1";
}
.mdi-hardware-keyboard-arrow-left:before {
content: "\e7c2";
}
.mdi-hardware-keyboard-arrow-right:before {
content: "\e7c3";
}
.mdi-hardware-keyboard-arrow-up:before {
content: "\e7c4";
}
.mdi-hardware-keyboard-backspace:before {
content: "\e7c5";
}
.mdi-hardware-keyboard-capslock:before {
content: "\e7c6";
}
.mdi-hardware-keyboard-control:before {
content: "\e7c7";
}
.mdi-hardware-keyboard-hide:before {
content: "\e7c8";
}
.mdi-hardware-keyboard-return:before {
content: "\e7c9";
}
.mdi-hardware-keyboard-tab:before {
content: "\e7ca";
}
.mdi-hardware-keyboard-voice:before {
content: "\e7cb";
}
.mdi-hardware-keyboard:before {
content: "\e7cc";
}
.mdi-hardware-laptop-chromebook:before {
content: "\e7cd";
}
.mdi-hardware-laptop-mac:before {
content: "\e7ce";
}
.mdi-hardware-laptop-windows:before {
content: "\e7cf";
}
.mdi-hardware-laptop:before {
content: "\e7d0";
}
.mdi-hardware-memory:before {
content: "\e7d1";
}
.mdi-hardware-mouse:before {
content: "\e7d2";
}
.mdi-hardware-phone-android:before {
content: "\e7d3";
}
.mdi-hardware-phone-iphone:before {
content: "\e7d4";
}
.mdi-hardware-phonelink-off:before {
content: "\e7d5";
}
.mdi-hardware-phonelink:before {
content: "\e7d6";
}
.mdi-hardware-security:before {
content: "\e7d7";
}
.mdi-hardware-sim-card:before {
content: "\e7d8";
}
.mdi-hardware-smartphone:before {
content: "\e7d9";
}
.mdi-hardware-speaker:before {
content: "\e7da";
}
.mdi-hardware-tablet-android:before {
content: "\e7db";
}
.mdi-hardware-tablet-mac:before {
content: "\e7dc";
}
.mdi-hardware-tablet:before {
content: "\e7dd";
}
.mdi-hardware-tv:before {
content: "\e7de";
}
.mdi-hardware-watch:before {
content: "\e7df";
}
.mdi-image-add-to-photos:before {
content: "\e7e0";
}
.mdi-image-adjust:before {
content: "\e7e1";
}
.mdi-image-assistant-photo:before {
content: "\e7e2";
}
.mdi-image-audiotrack:before {
content: "\e7e3";
}
.mdi-image-blur-circular:before {
content: "\e7e4";
}
.mdi-image-blur-linear:before {
content: "\e7e5";
}
.mdi-image-blur-off:before {
content: "\e7e6";
}
.mdi-image-blur-on:before {
content: "\e7e7";
}
.mdi-image-brightness-1:before {
content: "\e7e8";
}
.mdi-image-brightness-2:before {
content: "\e7e9";
}
.mdi-image-brightness-3:before {
content: "\e7ea";
}
.mdi-image-brightness-4:before {
content: "\e7eb";
}
.mdi-image-brightness-5:before {
content: "\e7ec";
}
.mdi-image-brightness-6:before {
content: "\e7ed";
}
.mdi-image-brightness-7:before {
content: "\e7ee";
}
.mdi-image-brush:before {
content: "\e7ef";
}
.mdi-image-camera-alt:before {
content: "\e7f0";
}
.mdi-image-camera-front:before {
content: "\e7f1";
}
.mdi-image-camera-rear:before {
content: "\e7f2";
}
.mdi-image-camera-roll:before {
content: "\e7f3";
}
.mdi-image-camera:before {
content: "\e7f4";
}
.mdi-image-center-focus-strong:before {
content: "\e7f5";
}
.mdi-image-center-focus-weak:before {
content: "\e7f6";
}
.mdi-image-collections:before {
content: "\e7f7";
}
.mdi-image-color-lens:before {
content: "\e7f8";
}
.mdi-image-colorize:before {
content: "\e7f9";
}
.mdi-image-compare:before {
content: "\e7fa";
}
.mdi-image-control-point-duplicate:before {
content: "\e7fb";
}
.mdi-image-control-point:before {
content: "\e7fc";
}
.mdi-image-crop-3-2:before {
content: "\e7fd";
}
.mdi-image-crop-5-4:before {
content: "\e7fe";
}
.mdi-image-crop-7-5:before {
content: "\e7ff";
}
.mdi-image-crop-16-9:before {
content: "\e800";
}
.mdi-image-crop-din:before {
content: "\e801";
}
.mdi-image-crop-free:before {
content: "\e802";
}
.mdi-image-crop-landscape:before {
content: "\e803";
}
.mdi-image-crop-original:before {
content: "\e804";
}
.mdi-image-crop-portrait:before {
content: "\e805";
}
.mdi-image-crop-square:before {
content: "\e806";
}
.mdi-image-crop:before {
content: "\e807";
}
.mdi-image-dehaze:before {
content: "\e808";
}
.mdi-image-details:before {
content: "\e809";
}
.mdi-image-edit:before {
content: "\e80a";
}
.mdi-image-exposure-minus-1:before {
content: "\e80b";
}
.mdi-image-exposure-minus-2:before {
content: "\e80c";
}
.mdi-image-exposure-plus-1:before {
content: "\e80d";
}
.mdi-image-exposure-plus-2:before {
content: "\e80e";
}
.mdi-image-exposure-zero:before {
content: "\e80f";
}
.mdi-image-exposure:before {
content: "\e810";
}
.mdi-image-filter-1:before {
content: "\e811";
}
.mdi-image-filter-2:before {
content: "\e812";
}
.mdi-image-filter-3:before {
content: "\e813";
}
.mdi-image-filter-4:before {
content: "\e814";
}
.mdi-image-filter-5:before {
content: "\e815";
}
.mdi-image-filter-6:before {
content: "\e816";
}
.mdi-image-filter-7:before {
content: "\e817";
}
.mdi-image-filter-8:before {
content: "\e818";
}
.mdi-image-filter-9-plus:before {
content: "\e819";
}
.mdi-image-filter-9:before {
content: "\e81a";
}
.mdi-image-filter-b-and-w:before {
content: "\e81b";
}
.mdi-image-filter-center-focus:before {
content: "\e81c";
}
.mdi-image-filter-drama:before {
content: "\e81d";
}
.mdi-image-filter-frames:before {
content: "\e81e";
}
.mdi-image-filter-hdr:before {
content: "\e81f";
}
.mdi-image-filter-none:before {
content: "\e820";
}
.mdi-image-filter-tilt-shift:before {
content: "\e821";
}
.mdi-image-filter-vintage:before {
content: "\e822";
}
.mdi-image-filter:before {
content: "\e823";
}
.mdi-image-flare:before {
content: "\e824";
}
.mdi-image-flash-auto:before {
content: "\e825";
}
.mdi-image-flash-off:before {
content: "\e826";
}
.mdi-image-flash-on:before {
content: "\e827";
}
.mdi-image-flip:before {
content: "\e828";
}
.mdi-image-gradient:before {
content: "\e829";
}
.mdi-image-grain:before {
content: "\e82a";
}
.mdi-image-grid-off:before {
content: "\e82b";
}
.mdi-image-grid-on:before {
content: "\e82c";
}
.mdi-image-hdr-off:before {
content: "\e82d";
}
.mdi-image-hdr-on:before {
content: "\e82e";
}
.mdi-image-hdr-strong:before {
content: "\e82f";
}
.mdi-image-hdr-weak:before {
content: "\e830";
}
.mdi-image-healing:before {
content: "\e831";
}
.mdi-image-image-aspect-ratio:before {
content: "\e832";
}
.mdi-image-image:before {
content: "\e833";
}
.mdi-image-iso:before {
content: "\e834";
}
.mdi-image-landscape:before {
content: "\e835";
}
.mdi-image-leak-add:before {
content: "\e836";
}
.mdi-image-leak-remove:before {
content: "\e837";
}
.mdi-image-lens:before {
content: "\e838";
}
.mdi-image-looks-3:before {
content: "\e839";
}
.mdi-image-looks-4:before {
content: "\e83a";
}
.mdi-image-looks-5:before {
content: "\e83b";
}
.mdi-image-looks-6:before {
content: "\e83c";
}
.mdi-image-looks-one:before {
content: "\e83d";
}
.mdi-image-looks-two:before {
content: "\e83e";
}
.mdi-image-looks:before {
content: "\e83f";
}
.mdi-image-loupe:before {
content: "\e840";
}
.mdi-image-movie-creation:before {
content: "\e841";
}
.mdi-image-nature-people:before {
content: "\e842";
}
.mdi-image-nature:before {
content: "\e843";
}
.mdi-image-navigate-before:before {
content: "\e844";
}
.mdi-image-navigate-next:before {
content: "\e845";
}
.mdi-image-palette:before {
content: "\e846";
}
.mdi-image-panorama-fisheye:before {
content: "\e847";
}
.mdi-image-panorama-horizontal:before {
content: "\e848";
}
.mdi-image-panorama-vertical:before {
content: "\e849";
}
.mdi-image-panorama-wide-angle:before {
content: "\e84a";
}
.mdi-image-panorama:before {
content: "\e84b";
}
.mdi-image-photo-album:before {
content: "\e84c";
}
.mdi-image-photo-camera:before {
content: "\e84d";
}
.mdi-image-photo-library:before {
content: "\e84e";
}
.mdi-image-photo:before {
content: "\e84f";
}
.mdi-image-portrait:before {
content: "\e850";
}
.mdi-image-remove-red-eye:before {
content: "\e851";
}
.mdi-image-rotate-left:before {
content: "\e852";
}
.mdi-image-rotate-right:before {
content: "\e853";
}
.mdi-image-slideshow:before {
content: "\e854";
}
.mdi-image-straighten:before {
content: "\e855";
}
.mdi-image-style:before {
content: "\e856";
}
.mdi-image-switch-camera:before {
content: "\e857";
}
.mdi-image-switch-video:before {
content: "\e858";
}
.mdi-image-tag-faces:before {
content: "\e859";
}
.mdi-image-texture:before {
content: "\e85a";
}
.mdi-image-timelapse:before {
content: "\e85b";
}
.mdi-image-timer-3:before {
content: "\e85c";
}
.mdi-image-timer-10:before {
content: "\e85d";
}
.mdi-image-timer-auto:before {
content: "\e85e";
}
.mdi-image-timer-off:before {
content: "\e85f";
}
.mdi-image-timer:before {
content: "\e860";
}
.mdi-image-tonality:before {
content: "\e861";
}
.mdi-image-transform:before {
content: "\e862";
}
.mdi-image-tune:before {
content: "\e863";
}
.mdi-image-wb-auto:before {
content: "\e864";
}
.mdi-image-wb-cloudy:before {
content: "\e865";
}
.mdi-image-wb-incandescent:before {
content: "\e866";
}
.mdi-image-wb-irradescent:before {
content: "\e867";
}
.mdi-image-wb-sunny:before {
content: "\e868";
}
.mdi-maps-beenhere:before {
content: "\e869";
}
.mdi-maps-directions-bike:before {
content: "\e86a";
}
.mdi-maps-directions-bus:before {
content: "\e86b";
}
.mdi-maps-directions-car:before {
content: "\e86c";
}
.mdi-maps-directions-ferry:before {
content: "\e86d";
}
.mdi-maps-directions-subway:before {
content: "\e86e";
}
.mdi-maps-directions-train:before {
content: "\e86f";
}
.mdi-maps-directions-transit:before {
content: "\e870";
}
.mdi-maps-directions-walk:before {
content: "\e871";
}
.mdi-maps-directions:before {
content: "\e872";
}
.mdi-maps-flight:before {
content: "\e873";
}
.mdi-maps-hotel:before {
content: "\e874";
}
.mdi-maps-layers-clear:before {
content: "\e875";
}
.mdi-maps-layers:before {
content: "\e876";
}
.mdi-maps-local-airport:before {
content: "\e877";
}
.mdi-maps-local-atm:before {
content: "\e878";
}
.mdi-maps-local-attraction:before {
content: "\e879";
}
.mdi-maps-local-bar:before {
content: "\e87a";
}
.mdi-maps-local-cafe:before {
content: "\e87b";
}
.mdi-maps-local-car-wash:before {
content: "\e87c";
}
.mdi-maps-local-convenience-store:before {
content: "\e87d";
}
.mdi-maps-local-drink:before {
content: "\e87e";
}
.mdi-maps-local-florist:before {
content: "\e87f";
}
.mdi-maps-local-gas-station:before {
content: "\e880";
}
.mdi-maps-local-grocery-store:before {
content: "\e881";
}
.mdi-maps-local-hospital:before {
content: "\e882";
}
.mdi-maps-local-hotel:before {
content: "\e883";
}
.mdi-maps-local-laundry-service:before {
content: "\e884";
}
.mdi-maps-local-library:before {
content: "\e885";
}
.mdi-maps-local-mall:before {
content: "\e886";
}
.mdi-maps-local-movies:before {
content: "\e887";
}
.mdi-maps-local-offer:before {
content: "\e888";
}
.mdi-maps-local-parking:before {
content: "\e889";
}
.mdi-maps-local-pharmacy:before {
content: "\e88a";
}
.mdi-maps-local-phone:before {
content: "\e88b";
}
.mdi-maps-local-pizza:before {
content: "\e88c";
}
.mdi-maps-local-play:before {
content: "\e88d";
}
.mdi-maps-local-post-office:before {
content: "\e88e";
}
.mdi-maps-local-print-shop:before {
content: "\e88f";
}
.mdi-maps-local-restaurant:before {
content: "\e890";
}
.mdi-maps-local-see:before {
content: "\e891";
}
.mdi-maps-local-shipping:before {
content: "\e892";
}
.mdi-maps-local-taxi:before {
content: "\e893";
}
.mdi-maps-location-history:before {
content: "\e894";
}
.mdi-maps-map:before {
content: "\e895";
}
.mdi-maps-my-location:before {
content: "\e896";
}
.mdi-maps-navigation:before {
content: "\e897";
}
.mdi-maps-pin-drop:before {
content: "\e898";
}
.mdi-maps-place:before {
content: "\e899";
}
.mdi-maps-rate-review:before {
content: "\e89a";
}
.mdi-maps-restaurant-menu:before {
content: "\e89b";
}
.mdi-maps-satellite:before {
content: "\e89c";
}
.mdi-maps-store-mall-directory:before {
content: "\e89d";
}
.mdi-maps-terrain:before {
content: "\e89e";
}
.mdi-maps-traffic:before {
content: "\e89f";
}
.mdi-navigation-apps:before {
content: "\e8a0";
}
.mdi-navigation-arrow-back:before {
content: "\e8a1";
}
.mdi-navigation-arrow-drop-down-circle:before {
content: "\e8a2";
}
.mdi-navigation-arrow-drop-down:before {
content: "\e8a3";
}
.mdi-navigation-arrow-drop-up:before {
content: "\e8a4";
}
.mdi-navigation-arrow-forward:before {
content: "\e8a5";
}
.mdi-navigation-cancel:before {
content: "\e8a6";
}
.mdi-navigation-check:before {
content: "\e8a7";
}
.mdi-navigation-chevron-left:before {
content: "\e8a8";
}
.mdi-navigation-chevron-right:before {
content: "\e8a9";
}
.mdi-navigation-close:before {
content: "\e8aa";
}
.mdi-navigation-expand-less:before {
content: "\e8ab";
}
.mdi-navigation-expand-more:before {
content: "\e8ac";
}
.mdi-navigation-fullscreen-exit:before {
content: "\e8ad";
}
.mdi-navigation-fullscreen:before {
content: "\e8ae";
}
.mdi-navigation-menu:before {
content: "\e8af";
}
.mdi-navigation-more-horiz:before {
content: "\e8b0";
}
.mdi-navigation-more-vert:before {
content: "\e8b1";
}
.mdi-navigation-refresh:before {
content: "\e8b2";
}
.mdi-navigation-unfold-less:before {
content: "\e8b3";
}
.mdi-navigation-unfold-more:before {
content: "\e8b4";
}
.mdi-notification-adb:before {
content: "\e8b5";
}
.mdi-notification-bluetooth-audio:before {
content: "\e8b6";
}
.mdi-notification-disc-full:before {
content: "\e8b7";
}
.mdi-notification-dnd-forwardslash:before {
content: "\e8b8";
}
.mdi-notification-do-not-disturb:before {
content: "\e8b9";
}
.mdi-notification-drive-eta:before {
content: "\e8ba";
}
.mdi-notification-event-available:before {
content: "\e8bb";
}
.mdi-notification-event-busy:before {
content: "\e8bc";
}
.mdi-notification-event-note:before {
content: "\e8bd";
}
.mdi-notification-folder-special:before {
content: "\e8be";
}
.mdi-notification-mms:before {
content: "\e8bf";
}
.mdi-notification-more:before {
content: "\e8c0";
}
.mdi-notification-network-locked:before {
content: "\e8c1";
}
.mdi-notification-phone-bluetooth-speaker:before {
content: "\e8c2";
}
.mdi-notification-phone-forwarded:before {
content: "\e8c3";
}
.mdi-notification-phone-in-talk:before {
content: "\e8c4";
}
.mdi-notification-phone-locked:before {
content: "\e8c5";
}
.mdi-notification-phone-missed:before {
content: "\e8c6";
}
.mdi-notification-phone-paused:before {
content: "\e8c7";
}
.mdi-notification-play-download:before {
content: "\e8c8";
}
.mdi-notification-play-install:before {
content: "\e8c9";
}
.mdi-notification-sd-card:before {
content: "\e8ca";
}
.mdi-notification-sim-card-alert:before {
content: "\e8cb";
}
.mdi-notification-sms-failed:before {
content: "\e8cc";
}
.mdi-notification-sms:before {
content: "\e8cd";
}
.mdi-notification-sync-disabled:before {
content: "\e8ce";
}
.mdi-notification-sync-problem:before {
content: "\e8cf";
}
.mdi-notification-sync:before {
content: "\e8d0";
}
.mdi-notification-system-update:before {
content: "\e8d1";
}
.mdi-notification-tap-and-play:before {
content: "\e8d2";
}
.mdi-notification-time-to-leave:before {
content: "\e8d3";
}
.mdi-notification-vibration:before {
content: "\e8d4";
}
.mdi-notification-voice-chat:before {
content: "\e8d5";
}
.mdi-notification-vpn-lock:before {
content: "\e8d6";
}
.mdi-social-cake:before {
content: "\e8d7";
}
.mdi-social-domain:before {
content: "\e8d8";
}
.mdi-social-group-add:before {
content: "\e8d9";
}
.mdi-social-group:before {
content: "\e8da";
}
.mdi-social-location-city:before {
content: "\e8db";
}
.mdi-social-mood:before {
content: "\e8dc";
}
.mdi-social-notifications-none:before {
content: "\e8dd";
}
.mdi-social-notifications-off:before {
content: "\e8de";
}
.mdi-social-notifications-on:before {
content: "\e8df";
}
.mdi-social-notifications-paused:before {
content: "\e8e0";
}
.mdi-social-notifications:before {
content: "\e8e1";
}
.mdi-social-pages:before {
content: "\e8e2";
}
.mdi-social-party-mode:before {
content: "\e8e3";
}
.mdi-social-people-outline:before {
content: "\e8e4";
}
.mdi-social-people:before {
content: "\e8e5";
}
.mdi-social-person-add:before {
content: "\e8e6";
}
.mdi-social-person-outline:before {
content: "\e8e7";
}
.mdi-social-person:before {
content: "\e8e8";
}
.mdi-social-plus-one:before {
content: "\e8e9";
}
.mdi-social-poll:before {
content: "\e8ea";
}
.mdi-social-publ24px:before {
content: "\e8eb";
}
.mdi-social-school:before {
content: "\e8ec";
}
.mdi-social-share:before {
content: "\e8ed";
}
.mdi-social-whatshot:before {
content: "\e8ee";
}
.mdi-toggle-check-box-outline-blank:before {
content: "\e8ef";
}
.mdi-toggle-check-box:before {
content: "\e8f0";
}
.mdi-toggle-radio-button-off:before {
content: "\e8f1";
}
.mdi-toggle-radio-button-on:before {
content: "\e8f2";
}
.mdi-toggle-star-half:before {
content: "\e8f3";
}
.mdi-toggle-star-outline:before {
content: "\e8f4";
}
.mdi-toggle-star:before {
content: "\e8f5";
}
.antialiased {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
}
.mdi-icon {
font-family: 'Material-Design-Icons';
display: inline-block;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
}
.shadow-none {
-webkit-box-shadow: none;
box-shadow: none;
}
.shadow-0 {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.shadow-1 {
box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}
.shadow-2 {
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
.shadow-3 {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}
.shadow-4 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}
.shadow-5 {
box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}
@-moz-keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
transform: scale(2.5);
}
}
@-webkit-keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
transform: scale(2.5);
}
}
@keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
transform: scale(2.5);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate(0, 60px);
-ms-transform: translate(0, 60px);
-o-transform: translate(0, 60px);
transform: translate(0, 60px);
}
40% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: translate(none, none);
-ms-transform: translate(none, none);
-o-transform: translate(none, none);
transform: translate(none, none);
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate(0, 60px);
-ms-transform: translate(0, 60px);
-o-transform: translate(0, 60px);
transform: translate(0, 60px);
}
40% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: translate(none, none);
-ms-transform: translate(none, none);
-o-transform: translate(none, none);
transform: translate(none, none);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate(0, 60px);
-ms-transform: translate(0, 60px);
-o-transform: translate(0, 60px);
transform: translate(0, 60px);
}
40% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: translate(none, none);
-ms-transform: translate(none, none);
-o-transform: translate(none, none);
transform: translate(none, none);
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeInUp {
-webkit-animation: fadeInUp 1s;
-o-animation: fadeInUp 1s;
animation: fadeInUp 1s;
}
.fadeIn {
-webkit-animation: fadeIn 1s;
-o-animation: fadeIn 1s;
animation: fadeIn 1s;
}
.ripple {
z-index: 2;
}
.inner-ripple {
display: block;
position: absolute;
border-radius: 100%;
opacity: 1.3;
z-index: -1;
background: rgba(0, 0, 0, 0.2);
pointer-events: none;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.inner-ripple-animated {
-webkit-animation: ripple 0.35s ease-in;
-o-animation: ripple 0.35s ease-in;
animation: ripple 0.35s ease-in;
}
a {
-webkit-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
}
main,
#navClone {
font-size: 0.875em;
line-height: 1.642857143em;
}
main article {
/* Sanitation */
}
main article h1,
main article .h1 {
font-size: 4.214285714em;
line-height: 1.169491527em;
margin-top: 0.77966102em;
margin-bottom: 0.38983051em;
}
main article h2,
main article .h2 {
font-size: 2.642857143em;
line-height: 1.243243244em;
margin-top: 1.24324324em;
margin-bottom: 0.62162162em;
}
main article h2 code,
main article .h2 code {
font-size: .5em;
}
main article h3,
main article .h3 {
font-size: 1.642857143em;
line-height: 1em;
margin-top: 1em;
margin-bottom: 1em;
}
main article h3 code,
main article .h3 code {
font-size: .5em;
}
main article h4,
main article .h4 {
font-size: 1em;
line-height: 1.642857143em;
margin-top: 1.64285714em;
margin-bottom: 1.64285714em;
}
main article p,
main article ul,
main article ol,
main article table,
main article blockquote,
main article .alert,
main article .doc-code,
main article .admonition {
margin-top: 1.64285714em;
margin-bottom: 1.64285714em;
}
main article a {
font-weight: bold;
}
main article hr {
margin: -1px 0;
border-top: 1px solid #e5e5e5;
}
main article ul ul,
main article ol ol,
main article ul ol,
main article ol ul {
margin-top: 0;
margin-bottom: 0;
margin-left: .5em;
padding-left: .5em;
}
main article ul,
main article ol {
padding-left: 1em;
margin-left: .5em;
}
main article ul li,
main article ol li {
margin-top: .5em;
}
main article ul li p,
main article ol li p {
margin: 0;
}
main article ul li pre,
main article ol li pre,
main article ul li .highlight,
main article ol li .highlight {
display: inline;
border-radius: 0;
}
main article ul li pre,
main article ol li pre {
font-size: .8em;
padding: 0.3em .5em;
}
main article .alert pre,
main article .doc-content pre {
font-size: .8em;
padding: 0.3em .5em;
}
main article b,
main article strong,
main article em,
main article small,
main article code {
line-height: 1;
}
main article sup,
main article sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
}
main article sub {
top: 0.4em;
}
@media screen and (min-width: 992px) {
.doc-body {
font-size: 1em;
line-height: 1.5em;
/* Sanitation */
}
.doc-body h2 {
font-size: 3.565em;
line-height: 1.058823528em;
margin-top: 1.3em;
margin-bottom: 0.505882em;
padding-bottom: .2em;
border-bottom: 1px solid #EAEAEA;
}
.doc-body h3 {
font-size: 2.625em;
line-height: 1.142857142em;
margin-top: 1.14285714em;
margin-bottom: 10px;
}
.doc-body h4 {
font-size: 1.625em;
line-height: 1.846153846em;
margin-top: 0.92307692em;
margin-bottom: 10px;
font-weight: 400;
}
.doc-body h5 {
font-size: 1.5em;
line-height: 1.7em;
margin-top: 1.5em;
margin-bottom: 10px;
}
.doc-body p,
.doc-body ul,
.doc-body ol,
.doc-body table,
.doc-body blockquote {
margin-top: 1em;
margin-bottom: 1em;
}
.doc-body pre {
margin-top: .1em;
margin-bottom: 0em;
}
.doc-body hr {
border: 1px solid;
margin: -1px 0;
}
.doc-body ul ul,
.doc-body ol ol,
.doc-body ul ol,
.doc-body ol ul {
margin-top: 0;
margin-bottom: 0;
}
.doc-body ul,
.doc-body ol {
padding-left: 1em;
margin-left: .5em;
}
.doc-body ul li,
.doc-body ol li {
margin-top: .5em;
}
.doc-body ul li p,
.doc-body ol li p {
margin: .5em 0;
}
.doc-body ul li pre,
.doc-body ol li pre,
.doc-body ul li .highlight,
.doc-body ol li .highlight {
display: inline;
border-radius: 0;
}
.doc-body ul li pre,
.doc-body ol li pre {
font-size: .8em;
padding: 0.3em .5em;
}
.doc-body .alert pre,
.doc-body .doc-content pre {
font-size: .8em;
padding: 0.3em .5em;
}
.doc-body b,
.doc-body strong,
.doc-body em,
.doc-body small,
.doc-body code {
line-height: 1;
}
.doc-body sup,
.doc-body sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
}
.doc-body sub {
top: 0.4em;
}
}
body,
header {
position: relative;
}
#main_navbar .container-fluid .navbar-header li {
float: left;
}
@media (min-width: 768px) {
header {
margin-bottom: -50px;
}
}
.card.top {
height: 0;
margin-bottom: 0;
overflow: hidden;
position: relative;
padding-top: 50%;
padding-bottom: 15%;
}
@media (min-width: 768px) {
.card.top {
padding-top: 30%;
}
}
@media (min-width: 992px) {
.card.top {
padding-top: 10%;
padding-bottom: 15%;
}
}
#main_title {
margin: 10px;
}
@media (min-width: 992px) {
#main_title {
margin: 0 0 9px 0;
}
}
.container .container {
max-width: 100%;
padding: 0;
margin: 0;
}
article.doc-content *[class^="col-"] {
padding: 0;
}
main aside,
main article.doc-body,
main .doc-content,
main .doc-aside {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
float: left;
width: 100%;
}
main .doc-content,
main .doc-aside {
position: relative;
}
main aside {
width: 25%;
max-width: 300px;
position: static;
padding: 0;
display: block;
float: left;
}
@media (max-width: 992px) {
main aside {
display: none;
}
}
main article.doc-body {
background: #ffffff;
padding-right: 30px;
padding-left: 30px;
}
@media (min-width: 992px) {
main article.doc-body {
width: 75%;
}
main article.doc-body.doc-toc {
width: 100%;
}
}
main article.doc-body > * {
max-width: 100%;
}
@media (max-width: 1440px) {
main.has_code_col {
width: 100%;
}
}
main.has_code_col aside {
width: 16.66666667%;
}
@media (max-width: 1170px) {
main.has_code_col aside {
width: 25%;
}
}
main.has_code_col article.doc-body > * {
max-width: 100%;
}
main.has_code_col article.doc-body section {
position: relative;
display: block;
float: left;
width: 100%;
}
@media (min-width: 1170px) {
main.has_code_col article.doc-body {
width: 83.33333333%;
padding-right: 0;
}
main.has_code_col article.doc-body:before {
content: "";
background: #21242a;
-webkit-box-shadow: inset 40px 0 40px -18px rgba(22, 24, 29, 0.3);
box-shadow: inset 40px 0 40px -18px rgba(22, 24, 29, 0.3);
position: absolute;
width: 43%;
height: 100%;
top: 0;
right: 0;
}
main.has_code_col article.doc-body section > * {
width: 55.633333%;
float: left;
clear: left;
}
main.has_code_col article.doc-body section > h1,
main.has_code_col article.doc-body section > h2,
main.has_code_col article.doc-body section > h3,
main.has_code_col article.doc-body section > h4,
main.has_code_col article.doc-body section > h5,
main.has_code_col article.doc-body section > h6 {
width: 100%;
float: none;
clear: none;
}
main.has_code_col article.doc-body section .doc-aside {
width: 41%;
float: none;
clear: none;
margin-right: 15px;
margin-left: 56%;
}
main.has_code_col article.doc-body section .doc-aside .content-switcher {
margin-top: 0;
}
}
@media screen and (min-width: 992px) {
main.index .toctree-wrapper {
position: relative;
}
main.index .toctree-wrapper > .row:first-child > .col-md-3:nth-child(3),
main.index .toctree-wrapper > .row:first-child > .col-md-3:nth-child(5) {
margin-right: 50%;
}
main.index .toctree-wrapper .toc-single-entry {
position: absolute;
top: 0;
right: 0;
width: 50%;
padding-right: 15px;
}
main.index .toctree-wrapper .toc-single-entry > .col-md-3 {
width: 100%;
}
main.index .toctree-wrapper .toc-single-entry > *[class^="col-"] {
padding-left: 0;
}
main.index .toctree-wrapper .toc-single-entry .card {
min-height: 420px;
}
}
.code-fields {
display: table;
width: 100%;
}
.code-fields .code-field {
display: table-row;
}
.code-fields .code-field-body {
display: block;
padding-left: 15px;
}
@media screen and (min-width: 992px) {
.code-fields .code-field-body {
display: table-cell;
padding-left: 0;
}
}
.code-fields .code-field-name {
width: auto;
display: block;
}
@media screen and (min-width: 992px) {
.code-fields .code-field-name {
width: 20%;
padding-right: 20px;
display: table-cell;
}
}
.code-fields ul {
margin: .2em 0;
padding: 0;
}
html,
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
}
header {
background: #9e588b;
-webkit-transition: background 1s;
-o-transition: background 1s;
transition: background 1s;
}
header.stacked {
background: transparent;
-webkit-transition: background 1s;
-o-transition: background 1s;
transition: background 1s;
}
#main-back {
float: left;
-webkit-transition: margin 0.5s;
-o-transition: margin 0.5s;
transition: margin 0.5s;
}
#main-back a:hover {
border-bottom: 1px solid transparent!important;
}
.index #main-back {
visibility: hidden;
}
#main_title {
line-height: 2.4;
color: white;
font-weight: 900;
white-space: nowrap;
position: absolute;
bottom: 0;
margin: 0;
will-change: transform;
-webkit-transform-origin: 0% 100% 0px;
-moz-transform-origin: 0% 100% 0px;
-ms-transform-origin: 0% 100% 0px;
transform-origin: 0% 100% 0px;
}
.index #main_title {
font-weight: 300;
}
.index #main_title:before {
content: "";
display: inline-block;
width: 75px;
height: 25px;
margin-right: 9px;
background-image: url(img/odoo_logo_white.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
text-decoration: none;
-webkit-transform: translate(0, 3px);
-ms-transform: translate(0, 3px);
-o-transform: translate(0, 3px);
transform: translate(0, 3px);
}
@media screen and (min-width: 768px) {
.index #main_title:before {
width: 140px;
height: 48px;
-webkit-transform: translate(0, 5px);
-ms-transform: translate(0, 5px);
-o-transform: translate(0, 5px);
transform: translate(0, 5px);
}
}
#main_navbar {
z-index: 100;
background-color: transparent;
border-radius: 0;
border: none;
margin: 0;
min-height: 45px;
width: 100%;
position: fixed;
top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
#main_navbar .navbar-toggle {
padding: 7px 10px 9px;
}
#main_navbar .navbar-toggle .icon-bar {
background: #FFF;
}
#main_navbar .navbar-nav > li > a {
color: white;
border-radius: 0;
padding: 5px;
margin: 5px;
background: transparent;
border-bottom: 1px solid transparent;
-webkit-transition: border 0.2s;
-o-transition: border 0.2s;
transition: border 0.2s;
}
#main_navbar .navbar-nav > li > a:hover,
#main_navbar .navbar-nav > li > a:active {
background-color: transparent;
border-bottom: 1px solid white;
}
#main_navbar .navbar-nav > li {
height: 45px;
-webkit-transition: background-color 500ms;
-o-transition: background-color 500ms;
transition: background-color 500ms;
}
#main_navbar .navbar-nav > li.open {
background-color: rgba(158, 88, 139, 0.9);
background-color: transparent;
}
#main_navbar .navbar-nav > li.open > a:hover {
background: transparent;
border-bottom: 1px solid transparent;
}
#main_navbar .dropdown-menu {
box-shadow: none;
border: none;
background-color: rgba(158, 88, 139, 0.9);
border-top: none;
border-radius: 0;
padding: 0;
margin-top: 0px;
-webkit-transition: background-color 500ms;
-o-transition: background-color 500ms;
transition: background-color 500ms;
}
#main_navbar .dropdown-menu a {
color: white;
}
#main_navbar .dropdown-menu a:hover {
background-color: #b376a2;
}
#main_navbar.stacked {
background-color: #9e588b;
}
#main_navbar.stacked .navbar-nav > li > a:hover,
#main_navbar.stacked .navbar-nav > li > a:active {
background-color: rgba(255, 255, 255, 0.2);
background-color: transparent;
}
#main_navbar.stacked .dropdown-menu {
background-color: #8e4f7d;
}
#main_navbar.stacked .navbar-nav > li.open {
background-color: #8e4f7d;
}
#main_navbar.stacked .navbar-nav > li.open > a:hover {
background: transparent;
}
@media screen and (max-width: 767px) {
#main_navbar .open .dropdown-menu {
position: absolute;
width: 100%;
}
}
#main_navbar .container-fluid,
#main_navbar .navbar-header,
#main_navbar .navbar-header .navbar-right,
#main_navbar .navbar-header .navbar-right li,
#main_navbar .navbar-header .navbar-left,
#main_navbar .navbar-header .navbar-left > li {
height: 100%;
min-height: 45px;
}
#main_navbar li.versions {
margin-left: 10px;
height: auto;
cursor: pointer;
background-color: #8e4f7d;
}
#main_navbar li.versions > a {
cursor: pointer;
}
#main_navbar li.versions > a:hover {
border-bottom: 1px solid transparent;
}
#main_navbar li.versions .dropdown-menu {
min-width: 80px;
}
#main_navbar li.versions.open {
background-color: #8e4f7d;
}
main {
z-index: 0;
position: relative;
margin: 0px auto;
display: block;
border-radius: 2px;
color: #232b41;
background-color: #f4f4f4;
-webkit-animation: fadeIn 1s;
-o-animation: fadeIn 1s;
animation: fadeIn 1s;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
main {
-webkit-animation: fadeInUp 1s;
-o-animation: fadeInUp 1s;
animation: fadeInUp 1s;
}
}
main.index {
-webkit-animation-name: none;
animation-name: none;
-webkit-box-shadow: none;
box-shadow: none;
padding-top: 50px;
background: transparent;
}
main.index .row > h2 {
margin-bottom: 1em;
margin-top: 1.5em;
}
main.index .card {
border-radius: 2px;
position: relative;
margin-bottom: 20px;
min-height: 200px;
background-color: #ffffff;
will-change: transform;
box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
-webkit-transform: scale3d(0, 0, 0) translate3d(50px, 0, 0);
-moz-transform: scale3d(0, 0, 0) translate3d(50px, 0, 0);
-ms-transform: scale3d(0, 0, 0) translate3d(50px, 0, 0);
-o-transform: scale3d(0, 0, 0) translate3d(50px, 0, 0);
transform: scale3d(0, 0, 0) translate3d(50px, 0, 0);
-webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
main.index .card a,
main.index .card a:hover {
color: #232b41;
text-decoration: none;
border-radius: 2px 2px 0 0;
}
main.index .card .card-img {
-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
main.index .card .card-img span {
height: 100%;
width: 100%;
position: relative;
display: block;
background-size: cover;
background-position: 50%;
will-change: transform;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
main.index .card figcaption {
opacity: 1;
filter: alpha(opacity=100);
display: block;
font-weight: 400;
font-family: Lato, sans-serif;
color: #393f4f;
margin: 0;
background-color: white;
font-size: 1.2em;
top: 0;
position: absolute;
width: 100%;
padding: 8px 12px;
-webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
main.index .card:hover .card-img span {
-webkit-transform: scale3d(1.02, 1.02, 1.02) translate3d(0, 0, 0);
-moz-transform: scale3d(1.02, 1.02, 1.02) translate3d(0, 0, 0);
-ms-transform: scale3d(1.02, 1.02, 1.02) translate3d(0, 0, 0);
-o-transform: scale3d(1.02, 1.02, 1.02) translate3d(0, 0, 0);
transform: scale3d(1.02, 1.02, 1.02) translate3d(0, 0, 0);
}
@media screen and (min-width: 992px) {
main.index .toc-single-entry .card figcaption {
font-size: 1.5em;
padding: 20px 15px;
}
}
@media screen and (min-width: 992px) {
main.index .col-md-6 .card,
main.index .col-md-4 .card {
min-height: 300px;
}
main.index .col-md-6 .card figcaption,
main.index .col-md-4 .card figcaption {
font-size: 1.5em;
padding: 20px 15px;
}
}
main.index.animating .card {
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.card.top {
background: #9e588b;
-webkit-animation: fadeIn 1s;
-o-animation: fadeIn 1s;
animation: fadeIn 1s;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform-origin: 0px 0px 0px;
-moz-transform-origin: 0px 0px 0px;
-ms-transform-origin: 0px 0px 0px;
transform-origin: 0px 0px 0px;
}
.card.top.stacked {
background: transparent;
-webkit-transition: background 1s;
-o-transition: background 1s;
transition: background 1s;
}
.card.top:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
@media (min-width: 992px) {
.card.top {
padding-top: 10%;
padding-bottom: 15%;
}
}
.card-img {
top: 0;
left: 0;
display: block;
position: absolute;
background-image: url("img/geometric_gradient.png");
background-size: cover;
background-position: 50%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width: 100%;
height: 100%;
}
hr.divider {
border-color: rgba(229, 229, 229, 0.4);
position: absolute;
width: 900%;
margin-left: -13px;
}
main .alert {
padding: 15px;
border-radius: 0;
border-width: 0 0 0 3px;
position: relative;
max-width: 95%;
display: inline-block;
border-color: #b8d9e2;
background-color: #eef6f8;
color: #173038;
}
@media (min-width: 480px) {
main .alert {
padding-left: 5.5em;
}
}
main .alert > p,
main .alert > ul {
margin: .5em 0;
}
main .alert > .alert-title,
main .alert > h3 {
color: #4b9eb6;
}
main .alert > .alert-title:before,
main .alert > h3:before {
content: "\e639";
}
main .alert > h3,
main .alert > .alert-title {
font-size: 1.642857143em;
line-height: 1em;
margin: 0 0 10px 0;
font-size: 14px;
font-weight: bold;
font-family: Lato, sans-serif;
}
main .alert > h3:before,
main .alert > .alert-title:before {
font-family: 'Material-Design-Icons';
content: "\e639";
display: inline-block;
text-rendering: geometricPrecision;
font-size: 1.6em;
transform: translate(0, -0.15em);
position: absolute;
top: 50%;
left: 6px;
font-size: 4em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px) {
main .alert > h3:before,
main .alert > .alert-title:before {
display: none;
}
}
main .alert.alert-success {
border-color: #b9dfb9;
background-color: #eef7ee;
color: #183518;
}
main .alert.alert-success > .alert-title,
main .alert.alert-success > h3 {
color: #50af51;
}
main .alert.alert-success > .alert-title:before,
main .alert.alert-success > h3:before {
content: "\e625";
}
main .alert.alert-info,
main .alert.tip {
border-color: #b8d9e2;
background-color: #eef6f8;
color: #173038;
}
main .alert.alert-info > .alert-title,
main .alert.tip > .alert-title,
main .alert.alert-info > h3,
main .alert.tip > h3 {
color: #4b9eb6;
}
main .alert.alert-info > .alert-title:before,
main .alert.tip > .alert-title:before,
main .alert.alert-info > h3:before,
main .alert.tip > h3:before {
content: "\e639";
}
main .alert.alert-warning,
main .alert.warning {
border-color: #fceedb;
background-color: #fef9f3;
color: #81500b;
}
main .alert.alert-warning > .alert-title,
main .alert.warning > .alert-title,
main .alert.alert-warning > h3,
main .alert.warning > h3 {
color: #f0ad4e;
}
main .alert.alert-warning > .alert-title:before,
main .alert.warning > .alert-title:before,
main .alert.alert-warning > h3:before,
main .alert.warning > h3:before {
content: "\e6a4";
}
main .alert.alert-danger {
border-color: #f4cecd;
background-color: #fdf7f7;
color: #611715;
}
main .alert.alert-danger > .alert-title,
main .alert.alert-danger > h3 {
color: #d9534f;
}
main .alert.alert-danger > .alert-title:before,
main .alert.alert-danger > h3:before {
content: "\e6a4";
}
main .alert.alert-exercise {
border-color: #deddde;
background-color: #f7f7f7;
color: #393639;
}
main .alert.alert-exercise > .alert-title,
main .alert.alert-exercise > h3 {
color: #938e94;
}
main .alert.alert-exercise > .alert-title:before,
main .alert.alert-exercise > h3:before {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
top: 28px;
content: "\e709";
}
@media (min-width: 1170px) {
main .alert.doc-content {
max-width: 55%;
}
}
.pq-patch {
background: #c2c2c2;
}
.pq-patch em {
padding-left: 10px;
}
span.menuselection {
font-weight: bold;
}
.list-group-item {
border: none;
background: transparent;
}
dt {
margin: .5em 0 .3em;
}
blockquote {
font-family: Georgia, serif;
font-weight: bold;
font-style: italic;
}
blockquote footer {
font-family: sans-serif;
background: transparent;
text-align: left;
color: #232b41;
font-weight: normal;
font-style: normal;
}
blockquote footer cite {
font-style: italic;
}
@media (min-width: 992px) {
blockquote {
border-left: 3px solid rgba(33, 183, 153, 0.5);
}
}
code,
.code {
font-weight: bold;
color: #0a352d;
background-color: #def9f4;
}
.btn {
border-radius: 0;
}
dd {
margin-left: 40px;
}
.code-fields {
font-size: .9em;
border: 2px solid #EAEAEA;
}
.code-fields .code-field-name {
font-weight: bold;
color: #393f4f;
}
.code-fields .code-field-name:after {
content: ":";
}
@media screen and (min-width: 992px) {
.code-fields .code-field-name {
font-size: .9em;
text-align: right;
}
}
.code-fields ul {
list-style: none;
}
.code-fields ul strong {
color: #393f4f;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.code-fields ul em {
color: #393f4f;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-weight: bold;
font-size: .9em;
}
.code-class,
.code-staticmethod,
.code-classmethod,
.code-method,
.code-function,
.code-attribute,
.code-data {
padding-left: 20px;
margin-bottom: 2em;
}
.code-class > h6,
.code-staticmethod > h6,
.code-classmethod > h6,
.code-method > h6,
.code-function > h6,
.code-attribute > h6,
.code-data > h6 {
margin-left: -20px;
margin-bottom: 0.3em;
}
.code-class > h6 .viewcode-link,
.code-staticmethod > h6 .viewcode-link,
.code-classmethod > h6 .viewcode-link,
.code-method > h6 .viewcode-link,
.code-function > h6 .viewcode-link,
.code-attribute > h6 .viewcode-link,
.code-data > h6 .viewcode-link {
display: none;
float: right;
}
.code-class > h6:hover .viewcode-link,
.code-staticmethod > h6:hover .viewcode-link,
.code-classmethod > h6:hover .viewcode-link,
.code-method > h6:hover .viewcode-link,
.code-function > h6:hover .viewcode-link,
.code-attribute > h6:hover .viewcode-link,
.code-data > h6:hover .viewcode-link {
display: inline;
}
.code-class p,
.code-staticmethod p,
.code-classmethod p,
.code-method p,
.code-function p,
.code-attribute p,
.code-data p {
margin-bottom: .5em;
}
aside {
background: #fdfdfd;
margin-top: 45px;
}
.navbar-aside,
#navClone {
position: relative;
overflow: hidden;
background-color: #f4f4f4;
-webkit-box-shadow: inset 0px 0 40px rgba(114, 122, 142, 0.1);
box-shadow: inset 0px 0 40px rgba(114, 122, 142, 0.1);
}
.navbar-aside.affix,
#navClone.affix {
z-index: 2;
top: 45px;
position: fixed;
backface-visibility: hidden;
}
@media (max-width: 992px) {
.navbar-aside.affix,
#navClone.affix {
display: none;
}
}
.navbar-aside > ul.list-group,
#navClone > ul.list-group {
overflow-y: scroll;
z-index: 0;
}
.navbar-aside > h3,
#navClone > h3 {
margin: 0;
padding: 15px 0 10px;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
color: #232b41;
overflow-x: hidden;
position: relative;
z-index: 1;
-webkit-box-shadow: 0 10px 9px -10px #d2d2d2;
box-shadow: 0 10px 9px -10px #d2d2d2;
}
.navbar-aside .logo_box,
#navClone .logo_box {
width: 100%;
background: #fdfdfd;
position: relative;
display: block;
padding: 15px 30px 10px;
border-bottom: 1px solid rgba(35, 43, 65, 0.1);
-webkit-box-shadow: inset 0px 0 40px rgba(114, 122, 142, 0.1);
box-shadow: inset 0px 0 40px rgba(114, 122, 142, 0.1);
text-align: center;
}
.navbar-aside .logo_box .logo,
#navClone .logo_box .logo {
float: left;
width: 90%;
margin: auto auto 10px 5%;
height: 50px;
background-image: url(img/odoo_logo_rgb.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
text-decoration: none;
}
.navbar-aside > .list-group,
#navClone > .list-group {
margin: 0;
}
.navbar-aside .gith-container,
#navClone .gith-container {
margin: 0;
z-index: 1;
position: relative;
overflow-x: hidden;
-webkit-box-shadow: 0 -10px 9px -10px #d2d2d2;
box-shadow: 0 -10px 9px -10px #d2d2d2;
}
.navbar-aside .gith-container .gith-link,
#navClone .gith-container .gith-link {
font-weight: 600;
color: #232b41;
text-decoration: none;
display: inline-block;
position: relative;
margin: 10px 0;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
transition: color 0.2s;
}
.navbar-aside .gith-container .gith-link:hover,
#navClone .gith-container .gith-link:hover {
color: #393f4f;
text-decoration: none;
}
.navbar-aside .gith-container .gith-link:before,
#navClone .gith-container .gith-link:before {
width: 20px;
height: 20px;
opacity: 0.5;
filter: alpha(opacity=50);
content: "";
position: relative;
background-image: url("img/github-square_32.png");
background-size: 100%;
display: inline-block;
vertical-align: middle;
-webkit-transform: translate(0, -1px);
-ms-transform: translate(0, -1px);
-o-transform: translate(0, -1px);
transform: translate(0, -1px);
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.navbar-aside .gith-container .gith-link:hover:before,
#navClone .gith-container .gith-link:hover:before,
.navbar-aside .gith-container .gith-link:focus:before,
#navClone .gith-container .gith-link:focus:before {
opacity: 1;
filter: alpha(opacity=100);
}
.navbar-aside ul,
#navClone ul {
padding: 0;
position: relative;
margin-bottom: 0!important;
}
.navbar-aside ul ul,
#navClone ul ul {
max-height: 0;
overflow: hidden;
}
.navbar-aside ul li,
#navClone ul li {
padding: 0;
position: relative;
border-radius: none;
border-bottom: 1px solid rgba(35, 43, 65, 0.1);
}
.navbar-aside ul li > a,
#navClone ul li > a {
font-size: 0.7em;
border-left: 5px solid transparent;
margin: 0;
padding: 8px 0 8px 15px;
color: #393f4f;
font-weight: bold;
display: block;
border-radius: none;
line-height: 1.2;
background: #dbdbdb;
border-bottom: none;
}
.navbar-aside ul li > a:hover,
#navClone ul li > a:hover,
.navbar-aside ul li > a:active,
#navClone ul li > a:active,
.navbar-aside ul li > a:focus,
#navClone ul li > a:focus {
background-color: transparent;
text-decoration: none;
border-radius: none;
background: #cecece;
border-left: 5px solid rgba(33, 183, 153, 0.5);
}
.navbar-aside ul li:first-child,
#navClone ul li:first-child,
.navbar-aside ul li:last-child,
#navClone ul li:last-child {
border-radius: 0;
}
.navbar-aside li.active,
#navClone li.active {
border-color: transparent;
background: #e7e7e7;
border-bottom: 1px solid rgba(35, 43, 65, 0.1);
border-left: 5px solid #21b799, 50%;
}
.navbar-aside li.active:hover,
#navClone li.active:hover,
.navbar-aside li.active:active,
#navClone li.active:active,
.navbar-aside li.active:focus,
#navClone li.active:focus {
border-color: transparent;
background: #e7e7e7;
border-bottom: 1px solid rgba(35, 43, 65, 0.1);
border-left: 5px solid #21b799, 50%;
}
.navbar-aside li.active > a,
#navClone li.active > a {
border-left: 5px solid #21b799;
}
.navbar-aside > ul > li,
#navClone > ul > li {
border-radius: 0;
padding: 0;
background: #e7e7e7;
border-bottom: 2px solid rgba(35, 43, 65, 0.1);
}
.navbar-aside > ul > li > a,
#navClone > ul > li > a {
font-size: 0.9em;
color: #393f4f;
padding: 12px 30px 12px 5px;
background: #e7e7e7;
}
.navbar-aside > ul > li.parent > a:after,
#navClone > ul > li.parent > a:after {
content: "\e7c1";
position: absolute;
right: 10px;
font-family: "Material-Design-Icons";
opacity: 0.5;
}
.navbar-aside > ul > li.active > a,
#navClone > ul > li.active > a {
border-bottom: inherit;
}
.navbar-aside > ul > li.active ul,
#navClone > ul > li.active ul {
max-height: 10000px;
}
.navbar-aside > ul > li.active.parent > a:after,
#navClone > ul > li.active.parent > a:after {
opacity: 1;
color: #21b799;
}
.floating_action_container {
position: fixed;
right: 8px;
bottom: 8px;
width: auto;
z-index: 800;
}
@media (min-width: 992px) {
.floating_action_container {
display: none;
}
}
#floating_action {
width: 56px;
height: 56px;
display: inline-block;
z-index: 0;
background-color: transparent;
border-radius: 50%;
padding: 16px;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
background-color: #21b799;
-webkit-transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1);
transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
#floating_action i {
color: white;
}
#floating_action.active {
transform: translateZ(0px) rotateZ(-180deg);
}
#floating_action_menu {
position: absolute;
z-index: 1;
overflow: hidden;
right: 0%;
width: 380px;
bottom: 0;
padding: 0;
display: block;
border-radius: 2px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
visibility: hidden;
-webkit-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;
}
#floating_action_menu .content {
margin-bottom: 0;
margin: 0;
opacity: 0;
filter: alpha(opacity=0);
}
#floating_action_menu .content li {
border: none;
border-top: 1px solid #DDD;
}
#floating_action_menu .content li:first-child {
border-top: none;
}
#floating_action_menu .content a {
display: inline-block;
cursor: pointer;
color: #393f4f;
text-decoration: none;
float: left;
width: 100%;
padding: 5px 10px;
}
#floating_action_menu .bubble {
position: absolute;
width: 1px;
height: 1px;
background: #21b799;
content: '';
bottom: 28px;
right: 28px;
color: #fff;
border-radius: 50%;
-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#floating_action_menu:before {
position: absolute;
width: 1px;
height: 1px;
background: #21b799;
content: '';
bottom: 28px;
right: 28px;
color: #fff;
border-radius: 50%;
-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
background: white;
}
#floating_action_menu.active {
display: block;
visibility: visible;
-webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#floating_action_menu.active .bubble,
#floating_action_menu.active:before {
width: 1000px;
height: 2000px;
border-radius: 50%;
opacity: 0;
filter: alpha(opacity=0);
margin-right: -500px;
margin-bottom: -500px;
display: block;
-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#floating_action_menu.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
#floating_action_menu.active .content {
position: relative;
z-index: 1;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (min-width: 1170px) {
main.has_code_col .doc-aside {
color: #7f88a2;
}
main.has_code_col .doc-aside pre {
font-size: 12px;
}
}
article.doc-body {
background: #ffffff;
}
article.doc-body section.doc-content:first-of-type > p:first-child {
margin-bottom: 22px;
font-size: 18px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
article.doc-body section.doc-content:first-of-type > p:first-child {
font-size: 24px;
}
}
.content-switcher {
margin-top: 1.5em;
}
.content-switcher > ul {
font-size: 10px;
padding: 0;
margin: 0;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.content-switcher > ul > li {
color: #7f88a2;
font-weight: bold;
border-bottom: 1px solid #646d80;
margin: 5px;
font-size: 1.3em;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
cursor: pointer;
display: inline-block;
list-style: none;
}
.content-switcher > ul > li.active {
border-bottom: 1px solid #21b799;
}
.content-switcher:hover > ul {
opacity: 1;
filter: alpha(opacity=100);
}
.content-switcher > .tabs > * {
display: none;
max-width: 100%;
overflow-x: auto;
}
.content-switcher > .tabs > .active {
display: block;
}
pre {
color: #e7e9db;
background: #21242a;
font-family: monospace;
font-weight: bold;
position: relative;
border: none;
max-width: 100%;
overflow: auto;
margin: 0;
}
#mask {
opacity: 0;
filter: alpha(opacity=0);
position: fixed;
z-index: 700;
top: 0;
left: 0;
width: 100%;
height: 0;
background-color: rgba(0, 0, 0, 0.2);
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
#mask.active {
opacity: 1;
filter: alpha(opacity=100);
display: block;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
#thinking-modular > .clearfix.themes,
#thinking-modular > .dl-horizontal dd.themes,
#thinking-modular > .container.themes,
#thinking-modular > .container-fluid.themes,
#thinking-modular > .row.themes,
#thinking-modular > .form-horizontal .form-group.themes,
#thinking-modular > .btn-toolbar.themes,
#thinking-modular > .btn-group-vertical > .btn-group.themes,
#thinking-modular > .nav.themes,
#thinking-modular > .navbar.themes,
#thinking-modular > .navbar-header.themes,
#thinking-modular > .navbar-collapse.themes,
#thinking-modular > .pager.themes,
#thinking-modular > .panel-body.themes,
#thinking-modular > .modal-footer.themes {
margin-bottom: 3em;
}
footer {
display: none;
background-color: black;
color: white;
clear: both;
text-align: center;
padding: 5px;
} | odoo/doc/_extensions/odoo/static/style.css | @import url(https://fonts.googleapis.com/css?family=Lato:300,400,900,300italic,400italic);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.42857143;
color: #232b41;
background-color: #e5e5e5;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #198c75;
text-decoration: none;
}
a:hover,
a:focus {
color: #393f4f;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #e5e5e5;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 22px;
margin-bottom: 22px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: Lato, sans-serif;
font-weight: 300;
line-height: 1.1;
color: #393f4f;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 22px;
margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 11px;
margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 41px;
}
h2,
.h2 {
font-size: 34px;
}
h3,
.h3 {
font-size: 28px;
}
h4,
.h4 {
font-size: 20px;
}
h5,
.h5 {
font-size: 16px;
}
h6,
.h6 {
font-size: 14px;
}
p {
margin: 0 0 11px;
}
.lead {
margin-bottom: 22px;
font-size: 18px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 24px;
}
}
small,
.small {
font-size: 87%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 10px;
margin: 44px 0 22px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 22px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 11px 22px;
margin: 0 0 22px;
font-size: 20px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 22px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
pre {
display: block;
padding: 10.5px;
margin: 0 0 11px;
font-size: 15px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #e5e5e5;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 16.5px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 22px;
font-size: 24px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 16px;
line-height: 1.42857143;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
font-size: 16px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, 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;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 36px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 33px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 49px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 22px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.input-sm {
height: 33px;
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 33px;
line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 33px;
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
}
select.form-group-sm .form-control {
height: 33px;
line-height: 33px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 33px;
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
min-height: 36px;
}
.input-lg {
height: 49px;
padding: 10px 16px;
font-size: 20px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 49px;
line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 49px;
padding: 10px 16px;
font-size: 20px;
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
height: 49px;
line-height: 49px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 49px;
padding: 10px 16px;
font-size: 20px;
line-height: 1.3333333;
min-height: 42px;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 45px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
width: 49px;
height: 49px;
line-height: 49px;
}
.input-sm + .form-control-feedback {
width: 33px;
height: 33px;
line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #506294;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 29px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 16px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333333;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default .badge {
color: #ffffff;
background-color: #333333;
}
.btn-primary {
color: #ffffff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #ffffff;
}
.btn-success {
color: #ffffff;
background-color: #50af51;
border-color: #489e49;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #408c41;
border-color: #357435;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #50af51;
border-color: #489e49;
}
.btn-success .badge {
color: #50af51;
background-color: #ffffff;
}
.btn-info {
color: #ffffff;
background-color: #4b9eb6;
border-color: #438fa5;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #3b7f93;
border-color: #316979;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #4b9eb6;
border-color: #438fa5;
}
.btn-info .badge {
color: #4b9eb6;
background-color: #ffffff;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.btn-link {
color: #198c75;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #393f4f;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 20px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 16px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 14px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 49px;
padding: 10px 16px;
font-size: 20px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 49px;
line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 33px;
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 33px;
line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 16px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 14px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 20px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #198c75;
}
.nav .nav-divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #e5e5e5;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #e5e5e5;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #e5e5e5;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 22px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 14px 15px;
font-size: 20px;
line-height: 22px;
height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 22px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 22px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 14px;
padding-bottom: 14px;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 7px;
margin-bottom: 7px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 7px;
margin-bottom: 7px;
}
.navbar-btn.btn-sm {
margin-top: 8.5px;
margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 14px;
margin-bottom: 14px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
.navbar-default .btn-link {
color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc;
}
.navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 22px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 22px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #198c75;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #393f4f;
background-color: #eeeeee;
border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 22px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #ffffff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #50af51;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #408c41;
}
.label-info {
background-color: #4b9eb6;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #3b7f93;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 14px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #198c75;
background-color: #ffffff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding: 30px 15px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 24px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding: 48px 0;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 72px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 22px;
line-height: 1.42857143;
background-color: #e5e5e5;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #198c75;
}
.thumbnail .caption {
padding: 9px;
color: #232b41;
}
.alert {
padding: 15px;
margin-bottom: 22px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 22px;
margin-bottom: 22px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 14px;
line-height: 22px;
color: #ffffff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #50af51;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #4b9eb6;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item {
color: #555555;
}
a.list-group-item .list-group-item-heading {
color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
color: #555555;
background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 22px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 18px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 22px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
.panel-default {
border-color: #dddddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #dddddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 24px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 16px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.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 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1000;
perspective: 1000;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 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-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
@font-face {
font-family: 'Material-Design-Icons';
src: url('fonts/Material-Design-Icons.eot?3ocs8m');
src: url('fonts/Material-Design-Icons.eot?#iefix3ocs8m') format('embedded-opentype'), url('fonts/Material-Design-Icons.woff?3ocs8m') format('woff'), url('fonts/Material-Design-Icons.ttf?3ocs8m') format('truetype'), url('fonts/Material-Design-Icons.svg?3ocs8m#Material-Design-Icons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="mdi-"],
[class*="mdi-"] {
speak: none;
display: inline-block;
font: normal normal normal 24px/1 'Material-Design-Icons';
text-rendering: geometricPrecision;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
[class^="mdi-"]:before,
[class*="mdi-"]:before {
display: inline-block;
speak: none;
text-decoration: inherit;
}
[class^="mdi-"].pull-left,
[class*="mdi-"].pull-left {
margin-right: .3em;
}
[class^="mdi-"].pull-right,
[class*="mdi-"].pull-right {
margin-left: .3em;
}
[class^="mdi-"].mdi-lg:before,
[class*="mdi-"].mdi-lg:before,
[class^="mdi-"].mdi-lg:after,
[class*="mdi-"].mdi-lg:after {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
[class^="mdi-"].mdi-2x:before,
[class*="mdi-"].mdi-2x:before,
[class^="mdi-"].mdi-2x:after,
[class*="mdi-"].mdi-2x:after {
font-size: 2em;
}
[class^="mdi-"].mdi-3x:before,
[class*="mdi-"].mdi-3x:before,
[class^="mdi-"].mdi-3x:after,
[class*="mdi-"].mdi-3x:after {
font-size: 3em;
}
[class^="mdi-"].mdi-4x:before,
[class*="mdi-"].mdi-4x:before,
[class^="mdi-"].mdi-4x:after,
[class*="mdi-"].mdi-4x:after {
font-size: 4em;
}
[class^="mdi-"].mdi-5x:before,
[class*="mdi-"].mdi-5x:before,
[class^="mdi-"].mdi-5x:after,
[class*="mdi-"].mdi-5x:after {
font-size: 5em;
}
.mdi-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.mdi-stack-1x,
.mdi-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.mdi-stack-1x {
line-height: inherit;
}
.mdi-stack-2x {
font-size: 2em;
}
.mdi-inverse {
color: #ffffff;
}
/* Start Icons */
.mdi-action-3d-rotation:before {
content: "\e600";
}
.mdi-action-accessibility:before {
content: "\e601";
}
.mdi-action-account-balance-wallet:before {
content: "\e602";
}
.mdi-action-account-balance:before {
content: "\e603";
}
.mdi-action-account-box:before {
content: "\e604";
}
.mdi-action-account-child:before {
content: "\e605";
}
.mdi-action-account-circle:before {
content: "\e606";
}
.mdi-action-add-shopping-cart:before {
content: "\e607";
}
.mdi-action-alarm-add:before {
content: "\e608";
}
.mdi-action-alarm-off:before {
content: "\e609";
}
.mdi-action-alarm-on:before {
content: "\e60a";
}
.mdi-action-alarm:before {
content: "\e60b";
}
.mdi-action-android:before {
content: "\e60c";
}
.mdi-action-announcement:before {
content: "\e60d";
}
.mdi-action-aspect-ratio:before {
content: "\e60e";
}
.mdi-action-assessment:before {
content: "\e60f";
}
.mdi-action-assignment-ind:before {
content: "\e610";
}
.mdi-action-assignment-late:before {
content: "\e611";
}
.mdi-action-assignment-return:before {
content: "\e612";
}
.mdi-action-assignment-returned:before {
content: "\e613";
}
.mdi-action-assignment-turned-in:before {
content: "\e614";
}
.mdi-action-assignment:before {
content: "\e615";
}
.mdi-action-autorenew:before {
content: "\e616";
}
.mdi-action-backup:before {
content: "\e617";
}
.mdi-action-book:before {
content: "\e618";
}
.mdi-action-bookmark-outline:before {
content: "\e619";
}
.mdi-action-bookmark:before {
content: "\e61a";
}
.mdi-action-bug-report:before {
content: "\e61b";
}
.mdi-action-cached:before {
content: "\e61c";
}
.mdi-action-check-circle:before {
content: "\e61d";
}
.mdi-action-class:before {
content: "\e61e";
}
.mdi-action-credit-card:before {
content: "\e61f";
}
.mdi-action-dashboard:before {
content: "\e620";
}
.mdi-action-delete:before {
content: "\e621";
}
.mdi-action-description:before {
content: "\e622";
}
.mdi-action-dns:before {
content: "\e623";
}
.mdi-action-done-all:before {
content: "\e624";
}
.mdi-action-done:before {
content: "\e625";
}
.mdi-action-event:before {
content: "\e626";
}
.mdi-action-exit-to-app:before {
content: "\e627";
}
.mdi-action-explore:before {
content: "\e628";
}
.mdi-action-extension:before {
content: "\e629";
}
.mdi-action-face-unlock:before {
content: "\e62a";
}
.mdi-action-favorite-outline:before {
content: "\e62b";
}
.mdi-action-favorite:before {
content: "\e62c";
}
.mdi-action-find-in-page:before {
content: "\e62d";
}
.mdi-action-find-replace:before {
content: "\e62e";
}
.mdi-action-flip-to-back:before {
content: "\e62f";
}
.mdi-action-flip-to-front:before {
content: "\e630";
}
.mdi-action-get-app:before {
content: "\e631";
}
.mdi-action-grade:before {
content: "\e632";
}
.mdi-action-group-work:before {
content: "\e633";
}
.mdi-action-help:before {
content: "\e634";
}
.mdi-action-highlight-remove:before {
content: "\e635";
}
.mdi-action-history:before {
content: "\e636";
}
.mdi-action-home:before {
content: "\e637";
}
.mdi-action-https:before {
content: "\e638";
}
.mdi-action-info-outline:before {
content: "\e639";
}
.mdi-action-info:before {
content: "\e63a";
}
.mdi-action-input:before {
content: "\e63b";
}
.mdi-action-invert-colors:before {
content: "\e63c";
}
.mdi-action-label-outline:before {
content: "\e63d";
}
.mdi-action-label:before {
content: "\e63e";
}
.mdi-action-language:before {
content: "\e63f";
}
.mdi-action-launch:before {
content: "\e640";
}
.mdi-action-list:before {
content: "\e641";
}
.mdi-action-lock-open:before {
content: "\e642";
}
.mdi-action-lock-outline:before {
content: "\e643";
}
.mdi-action-lock:before {
content: "\e644";
}
.mdi-action-loyalty:before {
content: "\e645";
}
.mdi-action-markunread-mailbox:before {
content: "\e646";
}
.mdi-action-note-add:before {
content: "\e647";
}
.mdi-action-open-in-browser:before {
content: "\e648";
}
.mdi-action-open-in-new:before {
content: "\e649";
}
.mdi-action-open-with:before {
content: "\e64a";
}
.mdi-action-pageview:before {
content: "\e64b";
}
.mdi-action-payment:before {
content: "\e64c";
}
.mdi-action-perm-camera-mic:before {
content: "\e64d";
}
.mdi-action-perm-contact-cal:before {
content: "\e64e";
}
.mdi-action-perm-data-setting:before {
content: "\e64f";
}
.mdi-action-perm-device-info:before {
content: "\e650";
}
.mdi-action-perm-identity:before {
content: "\e651";
}
.mdi-action-perm-media:before {
content: "\e652";
}
.mdi-action-perm-phone-msg:before {
content: "\e653";
}
.mdi-action-perm-scan-wifi:before {
content: "\e654";
}
.mdi-action-picture-in-picture:before {
content: "\e655";
}
.mdi-action-polymer:before {
content: "\e656";
}
.mdi-action-print:before {
content: "\e657";
}
.mdi-action-query-builder:before {
content: "\e658";
}
.mdi-action-question-answer:before {
content: "\e659";
}
.mdi-action-receipt:before {
content: "\e65a";
}
.mdi-action-redeem:before {
content: "\e65b";
}
.mdi-action-reorder:before {
content: "\e65c";
}
.mdi-action-report-problem:before {
content: "\e65d";
}
.mdi-action-restore:before {
content: "\e65e";
}
.mdi-action-room:before {
content: "\e65f";
}
.mdi-action-schedule:before {
content: "\e660";
}
.mdi-action-search:before {
content: "\e661";
}
.mdi-action-settings-applications:before {
content: "\e662";
}
.mdi-action-settings-backup-restore:before {
content: "\e663";
}
.mdi-action-settings-bluetooth:before {
content: "\e664";
}
.mdi-action-settings-cell:before {
content: "\e665";
}
.mdi-action-settings-display:before {
content: "\e666";
}
.mdi-action-settings-ethernet:before {
content: "\e667";
}
.mdi-action-settings-input-antenna:before {
content: "\e668";
}
.mdi-action-settings-input-component:before {
content: "\e669";
}
.mdi-action-settings-input-composite:before {
content: "\e66a";
}
.mdi-action-settings-input-hdmi:before {
content: "\e66b";
}
.mdi-action-settings-input-svideo:before {
content: "\e66c";
}
.mdi-action-settings-overscan:before {
content: "\e66d";
}
.mdi-action-settings-phone:before {
content: "\e66e";
}
.mdi-action-settings-power:before {
content: "\e66f";
}
.mdi-action-settings-remote:before {
content: "\e670";
}
.mdi-action-settings-voice:before {
content: "\e671";
}
.mdi-action-settings:before {
content: "\e672";
}
.mdi-action-shop-two:before {
content: "\e673";
}
.mdi-action-shop:before {
content: "\e674";
}
.mdi-action-shopping-basket:before {
content: "\e675";
}
.mdi-action-shopping-cart:before {
content: "\e676";
}
.mdi-action-speaker-notes:before {
content: "\e677";
}
.mdi-action-spellcheck:before {
content: "\e678";
}
.mdi-action-star-rate:before {
content: "\e679";
}
.mdi-action-stars:before {
content: "\e67a";
}
.mdi-action-store:before {
content: "\e67b";
}
.mdi-action-subject:before {
content: "\e67c";
}
.mdi-action-supervisor-account:before {
content: "\e67d";
}
.mdi-action-swap-horiz:before {
content: "\e67e";
}
.mdi-action-swap-vert-circle:before {
content: "\e67f";
}
.mdi-action-swap-vert:before {
content: "\e680";
}
.mdi-action-system-update-tv:before {
content: "\e681";
}
.mdi-action-tab-unselected:before {
content: "\e682";
}
.mdi-action-tab:before {
content: "\e683";
}
.mdi-action-theaters:before {
content: "\e684";
}
.mdi-action-thumb-down:before {
content: "\e685";
}
.mdi-action-thumb-up:before {
content: "\e686";
}
.mdi-action-thumbs-up-down:before {
content: "\e687";
}
.mdi-action-toc:before {
content: "\e688";
}
.mdi-action-today:before {
content: "\e689";
}
.mdi-action-track-changes:before {
content: "\e68a";
}
.mdi-action-translate:before {
content: "\e68b";
}
.mdi-action-trending-down:before {
content: "\e68c";
}
.mdi-action-trending-neutral:before {
content: "\e68d";
}
.mdi-action-trending-up:before {
content: "\e68e";
}
.mdi-action-turned-in-not:before {
content: "\e68f";
}
.mdi-action-turned-in:before {
content: "\e690";
}
.mdi-action-verified-user:before {
content: "\e691";
}
.mdi-action-view-agenda:before {
content: "\e692";
}
.mdi-action-view-array:before {
content: "\e693";
}
.mdi-action-view-carousel:before {
content: "\e694";
}
.mdi-action-view-column:before {
content: "\e695";
}
.mdi-action-view-day:before {
content: "\e696";
}
.mdi-action-view-headline:before {
content: "\e697";
}
.mdi-action-view-list:before {
content: "\e698";
}
.mdi-action-view-module:before {
content: "\e699";
}
.mdi-action-view-quilt:before {
content: "\e69a";
}
.mdi-action-view-stream:before {
content: "\e69b";
}
.mdi-action-view-week:before {
content: "\e69c";
}
.mdi-action-visibility-off:before {
content: "\e69d";
}
.mdi-action-visibility:before {
content: "\e69e";
}
.mdi-action-wallet-giftcard:before {
content: "\e69f";
}
.mdi-action-wallet-membership:before {
content: "\e6a0";
}
.mdi-action-wallet-travel:before {
content: "\e6a1";
}
.mdi-action-work:before {
content: "\e6a2";
}
.mdi-alert-error:before {
content: "\e6a3";
}
.mdi-alert-warning:before {
content: "\e6a4";
}
.mdi-av-album:before {
content: "\e6a5";
}
.mdi-av-closed-caption:before {
content: "\e6a6";
}
.mdi-av-equalizer:before {
content: "\e6a7";
}
.mdi-av-explicit:before {
content: "\e6a8";
}
.mdi-av-fast-forward:before {
content: "\e6a9";
}
.mdi-av-fast-rewind:before {
content: "\e6aa";
}
.mdi-av-games:before {
content: "\e6ab";
}
.mdi-av-hearing:before {
content: "\e6ac";
}
.mdi-av-high-quality:before {
content: "\e6ad";
}
.mdi-av-loop:before {
content: "\e6ae";
}
.mdi-av-mic-none:before {
content: "\e6af";
}
.mdi-av-mic-off:before {
content: "\e6b0";
}
.mdi-av-mic:before {
content: "\e6b1";
}
.mdi-av-movie:before {
content: "\e6b2";
}
.mdi-av-my-library-add:before {
content: "\e6b3";
}
.mdi-av-my-library-books:before {
content: "\e6b4";
}
.mdi-av-my-library-music:before {
content: "\e6b5";
}
.mdi-av-new-releases:before {
content: "\e6b6";
}
.mdi-av-not-interested:before {
content: "\e6b7";
}
.mdi-av-pause-circle-fill:before {
content: "\e6b8";
}
.mdi-av-pause-circle-outline:before {
content: "\e6b9";
}
.mdi-av-pause:before {
content: "\e6ba";
}
.mdi-av-play-arrow:before {
content: "\e6bb";
}
.mdi-av-play-circle-fill:before {
content: "\e6bc";
}
.mdi-av-play-circle-outline:before {
content: "\e6bd";
}
.mdi-av-play-shopping-bag:before {
content: "\e6be";
}
.mdi-av-playlist-add:before {
content: "\e6bf";
}
.mdi-av-queue-mus:before {
content: "\e6c0";
}
.mdi-av-queue:before {
content: "\e6c1";
}
.mdi-av-radio:before {
content: "\e6c2";
}
.mdi-av-recent-actors:before {
content: "\e6c3";
}
.mdi-av-repeat-one:before {
content: "\e6c4";
}
.mdi-av-repeat:before {
content: "\e6c5";
}
.mdi-av-replay:before {
content: "\e6c6";
}
.mdi-av-shuffle:before {
content: "\e6c7";
}
.mdi-av-skip-next:before {
content: "\e6c8";
}
.mdi-av-skip-previous:before {
content: "\e6c9";
}
.mdi-av-snooze:before {
content: "\e6ca";
}
.mdi-av-stop:before {
content: "\e6cb";
}
.mdi-av-subtitles:before {
content: "\e6cc";
}
.mdi-av-surround-sound:before {
content: "\e6cd";
}
.mdi-av-timer:before {
content: "\e6ce";
}
.mdi-av-video-collection:before {
content: "\e6cf";
}
.mdi-av-videocam-off:before {
content: "\e6d0";
}
.mdi-av-videocam:before {
content: "\e6d1";
}
.mdi-av-volume-down:before {
content: "\e6d2";
}
.mdi-av-volume-mute:before {
content: "\e6d3";
}
.mdi-av-volume-off:before {
content: "\e6d4";
}
.mdi-av-volume-up:before {
content: "\e6d5";
}
.mdi-av-web:before {
content: "\e6d6";
}
.mdi-communication-business:before {
content: "\e6d7";
}
.mdi-communication-call-end:before {
content: "\e6d8";
}
.mdi-communication-call-made:before {
content: "\e6d9";
}
.mdi-communication-call-merge:before {
content: "\e6da";
}
.mdi-communication-call-missed:before {
content: "\e6db";
}
.mdi-communication-call-received:before {
content: "\e6dc";
}
.mdi-communication-call-split:before {
content: "\e6dd";
}
.mdi-communication-call:before {
content: "\e6de";
}
.mdi-communication-chat:before {
content: "\e6df";
}
.mdi-communication-clear-all:before {
content: "\e6e0";
}
.mdi-communication-comment:before {
content: "\e6e1";
}
.mdi-communication-contacts:before {
content: "\e6e2";
}
.mdi-communication-dialer-sip:before {
content: "\e6e3";
}
.mdi-communication-dialpad:before {
content: "\e6e4";
}
.mdi-communication-dnd-on:before {
content: "\e6e5";
}
.mdi-communication-email:before {
content: "\e6e6";
}
.mdi-communication-forum:before {
content: "\e6e7";
}
.mdi-communication-import-export:before {
content: "\e6e8";
}
.mdi-communication-invert-colors-off:before {
content: "\e6e9";
}
.mdi-communication-invert-colors-on:before {
content: "\e6ea";
}
.mdi-communication-live-help:before {
content: "\e6eb";
}
.mdi-communication-location-off:before {
content: "\e6ec";
}
.mdi-communication-location-on:before {
content: "\e6ed";
}
.mdi-communication-message:before {
content: "\e6ee";
}
.mdi-communication-messenger:before {
content: "\e6ef";
}
.mdi-communication-no-sim:before {
content: "\e6f0";
}
.mdi-communication-phone:before {
content: "\e6f1";
}
.mdi-communication-portable-wifi-off:before {
content: "\e6f2";
}
.mdi-communication-quick-contacts-dialer:before {
content: "\e6f3";
}
.mdi-communication-quick-contacts-mail:before {
content: "\e6f4";
}
.mdi-communication-ring-volume:before {
content: "\e6f5";
}
.mdi-communication-stay-current-landscape:before {
content: "\e6f6";
}
.mdi-communication-stay-current-portrait:before {
content: "\e6f7";
}
.mdi-communication-stay-primary-landscape:before {
content: "\e6f8";
}
.mdi-communication-stay-primary-portrait:before {
content: "\e6f9";
}
.mdi-communication-swap-calls:before {
content: "\e6fa";
}
.mdi-communication-textsms:before {
content: "\e6fb";
}
.mdi-communication-voicemail:before {
content: "\e6fc";
}
.mdi-communication-vpn-key:before {
content: "\e6fd";
}
.mdi-content-add-box:before {
content: "\e6fe";
}
.mdi-content-add-circle-outline:before {
content: "\e6ff";
}
.mdi-content-add-circle:before {
content: "\e700";
}
.mdi-content-add:before {
content: "\e701";
}
.mdi-content-archive:before {
content: "\e702";
}
.mdi-content-backspace:before {
content: "\e703";
}
.mdi-content-block:before {
content: "\e704";
}
.mdi-content-clear:before {
content: "\e705";
}
.mdi-content-content-copy:before {
content: "\e706";
}
.mdi-content-content-cut:before {
content: "\e707";
}
.mdi-content-content-paste:before {
content: "\e708";
}
.mdi-content-create:before {
content: "\e709";
}
.mdi-content-drafts:before {
content: "\e70a";
}
.mdi-content-filter-list:before {
content: "\e70b";
}
.mdi-content-flag:before {
content: "\e70c";
}
.mdi-content-forward:before {
content: "\e70d";
}
.mdi-content-gesture:before {
content: "\e70e";
}
.mdi-content-inbox:before {
content: "\e70f";
}
.mdi-content-link:before {
content: "\e710";
}
.mdi-content-mail:before {
content: "\e711";
}
.mdi-content-markunread:before {
content: "\e712";
}
.mdi-content-redo:before {
content: "\e713";
}
.mdi-content-remove-circle-outline:before {
content: "\e714";
}
.mdi-content-remove-circle:before {
content: "\e715";
}
.mdi-content-remove:before {
content: "\e716";
}
.mdi-content-reply-all:before {
content: "\e717";
}
.mdi-content-reply:before {
content: "\e718";
}
.mdi-content-report:before {
content: "\e719";
}
.mdi-content-save:before {
content: "\e71a";
}
.mdi-content-select-all:before {
content: "\e71b";
}
.mdi-content-send:before {
content: "\e71c";
}
.mdi-content-sort:before {
content: "\e71d";
}
.mdi-content-text-format:before {
content: "\e71e";
}
.mdi-content-undo:before {
content: "\e71f";
}
.mdi-editor-attach-file:before {
content: "\e776";
}
.mdi-editor-attach-money:before {
content: "\e777";
}
.mdi-editor-border-all:before {
content: "\e778";
}
.mdi-editor-border-bottom:before {
content: "\e779";
}
.mdi-editor-border-clear:before {
content: "\e77a";
}
.mdi-editor-border-color:before {
content: "\e77b";
}
.mdi-editor-border-horizontal:before {
content: "\e77c";
}
.mdi-editor-border-inner:before {
content: "\e77d";
}
.mdi-editor-border-left:before {
content: "\e77e";
}
.mdi-editor-border-outer:before {
content: "\e77f";
}
.mdi-editor-border-right:before {
content: "\e780";
}
.mdi-editor-border-style:before {
content: "\e781";
}
.mdi-editor-border-top:before {
content: "\e782";
}
.mdi-editor-border-vertical:before {
content: "\e783";
}
.mdi-editor-format-align-center:before {
content: "\e784";
}
.mdi-editor-format-align-justify:before {
content: "\e785";
}
.mdi-editor-format-align-left:before {
content: "\e786";
}
.mdi-editor-format-align-right:before {
content: "\e787";
}
.mdi-editor-format-bold:before {
content: "\e788";
}
.mdi-editor-format-clear:before {
content: "\e789";
}
.mdi-editor-format-color-fill:before {
content: "\e78a";
}
.mdi-editor-format-color-reset:before {
content: "\e78b";
}
.mdi-editor-format-color-text:before {
content: "\e78c";
}
.mdi-editor-format-indent-decrease:before {
content: "\e78d";
}
.mdi-editor-format-indent-increase:before {
content: "\e78e";
}
.mdi-editor-format-italic:before {
content: "\e78f";
}
.mdi-editor-format-line-spacing:before {
content: "\e790";
}
.mdi-editor-format-list-bulleted:before {
content: "\e791";
}
.mdi-editor-format-list-numbered:before {
content: "\e792";
}
.mdi-editor-format-paint:before {
content: "\e793";
}
.mdi-editor-format-quote:before {
content: "\e794";
}
.mdi-editor-format-size:before {
content: "\e795";
}
.mdi-editor-format-strikethrough:before {
content: "\e796";
}
.mdi-editor-format-textdirection-l-to-r:before {
content: "\e797";
}
.mdi-editor-format-textdirection-r-to-l:before {
content: "\e798";
}
.mdi-editor-format-underline:before {
content: "\e799";
}
.mdi-editor-functions:before {
content: "\e79a";
}
.mdi-editor-insert-chart:before {
content: "\e79b";
}
.mdi-editor-insert-comment:before {
content: "\e79c";
}
.mdi-editor-insert-drive-file:before {
content: "\e79d";
}
.mdi-editor-insert-emoticon:before {
content: "\e79e";
}
.mdi-editor-insert-invitation:before {
content: "\e79f";
}
.mdi-editor-insert-link:before {
content: "\e7a0";
}
.mdi-editor-insert-photo:before {
content: "\e7a1";
}
.mdi-editor-merge-type:before {
content: "\e7a2";
}
.mdi-editor-mode-comment:before {
content: "\e7a3";
}
.mdi-editor-mode-edit:before {
content: "\e7a4";
}
.mdi-editor-publish:before {
content: "\e7a5";
}
.mdi-editor-vertical-align-bottom:before {
content: "\e7a6";
}
.mdi-editor-vertical-align-center:before {
content: "\e7a7";
}
.mdi-editor-vertical-align-top:before {
content: "\e7a8";
}
.mdi-editor-wrap-text:before {
content: "\e7a9";
}
.mdi-file-attachment:before {
content: "\e7aa";
}
.mdi-file-cloud-circle:before {
content: "\e7ab";
}
.mdi-file-cloud-done:before {
content: "\e7ac";
}
.mdi-file-cloud-download:before {
content: "\e7ad";
}
.mdi-file-cloud-off:before {
content: "\e7ae";
}
.mdi-file-cloud-queue:before {
content: "\e7af";
}
.mdi-file-cloud-upload:before {
content: "\e7b0";
}
.mdi-file-cloud:before {
content: "\e7b1";
}
.mdi-file-file-download:before {
content: "\e7b2";
}
.mdi-file-file-upload:before {
content: "\e7b3";
}
.mdi-file-folder-open:before {
content: "\e7b4";
}
.mdi-file-folder-shared:before {
content: "\e7b5";
}
.mdi-file-folder:before {
content: "\e7b6";
}
.mdi-device-access-alarm:before {
content: "\e720";
}
.mdi-device-access-alarms:before {
content: "\e721";
}
.mdi-device-access-time:before {
content: "\e722";
}
.mdi-device-add-alarm:before {
content: "\e723";
}
.mdi-device-airplanemode-off:before {
content: "\e724";
}
.mdi-device-airplanemode-on:before {
content: "\e725";
}
.mdi-device-battery-20:before {
content: "\e726";
}
.mdi-device-battery-30:before {
content: "\e727";
}
.mdi-device-battery-50:before {
content: "\e728";
}
.mdi-device-battery-60:before {
content: "\e729";
}
.mdi-device-battery-80:before {
content: "\e72a";
}
.mdi-device-battery-90:before {
content: "\e72b";
}
.mdi-device-battery-alert:before {
content: "\e72c";
}
.mdi-device-battery-charging-20:before {
content: "\e72d";
}
.mdi-device-battery-charging-30:before {
content: "\e72e";
}
.mdi-device-battery-charging-50:before {
content: "\e72f";
}
.mdi-device-battery-charging-60:before {
content: "\e730";
}
.mdi-device-battery-charging-80:before {
content: "\e731";
}
.mdi-device-battery-charging-90:before {
content: "\e732";
}
.mdi-device-battery-charging-full:before {
content: "\e733";
}
.mdi-device-battery-full:before {
content: "\e734";
}
.mdi-device-battery-std:before {
content: "\e735";
}
.mdi-device-battery-unknown:before {
content: "\e736";
}
.mdi-device-bluetooth-connected:before {
content: "\e737";
}
.mdi-device-bluetooth-disabled:before {
content: "\e738";
}
.mdi-device-bluetooth-searching:before {
content: "\e739";
}
.mdi-device-bluetooth:before {
content: "\e73a";
}
.mdi-device-brightness-auto:before {
content: "\e73b";
}
.mdi-device-brightness-high:before {
content: "\e73c";
}
.mdi-device-brightness-low:before {
content: "\e73d";
}
.mdi-device-brightness-medium:before {
content: "\e73e";
}
.mdi-device-data-usage:before {
content: "\e73f";
}
.mdi-device-developer-mode:before {
content: "\e740";
}
.mdi-device-devices:before {
content: "\e741";
}
.mdi-device-dvr:before {
content: "\e742";
}
.mdi-device-gps-fixed:before {
content: "\e743";
}
.mdi-device-gps-not-fixed:before {
content: "\e744";
}
.mdi-device-gps-off:before {
content: "\e745";
}
.mdi-device-location-disabled:before {
content: "\e746";
}
.mdi-device-location-searching:before {
content: "\e747";
}
.mdi-device-multitrack-audio:before {
content: "\e748";
}
.mdi-device-network-cell:before {
content: "\e749";
}
.mdi-device-network-wifi:before {
content: "\e74a";
}
.mdi-device-nfc:before {
content: "\e74b";
}
.mdi-device-now-wallpaper:before {
content: "\e74c";
}
.mdi-device-now-widgets:before {
content: "\e74d";
}
.mdi-device-screen-lock-landscape:before {
content: "\e74e";
}
.mdi-device-screen-lock-portrait:before {
content: "\e74f";
}
.mdi-device-screen-lock-rotation:before {
content: "\e750";
}
.mdi-device-screen-rotation:before {
content: "\e751";
}
.mdi-device-sd-storage:before {
content: "\e752";
}
.mdi-device-settings-system-daydream:before {
content: "\e753";
}
.mdi-device-signal-cellular-0-bar:before {
content: "\e754";
}
.mdi-device-signal-cellular-1-bar:before {
content: "\e755";
}
.mdi-device-signal-cellular-2-bar:before {
content: "\e756";
}
.mdi-device-signal-cellular-3-bar:before {
content: "\e757";
}
.mdi-device-signal-cellular-4-bar:before {
content: "\e758";
}
.mdi-signal-wifi-statusbar-connected-no-internet-after:before {
content: "\e8f6";
}
.mdi-device-signal-cellular-connected-no-internet-0-bar:before {
content: "\e759";
}
.mdi-device-signal-cellular-connected-no-internet-1-bar:before {
content: "\e75a";
}
.mdi-device-signal-cellular-connected-no-internet-2-bar:before {
content: "\e75b";
}
.mdi-device-signal-cellular-connected-no-internet-3-bar:before {
content: "\e75c";
}
.mdi-device-signal-cellular-connected-no-internet-4-bar:before {
content: "\e75d";
}
.mdi-device-signal-cellular-no-sim:before {
content: "\e75e";
}
.mdi-device-signal-cellular-null:before {
content: "\e75f";
}
.mdi-device-signal-cellular-off:before {
content: "\e760";
}
.mdi-device-signal-wifi-0-bar:before {
content: "\e761";
}
.mdi-device-signal-wifi-1-bar:before {
content: "\e762";
}
.mdi-device-signal-wifi-2-bar:before {
content: "\e763";
}
.mdi-device-signal-wifi-3-bar:before {
content: "\e764";
}
.mdi-device-signal-wifi-4-bar:before {
content: "\e765";
}
.mdi-device-signal-wifi-off:before {
content: "\e766";
}
.mdi-device-signal-wifi-statusbar-1-bar:before {
content: "\e767";
}
.mdi-device-signal-wifi-statusbar-2-bar:before {
content: "\e768";
}
.mdi-device-signal-wifi-statusbar-3-bar:before {
content: "\e769";
}
.mdi-device-signal-wifi-statusbar-4-bar:before {
content: "\e76a";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-:before {
content: "\e76b";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet:before {
content: "\e76f";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-2:before {
content: "\e76c";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-3:before {
content: "\e76d";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-4:before {
content: "\e76e";
}
.mdi-signal-wifi-statusbar-not-connected-after:before {
content: "\e8f7";
}
.mdi-device-signal-wifi-statusbar-not-connected:before {
content: "\e770";
}
.mdi-device-signal-wifi-statusbar-null:before {
content: "\e771";
}
.mdi-device-storage:before {
content: "\e772";
}
.mdi-device-usb:before {
content: "\e773";
}
.mdi-device-wifi-lock:before {
content: "\e774";
}
.mdi-device-wifi-tethering:before {
content: "\e775";
}
.mdi-hardware-cast-connected:before {
content: "\e7b7";
}
.mdi-hardware-cast:before {
content: "\e7b8";
}
.mdi-hardware-computer:before {
content: "\e7b9";
}
.mdi-hardware-desktop-mac:before {
content: "\e7ba";
}
.mdi-hardware-desktop-windows:before {
content: "\e7bb";
}
.mdi-hardware-dock:before {
content: "\e7bc";
}
.mdi-hardware-gamepad:before {
content: "\e7bd";
}
.mdi-hardware-headset-mic:before {
content: "\e7be";
}
.mdi-hardware-headset:before {
content: "\e7bf";
}
.mdi-hardware-keyboard-alt:before {
content: "\e7c0";
}
.mdi-hardware-keyboard-arrow-down:before {
content: "\e7c1";
}
.mdi-hardware-keyboard-arrow-left:before {
content: "\e7c2";
}
.mdi-hardware-keyboard-arrow-right:before {
content: "\e7c3";
}
.mdi-hardware-keyboard-arrow-up:before {
content: "\e7c4";
}
.mdi-hardware-keyboard-backspace:before {
content: "\e7c5";
}
.mdi-hardware-keyboard-capslock:before {
content: "\e7c6";
}
.mdi-hardware-keyboard-control:before {
content: "\e7c7";
}
.mdi-hardware-keyboard-hide:before {
content: "\e7c8";
}
.mdi-hardware-keyboard-return:before {
content: "\e7c9";
}
.mdi-hardware-keyboard-tab:before {
content: "\e7ca";
}
.mdi-hardware-keyboard-voice:before {
content: "\e7cb";
}
.mdi-hardware-keyboard:before {
content: "\e7cc";
}
.mdi-hardware-laptop-chromebook:before {
content: "\e7cd";
}
.mdi-hardware-laptop-mac:before {
content: "\e7ce";
}
.mdi-hardware-laptop-windows:before {
content: "\e7cf";
}
.mdi-hardware-laptop:before {
content: "\e7d0";
}
.mdi-hardware-memory:before {
content: "\e7d1";
}
.mdi-hardware-mouse:before {
content: "\e7d2";
}
.mdi-hardware-phone-android:before {
content: "\e7d3";
}
.mdi-hardware-phone-iphone:before {
content: "\e7d4";
}
.mdi-hardware-phonelink-off:before {
content: "\e7d5";
}
.mdi-hardware-phonelink:before {
content: "\e7d6";
}
.mdi-hardware-security:before {
content: "\e7d7";
}
.mdi-hardware-sim-card:before {
content: "\e7d8";
}
.mdi-hardware-smartphone:before {
content: "\e7d9";
}
.mdi-hardware-speaker:before {
content: "\e7da";
}
.mdi-hardware-tablet-android:before {
content: "\e7db";
}
.mdi-hardware-tablet-mac:before {
content: "\e7dc";
}
.mdi-hardware-tablet:before {
content: "\e7dd";
}
.mdi-hardware-tv:before {
content: "\e7de";
}
.mdi-hardware-watch:before {
content: "\e7df";
}
.mdi-image-add-to-photos:before {
content: "\e7e0";
}
.mdi-image-adjust:before {
content: "\e7e1";
}
.mdi-image-assistant-photo:before {
content: "\e7e2";
}
.mdi-image-audiotrack:before {
content: "\e7e3";
}
.mdi-image-blur-circular:before {
content: "\e7e4";
}
.mdi-image-blur-linear:before {
content: "\e7e5";
}
.mdi-image-blur-off:before {
content: "\e7e6";
}
.mdi-image-blur-on:before {
content: "\e7e7";
}
.mdi-image-brightness-1:before {
content: "\e7e8";
}
.mdi-image-brightness-2:before {
content: "\e7e9";
}
.mdi-image-brightness-3:before {
content: "\e7ea";
}
.mdi-image-brightness-4:before {
content: "\e7eb";
}
.mdi-image-brightness-5:before {
content: "\e7ec";
}
.mdi-image-brightness-6:before {
content: "\e7ed";
}
.mdi-image-brightness-7:before {
content: "\e7ee";
}
.mdi-image-brush:before {
content: "\e7ef";
}
.mdi-image-camera-alt:before {
content: "\e7f0";
}
.mdi-image-camera-front:before {
content: "\e7f1";
}
.mdi-image-camera-rear:before {
content: "\e7f2";
}
.mdi-image-camera-roll:before {
content: "\e7f3";
}
.mdi-image-camera:before {
content: "\e7f4";
}
.mdi-image-center-focus-strong:before {
content: "\e7f5";
}
.mdi-image-center-focus-weak:before {
content: "\e7f6";
}
.mdi-image-collections:before {
content: "\e7f7";
}
.mdi-image-color-lens:before {
content: "\e7f8";
}
.mdi-image-colorize:before {
content: "\e7f9";
}
.mdi-image-compare:before {
content: "\e7fa";
}
.mdi-image-control-point-duplicate:before {
content: "\e7fb";
}
.mdi-image-control-point:before {
content: "\e7fc";
}
.mdi-image-crop-3-2:before {
content: "\e7fd";
}
.mdi-image-crop-5-4:before {
content: "\e7fe";
}
.mdi-image-crop-7-5:before {
content: "\e7ff";
}
.mdi-image-crop-16-9:before {
content: "\e800";
}
.mdi-image-crop-din:before {
content: "\e801";
}
.mdi-image-crop-free:before {
content: "\e802";
}
.mdi-image-crop-landscape:before {
content: "\e803";
}
.mdi-image-crop-original:before {
content: "\e804";
}
.mdi-image-crop-portrait:before {
content: "\e805";
}
.mdi-image-crop-square:before {
content: "\e806";
}
.mdi-image-crop:before {
content: "\e807";
}
.mdi-image-dehaze:before {
content: "\e808";
}
.mdi-image-details:before {
content: "\e809";
}
.mdi-image-edit:before {
content: "\e80a";
}
.mdi-image-exposure-minus-1:before {
content: "\e80b";
}
.mdi-image-exposure-minus-2:before {
content: "\e80c";
}
.mdi-image-exposure-plus-1:before {
content: "\e80d";
}
.mdi-image-exposure-plus-2:before {
content: "\e80e";
}
.mdi-image-exposure-zero:before {
content: "\e80f";
}
.mdi-image-exposure:before {
content: "\e810";
}
.mdi-image-filter-1:before {
content: "\e811";
}
.mdi-image-filter-2:before {
content: "\e812";
}
.mdi-image-filter-3:before {
content: "\e813";
}
.mdi-image-filter-4:before {
content: "\e814";
}
.mdi-image-filter-5:before {
content: "\e815";
}
.mdi-image-filter-6:before {
content: "\e816";
}
.mdi-image-filter-7:before {
content: "\e817";
}
.mdi-image-filter-8:before {
content: "\e818";
}
.mdi-image-filter-9-plus:before {
content: "\e819";
}
.mdi-image-filter-9:before {
content: "\e81a";
}
.mdi-image-filter-b-and-w:before {
content: "\e81b";
}
.mdi-image-filter-center-focus:before {
content: "\e81c";
}
.mdi-image-filter-drama:before {
content: "\e81d";
}
.mdi-image-filter-frames:before {
content: "\e81e";
}
.mdi-image-filter-hdr:before {
content: "\e81f";
}
.mdi-image-filter-none:before {
content: "\e820";
}
.mdi-image-filter-tilt-shift:before {
content: "\e821";
}
.mdi-image-filter-vintage:before {
content: "\e822";
}
.mdi-image-filter:before {
content: "\e823";
}
.mdi-image-flare:before {
content: "\e824";
}
.mdi-image-flash-auto:before {
content: "\e825";
}
.mdi-image-flash-off:before {
content: "\e826";
}
.mdi-image-flash-on:before {
content: "\e827";
}
.mdi-image-flip:before {
content: "\e828";
}
.mdi-image-gradient:before {
content: "\e829";
}
.mdi-image-grain:before {
content: "\e82a";
}
.mdi-image-grid-off:before {
content: "\e82b";
}
.mdi-image-grid-on:before {
content: "\e82c";
}
.mdi-image-hdr-off:before {
content: "\e82d";
}
.mdi-image-hdr-on:before {
content: "\e82e";
}
.mdi-image-hdr-strong:before {
content: "\e82f";
}
.mdi-image-hdr-weak:before {
content: "\e830";
}
.mdi-image-healing:before {
content: "\e831";
}
.mdi-image-image-aspect-ratio:before {
content: "\e832";
}
.mdi-image-image:before {
content: "\e833";
}
.mdi-image-iso:before {
content: "\e834";
}
.mdi-image-landscape:before {
content: "\e835";
}
.mdi-image-leak-add:before {
content: "\e836";
}
.mdi-image-leak-remove:before {
content: "\e837";
}
.mdi-image-lens:before {
content: "\e838";
}
.mdi-image-looks-3:before {
content: "\e839";
}
.mdi-image-looks-4:before {
content: "\e83a";
}
.mdi-image-looks-5:before {
content: "\e83b";
}
.mdi-image-looks-6:before {
content: "\e83c";
}
.mdi-image-looks-one:before {
content: "\e83d";
}
.mdi-image-looks-two:before {
content: "\e83e";
}
.mdi-image-looks:before {
content: "\e83f";
}
.mdi-image-loupe:before {
content: "\e840";
}
.mdi-image-movie-creation:before {
content: "\e841";
}
.mdi-image-nature-people:before {
content: "\e842";
}
.mdi-image-nature:before {
content: "\e843";
}
.mdi-image-navigate-before:before {
content: "\e844";
}
.mdi-image-navigate-next:before {
content: "\e845";
}
.mdi-image-palette:before {
content: "\e846";
}
.mdi-image-panorama-fisheye:before {
content: "\e847";
}
.mdi-image-panorama-horizontal:before {
content: "\e848";
}
.mdi-image-panorama-vertical:before {
content: "\e849";
}
.mdi-image-panorama-wide-angle:before {
content: "\e84a";
}
.mdi-image-panorama:before {
content: "\e84b";
}
.mdi-image-photo-album:before {
content: "\e84c";
}
.mdi-image-photo-camera:before {
content: "\e84d";
}
.mdi-image-photo-library:before {
content: "\e84e";
}
.mdi-image-photo:before {
content: "\e84f";
}
.mdi-image-portrait:before {
content: "\e850";
}
.mdi-image-remove-red-eye:before {
content: "\e851";
}
.mdi-image-rotate-left:before {
content: "\e852";
}
.mdi-image-rotate-right:before {
content: "\e853";
}
.mdi-image-slideshow:before {
content: "\e854";
}
.mdi-image-straighten:before {
content: "\e855";
}
.mdi-image-style:before {
content: "\e856";
}
.mdi-image-switch-camera:before {
content: "\e857";
}
.mdi-image-switch-video:before {
content: "\e858";
}
.mdi-image-tag-faces:before {
content: "\e859";
}
.mdi-image-texture:before {
content: "\e85a";
}
.mdi-image-timelapse:before {
content: "\e85b";
}
.mdi-image-timer-3:before {
content: "\e85c";
}
.mdi-image-timer-10:before {
content: "\e85d";
}
.mdi-image-timer-auto:before {
content: "\e85e";
}
.mdi-image-timer-off:before {
content: "\e85f";
}
.mdi-image-timer:before {
content: "\e860";
}
.mdi-image-tonality:before {
content: "\e861";
}
.mdi-image-transform:before {
content: "\e862";
}
.mdi-image-tune:before {
content: "\e863";
}
.mdi-image-wb-auto:before {
content: "\e864";
}
.mdi-image-wb-cloudy:before {
content: "\e865";
}
.mdi-image-wb-incandescent:before {
content: "\e866";
}
.mdi-image-wb-irradescent:before {
content: "\e867";
}
.mdi-image-wb-sunny:before {
content: "\e868";
}
.mdi-maps-beenhere:before {
content: "\e869";
}
.mdi-maps-directions-bike:before {
content: "\e86a";
}
.mdi-maps-directions-bus:before {
content: "\e86b";
}
.mdi-maps-directions-car:before {
content: "\e86c";
}
.mdi-maps-directions-ferry:before {
content: "\e86d";
}
.mdi-maps-directions-subway:before {
content: "\e86e";
}
.mdi-maps-directions-train:before {
content: "\e86f";
}
.mdi-maps-directions-transit:before {
content: "\e870";
}
.mdi-maps-directions-walk:before {
content: "\e871";
}
.mdi-maps-directions:before {
content: "\e872";
}
.mdi-maps-flight:before {
content: "\e873";
}
.mdi-maps-hotel:before {
content: "\e874";
}
.mdi-maps-layers-clear:before {
content: "\e875";
}
.mdi-maps-layers:before {
content: "\e876";
}
.mdi-maps-local-airport:before {
content: "\e877";
}
.mdi-maps-local-atm:before {
content: "\e878";
}
.mdi-maps-local-attraction:before {
content: "\e879";
}
.mdi-maps-local-bar:before {
content: "\e87a";
}
.mdi-maps-local-cafe:before {
content: "\e87b";
}
.mdi-maps-local-car-wash:before {
content: "\e87c";
}
.mdi-maps-local-convenience-store:before {
content: "\e87d";
}
.mdi-maps-local-drink:before {
content: "\e87e";
}
.mdi-maps-local-florist:before {
content: "\e87f";
}
.mdi-maps-local-gas-station:before {
content: "\e880";
}
.mdi-maps-local-grocery-store:before {
content: "\e881";
}
.mdi-maps-local-hospital:before {
content: "\e882";
}
.mdi-maps-local-hotel:before {
content: "\e883";
}
.mdi-maps-local-laundry-service:before {
content: "\e884";
}
.mdi-maps-local-library:before {
content: "\e885";
}
.mdi-maps-local-mall:before {
content: "\e886";
}
.mdi-maps-local-movies:before {
content: "\e887";
}
.mdi-maps-local-offer:before {
content: "\e888";
}
.mdi-maps-local-parking:before {
content: "\e889";
}
.mdi-maps-local-pharmacy:before {
content: "\e88a";
}
.mdi-maps-local-phone:before {
content: "\e88b";
}
.mdi-maps-local-pizza:before {
content: "\e88c";
}
.mdi-maps-local-play:before {
content: "\e88d";
}
.mdi-maps-local-post-office:before {
content: "\e88e";
}
.mdi-maps-local-print-shop:before {
content: "\e88f";
}
.mdi-maps-local-restaurant:before {
content: "\e890";
}
.mdi-maps-local-see:before {
content: "\e891";
}
.mdi-maps-local-shipping:before {
content: "\e892";
}
.mdi-maps-local-taxi:before {
content: "\e893";
}
.mdi-maps-location-history:before {
content: "\e894";
}
.mdi-maps-map:before {
content: "\e895";
}
.mdi-maps-my-location:before {
content: "\e896";
}
.mdi-maps-navigation:before {
content: "\e897";
}
.mdi-maps-pin-drop:before {
content: "\e898";
}
.mdi-maps-place:before {
content: "\e899";
}
.mdi-maps-rate-review:before {
content: "\e89a";
}
.mdi-maps-restaurant-menu:before {
content: "\e89b";
}
.mdi-maps-satellite:before {
content: "\e89c";
}
.mdi-maps-store-mall-directory:before {
content: "\e89d";
}
.mdi-maps-terrain:before {
content: "\e89e";
}
.mdi-maps-traffic:before {
content: "\e89f";
}
.mdi-navigation-apps:before {
content: "\e8a0";
}
.mdi-navigation-arrow-back:before {
content: "\e8a1";
}
.mdi-navigation-arrow-drop-down-circle:before {
content: "\e8a2";
}
.mdi-navigation-arrow-drop-down:before {
content: "\e8a3";
}
.mdi-navigation-arrow-drop-up:before {
content: "\e8a4";
}
.mdi-navigation-arrow-forward:before {
content: "\e8a5";
}
.mdi-navigation-cancel:before {
content: "\e8a6";
}
.mdi-navigation-check:before {
content: "\e8a7";
}
.mdi-navigation-chevron-left:before {
content: "\e8a8";
}
.mdi-navigation-chevron-right:before {
content: "\e8a9";
}
.mdi-navigation-close:before {
content: "\e8aa";
}
.mdi-navigation-expand-less:before {
content: "\e8ab";
}
.mdi-navigation-expand-more:before {
content: "\e8ac";
}
.mdi-navigation-fullscreen-exit:before {
content: "\e8ad";
}
.mdi-navigation-fullscreen:before {
content: "\e8ae";
}
.mdi-navigation-menu:before {
content: "\e8af";
}
.mdi-navigation-more-horiz:before {
content: "\e8b0";
}
.mdi-navigation-more-vert:before {
content: "\e8b1";
}
.mdi-navigation-refresh:before {
content: "\e8b2";
}
.mdi-navigation-unfold-less:before {
content: "\e8b3";
}
.mdi-navigation-unfold-more:before {
content: "\e8b4";
}
.mdi-notification-adb:before {
content: "\e8b5";
}
.mdi-notification-bluetooth-audio:before {
content: "\e8b6";
}
.mdi-notification-disc-full:before {
content: "\e8b7";
}
.mdi-notification-dnd-forwardslash:before {
content: "\e8b8";
}
.mdi-notification-do-not-disturb:before {
content: "\e8b9";
}
.mdi-notification-drive-eta:before {
content: "\e8ba";
}
.mdi-notification-event-available:before {
content: "\e8bb";
}
.mdi-notification-event-busy:before {
content: "\e8bc";
}
.mdi-notification-event-note:before {
content: "\e8bd";
}
.mdi-notification-folder-special:before {
content: "\e8be";
}
.mdi-notification-mms:before {
content: "\e8bf";
}
.mdi-notification-more:before {
content: "\e8c0";
}
.mdi-notification-network-locked:before {
content: "\e8c1";
}
.mdi-notification-phone-bluetooth-speaker:before {
content: "\e8c2";
}
.mdi-notification-phone-forwarded:before {
content: "\e8c3";
}
.mdi-notification-phone-in-talk:before {
content: "\e8c4";
}
.mdi-notification-phone-locked:before {
content: "\e8c5";
}
.mdi-notification-phone-missed:before {
content: "\e8c6";
}
.mdi-notification-phone-paused:before {
content: "\e8c7";
}
.mdi-notification-play-download:before {
content: "\e8c8";
}
.mdi-notification-play-install:before {
content: "\e8c9";
}
.mdi-notification-sd-card:before {
content: "\e8ca";
}
.mdi-notification-sim-card-alert:before {
content: "\e8cb";
}
.mdi-notification-sms-failed:before {
content: "\e8cc";
}
.mdi-notification-sms:before {
content: "\e8cd";
}
.mdi-notification-sync-disabled:before {
content: "\e8ce";
}
.mdi-notification-sync-problem:before {
content: "\e8cf";
}
.mdi-notification-sync:before {
content: "\e8d0";
}
.mdi-notification-system-update:before {
content: "\e8d1";
}
.mdi-notification-tap-and-play:before {
content: "\e8d2";
}
.mdi-notification-time-to-leave:before {
content: "\e8d3";
}
.mdi-notification-vibration:before {
content: "\e8d4";
}
.mdi-notification-voice-chat:before {
content: "\e8d5";
}
.mdi-notification-vpn-lock:before {
content: "\e8d6";
}
.mdi-social-cake:before {
content: "\e8d7";
}
.mdi-social-domain:before {
content: "\e8d8";
}
.mdi-social-group-add:before {
content: "\e8d9";
}
.mdi-social-group:before {
content: "\e8da";
}
.mdi-social-location-city:before {
content: "\e8db";
}
.mdi-social-mood:before {
content: "\e8dc";
}
.mdi-social-notifications-none:before {
content: "\e8dd";
}
.mdi-social-notifications-off:before {
content: "\e8de";
}
.mdi-social-notifications-on:before {
content: "\e8df";
}
.mdi-social-notifications-paused:before {
content: "\e8e0";
}
.mdi-social-notifications:before {
content: "\e8e1";
}
.mdi-social-pages:before {
content: "\e8e2";
}
.mdi-social-party-mode:before {
content: "\e8e3";
}
.mdi-social-people-outline:before {
content: "\e8e4";
}
.mdi-social-people:before {
content: "\e8e5";
}
.mdi-social-person-add:before {
content: "\e8e6";
}
.mdi-social-person-outline:before {
content: "\e8e7";
}
.mdi-social-person:before {
content: "\e8e8";
}
.mdi-social-plus-one:before {
content: "\e8e9";
}
.mdi-social-poll:before {
content: "\e8ea";
}
.mdi-social-publ24px:before {
content: "\e8eb";
}
.mdi-social-school:before {
content: "\e8ec";
}
.mdi-social-share:before {
content: "\e8ed";
}
.mdi-social-whatshot:before {
content: "\e8ee";
}
.mdi-toggle-check-box-outline-blank:before {
content: "\e8ef";
}
.mdi-toggle-check-box:before {
content: "\e8f0";
}
.mdi-toggle-radio-button-off:before {
content: "\e8f1";
}
.mdi-toggle-radio-button-on:before {
content: "\e8f2";
}
.mdi-toggle-star-half:before {
content: "\e8f3";
}
.mdi-toggle-star-outline:before {
content: "\e8f4";
}
.mdi-toggle-star:before {
content: "\e8f5";
}
.antialiased {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
}
.mdi-icon {
font-family: 'Material-Design-Icons';
display: inline-block;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
}
.shadow-none {
-webkit-box-shadow: none;
box-shadow: none;
}
.shadow-0 {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.shadow-1 {
box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}
.shadow-2 {
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
.shadow-3 {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}
.shadow-4 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}
.shadow-5 {
box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}
@-moz-keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
transform: scale(2.5);
}
}
@-webkit-keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
transform: scale(2.5);
}
}
@keyframes ripple {
100% {
opacity: 0;
-webkit-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
transform: scale(2.5);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate(0, 60px);
-ms-transform: translate(0, 60px);
-o-transform: translate(0, 60px);
transform: translate(0, 60px);
}
40% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: translate(none, none);
-ms-transform: translate(none, none);
-o-transform: translate(none, none);
transform: translate(none, none);
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate(0, 60px);
-ms-transform: translate(0, 60px);
-o-transform: translate(0, 60px);
transform: translate(0, 60px);
}
40% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: translate(none, none);
-ms-transform: translate(none, none);
-o-transform: translate(none, none);
transform: translate(none, none);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate(0, 60px);
-ms-transform: translate(0, 60px);
-o-transform: translate(0, 60px);
transform: translate(0, 60px);
}
40% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: translate(none, none);
-ms-transform: translate(none, none);
-o-transform: translate(none, none);
transform: translate(none, none);
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeInUp {
-webkit-animation: fadeInUp 1s;
-o-animation: fadeInUp 1s;
animation: fadeInUp 1s;
}
.fadeIn {
-webkit-animation: fadeIn 1s;
-o-animation: fadeIn 1s;
animation: fadeIn 1s;
}
.ripple {
z-index: 2;
}
.inner-ripple {
display: block;
position: absolute;
border-radius: 100%;
opacity: 1.3;
z-index: -1;
background: rgba(0, 0, 0, 0.2);
pointer-events: none;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.inner-ripple-animated {
-webkit-animation: ripple 0.35s ease-in;
-o-animation: ripple 0.35s ease-in;
animation: ripple 0.35s ease-in;
}
a {
-webkit-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
}
main,
#navClone {
font-size: 0.875em;
line-height: 1.642857143em;
}
main article {
/* Sanitation */
}
main article h1,
main article .h1 {
font-size: 4.214285714em;
line-height: 1.169491527em;
margin-top: 0.77966102em;
margin-bottom: 0.38983051em;
}
main article h2,
main article .h2 {
font-size: 2.642857143em;
line-height: 1.243243244em;
margin-top: 1.24324324em;
margin-bottom: 0.62162162em;
}
main article h2 code,
main article .h2 code {
font-size: .5em;
}
main article h3,
main article .h3 {
font-size: 1.642857143em;
line-height: 1em;
margin-top: 1em;
margin-bottom: 1em;
}
main article h3 code,
main article .h3 code {
font-size: .5em;
}
main article h4,
main article .h4 {
font-size: 1em;
line-height: 1.642857143em;
margin-top: 1.64285714em;
margin-bottom: 1.64285714em;
}
main article p,
main article ul,
main article ol,
main article table,
main article blockquote,
main article .alert,
main article .doc-code,
main article .admonition {
margin-top: 1.64285714em;
margin-bottom: 1.64285714em;
}
main article a {
font-weight: bold;
}
main article hr {
margin: -1px 0;
border-top: 1px solid #e5e5e5;
}
main article ul ul,
main article ol ol,
main article ul ol,
main article ol ul {
margin-top: 0;
margin-bottom: 0;
margin-left: .5em;
padding-left: .5em;
}
main article ul,
main article ol {
padding-left: 1em;
margin-left: .5em;
}
main article ul li,
main article ol li {
margin-top: .5em;
}
main article ul li p,
main article ol li p {
margin: 0;
}
main article ul li pre,
main article ol li pre,
main article ul li .highlight,
main article ol li .highlight {
display: inline;
border-radius: 0;
}
main article ul li pre,
main article ol li pre {
font-size: .8em;
padding: 0.3em .5em;
}
main article .alert pre,
main article .doc-content pre {
font-size: .8em;
padding: 0.3em .5em;
}
main article b,
main article strong,
main article em,
main article small,
main article code {
line-height: 1;
}
main article sup,
main article sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
}
main article sub {
top: 0.4em;
}
@media screen and (min-width: 992px) {
.doc-body {
font-size: 1em;
line-height: 1.5em;
/* Sanitation */
}
.doc-body h2 {
font-size: 3.565em;
line-height: 1.058823528em;
margin-top: 1.3em;
margin-bottom: 0.505882em;
padding-bottom: .2em;
border-bottom: 1px solid #EAEAEA;
}
.doc-body h3 {
font-size: 2.625em;
line-height: 1.142857142em;
margin-top: 1.14285714em;
margin-bottom: 10px;
}
.doc-body h4 {
font-size: 1.625em;
line-height: 1.846153846em;
margin-top: 0.92307692em;
margin-bottom: 10px;
font-weight: 400;
}
.doc-body h5 {
font-size: 1.5em;
line-height: 1.7em;
margin-top: 1.5em;
margin-bottom: 10px;
}
.doc-body p,
.doc-body ul,
.doc-body ol,
.doc-body table,
.doc-body blockquote {
margin-top: 1em;
margin-bottom: 1em;
}
.doc-body pre {
margin-top: .1em;
margin-bottom: 0em;
}
.doc-body hr {
border: 1px solid;
margin: -1px 0;
}
.doc-body ul ul,
.doc-body ol ol,
.doc-body ul ol,
.doc-body ol ul {
margin-top: 0;
margin-bottom: 0;
}
.doc-body ul,
.doc-body ol {
padding-left: 1em;
margin-left: .5em;
}
.doc-body ul li,
.doc-body ol li {
margin-top: .5em;
}
.doc-body ul li p,
.doc-body ol li p {
margin: .5em 0;
}
.doc-body ul li pre,
.doc-body ol li pre,
.doc-body ul li .highlight,
.doc-body ol li .highlight {
display: inline;
border-radius: 0;
}
.doc-body ul li pre,
.doc-body ol li pre {
font-size: .8em;
padding: 0.3em .5em;
}
.doc-body .alert pre,
.doc-body .doc-content pre {
font-size: .8em;
padding: 0.3em .5em;
}
.doc-body b,
.doc-body strong,
.doc-body em,
.doc-body small,
.doc-body code {
line-height: 1;
}
.doc-body sup,
.doc-body sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
}
.doc-body sub {
top: 0.4em;
}
}
body,
header {
position: relative;
}
#main_navbar .container-fluid .navbar-header li {
float: left;
}
@media (min-width: 768px) {
header {
margin-bottom: -50px;
}
}
.card.top {
height: 0;
margin-bottom: 0;
overflow: hidden;
position: relative;
padding-top: 50%;
padding-bottom: 15%;
}
@media (min-width: 768px) {
.card.top {
padding-top: 30%;
}
}
@media (min-width: 992px) {
.card.top {
padding-top: 10%;
padding-bottom: 15%;
}
}
#main_title {
margin: 10px;
}
@media (min-width: 992px) {
#main_title {
margin: 0 0 9px 0;
}
}
.container .container {
max-width: 100%;
padding: 0;
margin: 0;
}
article.doc-content *[class^="col-"] {
padding: 0;
}
main aside,
main article.doc-body,
main .doc-content,
main .doc-aside {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
float: left;
width: 100%;
}
main .doc-content,
main .doc-aside {
position: relative;
}
main aside {
width: 25%;
max-width: 300px;
position: static;
padding: 0;
display: block;
float: left;
}
@media (max-width: 992px) {
main aside {
display: none;
}
}
main article.doc-body {
background: #ffffff;
padding-right: 30px;
padding-left: 30px;
}
@media (min-width: 992px) {
main article.doc-body {
width: 75%;
}
main article.doc-body.doc-toc {
width: 100%;
}
}
main article.doc-body > * {
max-width: 100%;
}
@media (max-width: 1440px) {
main.has_code_col {
width: 100%;
}
}
main.has_code_col aside {
width: 16.66666667%;
}
@media (max-width: 1170px) {
main.has_code_col aside {
width: 25%;
}
}
main.has_code_col article.doc-body > * {
max-width: 100%;
}
main.has_code_col article.doc-body section {
position: relative;
display: block;
float: left;
width: 100%;
}
@media (min-width: 1170px) {
main.has_code_col article.doc-body {
width: 83.33333333%;
padding-right: 0;
}
main.has_code_col article.doc-body:before {
content: "";
background: #21242a;
-webkit-box-shadow: inset 40px 0 40px -18px rgba(22, 24, 29, 0.3);
box-shadow: inset 40px 0 40px -18px rgba(22, 24, 29, 0.3);
position: absolute;
width: 43%;
height: 100%;
top: 0;
right: 0;
}
main.has_code_col article.doc-body section > * {
width: 55.633333%;
float: left;
clear: left;
}
main.has_code_col article.doc-body section > h1,
main.has_code_col article.doc-body section > h2,
main.has_code_col article.doc-body section > h3,
main.has_code_col article.doc-body section > h4,
main.has_code_col article.doc-body section > h5,
main.has_code_col article.doc-body section > h6 {
width: 100%;
float: none;
clear: none;
}
main.has_code_col article.doc-body section .doc-aside {
width: 41%;
float: none;
clear: none;
margin-right: 15px;
margin-left: 56%;
}
main.has_code_col article.doc-body section .doc-aside .content-switcher {
margin-top: 0;
}
}
@media screen and (min-width: 992px) {
main.index .toctree-wrapper {
position: relative;
}
main.index .toctree-wrapper > .row:first-child > .col-md-3:nth-child(3),
main.index .toctree-wrapper > .row:first-child > .col-md-3:nth-child(5) {
margin-right: 50%;
}
main.index .toctree-wrapper .toc-single-entry {
position: absolute;
top: 0;
right: 0;
width: 50%;
padding-right: 15px;
}
main.index .toctree-wrapper .toc-single-entry > .col-md-3 {
width: 100%;
}
main.index .toctree-wrapper .toc-single-entry > *[class^="col-"] {
padding-left: 0;
}
main.index .toctree-wrapper .toc-single-entry .card {
min-height: 420px;
}
}
.code-fields {
display: table;
width: 100%;
}
.code-fields .code-field {
display: table-row;
}
.code-fields .code-field-body {
display: block;
padding-left: 15px;
}
@media screen and (min-width: 992px) {
.code-fields .code-field-body {
display: table-cell;
padding-left: 0;
}
}
.code-fields .code-field-name {
width: auto;
display: block;
}
@media screen and (min-width: 992px) {
.code-fields .code-field-name {
width: 20%;
padding-right: 20px;
display: table-cell;
}
}
.code-fields ul {
margin: .2em 0;
padding: 0;
}
html,
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
}
header {
background: #9e588b;
-webkit-transition: background 1s;
-o-transition: background 1s;
transition: background 1s;
}
header.stacked {
background: transparent;
-webkit-transition: background 1s;
-o-transition: background 1s;
transition: background 1s;
}
#main-back {
float: left;
-webkit-transition: margin 0.5s;
-o-transition: margin 0.5s;
transition: margin 0.5s;
}
#main-back a:hover {
border-bottom: 1px solid transparent!important;
}
.index #main-back {
visibility: hidden;
}
#main_title {
line-height: 2.4;
color: white;
font-weight: 900;
white-space: nowrap;
position: absolute;
bottom: 0;
margin: 0;
will-change: transform;
-webkit-transform-origin: 0% 100% 0px;
-moz-transform-origin: 0% 100% 0px;
-ms-transform-origin: 0% 100% 0px;
transform-origin: 0% 100% 0px;
}
.index #main_title {
font-weight: 300;
}
.index #main_title:before {
content: "";
display: inline-block;
width: 75px;
height: 25px;
margin-right: 9px;
background-image: url(img/odoo_logo_white.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
text-decoration: none;
-webkit-transform: translate(0, 3px);
-ms-transform: translate(0, 3px);
-o-transform: translate(0, 3px);
transform: translate(0, 3px);
}
@media screen and (min-width: 768px) {
.index #main_title:before {
width: 140px;
height: 48px;
-webkit-transform: translate(0, 5px);
-ms-transform: translate(0, 5px);
-o-transform: translate(0, 5px);
transform: translate(0, 5px);
}
}
#main_navbar {
z-index: 100;
background-color: transparent;
border-radius: 0;
border: none;
margin: 0;
min-height: 45px;
width: 100%;
position: fixed;
top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
#main_navbar .navbar-toggle {
padding: 7px 10px 9px;
}
#main_navbar .navbar-toggle .icon-bar {
background: #FFF;
}
#main_navbar .navbar-nav > li > a {
color: white;
border-radius: 0;
padding: 5px;
margin: 5px;
background: transparent;
border-bottom: 1px solid transparent;
-webkit-transition: border 0.2s;
-o-transition: border 0.2s;
transition: border 0.2s;
}
#main_navbar .navbar-nav > li > a:hover,
#main_navbar .navbar-nav > li > a:active {
background-color: transparent;
border-bottom: 1px solid white;
}
#main_navbar .navbar-nav > li {
height: 45px;
-webkit-transition: background-color 500ms;
-o-transition: background-color 500ms;
transition: background-color 500ms;
}
#main_navbar .navbar-nav > li.open {
background-color: rgba(158, 88, 139, 0.9);
background-color: transparent;
}
#main_navbar .navbar-nav > li.open > a:hover {
background: transparent;
border-bottom: 1px solid transparent;
}
#main_navbar .dropdown-menu {
box-shadow: none;
border: none;
background-color: rgba(158, 88, 139, 0.9);
border-top: none;
border-radius: 0;
padding: 0;
margin-top: 0px;
-webkit-transition: background-color 500ms;
-o-transition: background-color 500ms;
transition: background-color 500ms;
}
#main_navbar .dropdown-menu a {
color: white;
}
#main_navbar .dropdown-menu a:hover {
background-color: #b376a2;
}
#main_navbar.stacked {
background-color: #9e588b;
}
#main_navbar.stacked .navbar-nav > li > a:hover,
#main_navbar.stacked .navbar-nav > li > a:active {
background-color: rgba(255, 255, 255, 0.2);
background-color: transparent;
}
#main_navbar.stacked .dropdown-menu {
background-color: #8e4f7d;
}
#main_navbar.stacked .navbar-nav > li.open {
background-color: #8e4f7d;
}
#main_navbar.stacked .navbar-nav > li.open > a:hover {
background: transparent;
}
@media screen and (max-width: 767px) {
#main_navbar .open .dropdown-menu {
position: absolute;
width: 100%;
}
}
#main_navbar .container-fluid,
#main_navbar .navbar-header,
#main_navbar .navbar-header .navbar-right,
#main_navbar .navbar-header .navbar-right li,
#main_navbar .navbar-header .navbar-left,
#main_navbar .navbar-header .navbar-left > li {
height: 100%;
min-height: 45px;
}
#main_navbar li.versions {
margin-left: 10px;
height: auto;
cursor: pointer;
background-color: #8e4f7d;
}
#main_navbar li.versions > a {
cursor: pointer;
}
#main_navbar li.versions > a:hover {
border-bottom: 1px solid transparent;
}
#main_navbar li.versions .dropdown-menu {
min-width: 80px;
}
#main_navbar li.versions.open {
background-color: #8e4f7d;
}
main {
z-index: 0;
position: relative;
margin: 0px auto;
display: block;
border-radius: 2px;
color: #232b41;
background-color: #f4f4f4;
-webkit-animation: fadeIn 1s;
-o-animation: fadeIn 1s;
animation: fadeIn 1s;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
main {
-webkit-animation: fadeInUp 1s;
-o-animation: fadeInUp 1s;
animation: fadeInUp 1s;
}
}
main.index {
-webkit-animation-name: none;
animation-name: none;
-webkit-box-shadow: none;
box-shadow: none;
padding-top: 50px;
background: transparent;
}
main.index .row > h2 {
margin-bottom: 1em;
margin-top: 1.5em;
}
main.index .card {
border-radius: 2px;
position: relative;
margin-bottom: 20px;
min-height: 200px;
background-color: #ffffff;
will-change: transform;
box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
-webkit-transform: scale3d(0, 0, 0) translate3d(50px, 0, 0);
-moz-transform: scale3d(0, 0, 0) translate3d(50px, 0, 0);
-ms-transform: scale3d(0, 0, 0) translate3d(50px, 0, 0);
-o-transform: scale3d(0, 0, 0) translate3d(50px, 0, 0);
transform: scale3d(0, 0, 0) translate3d(50px, 0, 0);
-webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
main.index .card a,
main.index .card a:hover {
color: #232b41;
text-decoration: none;
border-radius: 2px 2px 0 0;
}
main.index .card .card-img {
-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
main.index .card .card-img span {
height: 100%;
width: 100%;
position: relative;
display: block;
background-size: cover;
background-position: 50%;
will-change: transform;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
main.index .card figcaption {
opacity: 1;
filter: alpha(opacity=100);
display: block;
font-weight: 400;
font-family: Lato, sans-serif;
color: #393f4f;
margin: 0;
background-color: white;
font-size: 1.2em;
top: 0;
position: absolute;
width: 100%;
padding: 8px 12px;
-webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
main.index .card:hover .card-img span {
-webkit-transform: scale3d(1.02, 1.02, 1.02) translate3d(0, 0, 0);
-moz-transform: scale3d(1.02, 1.02, 1.02) translate3d(0, 0, 0);
-ms-transform: scale3d(1.02, 1.02, 1.02) translate3d(0, 0, 0);
-o-transform: scale3d(1.02, 1.02, 1.02) translate3d(0, 0, 0);
transform: scale3d(1.02, 1.02, 1.02) translate3d(0, 0, 0);
}
@media screen and (min-width: 992px) {
main.index .toc-single-entry .card figcaption {
font-size: 1.5em;
padding: 20px 15px;
}
}
@media screen and (min-width: 992px) {
main.index .col-md-6 .card,
main.index .col-md-4 .card {
min-height: 300px;
}
main.index .col-md-6 .card figcaption,
main.index .col-md-4 .card figcaption {
font-size: 1.5em;
padding: 20px 15px;
}
}
main.index.animating .card {
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.card.top {
background: #9e588b;
-webkit-animation: fadeIn 1s;
-o-animation: fadeIn 1s;
animation: fadeIn 1s;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform-origin: 0px 0px 0px;
-moz-transform-origin: 0px 0px 0px;
-ms-transform-origin: 0px 0px 0px;
transform-origin: 0px 0px 0px;
}
.card.top.stacked {
background: transparent;
-webkit-transition: background 1s;
-o-transition: background 1s;
transition: background 1s;
}
.card.top:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
@media (min-width: 992px) {
.card.top {
padding-top: 10%;
padding-bottom: 15%;
}
}
.card-img {
top: 0;
left: 0;
display: block;
position: absolute;
background-image: url("img/geometric_gradient.png");
background-size: cover;
background-position: 50%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width: 100%;
height: 100%;
}
hr.divider {
border-color: rgba(229, 229, 229, 0.4);
position: absolute;
width: 900%;
margin-left: -13px;
}
main .alert {
padding: 15px;
border-radius: 0;
border-width: 0 0 0 3px;
position: relative;
max-width: 95%;
display: inline-block;
border-color: #b8d9e2;
background-color: #eef6f8;
color: #173038;
}
@media (min-width: 480px) {
main .alert {
padding-left: 5.5em;
}
}
main .alert > p,
main .alert > ul {
margin: .5em 0;
}
main .alert > .alert-title,
main .alert > h3 {
color: #4b9eb6;
}
main .alert > .alert-title:before,
main .alert > h3:before {
content: "\e639";
}
main .alert > h3,
main .alert > .alert-title {
font-size: 1.642857143em;
line-height: 1em;
margin: 0 0 10px 0;
font-size: 14px;
font-weight: bold;
font-family: Lato, sans-serif;
}
main .alert > h3:before,
main .alert > .alert-title:before {
font-family: 'Material-Design-Icons';
content: "\e639";
display: inline-block;
text-rendering: geometricPrecision;
font-size: 1.6em;
transform: translate(0, -0.15em);
position: absolute;
top: 50%;
left: 6px;
font-size: 4em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px) {
main .alert > h3:before,
main .alert > .alert-title:before {
display: none;
}
}
main .alert.alert-success {
border-color: #b9dfb9;
background-color: #eef7ee;
color: #183518;
}
main .alert.alert-success > .alert-title,
main .alert.alert-success > h3 {
color: #50af51;
}
main .alert.alert-success > .alert-title:before,
main .alert.alert-success > h3:before {
content: "\e625";
}
main .alert.alert-info,
main .alert.tip {
border-color: #b8d9e2;
background-color: #eef6f8;
color: #173038;
}
main .alert.alert-info > .alert-title,
main .alert.tip > .alert-title,
main .alert.alert-info > h3,
main .alert.tip > h3 {
color: #4b9eb6;
}
main .alert.alert-info > .alert-title:before,
main .alert.tip > .alert-title:before,
main .alert.alert-info > h3:before,
main .alert.tip > h3:before {
content: "\e639";
}
main .alert.alert-warning,
main .alert.warning {
border-color: #fceedb;
background-color: #fef9f3;
color: #81500b;
}
main .alert.alert-warning > .alert-title,
main .alert.warning > .alert-title,
main .alert.alert-warning > h3,
main .alert.warning > h3 {
color: #f0ad4e;
}
main .alert.alert-warning > .alert-title:before,
main .alert.warning > .alert-title:before,
main .alert.alert-warning > h3:before,
main .alert.warning > h3:before {
content: "\e6a4";
}
main .alert.alert-danger {
border-color: #f4cecd;
background-color: #fdf7f7;
color: #611715;
}
main .alert.alert-danger > .alert-title,
main .alert.alert-danger > h3 {
color: #d9534f;
}
main .alert.alert-danger > .alert-title:before,
main .alert.alert-danger > h3:before {
content: "\e6a4";
}
main .alert.alert-exercise {
border-color: #deddde;
background-color: #f7f7f7;
color: #393639;
}
main .alert.alert-exercise > .alert-title,
main .alert.alert-exercise > h3 {
color: #938e94;
}
main .alert.alert-exercise > .alert-title:before,
main .alert.alert-exercise > h3:before {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
top: 28px;
content: "\e709";
}
@media (min-width: 1170px) {
main .alert.doc-content {
max-width: 55%;
}
}
.pq-patch {
background: #c2c2c2;
}
.pq-patch em {
padding-left: 10px;
}
span.menuselection {
font-weight: bold;
}
.list-group-item {
border: none;
background: transparent;
}
dt {
margin: .5em 0 .3em;
}
blockquote {
font-family: Georgia, serif;
font-weight: bold;
font-style: italic;
}
blockquote footer {
font-family: sans-serif;
background: transparent;
text-align: left;
color: #232b41;
font-weight: normal;
font-style: normal;
}
blockquote footer cite {
font-style: italic;
}
@media (min-width: 992px) {
blockquote {
border-left: 3px solid rgba(33, 183, 153, 0.5);
}
}
code,
.code {
font-weight: bold;
color: #0a352d;
background-color: #def9f4;
}
.btn {
border-radius: 0;
}
dd {
margin-left: 40px;
}
.code-fields {
font-size: .9em;
border: 2px solid #EAEAEA;
}
.code-fields .code-field-name {
font-weight: bold;
color: #393f4f;
}
.code-fields .code-field-name:after {
content: ":";
}
@media screen and (min-width: 992px) {
.code-fields .code-field-name {
font-size: .9em;
text-align: right;
}
}
.code-fields ul {
list-style: none;
}
.code-fields ul strong {
color: #393f4f;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.code-fields ul em {
color: #393f4f;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-weight: bold;
font-size: .9em;
}
.code-class,
.code-staticmethod,
.code-classmethod,
.code-method,
.code-function,
.code-attribute,
.code-data {
padding-left: 20px;
margin-bottom: 2em;
}
.code-class > h6,
.code-staticmethod > h6,
.code-classmethod > h6,
.code-method > h6,
.code-function > h6,
.code-attribute > h6,
.code-data > h6 {
margin-left: -20px;
margin-bottom: 0.3em;
}
.code-class > h6 .viewcode-link,
.code-staticmethod > h6 .viewcode-link,
.code-classmethod > h6 .viewcode-link,
.code-method > h6 .viewcode-link,
.code-function > h6 .viewcode-link,
.code-attribute > h6 .viewcode-link,
.code-data > h6 .viewcode-link {
display: none;
float: right;
}
.code-class > h6:hover .viewcode-link,
.code-staticmethod > h6:hover .viewcode-link,
.code-classmethod > h6:hover .viewcode-link,
.code-method > h6:hover .viewcode-link,
.code-function > h6:hover .viewcode-link,
.code-attribute > h6:hover .viewcode-link,
.code-data > h6:hover .viewcode-link {
display: inline;
}
.code-class p,
.code-staticmethod p,
.code-classmethod p,
.code-method p,
.code-function p,
.code-attribute p,
.code-data p {
margin-bottom: .5em;
}
aside {
background: #fdfdfd;
margin-top: 45px;
}
.navbar-aside,
#navClone {
position: relative;
overflow: hidden;
background-color: #f4f4f4;
-webkit-box-shadow: inset 0px 0 40px rgba(114, 122, 142, 0.1);
box-shadow: inset 0px 0 40px rgba(114, 122, 142, 0.1);
}
.navbar-aside.affix,
#navClone.affix {
z-index: 2;
top: 45px;
position: fixed;
backface-visibility: hidden;
}
@media (max-width: 992px) {
.navbar-aside.affix,
#navClone.affix {
display: none;
}
}
.navbar-aside > ul.list-group,
#navClone > ul.list-group {
overflow-y: scroll;
z-index: 0;
}
.navbar-aside > h3,
#navClone > h3 {
margin: 0;
padding: 15px 0 10px;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
color: #232b41;
overflow-x: hidden;
position: relative;
z-index: 1;
-webkit-box-shadow: 0 10px 9px -10px #d2d2d2;
box-shadow: 0 10px 9px -10px #d2d2d2;
}
.navbar-aside .logo_box,
#navClone .logo_box {
width: 100%;
background: #fdfdfd;
position: relative;
display: block;
padding: 15px 30px 10px;
border-bottom: 1px solid rgba(35, 43, 65, 0.1);
-webkit-box-shadow: inset 0px 0 40px rgba(114, 122, 142, 0.1);
box-shadow: inset 0px 0 40px rgba(114, 122, 142, 0.1);
text-align: center;
}
.navbar-aside .logo_box .logo,
#navClone .logo_box .logo {
float: left;
width: 90%;
margin: auto auto 10px 5%;
height: 50px;
background-image: url(img/odoo_logo_rgb.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
text-decoration: none;
}
.navbar-aside > .list-group,
#navClone > .list-group {
margin: 0;
}
.navbar-aside .gith-container,
#navClone .gith-container {
margin: 0;
z-index: 1;
position: relative;
overflow-x: hidden;
-webkit-box-shadow: 0 -10px 9px -10px #d2d2d2;
box-shadow: 0 -10px 9px -10px #d2d2d2;
}
.navbar-aside .gith-container .gith-link,
#navClone .gith-container .gith-link {
font-weight: 600;
color: #232b41;
text-decoration: none;
display: inline-block;
position: relative;
margin: 10px 0;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
transition: color 0.2s;
}
.navbar-aside .gith-container .gith-link:hover,
#navClone .gith-container .gith-link:hover {
color: #393f4f;
text-decoration: none;
}
.navbar-aside .gith-container .gith-link:before,
#navClone .gith-container .gith-link:before {
width: 20px;
height: 20px;
opacity: 0.5;
filter: alpha(opacity=50);
content: "";
position: relative;
background-image: url("img/github-square_32.png");
background-size: 100%;
display: inline-block;
vertical-align: middle;
-webkit-transform: translate(0, -1px);
-ms-transform: translate(0, -1px);
-o-transform: translate(0, -1px);
transform: translate(0, -1px);
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.navbar-aside .gith-container .gith-link:hover:before,
#navClone .gith-container .gith-link:hover:before,
.navbar-aside .gith-container .gith-link:focus:before,
#navClone .gith-container .gith-link:focus:before {
opacity: 1;
filter: alpha(opacity=100);
}
.navbar-aside ul,
#navClone ul {
padding: 0;
position: relative;
margin-bottom: 0!important;
}
.navbar-aside ul ul,
#navClone ul ul {
max-height: 0;
overflow: hidden;
}
.navbar-aside ul li,
#navClone ul li {
padding: 0;
position: relative;
border-radius: none;
border-bottom: 1px solid rgba(35, 43, 65, 0.1);
}
.navbar-aside ul li > a,
#navClone ul li > a {
font-size: 0.7em;
border-left: 5px solid transparent;
margin: 0;
padding: 8px 0 8px 15px;
color: #393f4f;
font-weight: bold;
display: block;
border-radius: none;
line-height: 1.2;
background: #dbdbdb;
border-bottom: none;
}
.navbar-aside ul li > a:hover,
#navClone ul li > a:hover,
.navbar-aside ul li > a:active,
#navClone ul li > a:active,
.navbar-aside ul li > a:focus,
#navClone ul li > a:focus {
background-color: transparent;
text-decoration: none;
border-radius: none;
background: #cecece;
border-left: 5px solid rgba(33, 183, 153, 0.5);
}
.navbar-aside ul li:first-child,
#navClone ul li:first-child,
.navbar-aside ul li:last-child,
#navClone ul li:last-child {
border-radius: 0;
}
.navbar-aside li.active,
#navClone li.active {
border-color: transparent;
background: #e7e7e7;
border-bottom: 1px solid rgba(35, 43, 65, 0.1);
border-left: 5px solid #21b799, 50%;
}
.navbar-aside li.active:hover,
#navClone li.active:hover,
.navbar-aside li.active:active,
#navClone li.active:active,
.navbar-aside li.active:focus,
#navClone li.active:focus {
border-color: transparent;
background: #e7e7e7;
border-bottom: 1px solid rgba(35, 43, 65, 0.1);
border-left: 5px solid #21b799, 50%;
}
.navbar-aside li.active > a,
#navClone li.active > a {
border-left: 5px solid #21b799;
}
.navbar-aside > ul > li,
#navClone > ul > li {
border-radius: 0;
padding: 0;
background: #e7e7e7;
border-bottom: 2px solid rgba(35, 43, 65, 0.1);
}
.navbar-aside > ul > li > a,
#navClone > ul > li > a {
font-size: 0.9em;
color: #393f4f;
padding: 12px 30px 12px 5px;
background: #e7e7e7;
}
.navbar-aside > ul > li.parent > a:after,
#navClone > ul > li.parent > a:after {
content: "\e7c1";
position: absolute;
right: 10px;
font-family: "Material-Design-Icons";
opacity: 0.5;
}
.navbar-aside > ul > li.active > a,
#navClone > ul > li.active > a {
border-bottom: inherit;
}
.navbar-aside > ul > li.active ul,
#navClone > ul > li.active ul {
max-height: 10000px;
}
.navbar-aside > ul > li.active.parent > a:after,
#navClone > ul > li.active.parent > a:after {
opacity: 1;
color: #21b799;
}
.floating_action_container {
position: fixed;
right: 8px;
bottom: 8px;
width: auto;
z-index: 800;
}
@media (min-width: 992px) {
.floating_action_container {
display: none;
}
}
#floating_action {
width: 56px;
height: 56px;
display: inline-block;
z-index: 0;
background-color: transparent;
border-radius: 50%;
padding: 16px;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
background-color: #21b799;
-webkit-transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1);
transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
#floating_action i {
color: white;
}
#floating_action.active {
transform: translateZ(0px) rotateZ(-180deg);
}
#floating_action_menu {
position: absolute;
z-index: 1;
overflow: hidden;
right: 0%;
width: 380px;
bottom: 0;
padding: 0;
display: block;
border-radius: 2px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
visibility: hidden;
-webkit-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;
}
#floating_action_menu .content {
margin-bottom: 0;
margin: 0;
opacity: 0;
filter: alpha(opacity=0);
}
#floating_action_menu .content li {
border: none;
border-top: 1px solid #DDD;
}
#floating_action_menu .content li:first-child {
border-top: none;
}
#floating_action_menu .content a {
display: inline-block;
cursor: pointer;
color: #393f4f;
text-decoration: none;
float: left;
width: 100%;
padding: 5px 10px;
}
#floating_action_menu .bubble {
position: absolute;
width: 1px;
height: 1px;
background: #21b799;
content: '';
bottom: 28px;
right: 28px;
color: #fff;
border-radius: 50%;
-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#floating_action_menu:before {
position: absolute;
width: 1px;
height: 1px;
background: #21b799;
content: '';
bottom: 28px;
right: 28px;
color: #fff;
border-radius: 50%;
-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
background: white;
}
#floating_action_menu.active {
display: block;
visibility: visible;
-webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#floating_action_menu.active .bubble,
#floating_action_menu.active:before {
width: 1000px;
height: 2000px;
border-radius: 50%;
opacity: 0;
filter: alpha(opacity=0);
margin-right: -500px;
margin-bottom: -500px;
display: block;
-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#floating_action_menu.active:before {
opacity: 1;
filter: alpha(opacity=100);
}
#floating_action_menu.active .content {
position: relative;
z-index: 1;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (min-width: 1170px) {
main.has_code_col .doc-aside {
color: #7f88a2;
}
main.has_code_col .doc-aside pre {
font-size: 12px;
}
}
article.doc-body {
background: #ffffff;
}
article.doc-body section.doc-content:first-of-type > p:first-child {
margin-bottom: 22px;
font-size: 18px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
article.doc-body section.doc-content:first-of-type > p:first-child {
font-size: 24px;
}
}
.content-switcher {
margin-top: 1.5em;
}
.content-switcher > ul {
font-size: 10px;
padding: 0;
margin: 0;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.content-switcher > ul > li {
color: #7f88a2;
font-weight: bold;
border-bottom: 1px solid #646d80;
margin: 5px;
font-size: 1.3em;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
cursor: pointer;
display: inline-block;
list-style: none;
}
.content-switcher > ul > li.active {
border-bottom: 1px solid #21b799;
}
.content-switcher:hover > ul {
opacity: 1;
filter: alpha(opacity=100);
}
.content-switcher > .tabs > * {
display: none;
max-width: 100%;
overflow-x: auto;
}
.content-switcher > .tabs > .active {
display: block;
}
pre {
color: #e7e9db;
background: #21242a;
font-family: monospace;
font-weight: bold;
position: relative;
border: none;
max-width: 100%;
overflow: auto;
margin: 0;
}
#mask {
opacity: 0;
filter: alpha(opacity=0);
position: fixed;
z-index: 700;
top: 0;
left: 0;
width: 100%;
height: 0;
background-color: rgba(0, 0, 0, 0.2);
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
#mask.active {
opacity: 1;
filter: alpha(opacity=100);
display: block;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
#thinking-modular > .clearfix.themes,
#thinking-modular > .dl-horizontal dd.themes,
#thinking-modular > .container.themes,
#thinking-modular > .container-fluid.themes,
#thinking-modular > .row.themes,
#thinking-modular > .form-horizontal .form-group.themes,
#thinking-modular > .btn-toolbar.themes,
#thinking-modular > .btn-group-vertical > .btn-group.themes,
#thinking-modular > .nav.themes,
#thinking-modular > .navbar.themes,
#thinking-modular > .navbar-header.themes,
#thinking-modular > .navbar-collapse.themes,
#thinking-modular > .pager.themes,
#thinking-modular > .panel-body.themes,
#thinking-modular > .modal-footer.themes {
margin-bottom: 3em;
}
footer {
display: none;
background-color: black;
color: white;
clear: both;
text-align: center;
padding: 5px;
} | 0.530236 | 0.097993 |
.admin-nav-top{
margin-bottom: 0
}
.color-sub-menu{
color: #D9534F;
}
a.color-sub-menu:hover{
color: #D91111;
}
.title-nav{
margin-top: 20px;
}
.a-nav{
padding: 5px;
min-width: 185px;
}
.wrapper-heigth{
min-height: 338px;
}
td.action{
padding-top: 2px!important;
padding-bottom: 2px!important;
}
.action ul{
left: auto;
right: 0;
}
.margin-none{
margin: 0!important;
}
.action-link{
color: #337AB7;
}
.action-link-delete{
color: #C53F4E;
}
.my-ceter{
text-align: center!important;
}
.modal-loading i, .modal-loading-view i{
color: #337ab7;
}
/*.callout-red{
border-left-color: #ce4844;
border-radius: 0;
border-style: solid;
border-width: 0px 0px 0px 5px;
}*/
.margin-top--2{
margin-top: -2px;
}
.errors-hide{
display: none;
}
.margin-bottom-15{
margin-bottom: 15px;
}
.breadcrumb > li + li::before {
color: #ccc;
content: "> ";
padding: 0 5px;
}
.color-white{
background-color: #ffffff!important;
}
.padding-top-0{
padding-top: 0!important;
}
.notification-users-online{
padding: 10px!important;
}
.notification-users-online:hover{
background-color: #F5F5F5;
}
/*Error page*/
.ep-div-content{
text-align: center;
}
.ep-span-error{
font-size: 140px;
}
.ep-span-error-description{
font-size: 40px;
}
.ep-div-btn{
margin-top: 40px;
}
.my-modal-body{
overflow-y: auto;
max-height: 300px;
}
/*End error page*/
/*User page*/
.user-profile{
width: 200px;
height: 191px;
line-height: 191px;
}
.user-profile img{
display: inline-block;
vertical-align: middle;
}
.user-div-profile{
padding-left: 15px;
padding-right: 15px;
}
/*End user page*/
/*Currency page*/
.currency-btn-import{
margin: 3px 0 5px;
margin-left: 5px;
}
.img-profile {
width: 200px;
height: 191px;
}
.a-change-image {
position: relative;
}
.a-change-image input[type="file"] {
cursor: pointer;
direction: ltr;
font-size: 30px;
height: 100%;
margin: 0;
opacity: 0;
position: absolute;
left: 10px;
top: 0;
width: 100%;
}
/*End currency page*/
/*Service page*/
.service-image{
height: 150px;
width: 160px;
}
/*End service page*/
/*Hostal page*/
div.bootstrap-switch{
margin-left: 10px;
}
.hostal-front{
width: 400px;
height: 300px;
}
.hostal-owner{
width: 146px;
height: 140px;
}
/*End hostal page*/
/*Users online*/
table.users-online img{
width: 50px;
height: 50px;
}
/*End users online*/
/*Loading*/
.disable-search{
z-index: 100;
width: 100%;
height: 400%;
opacity: 0.6;
background-color: #ffffff;
position: absolute;
}
.disable-img{
z-index: 200;
position: absolute;
top: 200px;
}
.div-disable-content{
display: none;
text-align: center;
}
.form-horizontal .sky-form{
border: 0px;
color: #333;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857;
}
.disable-search-modal{
z-index: 100;
width: 50%;
height: 50%;
opacity: 0.6;
background-color: #ffffff;
position: absolute;
}
.disable-img-modal{
z-index: 200;
position: absolute;
top: 100px;
}
.div-disable-content-modal{
display: none;
text-align: center;
}
@media (min-width: 768px){
#page-wrapper{margin: 0 0 0 0; !important}
}
button:hover, input[type="button"]:hover { cursor: pointer; }
.progress-bar {
float: inherit;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress{overflow: inherit!important;}
.label.label-outline {
background: 0 0;
border: 1px solid;
}
.label.label-outline.label-cerulean {
color: #00A3E3 !important;
border-color: #00A3E3;
}
.label.label-outline.label-success {
color: #84b547 !important;
border-color: #84b547;
}
.label-success{background-color: #5cb85c}
@media only screen and (min-width: 800px) {
.scroll-500 {max-height: 500px; overflow-y: scroll;}
.custom-scrollbar {position: relative;}
.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden}
.ps-container:hover{overflow:auto};
}
@media only screen and (max-width: 800px) {
.scroll-500 {max-height: 500px; overflow-y: scroll;}
}
@media only screen and (max-width: 800px) {
#no-more-tables table,
#no-more-tables thead,
#no-more-tables tbody,
#no-more-tables th,
#no-more-tables td,
#no-more-tables tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
#no-more-tables tr { border: 1px solid #ccc; }
#no-more-tables td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
white-space: normal;
text-align:left;
}
#no-more-tables td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
font-weight: bold;
}
#no-more-tables td:before { content: attr(data-title); }
} | web/css/admin/admin.css | .admin-nav-top{
margin-bottom: 0
}
.color-sub-menu{
color: #D9534F;
}
a.color-sub-menu:hover{
color: #D91111;
}
.title-nav{
margin-top: 20px;
}
.a-nav{
padding: 5px;
min-width: 185px;
}
.wrapper-heigth{
min-height: 338px;
}
td.action{
padding-top: 2px!important;
padding-bottom: 2px!important;
}
.action ul{
left: auto;
right: 0;
}
.margin-none{
margin: 0!important;
}
.action-link{
color: #337AB7;
}
.action-link-delete{
color: #C53F4E;
}
.my-ceter{
text-align: center!important;
}
.modal-loading i, .modal-loading-view i{
color: #337ab7;
}
/*.callout-red{
border-left-color: #ce4844;
border-radius: 0;
border-style: solid;
border-width: 0px 0px 0px 5px;
}*/
.margin-top--2{
margin-top: -2px;
}
.errors-hide{
display: none;
}
.margin-bottom-15{
margin-bottom: 15px;
}
.breadcrumb > li + li::before {
color: #ccc;
content: "> ";
padding: 0 5px;
}
.color-white{
background-color: #ffffff!important;
}
.padding-top-0{
padding-top: 0!important;
}
.notification-users-online{
padding: 10px!important;
}
.notification-users-online:hover{
background-color: #F5F5F5;
}
/*Error page*/
.ep-div-content{
text-align: center;
}
.ep-span-error{
font-size: 140px;
}
.ep-span-error-description{
font-size: 40px;
}
.ep-div-btn{
margin-top: 40px;
}
.my-modal-body{
overflow-y: auto;
max-height: 300px;
}
/*End error page*/
/*User page*/
.user-profile{
width: 200px;
height: 191px;
line-height: 191px;
}
.user-profile img{
display: inline-block;
vertical-align: middle;
}
.user-div-profile{
padding-left: 15px;
padding-right: 15px;
}
/*End user page*/
/*Currency page*/
.currency-btn-import{
margin: 3px 0 5px;
margin-left: 5px;
}
.img-profile {
width: 200px;
height: 191px;
}
.a-change-image {
position: relative;
}
.a-change-image input[type="file"] {
cursor: pointer;
direction: ltr;
font-size: 30px;
height: 100%;
margin: 0;
opacity: 0;
position: absolute;
left: 10px;
top: 0;
width: 100%;
}
/*End currency page*/
/*Service page*/
.service-image{
height: 150px;
width: 160px;
}
/*End service page*/
/*Hostal page*/
div.bootstrap-switch{
margin-left: 10px;
}
.hostal-front{
width: 400px;
height: 300px;
}
.hostal-owner{
width: 146px;
height: 140px;
}
/*End hostal page*/
/*Users online*/
table.users-online img{
width: 50px;
height: 50px;
}
/*End users online*/
/*Loading*/
.disable-search{
z-index: 100;
width: 100%;
height: 400%;
opacity: 0.6;
background-color: #ffffff;
position: absolute;
}
.disable-img{
z-index: 200;
position: absolute;
top: 200px;
}
.div-disable-content{
display: none;
text-align: center;
}
.form-horizontal .sky-form{
border: 0px;
color: #333;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857;
}
.disable-search-modal{
z-index: 100;
width: 50%;
height: 50%;
opacity: 0.6;
background-color: #ffffff;
position: absolute;
}
.disable-img-modal{
z-index: 200;
position: absolute;
top: 100px;
}
.div-disable-content-modal{
display: none;
text-align: center;
}
@media (min-width: 768px){
#page-wrapper{margin: 0 0 0 0; !important}
}
button:hover, input[type="button"]:hover { cursor: pointer; }
.progress-bar {
float: inherit;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress{overflow: inherit!important;}
.label.label-outline {
background: 0 0;
border: 1px solid;
}
.label.label-outline.label-cerulean {
color: #00A3E3 !important;
border-color: #00A3E3;
}
.label.label-outline.label-success {
color: #84b547 !important;
border-color: #84b547;
}
.label-success{background-color: #5cb85c}
@media only screen and (min-width: 800px) {
.scroll-500 {max-height: 500px; overflow-y: scroll;}
.custom-scrollbar {position: relative;}
.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden}
.ps-container:hover{overflow:auto};
}
@media only screen and (max-width: 800px) {
.scroll-500 {max-height: 500px; overflow-y: scroll;}
}
@media only screen and (max-width: 800px) {
#no-more-tables table,
#no-more-tables thead,
#no-more-tables tbody,
#no-more-tables th,
#no-more-tables td,
#no-more-tables tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
#no-more-tables tr { border: 1px solid #ccc; }
#no-more-tables td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
white-space: normal;
text-align:left;
}
#no-more-tables td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
font-weight: bold;
}
#no-more-tables td:before { content: attr(data-title); }
} | 0.264833 | 0.05087 |
.firstImageContainer{
width: 506.72px;
}
.animated {
-webkit-transition: color 0.5s;
-moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
animation-duration: 1s;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both
}
.animated:hover{
color: white;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.firstImageContainer{
width: 506.72px;
transition: color 0.15s ease-in-out;
}
.firstImageContainer :hover{
transition-duration: transform 0.5s ease;
-webkit-transition: transform 0.5s ease;
-moz-transition: transform 0.5s ease;
-o-transition: transform 0.5s ease;
-ms-transition: transform 0.5s ease;
transform: scale(1.01);
}
.dreamProjectThumb{
width: 100%;
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
border-top: solid black 1px;
}
.dreamProjectThumb .description {
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
position: absolute;
width: 40%;
min-width: 40%;
height: 35%;
max-height: 35%;
margin-left: 20px;
margin-right: 20px;
}
.dreamProjectThumb .left {
display: flex;
flex: 50%;
flex-direction: row;
background: #d1d7cb;
min-height: 355px;
min-width: 50%;
width: 100%;
height: 45%;
display: flex;
justify-content: center;
align-items: center;
border-right: solid black 1px;
z-index: 1;
}
.dreamProjectThumb .right {
display: flex;
flex: 50%;
background: #444440;
width: 100%;
min-width: 600px;
justify-content: center;
z-index: 0;
text-align: right;
} | src/styles/dreamProjectThumb.module.css | .firstImageContainer{
width: 506.72px;
}
.animated {
-webkit-transition: color 0.5s;
-moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
animation-duration: 1s;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both
}
.animated:hover{
color: white;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.firstImageContainer{
width: 506.72px;
transition: color 0.15s ease-in-out;
}
.firstImageContainer :hover{
transition-duration: transform 0.5s ease;
-webkit-transition: transform 0.5s ease;
-moz-transition: transform 0.5s ease;
-o-transition: transform 0.5s ease;
-ms-transition: transform 0.5s ease;
transform: scale(1.01);
}
.dreamProjectThumb{
width: 100%;
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
border-top: solid black 1px;
}
.dreamProjectThumb .description {
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
position: absolute;
width: 40%;
min-width: 40%;
height: 35%;
max-height: 35%;
margin-left: 20px;
margin-right: 20px;
}
.dreamProjectThumb .left {
display: flex;
flex: 50%;
flex-direction: row;
background: #d1d7cb;
min-height: 355px;
min-width: 50%;
width: 100%;
height: 45%;
display: flex;
justify-content: center;
align-items: center;
border-right: solid black 1px;
z-index: 1;
}
.dreamProjectThumb .right {
display: flex;
flex: 50%;
background: #444440;
width: 100%;
min-width: 600px;
justify-content: center;
z-index: 0;
text-align: right;
} | 0.454714 | 0.091585 |
.contents-wrap-login {
height: auto;
padding: 16px;
width: 100%;
}
.clearfix {
clear: both;
}
input {
width: 100%;
height: 44px;
padding: 12px 16px;
border: 1px solid #dfe2e8;
border-radius: 8px;
background-color: #fff;
}
input::placeholder {
color: #d5d7dc;
}
/***************************************************************************
4. css
***************************************************************************/
.sign-in {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.sign-in .main-wrap {
width: 70%;
max-width: 600px;
margin: auto;
padding: 80px;
border-radius: 20px;
background: linear-gradient(90deg, rgba(245, 246, 248, 1) 0%, rgba(235, 237, 241, 1) 100%);
box-shadow: -15px -15px 30px 0 #ffffff, 15px 15px 30px 0 #dfe2e8;
}
.welcome-title,
.welcome-txt {
display: inline-block;
width: 100%;
text-align: center;
}
.welcome-title {
margin-bottom: 16px;
}
.welcome-txt {
margin-bottom: 36px;
font-weight: 500;
}
.row {
margin-bottom: 24px;
}
.row:nth-child(2) {
margin-bottom: 40px;
}
.sign-in input[name="id"],
.sign-in input[name="password"] {
border: 0;
box-shadow: 4px 4px 10px 0 #dfe2e8;
}
.submit-wrap {
display: inline-block;
margin-top: 8px;
margin-bottom: 20px;
width: 100%;
}
.sign-in button[type="submit"] {
width: 100%;
height: 48px;
border: 0;
border-radius: 24px;
font-family: "Roboto", sans-serif;
font-size: 1.12rem;
font-weight: 500;
color: #fff;
background-color: #11378d;
cursor: pointer;
}
.sign-in button[type="submit"]:hover {
background-color: #0a2768;
transition: all 0.5s;
}
.sign-in-action-wrap {
display: flex;
}
.auto-sign-in input[type="checkbox"] {
display: none;
}
.auto-sign-in label {
cursor: pointer;
padding-left: 24px;
}
.auto-sign-in input[type="checkbox"] + label {
background-image: url("../../../assets/images/icon_checkbox_default.svg");
background-repeat: no-repeat;
background-position: left center;
}
.auto-sign-in label:hover,
.go-to-reset-pw:hover {
border-bottom: 1px solid #b4b5b8;
}
.auto-sign-in input[type="checkbox"]:checked + label {
background-image: url("../../../assets/images/icon_checkbox_checked.svg");
background-repeat: no-repeat;
background-position: left center;
color: #11378d;
}
.go-to-reset-pw {
margin-left: auto;
}
.go-to-reset-pw a:hover {
color: #b4b5b8 !important;
}
.go-to-reset-pw a:active,
.go-to-reset-pw a:visited {
color: #b4b5b8;
}
.err-msg {
position: absolute;
margin: 8px;
margin-top: 45px;
padding: 8px 16px;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.75);
color: #fff;
z-index: 1001;
cursor: pointer;
}
.err-msg:after {
content: "";
position: absolute;
top: -8px;
left: 8px;
width: 0;
height: 0;
font-size: 0;
border-right: 6px solid transparent;
border-bottom: 8px solid rgba(0, 0, 0, 0.75);
border-left: 6px solid transparent;
}
@media (max-width:1024px){
}
@media (max-width:768px){
.sign-in .main-wrap{width:80%;padding: 10%;}
.signiture-ci-wrap{display: none;}
}
@media (max-width:414px){
.sign-in .main-wrap{width:85%;padding: 16% 8% 14%;}
.welcome-title {
margin-bottom: 32px;
}
.welcome-txt{display: none;}
.row {
margin-bottom: 20px;
}
.sign-in input[type="submit"] {
height: 44px;
font-size: 1.05rem;
}
.submit-wrap {
margin-bottom: 40px;
}
.sign-in-action-wrap {
display: block;
text-align: center;
}
.auto-sign-in {
margin-bottom: 12px;
}
} | src/components/LoginPage/Sections/LoginPage.css | .contents-wrap-login {
height: auto;
padding: 16px;
width: 100%;
}
.clearfix {
clear: both;
}
input {
width: 100%;
height: 44px;
padding: 12px 16px;
border: 1px solid #dfe2e8;
border-radius: 8px;
background-color: #fff;
}
input::placeholder {
color: #d5d7dc;
}
/***************************************************************************
4. css
***************************************************************************/
.sign-in {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.sign-in .main-wrap {
width: 70%;
max-width: 600px;
margin: auto;
padding: 80px;
border-radius: 20px;
background: linear-gradient(90deg, rgba(245, 246, 248, 1) 0%, rgba(235, 237, 241, 1) 100%);
box-shadow: -15px -15px 30px 0 #ffffff, 15px 15px 30px 0 #dfe2e8;
}
.welcome-title,
.welcome-txt {
display: inline-block;
width: 100%;
text-align: center;
}
.welcome-title {
margin-bottom: 16px;
}
.welcome-txt {
margin-bottom: 36px;
font-weight: 500;
}
.row {
margin-bottom: 24px;
}
.row:nth-child(2) {
margin-bottom: 40px;
}
.sign-in input[name="id"],
.sign-in input[name="password"] {
border: 0;
box-shadow: 4px 4px 10px 0 #dfe2e8;
}
.submit-wrap {
display: inline-block;
margin-top: 8px;
margin-bottom: 20px;
width: 100%;
}
.sign-in button[type="submit"] {
width: 100%;
height: 48px;
border: 0;
border-radius: 24px;
font-family: "Roboto", sans-serif;
font-size: 1.12rem;
font-weight: 500;
color: #fff;
background-color: #11378d;
cursor: pointer;
}
.sign-in button[type="submit"]:hover {
background-color: #0a2768;
transition: all 0.5s;
}
.sign-in-action-wrap {
display: flex;
}
.auto-sign-in input[type="checkbox"] {
display: none;
}
.auto-sign-in label {
cursor: pointer;
padding-left: 24px;
}
.auto-sign-in input[type="checkbox"] + label {
background-image: url("../../../assets/images/icon_checkbox_default.svg");
background-repeat: no-repeat;
background-position: left center;
}
.auto-sign-in label:hover,
.go-to-reset-pw:hover {
border-bottom: 1px solid #b4b5b8;
}
.auto-sign-in input[type="checkbox"]:checked + label {
background-image: url("../../../assets/images/icon_checkbox_checked.svg");
background-repeat: no-repeat;
background-position: left center;
color: #11378d;
}
.go-to-reset-pw {
margin-left: auto;
}
.go-to-reset-pw a:hover {
color: #b4b5b8 !important;
}
.go-to-reset-pw a:active,
.go-to-reset-pw a:visited {
color: #b4b5b8;
}
.err-msg {
position: absolute;
margin: 8px;
margin-top: 45px;
padding: 8px 16px;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.75);
color: #fff;
z-index: 1001;
cursor: pointer;
}
.err-msg:after {
content: "";
position: absolute;
top: -8px;
left: 8px;
width: 0;
height: 0;
font-size: 0;
border-right: 6px solid transparent;
border-bottom: 8px solid rgba(0, 0, 0, 0.75);
border-left: 6px solid transparent;
}
@media (max-width:1024px){
}
@media (max-width:768px){
.sign-in .main-wrap{width:80%;padding: 10%;}
.signiture-ci-wrap{display: none;}
}
@media (max-width:414px){
.sign-in .main-wrap{width:85%;padding: 16% 8% 14%;}
.welcome-title {
margin-bottom: 32px;
}
.welcome-txt{display: none;}
.row {
margin-bottom: 20px;
}
.sign-in input[type="submit"] {
height: 44px;
font-size: 1.05rem;
}
.submit-wrap {
margin-bottom: 40px;
}
.sign-in-action-wrap {
display: block;
text-align: center;
}
.auto-sign-in {
margin-bottom: 12px;
}
} | 0.430506 | 0.116789 |
.br-checkbox {
display: block;
vertical-align: top;
}
.br-checkbox input[type='checkbox'] {
opacity: 0;
position: absolute;
}
.br-checkbox input[type='checkbox']:focus:checked + label:before,
.br-checkbox input[type='checkbox']:focus + label::before {
background: var(--status-highlight-background) linear-gradient(var(--status-focused-overlay), var(--status-focused-overlay)) !important;
}
.br-checkbox input[type='checkbox']:disabled + label {
cursor: not-allowed;
opacity: 0.45;
}
.br-checkbox input[type='checkbox'] + label {
align-items: flex-start;
color: var(--color-secondary-07);
cursor: pointer;
display: inline-block;
font-weight: var(--font-weight-medium);
min-height: 24px;
padding: 4px 32px 8px 32px;
position: relative;
font-size: var(--font-size-scale-up-01);
}
.br-checkbox input[type='checkbox'] + label:hover:before {
border: 1px solid var(--color-secondary-06, #888);
box-shadow: 0 0 0 5px rgba(var(--rgb-primary-lighten-01), 0.45);
}
.br-checkbox input[type='checkbox'] + label:before {
background: var(--color-secondary-01, #fff);
border: 1px solid var(--color-secondary-06, #888);
border-radius: 4px;
content: '';
height: 24px;
left: 0;
position: absolute;
width: 24px;
padding: 4px 8px 4px 0px;
}
.br-checkbox input[type='checkbox'] + label:before:focus {
background: var(--status-focused-background) linear-gradient(var(--status-focused-overlay), var(--status-focused-overlay));
}
.br-checkbox input[type='checkbox'] + label:empty {
padding-left: 24px;
}
.br-checkbox input[type='checkbox']:checked + label::after {
border: solid var(--color-primary-lighten-01);
border-width: 0 3px 3px 0;
content: '';
height: var(--icon-size-sm);
left: 8px;
position: absolute;
top: 8px;
transform: rotate(45deg);
width: 8px;
}
.br-checkbox input[type='checkbox']:invalid + label::before {
border-color: var(--color-danger, #e60000);
border-width: 2px;
}
.br-checkbox input[type='checkbox']:disabled + label::before {
background-color: var(--color-secondary-03, #ededed);
pointer-events: none;
box-shadow: none !important;
}
.br-checkbox input[type='checkbox']:disabled:checked + label::before {
background: var(--color-secondary-05, #9e9d9d);
border-color: var(--color-secondary-05, #9e9d9d);
pointer-events: none;
}
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label, .br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label, .br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label {
color: var(--color-danger, #e60000);
}
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before, .br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before, .br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before {
border-width: 2px;
border-color: var(--color-danger, #e60000);
}
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before, .br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before, .br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before {
border-width: 2px;
border-color: var(--color-danger, #e60000);
}
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before, .br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before, .br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before {
background: var(--status-highlight-background) linear-gradient(var(--status-focused-overlay), var(--status-focused-overlay)) !important;
border-color: var(--color-danger, #e60000);
}
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before, .br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before, .br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before {
border-color: var(--color-danger, #e60000);
}
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label, .br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label, .br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label {
color: var(--color-success, #168821);
}
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before, .br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before, .br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before {
border: 1px solid var(--color-secondary-06, #888);
box-shadow: 0 0 0 5px rgba(var(--rgb-primary-lighten-02), 0.45);
}
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before, .br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before, .br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before {
border-color: var(--color-success, #168821) !important;
border-width: 2px;
}
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before, .br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before, .br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before {
background: var(--status-highlight-background) linear-gradient(var(--status-focused-overlay), var(--status-focused-overlay)) !important;
border-color: var(--color-success, #168821);
}
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before, .br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before, .br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before {
border-color: var(--color-success, #168821);
}
.br-checkbox.is-small input[type='checkbox'] + label, .br-checkbox.small input[type='checkbox'] + label, .br-checkbox[small] input[type='checkbox'] + label {
line-height: 20px;
min-height: 20px;
}
.br-checkbox.is-small input[type='checkbox'] + label::before, .br-checkbox.small input[type='checkbox'] + label::before, .br-checkbox[small] input[type='checkbox'] + label::before {
height: 20px;
width: 20px;
}
.br-checkbox.is-small input[type='checkbox']:checked + label::after, .br-checkbox.small input[type='checkbox']:checked + label::after, .br-checkbox[small] input[type='checkbox']:checked + label::after {
left: 7px;
top: 6px;
border-width: 0 2px 2px 0;
height: var(--icon-size-sm);
width: 6px;
} | source/public_html/css/componente/checkbox.css | .br-checkbox {
display: block;
vertical-align: top;
}
.br-checkbox input[type='checkbox'] {
opacity: 0;
position: absolute;
}
.br-checkbox input[type='checkbox']:focus:checked + label:before,
.br-checkbox input[type='checkbox']:focus + label::before {
background: var(--status-highlight-background) linear-gradient(var(--status-focused-overlay), var(--status-focused-overlay)) !important;
}
.br-checkbox input[type='checkbox']:disabled + label {
cursor: not-allowed;
opacity: 0.45;
}
.br-checkbox input[type='checkbox'] + label {
align-items: flex-start;
color: var(--color-secondary-07);
cursor: pointer;
display: inline-block;
font-weight: var(--font-weight-medium);
min-height: 24px;
padding: 4px 32px 8px 32px;
position: relative;
font-size: var(--font-size-scale-up-01);
}
.br-checkbox input[type='checkbox'] + label:hover:before {
border: 1px solid var(--color-secondary-06, #888);
box-shadow: 0 0 0 5px rgba(var(--rgb-primary-lighten-01), 0.45);
}
.br-checkbox input[type='checkbox'] + label:before {
background: var(--color-secondary-01, #fff);
border: 1px solid var(--color-secondary-06, #888);
border-radius: 4px;
content: '';
height: 24px;
left: 0;
position: absolute;
width: 24px;
padding: 4px 8px 4px 0px;
}
.br-checkbox input[type='checkbox'] + label:before:focus {
background: var(--status-focused-background) linear-gradient(var(--status-focused-overlay), var(--status-focused-overlay));
}
.br-checkbox input[type='checkbox'] + label:empty {
padding-left: 24px;
}
.br-checkbox input[type='checkbox']:checked + label::after {
border: solid var(--color-primary-lighten-01);
border-width: 0 3px 3px 0;
content: '';
height: var(--icon-size-sm);
left: 8px;
position: absolute;
top: 8px;
transform: rotate(45deg);
width: 8px;
}
.br-checkbox input[type='checkbox']:invalid + label::before {
border-color: var(--color-danger, #e60000);
border-width: 2px;
}
.br-checkbox input[type='checkbox']:disabled + label::before {
background-color: var(--color-secondary-03, #ededed);
pointer-events: none;
box-shadow: none !important;
}
.br-checkbox input[type='checkbox']:disabled:checked + label::before {
background: var(--color-secondary-05, #9e9d9d);
border-color: var(--color-secondary-05, #9e9d9d);
pointer-events: none;
}
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label, .br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label, .br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label {
color: var(--color-danger, #e60000);
}
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before, .br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before, .br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before {
border-width: 2px;
border-color: var(--color-danger, #e60000);
}
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before, .br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before, .br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before {
border-width: 2px;
border-color: var(--color-danger, #e60000);
}
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before, .br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before, .br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before {
background: var(--status-highlight-background) linear-gradient(var(--status-focused-overlay), var(--status-focused-overlay)) !important;
border-color: var(--color-danger, #e60000);
}
.br-checkbox.is-invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before, .br-checkbox.invalid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before, .br-checkbox[invalid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before {
border-color: var(--color-danger, #e60000);
}
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label, .br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label, .br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label {
color: var(--color-success, #168821);
}
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before, .br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before, .br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label:hover:before {
border: 1px solid var(--color-secondary-06, #888);
box-shadow: 0 0 0 5px rgba(var(--rgb-primary-lighten-02), 0.45);
}
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before, .br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before, .br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox'] + label::before {
border-color: var(--color-success, #168821) !important;
border-width: 2px;
}
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before, .br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before, .br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus:checked + label:before,
.br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:focus + label:before {
background: var(--status-highlight-background) linear-gradient(var(--status-focused-overlay), var(--status-focused-overlay)) !important;
border-color: var(--color-success, #168821);
}
.br-checkbox.is-valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before, .br-checkbox.valid:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before, .br-checkbox[valid]:not(.is-inverted):not(.inverted):not([inverted]) input[type='checkbox']:checked + label::before {
border-color: var(--color-success, #168821);
}
.br-checkbox.is-small input[type='checkbox'] + label, .br-checkbox.small input[type='checkbox'] + label, .br-checkbox[small] input[type='checkbox'] + label {
line-height: 20px;
min-height: 20px;
}
.br-checkbox.is-small input[type='checkbox'] + label::before, .br-checkbox.small input[type='checkbox'] + label::before, .br-checkbox[small] input[type='checkbox'] + label::before {
height: 20px;
width: 20px;
}
.br-checkbox.is-small input[type='checkbox']:checked + label::after, .br-checkbox.small input[type='checkbox']:checked + label::after, .br-checkbox[small] input[type='checkbox']:checked + label::after {
left: 7px;
top: 6px;
border-width: 0 2px 2px 0;
height: var(--icon-size-sm);
width: 6px;
} | 0.376623 | 0.128607 |
@import url("https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400;500&display=swap");
.bodyp {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.carrito{
outline:none;
background: none;
border: 0;
color: inherit;
/* cursor: default; */
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
float: right;
}
.btn-outline-info {
outline:none;
margin-top: 50%;
border-color: #55d7dc;
color: #55d7dc;
border-radius: 4px;
font-weight: bold;
letter-spacing: 1px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
display: flex;
flex-direction: column;
align-items: center;
float: left;
position: relative;
width: 15%;
margin-top: 20px;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
text-align: center;
justify-content: center;
align-items: center;
padding: 2px 16px;
font-family: 'Baloo Paaji 2', cursive;
font-size: 30px;
}
.draw-border {
box-shadow: inset 0 0 0 4px #58cdd1;
color: #58afd1;
-webkit-transition: color 0.25s 0.0833333333s;
transition: color 0.25s 0.0833333333s;
position: relative;
}
.draw-border::before,
.draw-border::after {
border: 0 solid transparent;
box-sizing: border-box;
content: '';
pointer-events: none;
position: absolute;
width: 0rem;
height: 0;
bottom: 0;
right: 0;
}
.draw-border::before {
border-bottom-width: 4px;
border-left-width: 4px;
}
.draw-border::after {
border-top-width: 4px;
border-right-width: 4px;
}
.draw-border:hover {
color: #000000;
}
.draw-border:hover::before,
.draw-border:hover::after {
border-color: #eb196e;
-webkit-transition: border-color 0s, width 0.25s, height 0.25s;
transition: border-color 0s, width 0.25s, height 0.25s;
width: 100%;
height: 100%;
}
.draw-border:hover::before {
-webkit-transition-delay: 0s, 0s, 0.25s;
transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
-webkit-transition-delay: 0s, 0.25s, 0s;
transition-delay: 0s, 0.25s, 0s;
}
.btn {
background: none;
border: none;
cursor: pointer;
line-height: 1.5;
font: 700 1.2rem 'Roboto Slab', sans-serif;
padding: 0.75em 2em;
letter-spacing: 0.05rem;
margin: 1em;
width: 13rem;
}
.btn:focus {
outline: 2px dotted #55d7dc;
}
.containerPrincipal {
height:100%;
width: 100%;
background-color:white;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.containerSecundario{
margin-top: 4%;
text-align: center;
}
.form-control{
margin-top:0.5%;
margin-bottom:0.5%;
background-color: white;
border-radius: 10px;
border-color: black;
padding: 0.4% 3%;
}
.boton-login{
color: white;
margin-top: 0.4%;
background-color: grey;
padding: 0.4% 3%;
border: black;
border-radius: 10px;
text-decoration: none;
outline:none;
cursor:pointer;
}
input:focus, input.form-control:focus {
outline:none !important;
outline-width: 0 !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
} | public/css/estilos.css | @import url("https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400;500&display=swap");
.bodyp {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.carrito{
outline:none;
background: none;
border: 0;
color: inherit;
/* cursor: default; */
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
float: right;
}
.btn-outline-info {
outline:none;
margin-top: 50%;
border-color: #55d7dc;
color: #55d7dc;
border-radius: 4px;
font-weight: bold;
letter-spacing: 1px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
display: flex;
flex-direction: column;
align-items: center;
float: left;
position: relative;
width: 15%;
margin-top: 20px;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
text-align: center;
justify-content: center;
align-items: center;
padding: 2px 16px;
font-family: 'Baloo Paaji 2', cursive;
font-size: 30px;
}
.draw-border {
box-shadow: inset 0 0 0 4px #58cdd1;
color: #58afd1;
-webkit-transition: color 0.25s 0.0833333333s;
transition: color 0.25s 0.0833333333s;
position: relative;
}
.draw-border::before,
.draw-border::after {
border: 0 solid transparent;
box-sizing: border-box;
content: '';
pointer-events: none;
position: absolute;
width: 0rem;
height: 0;
bottom: 0;
right: 0;
}
.draw-border::before {
border-bottom-width: 4px;
border-left-width: 4px;
}
.draw-border::after {
border-top-width: 4px;
border-right-width: 4px;
}
.draw-border:hover {
color: #000000;
}
.draw-border:hover::before,
.draw-border:hover::after {
border-color: #eb196e;
-webkit-transition: border-color 0s, width 0.25s, height 0.25s;
transition: border-color 0s, width 0.25s, height 0.25s;
width: 100%;
height: 100%;
}
.draw-border:hover::before {
-webkit-transition-delay: 0s, 0s, 0.25s;
transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
-webkit-transition-delay: 0s, 0.25s, 0s;
transition-delay: 0s, 0.25s, 0s;
}
.btn {
background: none;
border: none;
cursor: pointer;
line-height: 1.5;
font: 700 1.2rem 'Roboto Slab', sans-serif;
padding: 0.75em 2em;
letter-spacing: 0.05rem;
margin: 1em;
width: 13rem;
}
.btn:focus {
outline: 2px dotted #55d7dc;
}
.containerPrincipal {
height:100%;
width: 100%;
background-color:white;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.containerSecundario{
margin-top: 4%;
text-align: center;
}
.form-control{
margin-top:0.5%;
margin-bottom:0.5%;
background-color: white;
border-radius: 10px;
border-color: black;
padding: 0.4% 3%;
}
.boton-login{
color: white;
margin-top: 0.4%;
background-color: grey;
padding: 0.4% 3%;
border: black;
border-radius: 10px;
text-decoration: none;
outline:none;
cursor:pointer;
}
input:focus, input.form-control:focus {
outline:none !important;
outline-width: 0 !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
} | 0.363421 | 0.098252 |
.jewellery-details {
display: flex;
flex-direction: column;
width: 70%;
margin: 0 auto;
background-color: #fff;
padding-bottom: 25px;
}
/* line 11, jewellery.details.styles.scss */
.jewellery-details .title-id-container {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 80%;
margin: 100px auto 50px;
}
/* line 17, jewellery.details.styles.scss */
.jewellery-details .title-id-container span {
font-size: 0.6em;
text-transform: none;
}
/* line 21, jewellery.details.styles.scss */
.jewellery-details .title-id-container .name-and-price {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #31004a;
}
/* line 26, jewellery.details.styles.scss */
.jewellery-details .title-id-container .name-and-price .name-and-fav {
display: flex;
align-items: center;
}
/* line 32, jewellery.details.styles.scss */
.jewellery-details .images-description-container {
display: flex;
flex-direction: column;
width: 80%;
margin: 0 auto;
justify-content: space-between;
}
/* line 38, jewellery.details.styles.scss */
.jewellery-details .images-description-container .all-images-container {
display: block;
}
/* line 40, jewellery.details.styles.scss */
.jewellery-details .images-description-container .all-images-container img {
width: 75%;
display: block;
margin: 0 auto;
}
/* line 45, jewellery.details.styles.scss */
.jewellery-details .images-description-container .all-images-container .images-list {
text-align: center;
}
/* line 47, jewellery.details.styles.scss */
.jewellery-details .images-description-container .all-images-container .images-list img {
display: inline-block;
width: 25%;
margin: 1%;
border: 1px solid #31004a;
cursor: pointer;
transition: all 0.5s;
}
/* line 54, jewellery.details.styles.scss */
.jewellery-details .images-description-container .all-images-container .images-list img:hover {
opacity: 0.7;
transition: all 0.5s;
}
/* line 61, jewellery.details.styles.scss */
.jewellery-details .images-description-container p {
margin-top: 50px;
text-align: center;
}
/* line 66, jewellery.details.styles.scss */
.jewellery-details .selectedimage {
opacity: 0.5;
}
/* line 69, jewellery.details.styles.scss */
.jewellery-details seller-thumbnail {
margin: 0 auto;
width: 90%;
}
/*******************/
/*Responsive styles*/
/*******************/
@media screen and (max-width: 1024px) {
/* line 80, jewellery.details.styles.scss */
.jewellery-details {
margin-top: 25px;
border: 1px solid lightgrey;
}
/* line 83, jewellery.details.styles.scss */
.jewellery-details .title-id-container {
margin-top: 35px;
}
}
@media screen and (max-width: 425px) {
/* line 90, jewellery.details.styles.scss */
.jewellery-details {
width: 95%;
}
/* line 93, jewellery.details.styles.scss */
.jewellery-details .title-id-container .name-and-price {
flex-wrap: wrap;
}
} | src/app/jewellery/jewellery-details/jewellery.details.styles.css | .jewellery-details {
display: flex;
flex-direction: column;
width: 70%;
margin: 0 auto;
background-color: #fff;
padding-bottom: 25px;
}
/* line 11, jewellery.details.styles.scss */
.jewellery-details .title-id-container {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 80%;
margin: 100px auto 50px;
}
/* line 17, jewellery.details.styles.scss */
.jewellery-details .title-id-container span {
font-size: 0.6em;
text-transform: none;
}
/* line 21, jewellery.details.styles.scss */
.jewellery-details .title-id-container .name-and-price {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #31004a;
}
/* line 26, jewellery.details.styles.scss */
.jewellery-details .title-id-container .name-and-price .name-and-fav {
display: flex;
align-items: center;
}
/* line 32, jewellery.details.styles.scss */
.jewellery-details .images-description-container {
display: flex;
flex-direction: column;
width: 80%;
margin: 0 auto;
justify-content: space-between;
}
/* line 38, jewellery.details.styles.scss */
.jewellery-details .images-description-container .all-images-container {
display: block;
}
/* line 40, jewellery.details.styles.scss */
.jewellery-details .images-description-container .all-images-container img {
width: 75%;
display: block;
margin: 0 auto;
}
/* line 45, jewellery.details.styles.scss */
.jewellery-details .images-description-container .all-images-container .images-list {
text-align: center;
}
/* line 47, jewellery.details.styles.scss */
.jewellery-details .images-description-container .all-images-container .images-list img {
display: inline-block;
width: 25%;
margin: 1%;
border: 1px solid #31004a;
cursor: pointer;
transition: all 0.5s;
}
/* line 54, jewellery.details.styles.scss */
.jewellery-details .images-description-container .all-images-container .images-list img:hover {
opacity: 0.7;
transition: all 0.5s;
}
/* line 61, jewellery.details.styles.scss */
.jewellery-details .images-description-container p {
margin-top: 50px;
text-align: center;
}
/* line 66, jewellery.details.styles.scss */
.jewellery-details .selectedimage {
opacity: 0.5;
}
/* line 69, jewellery.details.styles.scss */
.jewellery-details seller-thumbnail {
margin: 0 auto;
width: 90%;
}
/*******************/
/*Responsive styles*/
/*******************/
@media screen and (max-width: 1024px) {
/* line 80, jewellery.details.styles.scss */
.jewellery-details {
margin-top: 25px;
border: 1px solid lightgrey;
}
/* line 83, jewellery.details.styles.scss */
.jewellery-details .title-id-container {
margin-top: 35px;
}
}
@media screen and (max-width: 425px) {
/* line 90, jewellery.details.styles.scss */
.jewellery-details {
width: 95%;
}
/* line 93, jewellery.details.styles.scss */
.jewellery-details .title-id-container .name-and-price {
flex-wrap: wrap;
}
} | 0.316158 | 0.057838 |
@font-face {
font-family: "Merriweather";
src: url("../fonts/Merriweather/Merriweather-Regular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Merriweather";
src: url("../fonts/Merriweather/Merriweather-Bold.woff2") format("woff2");
font-weight: 700;
font-style: bold;
}
@font-face {
font-family: "OpenSans";
src: url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2");
font-weight: 700;
font-style: bold;
}
@font-face {
font-family: "OpenSans";
src: url("../fonts/OpenSans/OpenSans-Medium.woff") format("woff2");
font-weight: 600;
font-style: medium;
}
@font-face {
font-family: "OpenSans";
src: url("../fonts/OpenSans/OpenSans-MediumItalic.woff2") format("woff2");
font-weight: 600;
font-style: italic;
}
body {
background-color: #fbfff9;
font-family: "Merriweather";
font-size: 18px;
font-weight: 400;
line-height: 22px;
margin: 0px;
color: #212121;
}
main {
line-height: 28px;
}
/* margin left och right:
mobile: 16px
tablet: 38px
desktop: 64px
sätt på varje objekt och inte i main pga att det förstör bakgrundsfärger annars*/
.margins {
padding-left: 16px;
padding-right: 16px;
}
h1 {
font-family: "OpenSans";
font-size: 40px;
line-height: 40px;
font-weight: 700;
color: #033f33;
}
h2 {
font-family: "OpenSans";
font-size: 24px;
line-height: 28px;
font-weight: 700;
color: #033f33;
}
h3 {
font-family: "OpenSans";
font-weight: 700;
font-size: 20px;
line-height: 28px;
color: #033f33;
}
h4 {
font-family: "OpenSans";
font-weight: 600;
font-size: 20px;
line-height: 15px;
color: #fbfff9;
}
li {
font-family: "OpenSans";
}
.greenText {
color: #033f33;
font-family: "OpenSans";
}
.whiteText {
color: #fbfff9;
}
.orangeButton {
font-family: "OpenSans";
background-color: #fca82b;
color: #212121;
width: 324px;
height: 48px;
border: none;
}
#custom_fc_button {
position: fixed;
right: 1px;
bottom: 20px;
width: 80px;
}
#imageicon {
width: 280px;
}
@media only screen and (min-width: 1440px) {
body {
font-size: 20px;
line-height: 32px;
}
.margins {
max-width: 1920px;
padding-left: 20px;
padding-right: 20px;
margin: auto;
}
h1 {
font-size: 64px;
line-height: 70px;
}
h2 {
font-size: 40px;
line-height: 52px;
font-weight: 700;
}
h3 {
font-weight: 700;
font-size: 24px;
line-height: 32px;
}
.orangeButton {
height: 68px;
}
#custom_fc_button {
position: fixed;
right: 1px;
bottom: 20px;
width: 118px;
}
#imageicon {
width: 330px;
}
.greenText {
font-size: 48px;
}
} | resources/css/app.css | @font-face {
font-family: "Merriweather";
src: url("../fonts/Merriweather/Merriweather-Regular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Merriweather";
src: url("../fonts/Merriweather/Merriweather-Bold.woff2") format("woff2");
font-weight: 700;
font-style: bold;
}
@font-face {
font-family: "OpenSans";
src: url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2");
font-weight: 700;
font-style: bold;
}
@font-face {
font-family: "OpenSans";
src: url("../fonts/OpenSans/OpenSans-Medium.woff") format("woff2");
font-weight: 600;
font-style: medium;
}
@font-face {
font-family: "OpenSans";
src: url("../fonts/OpenSans/OpenSans-MediumItalic.woff2") format("woff2");
font-weight: 600;
font-style: italic;
}
body {
background-color: #fbfff9;
font-family: "Merriweather";
font-size: 18px;
font-weight: 400;
line-height: 22px;
margin: 0px;
color: #212121;
}
main {
line-height: 28px;
}
/* margin left och right:
mobile: 16px
tablet: 38px
desktop: 64px
sätt på varje objekt och inte i main pga att det förstör bakgrundsfärger annars*/
.margins {
padding-left: 16px;
padding-right: 16px;
}
h1 {
font-family: "OpenSans";
font-size: 40px;
line-height: 40px;
font-weight: 700;
color: #033f33;
}
h2 {
font-family: "OpenSans";
font-size: 24px;
line-height: 28px;
font-weight: 700;
color: #033f33;
}
h3 {
font-family: "OpenSans";
font-weight: 700;
font-size: 20px;
line-height: 28px;
color: #033f33;
}
h4 {
font-family: "OpenSans";
font-weight: 600;
font-size: 20px;
line-height: 15px;
color: #fbfff9;
}
li {
font-family: "OpenSans";
}
.greenText {
color: #033f33;
font-family: "OpenSans";
}
.whiteText {
color: #fbfff9;
}
.orangeButton {
font-family: "OpenSans";
background-color: #fca82b;
color: #212121;
width: 324px;
height: 48px;
border: none;
}
#custom_fc_button {
position: fixed;
right: 1px;
bottom: 20px;
width: 80px;
}
#imageicon {
width: 280px;
}
@media only screen and (min-width: 1440px) {
body {
font-size: 20px;
line-height: 32px;
}
.margins {
max-width: 1920px;
padding-left: 20px;
padding-right: 20px;
margin: auto;
}
h1 {
font-size: 64px;
line-height: 70px;
}
h2 {
font-size: 40px;
line-height: 52px;
font-weight: 700;
}
h3 {
font-weight: 700;
font-size: 24px;
line-height: 32px;
}
.orangeButton {
height: 68px;
}
#custom_fc_button {
position: fixed;
right: 1px;
bottom: 20px;
width: 118px;
}
#imageicon {
width: 330px;
}
.greenText {
font-size: 48px;
}
} | 0.350977 | 0.09709 |
@keyframes slideInFromLeft {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes loadingRight {
0% { transform: translateX(95%); }
10% { transform: translateX(97%); }
20% { transform: translateX(95%); }
30% { transform: translateX(97%); }
40% { transform: translateX(95%); }
50% { transform: translateX(97%); }
60% { transform: translateX(95%); }
70% { transform: translateX(97%); }
80% { transform: translateX(95%); }
90% { transform: translateX(97%); }
100% { transform: translateX(95%); }
}
@keyframes loadingTop {
0% { transform: translateY(-95%); }
10% { transform: translateY(-97%); }
20% { transform: translateY(-95%); }
30% { transform: translateY(-97%); }
40% { transform: translateY(-95%); }
50% { transform: translateY(-97%); }
60% { transform: translateY(-95%); }
70% { transform: translateY(-97%); }
80% { transform: translateY(-95%); }
90% { transform: translateY(-97%); }
100% { transform: translateY(-95%); }
}
@keyframes slideOutInFromRight {
0% { transform: translateX(0); }
20% { transform: translateX(95%); }
30% { transform: translateX(97%); }
40% { transform: translateX(95%); }
50% { transform: translateX(97%); }
60% { transform: translateX(95%); }
70% { transform: translateX(97%); }
80% { transform: translateX(95%); }
100% { transform: translateX(0); }
}
@keyframes slideOutInFromRight2 {
0% { transform: translateX(0); }
20% { transform: translateX(95%); }
30% { transform: translateX(97%); }
40% { transform: translateX(95%); }
50% { transform: translateX(97%); }
60% { transform: translateX(95%); }
70% { transform: translateX(97%); }
80% { transform: translateX(95%); }
100% { transform: translateX(0); }
}
@keyframes slideOutInFromTop {
0% { transform: translateY(0); }
20% { transform: translateY(-95%); }
30% { transform: translateY(-97%); }
40% { transform: translateY(-95%); }
50% { transform: translateY(-97%); }
60% { transform: translateY(-95%); }
70% { transform: translateY(-97%); }
80% { transform: translateY(-95%); }
100% { transform: translateY(0); }
}
@keyframes slideOutInFromTop2 {
0% { transform: translateY(0); }
20% { transform: translateY(-95%); }
30% { transform: translateY(-97%); }
40% { transform: translateY(-95%); }
50% { transform: translateY(-97%); }
60% { transform: translateY(-95%); }
70% { transform: translateY(-97%); }
80% { transform: translateY(-95%); }
100% { transform: translateY(0); }
}
@keyframes slideInFromRight {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInFromTop {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
} | keyframes.css | @keyframes slideInFromLeft {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes loadingRight {
0% { transform: translateX(95%); }
10% { transform: translateX(97%); }
20% { transform: translateX(95%); }
30% { transform: translateX(97%); }
40% { transform: translateX(95%); }
50% { transform: translateX(97%); }
60% { transform: translateX(95%); }
70% { transform: translateX(97%); }
80% { transform: translateX(95%); }
90% { transform: translateX(97%); }
100% { transform: translateX(95%); }
}
@keyframes loadingTop {
0% { transform: translateY(-95%); }
10% { transform: translateY(-97%); }
20% { transform: translateY(-95%); }
30% { transform: translateY(-97%); }
40% { transform: translateY(-95%); }
50% { transform: translateY(-97%); }
60% { transform: translateY(-95%); }
70% { transform: translateY(-97%); }
80% { transform: translateY(-95%); }
90% { transform: translateY(-97%); }
100% { transform: translateY(-95%); }
}
@keyframes slideOutInFromRight {
0% { transform: translateX(0); }
20% { transform: translateX(95%); }
30% { transform: translateX(97%); }
40% { transform: translateX(95%); }
50% { transform: translateX(97%); }
60% { transform: translateX(95%); }
70% { transform: translateX(97%); }
80% { transform: translateX(95%); }
100% { transform: translateX(0); }
}
@keyframes slideOutInFromRight2 {
0% { transform: translateX(0); }
20% { transform: translateX(95%); }
30% { transform: translateX(97%); }
40% { transform: translateX(95%); }
50% { transform: translateX(97%); }
60% { transform: translateX(95%); }
70% { transform: translateX(97%); }
80% { transform: translateX(95%); }
100% { transform: translateX(0); }
}
@keyframes slideOutInFromTop {
0% { transform: translateY(0); }
20% { transform: translateY(-95%); }
30% { transform: translateY(-97%); }
40% { transform: translateY(-95%); }
50% { transform: translateY(-97%); }
60% { transform: translateY(-95%); }
70% { transform: translateY(-97%); }
80% { transform: translateY(-95%); }
100% { transform: translateY(0); }
}
@keyframes slideOutInFromTop2 {
0% { transform: translateY(0); }
20% { transform: translateY(-95%); }
30% { transform: translateY(-97%); }
40% { transform: translateY(-95%); }
50% { transform: translateY(-97%); }
60% { transform: translateY(-95%); }
70% { transform: translateY(-97%); }
80% { transform: translateY(-95%); }
100% { transform: translateY(0); }
}
@keyframes slideInFromRight {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInFromTop {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
} | 0.721449 | 0.401306 |
:root {
--bg: #191b27;
--bg2: #232536;
--bg3: #151722;
--text: #f9f8f8;
--text2: rgb(214, 214, 214);
--text3: rgb(185, 180, 180);
--color1: #f3de8a;
--color2: #ca86bf;
--hover: #1c1e2c;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text2);
font-family: sans-serif;
text-align: center;
}
h1 {
color: text;
font-weight: 100;
}
h2 {
color: text;
opacity: 80%;
}
input {
background-color: var(--bg2);
border: none;
border-radius: 4px;
color: var(--text2);
outline: none;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
font-size: 16pt;
border: transparent 1px solid;
width: 400px;
}
input:focus {
border: var(--bg3) 1px solid;
}
input::placeholder {
color: var(--text3);
}
p {
color: var(--text2);
}
a {
text-decoration: none;
}
a:hover {
filter: brightness(120%);
}
button {
background-color: var(--bg2);
border: none;
border-radius: 4px;
color: var(--text2);
outline: none;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
font-size: 14pt;
border: transparent 1px solid;
}
button:hover {
background-color: var(--hover);
}
.fade-in {
animation: fadeIn ease 1s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.color-1 {
color: var(--color1);
}
.color-2 {
color: var(--color2);
}
.diminished {
color: var(--text3);
}
.app {
display: grid;
grid-template-rows: auto 40px;
height: 100%;
}
.search {
padding: 100px;
display: flex;
flex-direction: column;
align-items: center;
}
.footer {
color: var(--text3);
text-align: start;
padding: 10px;
}
.suggestions {
border: 1px rgba(0, 0, 0, 0.158) solid;
border-radius: 4px;
width: 400px;
display: flex;
flex-direction: column;
box-sizing: border-box;
box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.4);
position: absolute;
background-color: var(--bg);
}
.suggestions > span {
text-align: start;
color: var(--text2);
padding: 10px;
width: 100%;
box-sizing: border-box;
user-select: none;
}
.suggestions > span:hover {
background-color: var(--bg2);
}
.search-result-box {
display: grid;
grid-template-columns: auto 200px;
border: 1px rgba(0, 0, 0, 0.158) solid;
box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.4);
border-radius: 4px;
margin-top: 10px;
margin-bottom: 10px;
width: 50vw;
}
.search-result-song-info {
text-align: start;
padding: 20px;
font-size: 16pt;
}
.search-result-categories {
display: flex;
flex-direction: column;
border-left: 1px rgba(0, 0, 0, 0.158) solid;
background-color: var(--bg3);
}
.search-result-categories > a {
border-bottom: 1px rgba(0, 0, 0, 0.158) solid;
border-top: 1px rgba(0, 0, 0, 0.158) solid;
padding: 10px;
}
.search-result-categories > a:hover {
background-color: var(--bg);
} | static/style.css | :root {
--bg: #191b27;
--bg2: #232536;
--bg3: #151722;
--text: #f9f8f8;
--text2: rgb(214, 214, 214);
--text3: rgb(185, 180, 180);
--color1: #f3de8a;
--color2: #ca86bf;
--hover: #1c1e2c;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text2);
font-family: sans-serif;
text-align: center;
}
h1 {
color: text;
font-weight: 100;
}
h2 {
color: text;
opacity: 80%;
}
input {
background-color: var(--bg2);
border: none;
border-radius: 4px;
color: var(--text2);
outline: none;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
font-size: 16pt;
border: transparent 1px solid;
width: 400px;
}
input:focus {
border: var(--bg3) 1px solid;
}
input::placeholder {
color: var(--text3);
}
p {
color: var(--text2);
}
a {
text-decoration: none;
}
a:hover {
filter: brightness(120%);
}
button {
background-color: var(--bg2);
border: none;
border-radius: 4px;
color: var(--text2);
outline: none;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
font-size: 14pt;
border: transparent 1px solid;
}
button:hover {
background-color: var(--hover);
}
.fade-in {
animation: fadeIn ease 1s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.color-1 {
color: var(--color1);
}
.color-2 {
color: var(--color2);
}
.diminished {
color: var(--text3);
}
.app {
display: grid;
grid-template-rows: auto 40px;
height: 100%;
}
.search {
padding: 100px;
display: flex;
flex-direction: column;
align-items: center;
}
.footer {
color: var(--text3);
text-align: start;
padding: 10px;
}
.suggestions {
border: 1px rgba(0, 0, 0, 0.158) solid;
border-radius: 4px;
width: 400px;
display: flex;
flex-direction: column;
box-sizing: border-box;
box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.4);
position: absolute;
background-color: var(--bg);
}
.suggestions > span {
text-align: start;
color: var(--text2);
padding: 10px;
width: 100%;
box-sizing: border-box;
user-select: none;
}
.suggestions > span:hover {
background-color: var(--bg2);
}
.search-result-box {
display: grid;
grid-template-columns: auto 200px;
border: 1px rgba(0, 0, 0, 0.158) solid;
box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.4);
border-radius: 4px;
margin-top: 10px;
margin-bottom: 10px;
width: 50vw;
}
.search-result-song-info {
text-align: start;
padding: 20px;
font-size: 16pt;
}
.search-result-categories {
display: flex;
flex-direction: column;
border-left: 1px rgba(0, 0, 0, 0.158) solid;
background-color: var(--bg3);
}
.search-result-categories > a {
border-bottom: 1px rgba(0, 0, 0, 0.158) solid;
border-top: 1px rgba(0, 0, 0, 0.158) solid;
padding: 10px;
}
.search-result-categories > a:hover {
background-color: var(--bg);
} | 0.683947 | 0.209025 |
.bottom-menu.body {
border-top: 1px solid rgba(0,0,0,0.1);
position: relative;
background-color: white;
}
.bottom-menu.pad {
max-width: 970px;
padding: 43px 15px;
min-height: 400px;
margin: 0 auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 0;
}
.bottom-menu.column {
display: inline-block;
vertical-align: top;
padding-left: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bottom-menu.column:first-child {
padding: 0;
}
.bottom-menu.col1-of-6 {
width: 16.666666%
}
.bottom-menu.col2-of-6 {
width: 33.333333%
}
.bottom-menu.header {
font-size: 12px;
line-height: 18px;
padding: 3px 0;
margin: 41px 0 7px 0;
letter-spacing: 0.34px;
color: #FF333A;
font-family: 'source_sans_prosemibold';
text-transform: uppercase;
}
.bottom-menu.link {
font-size: 13px;
line-height: 18px;
color: #666666;
display: block;
padding: 3px 0;
margin-bottom: 8px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.bottom-menu.link:hover {
color: #333333;
}
.bottom-menu.logo {
width: 48px;
height: 48px;
float: none;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
background-color: #d90007;
overflow: hidden;
margin: 27px 0 0 0;
background-image: url(../images/mega/startpage-sprite_v10.png);
background-position: -11px -1371px;
}
.bottom-menu.company-info {
font-size: 14px;
line-height: 22px;
color: #333333;
padding: 29px 0 21px 0;
}
.bottom-menu.company-info strong {
font-family: 'source_sans_prosemibold';
font-weight: normal;
display: block;
}
.bottom-menu.social {
padding: 0 0 0 0;
}
.bottom-menu .st-bottom-button {
margin: 0 16px 0 0;
}
.bottom-menu.copyrights {
font-size: 13px;
line-height: 18px;
color: #666666;
position: absolute;
margin: -29px 0 0 0;
}
@media only screen and (max-width: 768px) {
.bottom-menu.col2-of-6 {
width: 32%;
}
}
@media only screen and (max-width: 722px) {
.bottom-menu.column:first-child {
padding-left: 15px;
padding-bottom: 52px;
width: 100%;
text-align: center;
}
.bottom-menu.pad {
padding: 43px 15px 43px 0;
}
.bottom-menu.col1-of-6 {
width: 25%;
}
.bottom-menu.copyrights {
margin: 52px 15px 20px 15px;
position: static;
text-align: center;
}
.bottom-menu.logo {
margin: 27px auto 0 auto;
}
}
@media only screen and (max-width: 565px) {
.bottom-menu.column:first-child, .bottom-menu.copyrights {
text-align: left;
}
.bottom-menu.pad {
padding: 71px 28px 43px 28px;
}
.bottom-menu.col1-of-6 {
width: 50%;
}
.bottom-menu.logo {
margin: 27px 0 0 0;
}
}
/* Remove rule when most pages are mobile optimised */
.mobile .bottom-menu.col1-of-6 {
display: none;
}
.mobile .bottom-menu.pad {
min-height: 10px;
padding: 10px 15px 23px 15px;
text-align: center;
}
.mobile .bottom-menu.col2-of-6, .mobile .bottom-menu.copyrights {
width: 100%;
left: 0;
}
.mobile .bottom-menu.company-info strong {
display: inline-block;
}
@media only screen and (max-width: 565px) {
.mobile .bottom-menu.pad {
min-height: 10px;
padding: 10px 43px 36px 43px;
text-align: center;
}
.mobile .bottom-menu.column:first-child {
padding-bottom: 0;
padding-left: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: center;
}
.mobile .bottom-menu.copyrights {
text-align:center;
}
.mobile .bottom-menu.company-info strong {
display: block;
}
}
@media only screen and (max-width: 565px) {
.bottom-menu.col1-of-6 {
width: 100%;
}
}
/* end */ | Windows-Installation_and_Settup_Script/X.4 BrowserAddonsFastSyncronisationWithoutGoogle/MEGA/mega/css/bottom-menu.css | .bottom-menu.body {
border-top: 1px solid rgba(0,0,0,0.1);
position: relative;
background-color: white;
}
.bottom-menu.pad {
max-width: 970px;
padding: 43px 15px;
min-height: 400px;
margin: 0 auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 0;
}
.bottom-menu.column {
display: inline-block;
vertical-align: top;
padding-left: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bottom-menu.column:first-child {
padding: 0;
}
.bottom-menu.col1-of-6 {
width: 16.666666%
}
.bottom-menu.col2-of-6 {
width: 33.333333%
}
.bottom-menu.header {
font-size: 12px;
line-height: 18px;
padding: 3px 0;
margin: 41px 0 7px 0;
letter-spacing: 0.34px;
color: #FF333A;
font-family: 'source_sans_prosemibold';
text-transform: uppercase;
}
.bottom-menu.link {
font-size: 13px;
line-height: 18px;
color: #666666;
display: block;
padding: 3px 0;
margin-bottom: 8px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.bottom-menu.link:hover {
color: #333333;
}
.bottom-menu.logo {
width: 48px;
height: 48px;
float: none;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
background-color: #d90007;
overflow: hidden;
margin: 27px 0 0 0;
background-image: url(../images/mega/startpage-sprite_v10.png);
background-position: -11px -1371px;
}
.bottom-menu.company-info {
font-size: 14px;
line-height: 22px;
color: #333333;
padding: 29px 0 21px 0;
}
.bottom-menu.company-info strong {
font-family: 'source_sans_prosemibold';
font-weight: normal;
display: block;
}
.bottom-menu.social {
padding: 0 0 0 0;
}
.bottom-menu .st-bottom-button {
margin: 0 16px 0 0;
}
.bottom-menu.copyrights {
font-size: 13px;
line-height: 18px;
color: #666666;
position: absolute;
margin: -29px 0 0 0;
}
@media only screen and (max-width: 768px) {
.bottom-menu.col2-of-6 {
width: 32%;
}
}
@media only screen and (max-width: 722px) {
.bottom-menu.column:first-child {
padding-left: 15px;
padding-bottom: 52px;
width: 100%;
text-align: center;
}
.bottom-menu.pad {
padding: 43px 15px 43px 0;
}
.bottom-menu.col1-of-6 {
width: 25%;
}
.bottom-menu.copyrights {
margin: 52px 15px 20px 15px;
position: static;
text-align: center;
}
.bottom-menu.logo {
margin: 27px auto 0 auto;
}
}
@media only screen and (max-width: 565px) {
.bottom-menu.column:first-child, .bottom-menu.copyrights {
text-align: left;
}
.bottom-menu.pad {
padding: 71px 28px 43px 28px;
}
.bottom-menu.col1-of-6 {
width: 50%;
}
.bottom-menu.logo {
margin: 27px 0 0 0;
}
}
/* Remove rule when most pages are mobile optimised */
.mobile .bottom-menu.col1-of-6 {
display: none;
}
.mobile .bottom-menu.pad {
min-height: 10px;
padding: 10px 15px 23px 15px;
text-align: center;
}
.mobile .bottom-menu.col2-of-6, .mobile .bottom-menu.copyrights {
width: 100%;
left: 0;
}
.mobile .bottom-menu.company-info strong {
display: inline-block;
}
@media only screen and (max-width: 565px) {
.mobile .bottom-menu.pad {
min-height: 10px;
padding: 10px 43px 36px 43px;
text-align: center;
}
.mobile .bottom-menu.column:first-child {
padding-bottom: 0;
padding-left: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: center;
}
.mobile .bottom-menu.copyrights {
text-align:center;
}
.mobile .bottom-menu.company-info strong {
display: block;
}
}
@media only screen and (max-width: 565px) {
.bottom-menu.col1-of-6 {
width: 100%;
}
}
/* end */ | 0.289472 | 0.066418 |
* {
box-sizing: border-box;
}
html, body {
background-color: var(--base02);
color: var(--base1);
font-family: 'Roboto', sans-serif;
line-height: 130%;
}
i {
color: var(--base1);
margin-right: 6px;
}
a {
text-decoration: none;
}
a:focus {
outline: none;
}
.center {
margin: 0 auto;
max-width: 960px;
}
.center-alt {
margin: 0 auto;
max-width: 480px;
}
.down {
margin-top: 76px;
}
.down-alt {
margin-top: 160px;
}
/* navbar */
#title {
color: var(--cyan);
font-weight: bold;
}
#board-suffix {
color: var(--base01);
font-weight: bold;
}
.navbar {
background-color: var(--base03);
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.navbar-box {
float: left;
padding: 16px 10px;
}
.navbar-box:hover {
color: var(--cyan);
cursor: pointer;
}
.navbar-box a:visited {
color: var(--base1);
}
/* post */
.post {
color: var(--base2);
background-color: var(--base01);
border: 1px solid var(--base1);
-webkit-border: 1px solid var(--base1);
border-radius: 4px;
-webkit-border-radius: 4px;
margin-bottom: 12px;
padding: 10px;
}
.post-header {
color: var(--base1);
margin-bottom: 10px;
}
.post-body {
color: var(--base2);
}
.user-tag {
background-color: var(--cyan);
color: var(--base02);
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 2px 6px;
}
.user-tag i {
color: var(--base02);
}
.post-tag {
background-color: var(--orange);
color: var(--base02);
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 2px 6px;
}
.post-tag i {
color: var(--base02);
}
.board-tag {
background-color: var(--magenta);
color: var(--base02);
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 2px 6px;
}
.board-tag i {
color: var(--base02);
}
.board-tag-unfocus {
background-color: var(--base1);
color: var(--base02);
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 2px 6px;
}
.board-tag-unfocus i {
color: var(--base02);
}
/* buttons */
.btn {
color: var(--cyan);
font-weight: bold;
}
input[type=submit] {
font-family: 'Roboto', sans-serif;
color: var(--base03);
background-color: var(--cyan);
font-weight: bold;
border: 1px solid var(--base02);
-webkit-border: 1px solid var(--base02);
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 14px 0;
width: 100%;
}
input[type=submit]:hover {
background-color: #289b91;
}
/* forms */
.form {
color: var(--base2);
background-color: var(--base01);
border: 1px solid var(--base1);
-webkit-border: 1px solid var(--base1);
border-radius: 4px;
-webkit-border-radius: 4px;
margin-top: 10px;
margin-bottom: 6px;
padding: 20px;
}
.form h1 {
margin: 0;
margin-bottom: 12px;
font-size: 24px;
}
.form b {
color: var(--base3);
}
.form a {
color: var(--base02);
font-weight: bold;
text-decoration: none;
}
.form a:hover {
color: var(--cyan);
}
.footer-link {
float: right;
color: var(--base0);
text-decoration: none;
}
.footer-link:hover {
color: var(--cyan);
} | project/static/css/style.css | * {
box-sizing: border-box;
}
html, body {
background-color: var(--base02);
color: var(--base1);
font-family: 'Roboto', sans-serif;
line-height: 130%;
}
i {
color: var(--base1);
margin-right: 6px;
}
a {
text-decoration: none;
}
a:focus {
outline: none;
}
.center {
margin: 0 auto;
max-width: 960px;
}
.center-alt {
margin: 0 auto;
max-width: 480px;
}
.down {
margin-top: 76px;
}
.down-alt {
margin-top: 160px;
}
/* navbar */
#title {
color: var(--cyan);
font-weight: bold;
}
#board-suffix {
color: var(--base01);
font-weight: bold;
}
.navbar {
background-color: var(--base03);
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.navbar-box {
float: left;
padding: 16px 10px;
}
.navbar-box:hover {
color: var(--cyan);
cursor: pointer;
}
.navbar-box a:visited {
color: var(--base1);
}
/* post */
.post {
color: var(--base2);
background-color: var(--base01);
border: 1px solid var(--base1);
-webkit-border: 1px solid var(--base1);
border-radius: 4px;
-webkit-border-radius: 4px;
margin-bottom: 12px;
padding: 10px;
}
.post-header {
color: var(--base1);
margin-bottom: 10px;
}
.post-body {
color: var(--base2);
}
.user-tag {
background-color: var(--cyan);
color: var(--base02);
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 2px 6px;
}
.user-tag i {
color: var(--base02);
}
.post-tag {
background-color: var(--orange);
color: var(--base02);
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 2px 6px;
}
.post-tag i {
color: var(--base02);
}
.board-tag {
background-color: var(--magenta);
color: var(--base02);
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 2px 6px;
}
.board-tag i {
color: var(--base02);
}
.board-tag-unfocus {
background-color: var(--base1);
color: var(--base02);
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 2px 6px;
}
.board-tag-unfocus i {
color: var(--base02);
}
/* buttons */
.btn {
color: var(--cyan);
font-weight: bold;
}
input[type=submit] {
font-family: 'Roboto', sans-serif;
color: var(--base03);
background-color: var(--cyan);
font-weight: bold;
border: 1px solid var(--base02);
-webkit-border: 1px solid var(--base02);
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 14px 0;
width: 100%;
}
input[type=submit]:hover {
background-color: #289b91;
}
/* forms */
.form {
color: var(--base2);
background-color: var(--base01);
border: 1px solid var(--base1);
-webkit-border: 1px solid var(--base1);
border-radius: 4px;
-webkit-border-radius: 4px;
margin-top: 10px;
margin-bottom: 6px;
padding: 20px;
}
.form h1 {
margin: 0;
margin-bottom: 12px;
font-size: 24px;
}
.form b {
color: var(--base3);
}
.form a {
color: var(--base02);
font-weight: bold;
text-decoration: none;
}
.form a:hover {
color: var(--cyan);
}
.footer-link {
float: right;
color: var(--base0);
text-decoration: none;
}
.footer-link:hover {
color: var(--cyan);
} | 0.410756 | 0.138987 |
.userAvatars {
width: 60px;
height: 60px;
border-radius: 50%;
padding-left: 0px;
}
.feedNameBtn {
padding: 0px;
}
.AvatarCol {
padding: 0px;
}
.TimestampCol {
padding: 0px;
}
.TaskFeed {
padding-right: 0px;
padding-left: 0px;
}
.TaskCol {
padding: 0px;
}
.loadingDiv {
width: 100%;
}
.giveMangoButton {
color: white;
}
.TaskUnit {
border-radius: 6px;
border: 3px solid white;
padding: 6px;
box-shadow: 0px 2px 5px 0px black;
opacity: 0.0;
animation: cardAnim 1.0s ease forwards 0s;
}
.feedPad {
padding-bottom: 50px;
}
.feedTitleDiv {
padding-left: 0px;
padding-right: 0px;
}
.taskListFeed {
padding-left: 0px;
padding-right: 0px;
width: 65%;
}
.taskFeedContainer {
padding-left: 0px;
padding-right: 0px;
}
.CompletedTask {
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
}
.popMango {
margin-left: -10px;
}
.SocialUnit {
padding: 0px;
}
.clapButton {
border-radius: 4px;
padding: 3px;
height: 38px;
width: 70px;
border: transparent;
box-shadow: 0px 1px 3px 0px black;
}
.clapButtonOwn {
background-color: #F3E8CB !important;
padding: 3px;
height: 38px;
width: 70px;
border: transparent;
}
.ownUserClap {
margin-left: -15px;
}
.addMangoButton {
color: white;
background-color: #FCA311;
border-radius: 4px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 6px;
padding-top: 3px;
margin-left: 5px;
border: transparent;
box-shadow: 0px 1px 3px 0px black;
}
.addMangoButtonOwn {
background-color: #F3E8CB !important;
border-radius: 4px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 6px;
padding-top: 3px;
margin-left: 5px;
border: transparent;
opacity: 0;
}
.mangoPlusOwn {
opacity: 0;
}
.mangoPlus {
}
.clapButtonImg {
background-color: #FCA311;
margin-top: -8px;
margin-right: 5px;
}
.completedDesc {
color: #FCA311;
}
.doneIcon {
color: green;
font-size: 32px !important;
margin-left: 5px;
border-radius: 6px;
padding-bottom: -5px;
}
@keyframes cardAnim {
from {
}
to {
opacity: 1.0;
}
}
.purchaseButton {
margin-bottom: -80px;
}
.badgeIcon {
font-size: 20px !important;
}
@media only screen and (max-width: 600px) {
.CompletedTask{
font-size: 30px;
font-size: 3.5vw;
}
.feedTitleHeader{
font-size: 40px;
}
.userAvatars{
width: 45px;
height: 45px;
}
.taskListFeed {
width: 100%;
}
.clapButton{
height: 30px;
}
.clapButtonOwn{
height: 30px;
}
.feedPad {
padding-bottom: 30px;
}
}
@media only screen and (max-width: 1024px) {
.taskListFeed {
width: 75%;
}
.userAvatars {
width: 50px;
height: 50px;
}
}
@media only screen and (max-width: 768px) {
.taskListFeed {
width: 80%;
}
.userAvatars {
width: 50px;
height: 50px;
}
} | src/components/Feed/Feed.css | .userAvatars {
width: 60px;
height: 60px;
border-radius: 50%;
padding-left: 0px;
}
.feedNameBtn {
padding: 0px;
}
.AvatarCol {
padding: 0px;
}
.TimestampCol {
padding: 0px;
}
.TaskFeed {
padding-right: 0px;
padding-left: 0px;
}
.TaskCol {
padding: 0px;
}
.loadingDiv {
width: 100%;
}
.giveMangoButton {
color: white;
}
.TaskUnit {
border-radius: 6px;
border: 3px solid white;
padding: 6px;
box-shadow: 0px 2px 5px 0px black;
opacity: 0.0;
animation: cardAnim 1.0s ease forwards 0s;
}
.feedPad {
padding-bottom: 50px;
}
.feedTitleDiv {
padding-left: 0px;
padding-right: 0px;
}
.taskListFeed {
padding-left: 0px;
padding-right: 0px;
width: 65%;
}
.taskFeedContainer {
padding-left: 0px;
padding-right: 0px;
}
.CompletedTask {
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
}
.popMango {
margin-left: -10px;
}
.SocialUnit {
padding: 0px;
}
.clapButton {
border-radius: 4px;
padding: 3px;
height: 38px;
width: 70px;
border: transparent;
box-shadow: 0px 1px 3px 0px black;
}
.clapButtonOwn {
background-color: #F3E8CB !important;
padding: 3px;
height: 38px;
width: 70px;
border: transparent;
}
.ownUserClap {
margin-left: -15px;
}
.addMangoButton {
color: white;
background-color: #FCA311;
border-radius: 4px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 6px;
padding-top: 3px;
margin-left: 5px;
border: transparent;
box-shadow: 0px 1px 3px 0px black;
}
.addMangoButtonOwn {
background-color: #F3E8CB !important;
border-radius: 4px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 6px;
padding-top: 3px;
margin-left: 5px;
border: transparent;
opacity: 0;
}
.mangoPlusOwn {
opacity: 0;
}
.mangoPlus {
}
.clapButtonImg {
background-color: #FCA311;
margin-top: -8px;
margin-right: 5px;
}
.completedDesc {
color: #FCA311;
}
.doneIcon {
color: green;
font-size: 32px !important;
margin-left: 5px;
border-radius: 6px;
padding-bottom: -5px;
}
@keyframes cardAnim {
from {
}
to {
opacity: 1.0;
}
}
.purchaseButton {
margin-bottom: -80px;
}
.badgeIcon {
font-size: 20px !important;
}
@media only screen and (max-width: 600px) {
.CompletedTask{
font-size: 30px;
font-size: 3.5vw;
}
.feedTitleHeader{
font-size: 40px;
}
.userAvatars{
width: 45px;
height: 45px;
}
.taskListFeed {
width: 100%;
}
.clapButton{
height: 30px;
}
.clapButtonOwn{
height: 30px;
}
.feedPad {
padding-bottom: 30px;
}
}
@media only screen and (max-width: 1024px) {
.taskListFeed {
width: 75%;
}
.userAvatars {
width: 50px;
height: 50px;
}
}
@media only screen and (max-width: 768px) {
.taskListFeed {
width: 80%;
}
.userAvatars {
width: 50px;
height: 50px;
}
} | 0.559892 | 0.219693 |
@import url("./public.css");
body{
position: relative;
background:url("/images/5-13050G33952.gif");
}
#wrapper{
width: 100%;
height: 5px;
background: #3D97CB;
}
/********头部******/
#top{
width: 960px;
height: 140px;
margin: 0 auto;
border-bottom: 3px solid #cdcdcd;
}
/****头部左侧***/
#top #top_left{
width: 300px;
height: 100px;
float: left;
position: relative;
}
#top #top_left p#logo{
width: 300px;
height: 75px;
margin-top: 20px;
margin-left: 20px;
background: url("/images/logo.png") no-repeat;
}
#top #top_left span{
position: absolute;
left: 70px;
top: 100px;
color: #555;
}
/****头部右侧***(导航条)****/
#top #top_right{
float: right;
width: 440px;
height: 140px;
position: relative;
}
#top #top_right #bar{
width:75px;
height: 10px;
background: url("/images/bar.png") no-repeat;
position:absolute;
left:163px;
top: 133px;
}
#top #top_right ul {
margin-left: 170px;
margin-top:-5px;
}
#top #top_right ul li{
float: left;
}
#top #top_right ul li a {
float: left;
padding: 0 10px;
color: #555;
font-size: 20px;
margin-top: 110px;
font-weight: 700;
}
#top #top_right ul li a:hover{
text-decoration: underline;
color: #3D97CB;
font-weight:700;
}
/********头部结束******/
/******发布内容区域****/
#arc{
width: 960px;
height: auto;
overflow: hidden;
margin: 0 auto;
}
/**发布内容左侧***/
#arc .arc_left_box{
width:695px;
float: left;
background: #fff;
padding-left: 20px;
padding-right: 20px;
margin-top: 20px;
border: 1px solid #ccc;
box-shadow:0 0 8px rgba(183,178,178,.6);
}
#arc .arc_left_box .arc_show{
font-size: 20px;
color: #3D97CB;
margin-top: 10px;
font-weight: 700;
line-height: 40px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
#arc .arc_left_box .arc_show b{
font-size: 14px;
color: #555;
margin-top: 10px;
float: right;
}
#arc .arc_left_box .arc_show span{
font-size: 14px;
color: #f00;
float: right;
}
#arc .arc_left_box span.arc_category{
float: left;
margin-left: 100px;
margin-top: -25px;
}
#arc .arc_left_box span.arc_category a{
float: left;
margin-left: 10px;
font-size:14px;
color: #777777;
}
#arc .arc_left_box span.arc_category a:hover{
color: #3D97CB;
text-decoration: underline;
}
/*轮播图片*/
#arc .arc_left_box #foucs_photo{
width: 705px;
height: 300px;
margin-top: 10px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 30px;
border-bottom: 2px solid #cdcdcd;
}
#arc .arc_left_box #foucs_photo .foucs_photo_l{
width: 690px;
height: 330px;
float: left;
position: relative;
}
#arc .arc_left_box #foucs_photo .foucs_photo_l img{
position: absolute;
left: 2px;
top: 0px;
width: 690px;
box-shadow:0 0 15px rgba(183,178,178,.6);
}
/*轮播图片结束*/
#arc .arc_left{
width: 700px;
height: 340px;
float: left;
border-bottom:1px solid #cdcdcd;
}
#arc .arc_left.hover{
background: #F5F5F5;
}
/*发布内容左侧日期*/
#arc .arc_left .arc_left_date{
float: right;
margin-top: 30px;
margin-left: 60px;
}
#arc .arc_left .arc_left_date p{
width: 40px;
height: 40px;
background: #3D97CB url("/images/icon-post-formats.png") no-repeat 2px 2px;
border-radius: 4px;
float: left;
}
#arc .arc_left .arc_left_date dl{
width: 40px;
height: 40px;
background: #777777;
border-radius: 4px;
float: left;
margin-left: 2px;
color: #fff;
font-weight: 700;
text-align: center;
font-size: 13px;
}
/*发布内容左侧日期结束*/
#arc .arc_left .arc_left_content{
float: left;
width: 519px;
height: 340px;
position:relative;
}
#arc .arc_left .arc_left_content span{
float: left;
margin-top: 32px;
margin-left: 340px;
color: #3D97CB;
}
#arc .arc_left .arc_left_content .arc_tittle{
font-size: 23px;
color: #555;
position:absolute;
left: 10px;
top: 20px;
width: 590px;
overflow: hidden;
}
#arc .arc_left .arc_left_content .arc_tittle:hover{
color: #3D97CB;
}
#arc .arc_left .arc_left_content img{
width: 300px;
height: 210px;
position: absolute;
left: 0px;
top: 80px;
}
#arc .arc_left .arc_left_content .arc_des{
height: auto;
width: 280px;
position: absolute;
left: 320px;
top: 90px;
font-size: 14px;
line-height: 25px;
}
#arc .arc_left .arc_left_content a.arc_more{
position:absolute;
left: 320px;
top: 276px;
color: #3D97CB;
font-size: 12px;
}
#arc .arc_left .arc_left_content a.arc_more:hover{
color: #555;
}
/*留言区域*/
#arc .arc_left_box #msg{
float: left;
width: 700px;
height: auto;
margin-top:30px;
}
#arc .arc_left_box #msg p#msg_tittle{
font-size: 20px;
color: #3D97CB;
margin-top: 10px;
font-weight: 700;
border-bottom: 1px solid #3D97CB;
}
#arc .arc_left_box #msg ul {
margin-top:20px;
}
#arc .arc_left_box #msg ul li{
padding: 20px 20px;
border-bottom: 1px solid #cdcdcd;
}
#arc .arc_left_box #msg ul li b{
color: #f00;
}
#arc .arc_left_box #msg ul li span{
color:#3D97CB;
}
#arc .arc_left_box #msg ul li p{
font-size: 16px;
color:#555;
}
#arc .arc_left_box #msg ul li a{
font-size: 14px;
color: #555;
text-decoration: underline;
}
#arc .arc_left_box #msg ul li a:hover{
color: #3D97CB;
}
/*留言区域结束*/
/**用户发布留言区域**/
#arc .arc_left_box #send_content{
margin-top:20px;
float: left;
height: auto;
width: 700px;
}
#arc .arc_left_box #send_content input{
height: 20px;
}
#arc .arc_left_box #send_content input#sub{
background: #3D97CB;
width: 83px;
height: 31px;
border-radius: 4px;
font-size: 12px;
font-weight: 700;
color: #fff;
float: right;
}
#arc .arc_left_box #send_content #contents{
width: 700px;
height: 257px;
resize:none;
}
#arc .arc_left_box #send_content .table td{
padding: 2px;
}
/**用户发布留言区域结束**/
/**发布内容左侧结束***/
/****发布内容右侧***/
#arc .arc_right_box{
width: 200px;
height: auto;
float: right;
overflow: hidden;
/*border: 1px solid #f00;*/
}
#arc .arc_right_box .right_little_box .right_tittle{
margin:10px auto 0px;
width: 200px;
padding:10px 0px;
font-size: 14px;
color:#555555;
border-bottom:2px dotted #cdcdcd;
font-weight: 700;
}
#arc .arc_right_box .right_little_box #logo_img{
margin-top: 10px;
/*border:1px solid #f00*/
}
#arc .arc_right_box .right_little_box .right_des{
margin-top: 30px;
}
#arc .arc_right_box .right_little_box .right_des li{
margin:10px auto;
width:200px;
word-wrap:break-word;
line-height: 20px;
color: #555;
}
#arc .arc_right_box .right_little_box{
border-bottom: 1px solid #cdcdcd;
width: 200px;
margin: 0 auto;
padding-bottom: 10px;
position: relative;
}
/****发布内容右侧(最新文章区域)***/
/*#arc .arc_right_box .right_arc_little_box .hot_arc .arc_js_move*/
#arc .arc_right_box .right_arc_little_box{
border-bottom: 1px solid #cdcdcd;
width: 200px;
height: 140px;
margin: 0 auto;
padding-bottom: 10px;
}
#arc .arc_right_box .right_arc_little_box .hot_arc{
width: 200px;
height: 75px;
margin-top: 10px;
position: relative;
overflow: hidden;
}
#arc .arc_right_box .right_arc_little_box .hot_arc .arc_js_move{
width: 200px;
height: 150px;
position: absolute;
left: 0px;
top: 0px;
}
#arc .arc_right_box .right_arc_little_box .right_tittle{
margin:10px auto 0px;
width: 200px;
padding:10px 0px;
font-size: 14px;
color:#555555;
border-bottom:2px dotted #cdcdcd;
font-weight: 700;
}
#arc .arc_right_box .right_arc_little_box .hot_arc .right_roll a{
display: block;
padding-left: 23px;
color: #555;
background: url("/images/comments.png") no-repeat;
line-height: 25px;
width: 200px;
overflow: hidden;
}
#arc .arc_right_box .right_arc_little_box .hot_arc .right_roll a:hover{
text-decoration: underline;
color: #3D97CB;
}
/***发布内容最新回复 ***/
#arc .arc_right_box .right_little_box .right_answer li{
margin:10px auto;
width:200px;
word-wrap:break-word;
line-height: 20px;
color: #555;
}
#arc .arc_right_box .right_little_box .right_answer li a{
padding-left: 23px;
color: #555;
background: url("/images/listen.png") no-repeat;
line-height: 18px;
}
/*栏目列表*/
#arc .arc_right_box .right_little_box .right_category li{
margin:10px auto;
width:200px;
word-wrap:break-word;
line-height: 20px;
color: #555;
}
#arc .arc_right_box .right_little_box .right_category li a{
padding-left: 23px;
color: #555;
background: url("/images/maximize.png") no-repeat;
line-height: 18px;
}
#arc .arc_right_box .right_little_box .right_category li.category a{
color:red;
}
#arc .arc_right_box .right_little_box .right_category li.category{
}
/*栏目列表结束*/
#arc .arc_right_box .right_little_box .right_answer li a:hover{
text-decoration: underline;
color: #3D97CB;
}
#arc .arc_right_box .right_arc_little_box .hot_arc .right_roll .hot_red a{
color:red;
}
/****网站统计*****/
#arc .arc_right_box .count_bg li{
text-indent: 2em;
background: url("/images/arrow_next.png") no-repeat 0px 3px;
}
/****网站统计结束****/
/***最新回复结束 ***/
/****右侧(热门文章区域结束)***/
/****右侧结束***/
/*****发布内容区结束*****/
/********底部*****/
#foot_box{
width: 100%;
height:53px;
background: #3D97CB;
margin-top: 20px;
}
#foot_box #foot{
width: 960px;
margin:0 auto;
position: relative;
}
#foot_box #foot p#foot_l{
color: #fff;
position: absolute;
left: 314px;
top: 20px;
}
/********底部结束*****/
/**页码**/
.page{
width: 700px;
height: 50px;
float: left;
text-align: center;
margin-top: 50px;
padding-top: 20px;
}
.page a {
padding: 5px 8px;
border: 1px solid #ccc;
color: #000;
margin-left: 5px;
}
.page strong{
padding: 5px 8px;
color: #fff;
border: 1px solid #ccc;
background: #3D97CB;
margin-left: 5px;
}
.page span{
margin-left: 5px;
} | public/css/index/index.css | @import url("./public.css");
body{
position: relative;
background:url("/images/5-13050G33952.gif");
}
#wrapper{
width: 100%;
height: 5px;
background: #3D97CB;
}
/********头部******/
#top{
width: 960px;
height: 140px;
margin: 0 auto;
border-bottom: 3px solid #cdcdcd;
}
/****头部左侧***/
#top #top_left{
width: 300px;
height: 100px;
float: left;
position: relative;
}
#top #top_left p#logo{
width: 300px;
height: 75px;
margin-top: 20px;
margin-left: 20px;
background: url("/images/logo.png") no-repeat;
}
#top #top_left span{
position: absolute;
left: 70px;
top: 100px;
color: #555;
}
/****头部右侧***(导航条)****/
#top #top_right{
float: right;
width: 440px;
height: 140px;
position: relative;
}
#top #top_right #bar{
width:75px;
height: 10px;
background: url("/images/bar.png") no-repeat;
position:absolute;
left:163px;
top: 133px;
}
#top #top_right ul {
margin-left: 170px;
margin-top:-5px;
}
#top #top_right ul li{
float: left;
}
#top #top_right ul li a {
float: left;
padding: 0 10px;
color: #555;
font-size: 20px;
margin-top: 110px;
font-weight: 700;
}
#top #top_right ul li a:hover{
text-decoration: underline;
color: #3D97CB;
font-weight:700;
}
/********头部结束******/
/******发布内容区域****/
#arc{
width: 960px;
height: auto;
overflow: hidden;
margin: 0 auto;
}
/**发布内容左侧***/
#arc .arc_left_box{
width:695px;
float: left;
background: #fff;
padding-left: 20px;
padding-right: 20px;
margin-top: 20px;
border: 1px solid #ccc;
box-shadow:0 0 8px rgba(183,178,178,.6);
}
#arc .arc_left_box .arc_show{
font-size: 20px;
color: #3D97CB;
margin-top: 10px;
font-weight: 700;
line-height: 40px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
#arc .arc_left_box .arc_show b{
font-size: 14px;
color: #555;
margin-top: 10px;
float: right;
}
#arc .arc_left_box .arc_show span{
font-size: 14px;
color: #f00;
float: right;
}
#arc .arc_left_box span.arc_category{
float: left;
margin-left: 100px;
margin-top: -25px;
}
#arc .arc_left_box span.arc_category a{
float: left;
margin-left: 10px;
font-size:14px;
color: #777777;
}
#arc .arc_left_box span.arc_category a:hover{
color: #3D97CB;
text-decoration: underline;
}
/*轮播图片*/
#arc .arc_left_box #foucs_photo{
width: 705px;
height: 300px;
margin-top: 10px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 30px;
border-bottom: 2px solid #cdcdcd;
}
#arc .arc_left_box #foucs_photo .foucs_photo_l{
width: 690px;
height: 330px;
float: left;
position: relative;
}
#arc .arc_left_box #foucs_photo .foucs_photo_l img{
position: absolute;
left: 2px;
top: 0px;
width: 690px;
box-shadow:0 0 15px rgba(183,178,178,.6);
}
/*轮播图片结束*/
#arc .arc_left{
width: 700px;
height: 340px;
float: left;
border-bottom:1px solid #cdcdcd;
}
#arc .arc_left.hover{
background: #F5F5F5;
}
/*发布内容左侧日期*/
#arc .arc_left .arc_left_date{
float: right;
margin-top: 30px;
margin-left: 60px;
}
#arc .arc_left .arc_left_date p{
width: 40px;
height: 40px;
background: #3D97CB url("/images/icon-post-formats.png") no-repeat 2px 2px;
border-radius: 4px;
float: left;
}
#arc .arc_left .arc_left_date dl{
width: 40px;
height: 40px;
background: #777777;
border-radius: 4px;
float: left;
margin-left: 2px;
color: #fff;
font-weight: 700;
text-align: center;
font-size: 13px;
}
/*发布内容左侧日期结束*/
#arc .arc_left .arc_left_content{
float: left;
width: 519px;
height: 340px;
position:relative;
}
#arc .arc_left .arc_left_content span{
float: left;
margin-top: 32px;
margin-left: 340px;
color: #3D97CB;
}
#arc .arc_left .arc_left_content .arc_tittle{
font-size: 23px;
color: #555;
position:absolute;
left: 10px;
top: 20px;
width: 590px;
overflow: hidden;
}
#arc .arc_left .arc_left_content .arc_tittle:hover{
color: #3D97CB;
}
#arc .arc_left .arc_left_content img{
width: 300px;
height: 210px;
position: absolute;
left: 0px;
top: 80px;
}
#arc .arc_left .arc_left_content .arc_des{
height: auto;
width: 280px;
position: absolute;
left: 320px;
top: 90px;
font-size: 14px;
line-height: 25px;
}
#arc .arc_left .arc_left_content a.arc_more{
position:absolute;
left: 320px;
top: 276px;
color: #3D97CB;
font-size: 12px;
}
#arc .arc_left .arc_left_content a.arc_more:hover{
color: #555;
}
/*留言区域*/
#arc .arc_left_box #msg{
float: left;
width: 700px;
height: auto;
margin-top:30px;
}
#arc .arc_left_box #msg p#msg_tittle{
font-size: 20px;
color: #3D97CB;
margin-top: 10px;
font-weight: 700;
border-bottom: 1px solid #3D97CB;
}
#arc .arc_left_box #msg ul {
margin-top:20px;
}
#arc .arc_left_box #msg ul li{
padding: 20px 20px;
border-bottom: 1px solid #cdcdcd;
}
#arc .arc_left_box #msg ul li b{
color: #f00;
}
#arc .arc_left_box #msg ul li span{
color:#3D97CB;
}
#arc .arc_left_box #msg ul li p{
font-size: 16px;
color:#555;
}
#arc .arc_left_box #msg ul li a{
font-size: 14px;
color: #555;
text-decoration: underline;
}
#arc .arc_left_box #msg ul li a:hover{
color: #3D97CB;
}
/*留言区域结束*/
/**用户发布留言区域**/
#arc .arc_left_box #send_content{
margin-top:20px;
float: left;
height: auto;
width: 700px;
}
#arc .arc_left_box #send_content input{
height: 20px;
}
#arc .arc_left_box #send_content input#sub{
background: #3D97CB;
width: 83px;
height: 31px;
border-radius: 4px;
font-size: 12px;
font-weight: 700;
color: #fff;
float: right;
}
#arc .arc_left_box #send_content #contents{
width: 700px;
height: 257px;
resize:none;
}
#arc .arc_left_box #send_content .table td{
padding: 2px;
}
/**用户发布留言区域结束**/
/**发布内容左侧结束***/
/****发布内容右侧***/
#arc .arc_right_box{
width: 200px;
height: auto;
float: right;
overflow: hidden;
/*border: 1px solid #f00;*/
}
#arc .arc_right_box .right_little_box .right_tittle{
margin:10px auto 0px;
width: 200px;
padding:10px 0px;
font-size: 14px;
color:#555555;
border-bottom:2px dotted #cdcdcd;
font-weight: 700;
}
#arc .arc_right_box .right_little_box #logo_img{
margin-top: 10px;
/*border:1px solid #f00*/
}
#arc .arc_right_box .right_little_box .right_des{
margin-top: 30px;
}
#arc .arc_right_box .right_little_box .right_des li{
margin:10px auto;
width:200px;
word-wrap:break-word;
line-height: 20px;
color: #555;
}
#arc .arc_right_box .right_little_box{
border-bottom: 1px solid #cdcdcd;
width: 200px;
margin: 0 auto;
padding-bottom: 10px;
position: relative;
}
/****发布内容右侧(最新文章区域)***/
/*#arc .arc_right_box .right_arc_little_box .hot_arc .arc_js_move*/
#arc .arc_right_box .right_arc_little_box{
border-bottom: 1px solid #cdcdcd;
width: 200px;
height: 140px;
margin: 0 auto;
padding-bottom: 10px;
}
#arc .arc_right_box .right_arc_little_box .hot_arc{
width: 200px;
height: 75px;
margin-top: 10px;
position: relative;
overflow: hidden;
}
#arc .arc_right_box .right_arc_little_box .hot_arc .arc_js_move{
width: 200px;
height: 150px;
position: absolute;
left: 0px;
top: 0px;
}
#arc .arc_right_box .right_arc_little_box .right_tittle{
margin:10px auto 0px;
width: 200px;
padding:10px 0px;
font-size: 14px;
color:#555555;
border-bottom:2px dotted #cdcdcd;
font-weight: 700;
}
#arc .arc_right_box .right_arc_little_box .hot_arc .right_roll a{
display: block;
padding-left: 23px;
color: #555;
background: url("/images/comments.png") no-repeat;
line-height: 25px;
width: 200px;
overflow: hidden;
}
#arc .arc_right_box .right_arc_little_box .hot_arc .right_roll a:hover{
text-decoration: underline;
color: #3D97CB;
}
/***发布内容最新回复 ***/
#arc .arc_right_box .right_little_box .right_answer li{
margin:10px auto;
width:200px;
word-wrap:break-word;
line-height: 20px;
color: #555;
}
#arc .arc_right_box .right_little_box .right_answer li a{
padding-left: 23px;
color: #555;
background: url("/images/listen.png") no-repeat;
line-height: 18px;
}
/*栏目列表*/
#arc .arc_right_box .right_little_box .right_category li{
margin:10px auto;
width:200px;
word-wrap:break-word;
line-height: 20px;
color: #555;
}
#arc .arc_right_box .right_little_box .right_category li a{
padding-left: 23px;
color: #555;
background: url("/images/maximize.png") no-repeat;
line-height: 18px;
}
#arc .arc_right_box .right_little_box .right_category li.category a{
color:red;
}
#arc .arc_right_box .right_little_box .right_category li.category{
}
/*栏目列表结束*/
#arc .arc_right_box .right_little_box .right_answer li a:hover{
text-decoration: underline;
color: #3D97CB;
}
#arc .arc_right_box .right_arc_little_box .hot_arc .right_roll .hot_red a{
color:red;
}
/****网站统计*****/
#arc .arc_right_box .count_bg li{
text-indent: 2em;
background: url("/images/arrow_next.png") no-repeat 0px 3px;
}
/****网站统计结束****/
/***最新回复结束 ***/
/****右侧(热门文章区域结束)***/
/****右侧结束***/
/*****发布内容区结束*****/
/********底部*****/
#foot_box{
width: 100%;
height:53px;
background: #3D97CB;
margin-top: 20px;
}
#foot_box #foot{
width: 960px;
margin:0 auto;
position: relative;
}
#foot_box #foot p#foot_l{
color: #fff;
position: absolute;
left: 314px;
top: 20px;
}
/********底部结束*****/
/**页码**/
.page{
width: 700px;
height: 50px;
float: left;
text-align: center;
margin-top: 50px;
padding-top: 20px;
}
.page a {
padding: 5px 8px;
border: 1px solid #ccc;
color: #000;
margin-left: 5px;
}
.page strong{
padding: 5px 8px;
color: #fff;
border: 1px solid #ccc;
background: #3D97CB;
margin-left: 5px;
}
.page span{
margin-left: 5px;
} | 0.306423 | 0.044328 |
.hero-bg {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
url(../img/696.svg);
background-color: #ffffff;
background-size: 180rem;
background-position: center;
}
.hero-bg-project {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
url(../img/backgroundProject.svg);
background-color: #ffffff;
background-size: 100%;
background-size: 140rem;
}
.hero-bg-3d {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
url(../img/background3d.jpg);
background-color: #ffffff;
background-size: 100%;
background-size: 180rem;
}
.hero-bg-3d-2 {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
url(../img/background3d.jpg) no-repeat center;
background-color: #ffffff;
background-size: 100% 250%;
}
.logo img {
max-width: 200px;
}
#mainsvg{
width: 100%;
height: 150px;
}
.hero-infos {
text-align: center;
}
.border-left-yellowonhover:hover {
border-left: 0.25rem solid #f5bf69 !important;
transition-duration: 0.3s;
}
.waves {
position: absolute;
bottom: -5px;
right: 0;
width: 100%;
overflow: hidden;
}
.hero-infos .title {
font-weight: 700;
font-size: 50px;
line-height: 110%;
color: #fff;
}
.subtitle {
font-weight: 700;
}
.lettre {
font-size: 40px;
}
.hero-infos .smalltitle {
font-weight: 700;
font-size: 32px;
line-height: 110%;
color: #fff;
}
.hero-row {
min-height: 6rem;
}
.hero-titlerow {
min-height: 10rem;
}
.hero-subtitlerow {
min-height: 10rem;
}
.hero-infos .description {
font-size: 20px;
line-height: 110%;
color: #fff;
margin-top: 40px;
}
.button {
cursor: pointer;
font-weight: 500;
transition-property: background-color, color, box-shadow, mix-blend-mode;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
border: none;
}
.buttonLarge {
line-height: 24px;
border-radius: 28px;
font-size: 20px;
}
.buttonSmall {
border-radius: 28px;
font-size: 16px;
line-height: 22px;
}
.buttonWhite {
background-color: #fff;
color: #23272a;
}
.buttonJoin {
margin-top: 24px;
}
.paddingWave {
padding-bottom: 150px;
}
.buttonWhite:hover {
color: #f5bf69;
}
.buttonIcon {
margin-right: 16px;
}
.buttonSmallIcon {
margin-right: 8px;
}
.fit-picture {
width: 100%;
}
.img-verysmall {
width: 12rem;
}
.small-img {
max-height: 15rem;
}
.max-lines {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
}
.border-heavy {
border-style: solid;
border-width: 2px;
border-color: #373536;
}
.darkcolor {
color: #373536;
}
.darkcolor:hover {
color: #f5bf69;
}
.whitecolor {
color: #ffffff;
}
.whitecolor:hover {
color: #ffffff;
}
.whitebar {
min-width: 400px;
border-color: white;
}
.whitebar input {
background-color: transparent;
color: white;
}
.whitebar input::placeholder {
color: white;
}
.menu-option a {
color: white;
font-weight: 700;
font-size: 20px;
}
.hero-bg-center {
background-size: 180rem;
background-position: 50% 70%;
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url(../img/696.svg);
background-color: #ffffff;
}
body {
overflow-x: hidden;
}
.mention p {
font-size: 1.2em;
text-align: justify;
}
.txt p {
text-align: justify;
}
.image--gallery {
max-width: 70%;
max-height: 47rem;
display: block;
margin: auto;
object-fit: cover;
}
.image--selection {
display: grid;
grid-template-columns: 450px 450px 450px /*repeat(auto-fit, minmax(9rem, auto))*/;
justify-content: center;
align-items: center;
margin-top: 2%;
}
.image__item {
width: 60%;
height: 8rem;
display: block;
margin: auto;
margin-bottom: 0.5rem;
cursor: pointer;
}
.image__item img {
border: 5px solid #222;
}
.image--gallery img {
border: 5px solid #222;
}
.animate-entrance {
animation: BounceIn 0.8s;
}
@keyframes BounceIn {
0% {
transform: scale(0.8);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
#carouselExemple {
width: 80%;
margin: 0 auto;
margin-top: 120px;
}
.carousel-item img {
width: 100%;
height: auto;
} | public/assets/css/style.css | .hero-bg {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
url(../img/696.svg);
background-color: #ffffff;
background-size: 180rem;
background-position: center;
}
.hero-bg-project {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
url(../img/backgroundProject.svg);
background-color: #ffffff;
background-size: 100%;
background-size: 140rem;
}
.hero-bg-3d {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
url(../img/background3d.jpg);
background-color: #ffffff;
background-size: 100%;
background-size: 180rem;
}
.hero-bg-3d-2 {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
url(../img/background3d.jpg) no-repeat center;
background-color: #ffffff;
background-size: 100% 250%;
}
.logo img {
max-width: 200px;
}
#mainsvg{
width: 100%;
height: 150px;
}
.hero-infos {
text-align: center;
}
.border-left-yellowonhover:hover {
border-left: 0.25rem solid #f5bf69 !important;
transition-duration: 0.3s;
}
.waves {
position: absolute;
bottom: -5px;
right: 0;
width: 100%;
overflow: hidden;
}
.hero-infos .title {
font-weight: 700;
font-size: 50px;
line-height: 110%;
color: #fff;
}
.subtitle {
font-weight: 700;
}
.lettre {
font-size: 40px;
}
.hero-infos .smalltitle {
font-weight: 700;
font-size: 32px;
line-height: 110%;
color: #fff;
}
.hero-row {
min-height: 6rem;
}
.hero-titlerow {
min-height: 10rem;
}
.hero-subtitlerow {
min-height: 10rem;
}
.hero-infos .description {
font-size: 20px;
line-height: 110%;
color: #fff;
margin-top: 40px;
}
.button {
cursor: pointer;
font-weight: 500;
transition-property: background-color, color, box-shadow, mix-blend-mode;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
border: none;
}
.buttonLarge {
line-height: 24px;
border-radius: 28px;
font-size: 20px;
}
.buttonSmall {
border-radius: 28px;
font-size: 16px;
line-height: 22px;
}
.buttonWhite {
background-color: #fff;
color: #23272a;
}
.buttonJoin {
margin-top: 24px;
}
.paddingWave {
padding-bottom: 150px;
}
.buttonWhite:hover {
color: #f5bf69;
}
.buttonIcon {
margin-right: 16px;
}
.buttonSmallIcon {
margin-right: 8px;
}
.fit-picture {
width: 100%;
}
.img-verysmall {
width: 12rem;
}
.small-img {
max-height: 15rem;
}
.max-lines {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
}
.border-heavy {
border-style: solid;
border-width: 2px;
border-color: #373536;
}
.darkcolor {
color: #373536;
}
.darkcolor:hover {
color: #f5bf69;
}
.whitecolor {
color: #ffffff;
}
.whitecolor:hover {
color: #ffffff;
}
.whitebar {
min-width: 400px;
border-color: white;
}
.whitebar input {
background-color: transparent;
color: white;
}
.whitebar input::placeholder {
color: white;
}
.menu-option a {
color: white;
font-weight: 700;
font-size: 20px;
}
.hero-bg-center {
background-size: 180rem;
background-position: 50% 70%;
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url(../img/696.svg);
background-color: #ffffff;
}
body {
overflow-x: hidden;
}
.mention p {
font-size: 1.2em;
text-align: justify;
}
.txt p {
text-align: justify;
}
.image--gallery {
max-width: 70%;
max-height: 47rem;
display: block;
margin: auto;
object-fit: cover;
}
.image--selection {
display: grid;
grid-template-columns: 450px 450px 450px /*repeat(auto-fit, minmax(9rem, auto))*/;
justify-content: center;
align-items: center;
margin-top: 2%;
}
.image__item {
width: 60%;
height: 8rem;
display: block;
margin: auto;
margin-bottom: 0.5rem;
cursor: pointer;
}
.image__item img {
border: 5px solid #222;
}
.image--gallery img {
border: 5px solid #222;
}
.animate-entrance {
animation: BounceIn 0.8s;
}
@keyframes BounceIn {
0% {
transform: scale(0.8);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
#carouselExemple {
width: 80%;
margin: 0 auto;
margin-top: 120px;
}
.carousel-item img {
width: 100%;
height: auto;
} | 0.548915 | 0.121139 |
.mv {
height: 15.8rem;
}
.mv .inner {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100%;
}
.mv h1 {
font-size: 2.4rem;
line-height: 2;
}
.mv .inner::after {
content: "";
display: block;
width: 19rem;
height: 1px;
background: #BB353F;
}
.content {
display: flex;
justify-content: space-between;
align-items: stretch;
max-width: 120rem;
margin: 0 auto;
}
.content .main {
width: 73rem;
}
.content .main .img .slide {
width: 100%;
height: 47rem;
margin-bottom: 1.2rem;
}
.content .main .img .slide li img {
display: block;
width: 100%;
height: 47rem;
object-fit: cover;
}
.content .thumbnail {
display: flex;
justify-content: space-between;
align-items: stretch;
}
.content .thumbnail li {
width: 17rem;
height: 12rem;
}
.aside {
width: 42.4rem;
}
.aside .detail h2 {
display: flex;
justify-content: center;
align-items: center;
height: 5rem;
background: #BB353F;
color: #fff;
font-size: 2.4rem;
margin-bottom: 1.2rem;
}
.aside dl {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}
.aside dl dt,
.aside dl dd {
display: flex;
align-items: center;
min-height: 8.4rem;
border-bottom: 1px solid #C4C4C4;
padding: .8rem 0;
}
.aside dl dt {
color: #333;
font-size: 1.6rem;
font-weight: bold;
width: 10rem;
}
.aside dl dd {
justify-content: flex-end;
color: #333;
font-size: 1.6rem;
width: calc(100% - 10rem);
text-align: right;
}
.aside dl dd .num,
.aside dl dd .unit {
color: #BB353F;
}
.aside dl dd .num {
font-weight: bold;
font-size: 3.0rem;
}
.aside dl dd .unit {
font-size: 2.0rem;
}
.aside .requireState {
margin-top: 9.8rem;
}
.aside .requireState h2 {
font-size: 2.4rem;
margin-bottom: 3.6rem;
}
.aside dl dt.recruitmentreperiod {
align-items: end;
width: 100%;
border: none;
min-height: 5rem;
}
.aside dl dd.recruitmentreperiod {
width: 100%;
text-align: left;
justify-content: flex-start;
align-items: flex-start;
min-height: 7rem;
padding-top: 0;
}
/* status */
.status {
margin-bottom: 2.0rem;
}
.status > p {
background-color: #FFE4E6;
height: 4rem;
}
.status .premiere {
display: flex;
align-items: center;
justify-content: center;
color: #000;
font-weight: 600;
border-radius: .4rem;
}
.status .meter {
border-radius: 2rem;
}
.status .meter .scale {
display: flex;
align-items: center;
padding: 0 2rem;
width: 0%;
max-width: 100%;
height: 100%;
color: #FFF;
background-color: #BB353F;
border-radius: 2rem;
}
.status .meter .scale::after {
content: "%";
}
.aside .requireState dl dt {
width: 13rem;
}
.aside .requireState dl dd {
width: calc(100% - 13rem);
}
.aside .apply {
margin-top: 5.6rem;
}
.aside .apply h2 {
margin-bottom: 2rem;
}
.aside .apply .form {
background: #FFE4E6;
padding: 3.8rem 2.7rem 2.7rem;
}
.aside .apply .form .row {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.8rem;
}
.aside .apply .form .row + .row {
margin-top: 1.5rem;
}
.aside .apply .form .title {
font-weight: bold;
}
.aside .apply .form select,
.aside .apply .form input[type="text"] {
width: 19rem;
height: 4.6rem;
background: #fff;
border: 1px solid #878783;
padding: .5em;
border-radius: .3rem;
}
.aside .apply .form .input {
position: relative;
width: 19rem;
height: 4.6rem;
margin-left: 4rem;
}
.aside .apply .form .input.select::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 1.5rem;
margin: auto;
display: block;
width: 1.4rem;
height: .7rem;
pointer-events: none;
background: url('/assets/img/fund/apply_arrow.png') center center / contain no-repeat;
}
.aside .links {
margin-top: 2.4rem;
}
.aside .links ul {
font-size: 1.8rem;
}
.aside .links ul li + li {
margin-top: 1.0rem;
}
.aside .links .notice {
font-size: 1.2rem;
margin-top: 1.0rem;
}
.aside .form button.submit {
display: flex;
justify-content: center;
align-items: center;
width: 29.7rem;
height: 5rem;
margin: 5rem auto 0;
background: #BB353F;
color: #fff;
font-weight: bold;
border-radius: .5rem;
}
.aside .form button.submit.disabled {
pointer-events: none;
background: #878787;
}
.text .tabs {
display: flex;
justify-content: center;
align-items: stretch;
}
.text .tabs label {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 16.6666%;
height: 7.6rem;
border-bottom: 1px solid #898989;
font-size: 1.8rem;
}
.text .contents .tab {
display: none;
}
#tab1:checked ~ .tabs label:nth-child(1),
#tab2:checked ~ .tabs label:nth-child(2),
#tab3:checked ~ .tabs label:nth-child(3),
#tab4:checked ~ .tabs label:nth-child(4),
#tab5:checked ~ .tabs label:nth-child(5),
#tab6:checked ~ .tabs label:nth-child(6) {
font-weight: bold;
}
#tab1:checked ~ .tabs label:nth-child(1)::after,
#tab2:checked ~ .tabs label:nth-child(2)::after,
#tab3:checked ~ .tabs label:nth-child(3)::after,
#tab4:checked ~ .tabs label:nth-child(4)::after,
#tab5:checked ~ .tabs label:nth-child(5)::after,
#tab6:checked ~ .tabs label:nth-child(6)::after {
content: "";
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: .4rem;
display: block;
background: #BB353F;
}
#tab1:checked ~ .contents .tab:nth-child(1),
#tab2:checked ~ .contents .tab:nth-child(2),
#tab3:checked ~ .contents .tab:nth-child(3),
#tab4:checked ~ .contents .tab:nth-child(4),
#tab5:checked ~ .contents .tab:nth-child(5),
#tab6:checked ~ .contents .tab:nth-child(6) {
display: block;
}
.tab {
padding: 3.8rem 2.4rem;
}
.property h3 {
height: 4rem;
display: flex;
justify-content: flex-start;
align-items: center;
background: #BB353F;
color: #fff;
padding: 0 2rem;
}
.property * + h3 {
margin-top: 3.4rem;
}
.property dl {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-wrap: wrap;
}
.property dl dt,
.property dl dd {
border-bottom: 1px solid #C4C4C4;
font-size: 1.4rem;
padding: 1.4rem 2.4rem;
}
.property dl dt {
width: 12rem;
font-weight: bold;
}
.property dl dd {
width: calc(100% - 12rem);
}
.property .map {
width: 58rem;
height: 34rem;
margin: 2.4rem auto 0;
}
.scheme h3 {
font-size: 1.8rem;
margin-bottom: 1.8rem;
}
.scheme table {
width: 100%;
margin-bottom: 2.8rem;
}
.scheme table th {
height: 6.3rem;
background: #BB353F;
color: #fff;
vertical-align: middle;
}
.scheme table th,
.scheme table td {
border: 1px solid #000;
padding: 1.2rem;
}
.scheme table td:nth-child(1) {
width: 14.5rem;
}
.scheme p {
font-size: 1.4rem;
margin-bottom: 3.5rem;
}
.scheme img + img {
margin-top: 7.4rem;
}
.risk h3 {
font-size: 1.8rem;
border-bottom: 1px solid #BB353F;
margin-bottom: 1.8rem;
}
.risk p {
font-size: 1.4rem;
margin-bottom: 2.4rem;
}
.sales table {
width: 100%;
}
.sales table th,
.sales table td {
padding: 2rem 0;
border: 1px solid #C4C4C4;
border-width: 1px 0;
}
.sales table th {
width: 13rem;
}
.faq ul li {
border-bottom: 1px solid #C4C4C4;
padding-bottom: .8rem;
}
.faq ul li + li {
margin-top: 1.2rem;
}
.faq ul li h3 {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 1.4rem;
margin-bottom: 1.4rem;
}
.faq ul li h3::before {
content: "";
display: inline-block;
width: 3rem;
height: 3rem;
background: url('/assets/img/fund/q.png') center center / contain no-repeat;
margin-right: .8rem;
flex-shrink: 0;
}
.faq ul li .answer {
display: flex;
justify-content: flex-start;
align-items: flex-start;
font-size: 1.3rem;
}
.faq ul li .answer::before {
content: "";
display: inline-block;
width: 3rem;
height: 3rem;
background: url('/assets/img/fund/a.png') center center / contain no-repeat;
flex-shrink: 0;
margin-right: 2rem;
}
.faq ul li .answer a {
color: #007AFE;
text-decoration: underline;
}
/* alert login */
.alert.login .box h2 {
color: #000;
}
.alert.login .box .buttons {
width: 44rem;
}
.alert.login .box .buttons > * {
width: 20rem;
font-size: 1.5rem;
background: #BB353F;
}
.alert.login .box .buttons > *:nth-child(2) {
background: #F18E00;
}
.alert.login .box .buttons > *::before {
content: "";
display: inline-block;
margin-right: .6rem;
width: 1.8rem;
height: 1.8rem;
background: url('/assets/img/fund/alert_login_01.png') center center / contain no-repeat;
}
.alert.login .box .buttons > *:nth-child(2):before {
background: url('/assets/img/fund/alert_login_02.png') center center / contain no-repeat;
}
@media (max-width: 768px) {
.mv {
height: 13.5rem;
}
.mv .inner::after {
width: 35rem;
}
.mv h1 {
line-height: 1.5;
text-align: center;
padding-bottom: 0.5rem;
}
.content {
flex-direction: column;
position: relative;
padding: 0 2rem;
}
.content .main {
width: 100%;
}
.content .main .img {
margin-bottom: 50rem;
}
.content .main .img .slide {
height: 24rem;
}
.content .thumbnail li {
width: 8.2rem;
height: 5.8rem;
}
.content .main .img .slide li img {
height: 24rem;
}
.text .tabs label {
height: 5rem;
font-size: 1.1rem;
letter-spacing: 0;
}
.tab {
padding: 2rem 0;
}
.property dl dd {
font-size: 1.3rem;
}
.property dl dd {
padding-left: 0;
}
.property .map {
width: 100%;
}
.sales table th {
width: 8rem;
}
.aside {
width: 100%;
}
.aside h2,
.aside .requireState h2 {
margin-top: 2rem;
margin-bottom: 1.8rem;
font-size: 1.8rem;
text-align: center;
}
.aside .detail {
position: absolute;
top: 36.5rem;
width: 35rem;
}
.status > p {
height: 3rem;
}
.aside .requireState {
margin-top: 2rem;
}
.aside .apply {
margin-top: 3.6rem;
}
.aside dl dt, .aside dl dd {
min-height: 6.4rem;
}
.aside dl dt {
font: 1.4rem;
}
.aside dl dd {
font-size: 1.3rem;
}
.alert .box dl {
width: 100%;
}
.alert.login .box .buttons {
width: 100%;
}
.alert.login .box .buttons > * {
width: 15rem;
}
} | public/assets/css/fund/fu20.css | .mv {
height: 15.8rem;
}
.mv .inner {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100%;
}
.mv h1 {
font-size: 2.4rem;
line-height: 2;
}
.mv .inner::after {
content: "";
display: block;
width: 19rem;
height: 1px;
background: #BB353F;
}
.content {
display: flex;
justify-content: space-between;
align-items: stretch;
max-width: 120rem;
margin: 0 auto;
}
.content .main {
width: 73rem;
}
.content .main .img .slide {
width: 100%;
height: 47rem;
margin-bottom: 1.2rem;
}
.content .main .img .slide li img {
display: block;
width: 100%;
height: 47rem;
object-fit: cover;
}
.content .thumbnail {
display: flex;
justify-content: space-between;
align-items: stretch;
}
.content .thumbnail li {
width: 17rem;
height: 12rem;
}
.aside {
width: 42.4rem;
}
.aside .detail h2 {
display: flex;
justify-content: center;
align-items: center;
height: 5rem;
background: #BB353F;
color: #fff;
font-size: 2.4rem;
margin-bottom: 1.2rem;
}
.aside dl {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}
.aside dl dt,
.aside dl dd {
display: flex;
align-items: center;
min-height: 8.4rem;
border-bottom: 1px solid #C4C4C4;
padding: .8rem 0;
}
.aside dl dt {
color: #333;
font-size: 1.6rem;
font-weight: bold;
width: 10rem;
}
.aside dl dd {
justify-content: flex-end;
color: #333;
font-size: 1.6rem;
width: calc(100% - 10rem);
text-align: right;
}
.aside dl dd .num,
.aside dl dd .unit {
color: #BB353F;
}
.aside dl dd .num {
font-weight: bold;
font-size: 3.0rem;
}
.aside dl dd .unit {
font-size: 2.0rem;
}
.aside .requireState {
margin-top: 9.8rem;
}
.aside .requireState h2 {
font-size: 2.4rem;
margin-bottom: 3.6rem;
}
.aside dl dt.recruitmentreperiod {
align-items: end;
width: 100%;
border: none;
min-height: 5rem;
}
.aside dl dd.recruitmentreperiod {
width: 100%;
text-align: left;
justify-content: flex-start;
align-items: flex-start;
min-height: 7rem;
padding-top: 0;
}
/* status */
.status {
margin-bottom: 2.0rem;
}
.status > p {
background-color: #FFE4E6;
height: 4rem;
}
.status .premiere {
display: flex;
align-items: center;
justify-content: center;
color: #000;
font-weight: 600;
border-radius: .4rem;
}
.status .meter {
border-radius: 2rem;
}
.status .meter .scale {
display: flex;
align-items: center;
padding: 0 2rem;
width: 0%;
max-width: 100%;
height: 100%;
color: #FFF;
background-color: #BB353F;
border-radius: 2rem;
}
.status .meter .scale::after {
content: "%";
}
.aside .requireState dl dt {
width: 13rem;
}
.aside .requireState dl dd {
width: calc(100% - 13rem);
}
.aside .apply {
margin-top: 5.6rem;
}
.aside .apply h2 {
margin-bottom: 2rem;
}
.aside .apply .form {
background: #FFE4E6;
padding: 3.8rem 2.7rem 2.7rem;
}
.aside .apply .form .row {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.8rem;
}
.aside .apply .form .row + .row {
margin-top: 1.5rem;
}
.aside .apply .form .title {
font-weight: bold;
}
.aside .apply .form select,
.aside .apply .form input[type="text"] {
width: 19rem;
height: 4.6rem;
background: #fff;
border: 1px solid #878783;
padding: .5em;
border-radius: .3rem;
}
.aside .apply .form .input {
position: relative;
width: 19rem;
height: 4.6rem;
margin-left: 4rem;
}
.aside .apply .form .input.select::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 1.5rem;
margin: auto;
display: block;
width: 1.4rem;
height: .7rem;
pointer-events: none;
background: url('/assets/img/fund/apply_arrow.png') center center / contain no-repeat;
}
.aside .links {
margin-top: 2.4rem;
}
.aside .links ul {
font-size: 1.8rem;
}
.aside .links ul li + li {
margin-top: 1.0rem;
}
.aside .links .notice {
font-size: 1.2rem;
margin-top: 1.0rem;
}
.aside .form button.submit {
display: flex;
justify-content: center;
align-items: center;
width: 29.7rem;
height: 5rem;
margin: 5rem auto 0;
background: #BB353F;
color: #fff;
font-weight: bold;
border-radius: .5rem;
}
.aside .form button.submit.disabled {
pointer-events: none;
background: #878787;
}
.text .tabs {
display: flex;
justify-content: center;
align-items: stretch;
}
.text .tabs label {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 16.6666%;
height: 7.6rem;
border-bottom: 1px solid #898989;
font-size: 1.8rem;
}
.text .contents .tab {
display: none;
}
#tab1:checked ~ .tabs label:nth-child(1),
#tab2:checked ~ .tabs label:nth-child(2),
#tab3:checked ~ .tabs label:nth-child(3),
#tab4:checked ~ .tabs label:nth-child(4),
#tab5:checked ~ .tabs label:nth-child(5),
#tab6:checked ~ .tabs label:nth-child(6) {
font-weight: bold;
}
#tab1:checked ~ .tabs label:nth-child(1)::after,
#tab2:checked ~ .tabs label:nth-child(2)::after,
#tab3:checked ~ .tabs label:nth-child(3)::after,
#tab4:checked ~ .tabs label:nth-child(4)::after,
#tab5:checked ~ .tabs label:nth-child(5)::after,
#tab6:checked ~ .tabs label:nth-child(6)::after {
content: "";
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: .4rem;
display: block;
background: #BB353F;
}
#tab1:checked ~ .contents .tab:nth-child(1),
#tab2:checked ~ .contents .tab:nth-child(2),
#tab3:checked ~ .contents .tab:nth-child(3),
#tab4:checked ~ .contents .tab:nth-child(4),
#tab5:checked ~ .contents .tab:nth-child(5),
#tab6:checked ~ .contents .tab:nth-child(6) {
display: block;
}
.tab {
padding: 3.8rem 2.4rem;
}
.property h3 {
height: 4rem;
display: flex;
justify-content: flex-start;
align-items: center;
background: #BB353F;
color: #fff;
padding: 0 2rem;
}
.property * + h3 {
margin-top: 3.4rem;
}
.property dl {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-wrap: wrap;
}
.property dl dt,
.property dl dd {
border-bottom: 1px solid #C4C4C4;
font-size: 1.4rem;
padding: 1.4rem 2.4rem;
}
.property dl dt {
width: 12rem;
font-weight: bold;
}
.property dl dd {
width: calc(100% - 12rem);
}
.property .map {
width: 58rem;
height: 34rem;
margin: 2.4rem auto 0;
}
.scheme h3 {
font-size: 1.8rem;
margin-bottom: 1.8rem;
}
.scheme table {
width: 100%;
margin-bottom: 2.8rem;
}
.scheme table th {
height: 6.3rem;
background: #BB353F;
color: #fff;
vertical-align: middle;
}
.scheme table th,
.scheme table td {
border: 1px solid #000;
padding: 1.2rem;
}
.scheme table td:nth-child(1) {
width: 14.5rem;
}
.scheme p {
font-size: 1.4rem;
margin-bottom: 3.5rem;
}
.scheme img + img {
margin-top: 7.4rem;
}
.risk h3 {
font-size: 1.8rem;
border-bottom: 1px solid #BB353F;
margin-bottom: 1.8rem;
}
.risk p {
font-size: 1.4rem;
margin-bottom: 2.4rem;
}
.sales table {
width: 100%;
}
.sales table th,
.sales table td {
padding: 2rem 0;
border: 1px solid #C4C4C4;
border-width: 1px 0;
}
.sales table th {
width: 13rem;
}
.faq ul li {
border-bottom: 1px solid #C4C4C4;
padding-bottom: .8rem;
}
.faq ul li + li {
margin-top: 1.2rem;
}
.faq ul li h3 {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 1.4rem;
margin-bottom: 1.4rem;
}
.faq ul li h3::before {
content: "";
display: inline-block;
width: 3rem;
height: 3rem;
background: url('/assets/img/fund/q.png') center center / contain no-repeat;
margin-right: .8rem;
flex-shrink: 0;
}
.faq ul li .answer {
display: flex;
justify-content: flex-start;
align-items: flex-start;
font-size: 1.3rem;
}
.faq ul li .answer::before {
content: "";
display: inline-block;
width: 3rem;
height: 3rem;
background: url('/assets/img/fund/a.png') center center / contain no-repeat;
flex-shrink: 0;
margin-right: 2rem;
}
.faq ul li .answer a {
color: #007AFE;
text-decoration: underline;
}
/* alert login */
.alert.login .box h2 {
color: #000;
}
.alert.login .box .buttons {
width: 44rem;
}
.alert.login .box .buttons > * {
width: 20rem;
font-size: 1.5rem;
background: #BB353F;
}
.alert.login .box .buttons > *:nth-child(2) {
background: #F18E00;
}
.alert.login .box .buttons > *::before {
content: "";
display: inline-block;
margin-right: .6rem;
width: 1.8rem;
height: 1.8rem;
background: url('/assets/img/fund/alert_login_01.png') center center / contain no-repeat;
}
.alert.login .box .buttons > *:nth-child(2):before {
background: url('/assets/img/fund/alert_login_02.png') center center / contain no-repeat;
}
@media (max-width: 768px) {
.mv {
height: 13.5rem;
}
.mv .inner::after {
width: 35rem;
}
.mv h1 {
line-height: 1.5;
text-align: center;
padding-bottom: 0.5rem;
}
.content {
flex-direction: column;
position: relative;
padding: 0 2rem;
}
.content .main {
width: 100%;
}
.content .main .img {
margin-bottom: 50rem;
}
.content .main .img .slide {
height: 24rem;
}
.content .thumbnail li {
width: 8.2rem;
height: 5.8rem;
}
.content .main .img .slide li img {
height: 24rem;
}
.text .tabs label {
height: 5rem;
font-size: 1.1rem;
letter-spacing: 0;
}
.tab {
padding: 2rem 0;
}
.property dl dd {
font-size: 1.3rem;
}
.property dl dd {
padding-left: 0;
}
.property .map {
width: 100%;
}
.sales table th {
width: 8rem;
}
.aside {
width: 100%;
}
.aside h2,
.aside .requireState h2 {
margin-top: 2rem;
margin-bottom: 1.8rem;
font-size: 1.8rem;
text-align: center;
}
.aside .detail {
position: absolute;
top: 36.5rem;
width: 35rem;
}
.status > p {
height: 3rem;
}
.aside .requireState {
margin-top: 2rem;
}
.aside .apply {
margin-top: 3.6rem;
}
.aside dl dt, .aside dl dd {
min-height: 6.4rem;
}
.aside dl dt {
font: 1.4rem;
}
.aside dl dd {
font-size: 1.3rem;
}
.alert .box dl {
width: 100%;
}
.alert.login .box .buttons {
width: 100%;
}
.alert.login .box .buttons > * {
width: 15rem;
}
} | 0.425367 | 0.06389 |
@-moz-document domain("mail.notes.na.collabserv.com") {
/* SnowWhite Overrides for "IBM Verse - Inbox Enhancements" stylish userstlye by giny8i8 */
/* Version: v1p6 - 2016-09-21-Wed-11-52-49 */
/* __Changes__
2016-09-21-Wed-11-51-42
- MOD - .seq-window class simplified and changed to compensate for the top white bare due to the hiding of top navigation bar.
2015-11-09-Mon-11-07-58
- ADD - Item list & Item Preview overlap with calendar bar FIX
2015-09-30-Wed-11-39-40
- ADD - Open in notes disclaimer
2015-09-25-Fri-10-44-51
- CHG - layout fixes
2015-09-25-Fri-01-15-55
- CHG - followup fixes
*/
/* Topmost Navigation bar removal -- prevents large, long white stripe on top -- ZoliFix*/
.ics-scbanner /* Hides the navigaiton bar */
{
display: none;
}
.seq-window /* Compensates ugly whitespace remaining to do the hinding of the navigation bar */
{
height: calc(100%);
margin-top: -40px;
}
/* E-Mail row -- override */
.seq-msg-row .divider,
.seq-msg-row .dueDateDivider
{
background-color: #F1F1F1;
color: Silver;
}
/* E-Mail row -- override */
.seq-msg-row
{
background-color: transparent;
}
/* Unread message line -- override */
.seq-msg-row.unread
{
background-color: white;
}
/* Subject line on left and right panels -- override */
.seq-msg-row .subject
{
color: black;
}
/* Unread mail in red -- override*/
.seq-msg-row.unread .subject
{
color: black;
}
/* Unread thread before bar -- override */
li.seq-msg-row.unread:before
{
background-color: #FF0000;
}
/* Abstract on left panel -- override */
.seq-msg-row .abstract,
.seq-msg-row.unread .abstract
{
display: inline;
}
/* Selected Item */
.seq-msg-row.selected
{
background-color: AliceBlue;
}
/*Item list & Item Preview overlap with calendar bar FIX*/
div[aria-label="Message list"],
.preview-panel
{
padding-bottom: 100px;
}
/* Zoli fix ------------------------------------- */
/* Inbox button circle size -- ZoliFix */
.set-base:focus:not(.drop-target):not(.bizcard-open):not(.dragging)::before
{
content: '';
height: 25px;
width: 25px;
position: absolute;
top: -1px;
left: -1px;
border: 1px solid #4178be;
border-radius: 50%;
}
/* Followup stripe fix -- BenceFix */
.iouo-panel .iouo-bar .iouo-message-container .iouo-message,
.iouo-panel .iouo-bar .title,
.iouo-panel
{
background-color: AliceBlue;
color: black;
}
/* Open in Notes Disclaimer + Image Blocker Disclaimer -- BenceFix */
.open-in-notes.show-open-in-notes,
.pimImageBlocker
{
position: fixed;
bottom: 110px;
right: 10px;
z-index: 9999;
border: 1px solid orange;
}
/* General Notification top bar -- BenceFix */
#notification-banner .notification
{
top: 22px;
}
/* Left column bottom whitespace remover -- BenceFix */
div[aria-label="Message list"],
.preview-panel
{
padding-bottom: 0;
}
/* End */
} | data/usercss/119104.user.css | @-moz-document domain("mail.notes.na.collabserv.com") {
/* SnowWhite Overrides for "IBM Verse - Inbox Enhancements" stylish userstlye by giny8i8 */
/* Version: v1p6 - 2016-09-21-Wed-11-52-49 */
/* __Changes__
2016-09-21-Wed-11-51-42
- MOD - .seq-window class simplified and changed to compensate for the top white bare due to the hiding of top navigation bar.
2015-11-09-Mon-11-07-58
- ADD - Item list & Item Preview overlap with calendar bar FIX
2015-09-30-Wed-11-39-40
- ADD - Open in notes disclaimer
2015-09-25-Fri-10-44-51
- CHG - layout fixes
2015-09-25-Fri-01-15-55
- CHG - followup fixes
*/
/* Topmost Navigation bar removal -- prevents large, long white stripe on top -- ZoliFix*/
.ics-scbanner /* Hides the navigaiton bar */
{
display: none;
}
.seq-window /* Compensates ugly whitespace remaining to do the hinding of the navigation bar */
{
height: calc(100%);
margin-top: -40px;
}
/* E-Mail row -- override */
.seq-msg-row .divider,
.seq-msg-row .dueDateDivider
{
background-color: #F1F1F1;
color: Silver;
}
/* E-Mail row -- override */
.seq-msg-row
{
background-color: transparent;
}
/* Unread message line -- override */
.seq-msg-row.unread
{
background-color: white;
}
/* Subject line on left and right panels -- override */
.seq-msg-row .subject
{
color: black;
}
/* Unread mail in red -- override*/
.seq-msg-row.unread .subject
{
color: black;
}
/* Unread thread before bar -- override */
li.seq-msg-row.unread:before
{
background-color: #FF0000;
}
/* Abstract on left panel -- override */
.seq-msg-row .abstract,
.seq-msg-row.unread .abstract
{
display: inline;
}
/* Selected Item */
.seq-msg-row.selected
{
background-color: AliceBlue;
}
/*Item list & Item Preview overlap with calendar bar FIX*/
div[aria-label="Message list"],
.preview-panel
{
padding-bottom: 100px;
}
/* Zoli fix ------------------------------------- */
/* Inbox button circle size -- ZoliFix */
.set-base:focus:not(.drop-target):not(.bizcard-open):not(.dragging)::before
{
content: '';
height: 25px;
width: 25px;
position: absolute;
top: -1px;
left: -1px;
border: 1px solid #4178be;
border-radius: 50%;
}
/* Followup stripe fix -- BenceFix */
.iouo-panel .iouo-bar .iouo-message-container .iouo-message,
.iouo-panel .iouo-bar .title,
.iouo-panel
{
background-color: AliceBlue;
color: black;
}
/* Open in Notes Disclaimer + Image Blocker Disclaimer -- BenceFix */
.open-in-notes.show-open-in-notes,
.pimImageBlocker
{
position: fixed;
bottom: 110px;
right: 10px;
z-index: 9999;
border: 1px solid orange;
}
/* General Notification top bar -- BenceFix */
#notification-banner .notification
{
top: 22px;
}
/* Left column bottom whitespace remover -- BenceFix */
div[aria-label="Message list"],
.preview-panel
{
padding-bottom: 0;
}
/* End */
} | 0.23014 | 0.045522 |
{
position: relative;
display: inline-block;
width: 1520px;
height: 40px;
background-color: white;
padding: 8px 16px;
position: fixed;
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
#header div
{
color: black;
float: left;
margin-left: 10px;
padding: 8px 16px;
}
#header div a
{
color: black;
text-decoration: none;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
font-size: 15px;
}
#header nav ul li
{
display: inline-block;
height: 40px;
line-height: 40px;
}
#header nav ul li a
{
color: black;
text-decoration: none;
padding: 8px 16px;
}
#header nav
{
float: right;
padding-right: 32px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
font-size: 15px;
}
header
{
/* background-image: url('https://www.w3schools.com/w3images/hamburger.jpg'); */
position: relative;
width: 1520px;
height: 870px;
}
header h1
{
margin-top: -60px;
margin-left: 30px;
font-size: 36px;
font-family: Georgia, Times, 'Times New Roman', serif;
color: rgb(92, 92, 92);
letter-spacing: 3px;
font-weight: 200;
}
body
{
overflow-x: hidden;
}
#first
{
border-bottom: solid 1px rgb(184, 184, 184);
margin-left: auto;
margin-right: auto;
width: 1100px;
height: 730px;
}
#first div:first-child
{
float: left;
}
#first div:first-child img
{
width: 500px;
height: 630px;
}
#first div:last-child
{
float: right;
width: 550px;
height: 530px;
}
#first div:last-child h1
{
font-size: 36px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
font-weight: 200;
text-align: center;
height: 54px;
line-height: 54px;
padding: 8px 16px;
}
#first div:last-child h5
{
font-size: 18px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
height: 26px;
line-height: 26px;
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
#first div:last-child p
{
font-size: 18px;
font-family: Georgia, Times, 'Times New Roman', serif;
}
#p1
{
line-height: 25px;
margin-bottom: 18px;
}
#p1 span
{
background-color: #e7e0e0;
padding: 3px;
}
#p2
{
color: #757575;
line-height: 25px;
margin-bottom: 18px;
}
#second
{
margin-top: 100px;
border-bottom: solid 1px rgb(184, 184, 184);
margin-left: auto;
margin-right: auto;
width: 1100px;
height: 810px;
}
#second div:first-child
{
float: left;
}
#second div:last-child
{
float: right;
}
#second div:last-child img
{
width: 500px;
height: 730px;
}
#second div:first-child h1
{
font-size: 36px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
font-weight: 200;
text-align: center;
height: 54px;
line-height: 54px;
padding: 8px 16px;
margin-bottom: 20px;
}
#second div:first-child h4
{
height: 30px;
padding-top: 8px;
padding-bottom: 8px;
font-size: 18px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
}
#second div:first-child p
{
color:#757575;
padding-bottom: 30px;
}
#third
{
margin-top: 50px;
border-bottom: solid 1px rgb(184, 184, 184);
margin-left: auto;
margin-right: auto;
width: 1100px;
height: 680px;
}
#third h1
{
font-size: 36px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
font-weight: 200;
height: 54px;
line-height: 54px;
padding: 8px 16px;
padding-left: 0px;
margin-bottom: 30px;
}
#third p
{
line-height: 25px;
margin-bottom: 18px;
}
#third b
{
color: #607D8B;
font-weight: bolder;
font-size: 18px;
}
#third input
{
font-family: Georgia, Times, 'Times New Roman', serif;
width: 100%;
height: 55px;
padding-left: 8px;
padding-bottom: 10px;
display: block;
border: none;
border-bottom: 1px solid #ccc;
}
#third button
{
margin-top: 30px;
width: 150px;
height: 40px;
font-family: Georgia, Times, 'Times New Roman', serif;
background-color: #F1F1F1;
border: none;
}
#third button:hover
{
background-color: #c5bdbd;
}
footer
{
background-color: #F1F1F1;
height: 120px;
line-height: 120px;
text-align: center;
}
footer a:first-child
{
text-decoration: none;
font-size: 18px;
font-weight: bolder;
letter-spacing: 1px;
}
#Menu
{
height: 10px;
}
#Contact
{
height: 10px;
} | css/style.css | {
position: relative;
display: inline-block;
width: 1520px;
height: 40px;
background-color: white;
padding: 8px 16px;
position: fixed;
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
#header div
{
color: black;
float: left;
margin-left: 10px;
padding: 8px 16px;
}
#header div a
{
color: black;
text-decoration: none;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
font-size: 15px;
}
#header nav ul li
{
display: inline-block;
height: 40px;
line-height: 40px;
}
#header nav ul li a
{
color: black;
text-decoration: none;
padding: 8px 16px;
}
#header nav
{
float: right;
padding-right: 32px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
font-size: 15px;
}
header
{
/* background-image: url('https://www.w3schools.com/w3images/hamburger.jpg'); */
position: relative;
width: 1520px;
height: 870px;
}
header h1
{
margin-top: -60px;
margin-left: 30px;
font-size: 36px;
font-family: Georgia, Times, 'Times New Roman', serif;
color: rgb(92, 92, 92);
letter-spacing: 3px;
font-weight: 200;
}
body
{
overflow-x: hidden;
}
#first
{
border-bottom: solid 1px rgb(184, 184, 184);
margin-left: auto;
margin-right: auto;
width: 1100px;
height: 730px;
}
#first div:first-child
{
float: left;
}
#first div:first-child img
{
width: 500px;
height: 630px;
}
#first div:last-child
{
float: right;
width: 550px;
height: 530px;
}
#first div:last-child h1
{
font-size: 36px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
font-weight: 200;
text-align: center;
height: 54px;
line-height: 54px;
padding: 8px 16px;
}
#first div:last-child h5
{
font-size: 18px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
height: 26px;
line-height: 26px;
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
#first div:last-child p
{
font-size: 18px;
font-family: Georgia, Times, 'Times New Roman', serif;
}
#p1
{
line-height: 25px;
margin-bottom: 18px;
}
#p1 span
{
background-color: #e7e0e0;
padding: 3px;
}
#p2
{
color: #757575;
line-height: 25px;
margin-bottom: 18px;
}
#second
{
margin-top: 100px;
border-bottom: solid 1px rgb(184, 184, 184);
margin-left: auto;
margin-right: auto;
width: 1100px;
height: 810px;
}
#second div:first-child
{
float: left;
}
#second div:last-child
{
float: right;
}
#second div:last-child img
{
width: 500px;
height: 730px;
}
#second div:first-child h1
{
font-size: 36px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
font-weight: 200;
text-align: center;
height: 54px;
line-height: 54px;
padding: 8px 16px;
margin-bottom: 20px;
}
#second div:first-child h4
{
height: 30px;
padding-top: 8px;
padding-bottom: 8px;
font-size: 18px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
}
#second div:first-child p
{
color:#757575;
padding-bottom: 30px;
}
#third
{
margin-top: 50px;
border-bottom: solid 1px rgb(184, 184, 184);
margin-left: auto;
margin-right: auto;
width: 1100px;
height: 680px;
}
#third h1
{
font-size: 36px;
font-family: Georgia, Times, 'Times New Roman', serif;
letter-spacing: 3px;
font-weight: 200;
height: 54px;
line-height: 54px;
padding: 8px 16px;
padding-left: 0px;
margin-bottom: 30px;
}
#third p
{
line-height: 25px;
margin-bottom: 18px;
}
#third b
{
color: #607D8B;
font-weight: bolder;
font-size: 18px;
}
#third input
{
font-family: Georgia, Times, 'Times New Roman', serif;
width: 100%;
height: 55px;
padding-left: 8px;
padding-bottom: 10px;
display: block;
border: none;
border-bottom: 1px solid #ccc;
}
#third button
{
margin-top: 30px;
width: 150px;
height: 40px;
font-family: Georgia, Times, 'Times New Roman', serif;
background-color: #F1F1F1;
border: none;
}
#third button:hover
{
background-color: #c5bdbd;
}
footer
{
background-color: #F1F1F1;
height: 120px;
line-height: 120px;
text-align: center;
}
footer a:first-child
{
text-decoration: none;
font-size: 18px;
font-weight: bolder;
letter-spacing: 1px;
}
#Menu
{
height: 10px;
}
#Contact
{
height: 10px;
} | 0.248899 | 0.098773 |
@font-face {
font-family: 'itsallwong';
src:url('../fonts/itsallwong.eot?mgy6go');
src:url('../fonts/itsallwong.eot?#iefixmgy6go') format('embedded-opentype'),
url('../fonts/itsallwong.ttf?mgy6go') format('truetype'),
url('../fonts/itsallwong.woff?mgy6go') format('woff'),
url('../fonts/itsallwong.svg?mgy6go#itsallwong') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'itsallwong';
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;
}
.icon-uparrshort:before {
content: "\e664";
}
.icon-downarrshort:before {
content: "\e667";
}
.icon-larrshort:before {
content: "\e669";
}
.icon-rarrshort:before {
content: "\e66b";
}
.icon-upleftarrshort:before {
content: "\e66d";
}
.icon-uprightarrshort:before {
content: "\e66f";
}
.icon-downrightarrshort:before {
content: "\e671";
}
.icon-downleftarrshort:before {
content: "\e673";
}
.icon-uparrlong:before {
content: "\e665";
}
.icon-downarrlong:before {
content: "\e666";
}
.icon-larrlong:before {
content: "\e668";
}
.icon-rarrlong:before {
content: "\e66a";
}
.icon-upleftarrlong:before {
content: "\e66c";
}
.icon-uprightarrlong:before {
content: "\e66e";
}
.icon-downrightarrlong:before {
content: "\e670";
}
.icon-downleftarrlong:before {
content: "\e672";
}
.icon-mobile:before {
content: "\e600";
}
.icon-laptop:before {
content: "\e601";
}
.icon-desktop:before {
content: "\e602";
}
.icon-tablet:before {
content: "\e603";
}
.icon-phone:before {
content: "\e604";
}
.icon-document:before {
content: "\e605";
}
.icon-documents:before {
content: "\e606";
}
.icon-search:before {
content: "\e607";
}
.icon-clipboard:before {
content: "\e608";
}
.icon-newspaper:before {
content: "\e609";
}
.icon-notebook:before {
content: "\e60a";
}
.icon-book-open:before {
content: "\e60b";
}
.icon-browser:before {
content: "\e60c";
}
.icon-calendar:before {
content: "\e60d";
}
.icon-presentation:before {
content: "\e60e";
}
.icon-picture:before {
content: "\e60f";
}
.icon-pictures:before {
content: "\e610";
}
.icon-video:before {
content: "\e611";
}
.icon-camera:before {
content: "\e612";
}
.icon-printer:before {
content: "\e613";
}
.icon-toolbox:before {
content: "\e614";
}
.icon-briefcase:before {
content: "\e615";
}
.icon-wallet:before {
content: "\e616";
}
.icon-gift:before {
content: "\e617";
}
.icon-bargraph:before {
content: "\e618";
}
.icon-grid:before {
content: "\e619";
}
.icon-expand:before {
content: "\e61a";
}
.icon-focus:before {
content: "\e61b";
}
.icon-edit:before {
content: "\e61c";
}
.icon-adjustments:before {
content: "\e61d";
}
.icon-ribbon:before {
content: "\e61e";
}
.icon-hourglass:before {
content: "\e61f";
}
.icon-lock:before {
content: "\e620";
}
.icon-megaphone:before {
content: "\e621";
}
.icon-shield:before {
content: "\e622";
}
.icon-trophy:before {
content: "\e623";
}
.icon-flag:before {
content: "\e624";
}
.icon-map:before {
content: "\e625";
}
.icon-puzzle:before {
content: "\e626";
}
.icon-basket:before {
content: "\e627";
}
.icon-envelope:before {
content: "\e628";
}
.icon-streetsign:before {
content: "\e629";
}
.icon-telescope:before {
content: "\e62a";
}
.icon-gears:before {
content: "\e62b";
}
.icon-key:before {
content: "\e62c";
}
.icon-paperclip:before {
content: "\e62d";
}
.icon-attachment:before {
content: "\e62e";
}
.icon-pricetags:before {
content: "\e62f";
}
.icon-lightbulb:before {
content: "\e630";
}
.icon-layers:before {
content: "\e631";
}
.icon-pencil:before {
content: "\e632";
}
.icon-tools:before {
content: "\e633";
}
.icon-tools-2:before {
content: "\e634";
}
.icon-scissors:before {
content: "\e635";
}
.icon-paintbrush:before {
content: "\e636";
}
.icon-magnifying-glass:before {
content: "\e637";
}
.icon-circle-compass:before {
content: "\e638";
}
.icon-linegraph:before {
content: "\e639";
}
.icon-mic:before {
content: "\e63a";
}
.icon-strategy:before {
content: "\e63b";
}
.icon-beaker:before {
content: "\e63c";
}
.icon-caution:before {
content: "\e63d";
}
.icon-recycle:before {
content: "\e63e";
}
.icon-anchor:before {
content: "\e63f";
}
.icon-profile-male:before {
content: "\e640";
}
.icon-profile-female:before {
content: "\e641";
}
.icon-bike:before {
content: "\e642";
}
.icon-wine:before {
content: "\e643";
}
.icon-hotairballoon:before {
content: "\e644";
}
.icon-globe:before {
content: "\e645";
}
.icon-genius:before {
content: "\e646";
}
.icon-map-pin:before {
content: "\e647";
}
.icon-dial:before {
content: "\e648";
}
.icon-chat:before {
content: "\e649";
}
.icon-heart:before {
content: "\e64a";
}
.icon-cloud:before {
content: "\e64b";
}
.icon-upload:before {
content: "\e64c";
}
.icon-download:before {
content: "\e64d";
}
.icon-target:before {
content: "\e64e";
}
.icon-hazardous:before {
content: "\e64f";
}
.icon-piechart:before {
content: "\e650";
}
.icon-speedometer:before {
content: "\e651";
}
.icon-global:before {
content: "\e652";
}
.icon-compass:before {
content: "\e653";
}
.icon-lifesaver:before {
content: "\e654";
}
.icon-clock:before {
content: "\e655";
}
.icon-aperture:before {
content: "\e656";
}
.icon-quote:before {
content: "\e657";
}
.icon-scope:before {
content: "\e658";
}
.icon-alarmclock:before {
content: "\e659";
}
.icon-refresh:before {
content: "\e65a";
}
.icon-happy:before {
content: "\e65b";
}
.icon-sad:before {
content: "\e65c";
}
.icon-facebook:before {
content: "\e65d";
}
.icon-twitter:before {
content: "\e65e";
}
.icon-googleplus:before {
content: "\e65f";
}
.icon-rss:before {
content: "\e660";
}
.icon-tumblr:before {
content: "\e661";
}
.icon-linkedin:before {
content: "\e662";
}
.icon-dribbble:before {
content: "\e663";
} | assets/styles/fonts.css | @font-face {
font-family: 'itsallwong';
src:url('../fonts/itsallwong.eot?mgy6go');
src:url('../fonts/itsallwong.eot?#iefixmgy6go') format('embedded-opentype'),
url('../fonts/itsallwong.ttf?mgy6go') format('truetype'),
url('../fonts/itsallwong.woff?mgy6go') format('woff'),
url('../fonts/itsallwong.svg?mgy6go#itsallwong') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'itsallwong';
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;
}
.icon-uparrshort:before {
content: "\e664";
}
.icon-downarrshort:before {
content: "\e667";
}
.icon-larrshort:before {
content: "\e669";
}
.icon-rarrshort:before {
content: "\e66b";
}
.icon-upleftarrshort:before {
content: "\e66d";
}
.icon-uprightarrshort:before {
content: "\e66f";
}
.icon-downrightarrshort:before {
content: "\e671";
}
.icon-downleftarrshort:before {
content: "\e673";
}
.icon-uparrlong:before {
content: "\e665";
}
.icon-downarrlong:before {
content: "\e666";
}
.icon-larrlong:before {
content: "\e668";
}
.icon-rarrlong:before {
content: "\e66a";
}
.icon-upleftarrlong:before {
content: "\e66c";
}
.icon-uprightarrlong:before {
content: "\e66e";
}
.icon-downrightarrlong:before {
content: "\e670";
}
.icon-downleftarrlong:before {
content: "\e672";
}
.icon-mobile:before {
content: "\e600";
}
.icon-laptop:before {
content: "\e601";
}
.icon-desktop:before {
content: "\e602";
}
.icon-tablet:before {
content: "\e603";
}
.icon-phone:before {
content: "\e604";
}
.icon-document:before {
content: "\e605";
}
.icon-documents:before {
content: "\e606";
}
.icon-search:before {
content: "\e607";
}
.icon-clipboard:before {
content: "\e608";
}
.icon-newspaper:before {
content: "\e609";
}
.icon-notebook:before {
content: "\e60a";
}
.icon-book-open:before {
content: "\e60b";
}
.icon-browser:before {
content: "\e60c";
}
.icon-calendar:before {
content: "\e60d";
}
.icon-presentation:before {
content: "\e60e";
}
.icon-picture:before {
content: "\e60f";
}
.icon-pictures:before {
content: "\e610";
}
.icon-video:before {
content: "\e611";
}
.icon-camera:before {
content: "\e612";
}
.icon-printer:before {
content: "\e613";
}
.icon-toolbox:before {
content: "\e614";
}
.icon-briefcase:before {
content: "\e615";
}
.icon-wallet:before {
content: "\e616";
}
.icon-gift:before {
content: "\e617";
}
.icon-bargraph:before {
content: "\e618";
}
.icon-grid:before {
content: "\e619";
}
.icon-expand:before {
content: "\e61a";
}
.icon-focus:before {
content: "\e61b";
}
.icon-edit:before {
content: "\e61c";
}
.icon-adjustments:before {
content: "\e61d";
}
.icon-ribbon:before {
content: "\e61e";
}
.icon-hourglass:before {
content: "\e61f";
}
.icon-lock:before {
content: "\e620";
}
.icon-megaphone:before {
content: "\e621";
}
.icon-shield:before {
content: "\e622";
}
.icon-trophy:before {
content: "\e623";
}
.icon-flag:before {
content: "\e624";
}
.icon-map:before {
content: "\e625";
}
.icon-puzzle:before {
content: "\e626";
}
.icon-basket:before {
content: "\e627";
}
.icon-envelope:before {
content: "\e628";
}
.icon-streetsign:before {
content: "\e629";
}
.icon-telescope:before {
content: "\e62a";
}
.icon-gears:before {
content: "\e62b";
}
.icon-key:before {
content: "\e62c";
}
.icon-paperclip:before {
content: "\e62d";
}
.icon-attachment:before {
content: "\e62e";
}
.icon-pricetags:before {
content: "\e62f";
}
.icon-lightbulb:before {
content: "\e630";
}
.icon-layers:before {
content: "\e631";
}
.icon-pencil:before {
content: "\e632";
}
.icon-tools:before {
content: "\e633";
}
.icon-tools-2:before {
content: "\e634";
}
.icon-scissors:before {
content: "\e635";
}
.icon-paintbrush:before {
content: "\e636";
}
.icon-magnifying-glass:before {
content: "\e637";
}
.icon-circle-compass:before {
content: "\e638";
}
.icon-linegraph:before {
content: "\e639";
}
.icon-mic:before {
content: "\e63a";
}
.icon-strategy:before {
content: "\e63b";
}
.icon-beaker:before {
content: "\e63c";
}
.icon-caution:before {
content: "\e63d";
}
.icon-recycle:before {
content: "\e63e";
}
.icon-anchor:before {
content: "\e63f";
}
.icon-profile-male:before {
content: "\e640";
}
.icon-profile-female:before {
content: "\e641";
}
.icon-bike:before {
content: "\e642";
}
.icon-wine:before {
content: "\e643";
}
.icon-hotairballoon:before {
content: "\e644";
}
.icon-globe:before {
content: "\e645";
}
.icon-genius:before {
content: "\e646";
}
.icon-map-pin:before {
content: "\e647";
}
.icon-dial:before {
content: "\e648";
}
.icon-chat:before {
content: "\e649";
}
.icon-heart:before {
content: "\e64a";
}
.icon-cloud:before {
content: "\e64b";
}
.icon-upload:before {
content: "\e64c";
}
.icon-download:before {
content: "\e64d";
}
.icon-target:before {
content: "\e64e";
}
.icon-hazardous:before {
content: "\e64f";
}
.icon-piechart:before {
content: "\e650";
}
.icon-speedometer:before {
content: "\e651";
}
.icon-global:before {
content: "\e652";
}
.icon-compass:before {
content: "\e653";
}
.icon-lifesaver:before {
content: "\e654";
}
.icon-clock:before {
content: "\e655";
}
.icon-aperture:before {
content: "\e656";
}
.icon-quote:before {
content: "\e657";
}
.icon-scope:before {
content: "\e658";
}
.icon-alarmclock:before {
content: "\e659";
}
.icon-refresh:before {
content: "\e65a";
}
.icon-happy:before {
content: "\e65b";
}
.icon-sad:before {
content: "\e65c";
}
.icon-facebook:before {
content: "\e65d";
}
.icon-twitter:before {
content: "\e65e";
}
.icon-googleplus:before {
content: "\e65f";
}
.icon-rss:before {
content: "\e660";
}
.icon-tumblr:before {
content: "\e661";
}
.icon-linkedin:before {
content: "\e662";
}
.icon-dribbble:before {
content: "\e663";
} | 0.252384 | 0.082033 |